luppy@nuttx-dashboard-vm:~/nuttx-release$ cd /tmp luppy@nuttx-dashboard-vm:/tmp$ git config --global user.email "nuttxpr@gmail.com" luppy@nuttx-dashboard-vm:/tmp$ git config --global user.name "nuttxpr (nuttx-dashboard-vm)" luppy@nuttx-dashboard-vm:/tmp$ chmod +x $HOME/sync.sh luppy@nuttx-dashboard-vm:/tmp$ $HOME/sync.sh + . /home/luppy/github-token.sh ++ export GITHUB_TOKEN=... ++ GITHUB_TOKEN=... ++ export RUST_LOG=info ++ RUST_LOG=info ++ export RUST_BACKTRACE=1 ++ RUST_BACKTRACE=1 + gh auth status github.com ✓ Logged in to github.com account nuttxpr (GITHUB_TOKEN) - Active account: true - Git operations protocol: https - Token: ghp_************************************ - Token scopes: 'read:org', 'repo' + (( 1 )) + (( 1 )) + cd /home/luppy/nuttx-release + ./sync-build-ingest.sh + script_path=./sync-build-ingest.sh +++ dirname -- ./sync-build-ingest.sh ++ cd -P . ++ pwd + script_dir=/home/luppy/nuttx-release + tmp_dir=/tmp/sync-build-ingest + rm -rf /tmp/sync-build-ingest + mkdir /tmp/sync-build-ingest + cd /tmp/sync-build-ingest + git clone https://github.com/apache/nuttx upstream Cloning into 'upstream'... remote: Enumerating objects: 877666, done. remote: Counting objects: 100% (396/396), done. remote: Compressing objects: 100% (252/252), done. remote: Total 877666 (delta 208), reused 149 (delta 144), pack-reused 877270 (from 3) Receiving objects: 100% (877666/877666), 343.23 MiB | 17.70 MiB/s, done. Resolving deltas: 100% (687842/687842), done. Updating files: 100% (25302/25302), done. + git clone ssh://git@github.com/NuttX/nuttx downstream Cloning into 'downstream'... remote: Enumerating objects: 872699, done. remote: Counting objects: 100% (349/349), done. remote: Compressing objects: 100% (225/225), done. remote: Total 872699 (delta 175), reused 126 (delta 124), pack-reused 872350 (from 3) Receiving objects: 100% (872699/872699), 342.32 MiB | 8.53 MiB/s, done. Resolving deltas: 100% (683763/683763), done. Updating files: 100% (25302/25302), done. + set +x **** Waiting for Build to Complete then Ingest GitHub Actions Logs... + pushd /home/luppy/nuttx-release/../ingest-nuttx-builds ~/ingest-nuttx-builds /tmp/sync-build-ingest + ./github.sh + run_id= + user=NuttX + repo=nuttx + linux_step=10 + msys2_step=9 + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807487509 + set +x latest_run_id=20807487509 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807487509 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\4\8\7\5\0\9 ]] + run_id=20807487509 + tmp_path=/tmp/ingest-nuttx-builds-nuttx + rm -rf /tmp/ingest-nuttx-builds-nuttx + mkdir /tmp/ingest-nuttx-builds-nuttx + pushd /tmp/ingest-nuttx-builds-nuttx /tmp/ingest-nuttx-builds-nuttx ~/ingest-nuttx-builds + git clone https://github.com/NuttX/nuttx Cloning into 'nuttx'... remote: Enumerating objects: 872699, done. remote: Counting objects: 100% (349/349), done. remote: Compressing objects: 100% (225/225), done. remote: Total 872699 (delta 175), reused 126 (delta 124), pack-reused 872350 (from 3) Receiving objects: 100% (872699/872699), 342.32 MiB | 15.50 MiB/s, done. Resolving deltas: 100% (683763/683763), done. Updating files: 100% (25302/25302), done. + cd nuttx ++ git log -2 --pretty=format:%H + last_two_commits='05da1f1c2987e4d82440af4e79be314df94dc865 220263e7c46ec836226de1ea4ba41d290522d381' + set +x last_two_commits=05da1f1c2987e4d82440af4e79be314df94dc865 220263e7c46ec836226de1ea4ba41d290522d381 ++ cut -d ' ' -f 2 ++ echo 05da1f1c2987e4d82440af4e79be314df94dc865 220263e7c46ec836226de1ea4ba41d290522d381 + nuttx_hash=220263e7c46ec836226de1ea4ba41d290522d381 + set +x nuttx_hash=220263e7c46ec836226de1ea4ba41d290522d381 + popd ~/ingest-nuttx-builds + rm -rf /tmp/ingest-nuttx-builds-nuttx + mkdir /tmp/ingest-nuttx-builds-nuttx + pushd /tmp/ingest-nuttx-builds-nuttx /tmp/ingest-nuttx-builds-nuttx ~/ingest-nuttx-builds + git clone https://github.com/apache/nuttx-apps Cloning into 'nuttx-apps'... remote: Enumerating objects: 97032, done. remote: Counting objects: 100% (657/657), done. remote: Compressing objects: 100% (386/386), done. remote: Total 97032 (delta 423), reused 278 (delta 271), pack-reused 96375 (from 3) Receiving objects: 100% (97032/97032), 26.06 MiB | 11.47 MiB/s, done. Resolving deltas: 100% (78130/78130), done. + cd nuttx-apps ++ git log -1 --pretty=format:%H + apps_hash=1512f9c6e55efc4c43d2ddb1f02445304fbdee9b + set +x apps_hash=1512f9c6e55efc4c43d2ddb1f02445304fbdee9b + popd ~/ingest-nuttx-builds + curl -L --output /tmp/run-log.zip -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/logs % 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 11943 0 11943 0 0 8612 0 --:--:-- 0:00:01 --:--:-- 16892 + tmp_path=/tmp/ingest-nuttx-builds + rm -rf /tmp/ingest-nuttx-builds + mkdir /tmp/ingest-nuttx-builds + pushd /tmp/ingest-nuttx-builds /tmp/ingest-nuttx-builds ~/ingest-nuttx-builds + unzip /tmp/run-log.zip Archive: /tmp/run-log.zip inflating: 0_Fetch-Source.txt inflating: Fetch-Source/system.txt inflating: Fetch-Source/1_Set up job.txt inflating: Fetch-Source/2_Determine Target Branches.txt inflating: Fetch-Source/3_Checkout nuttx repo.txt inflating: Fetch-Source/4_Checkout nuttx repo tags.txt inflating: Fetch-Source/14_Post Checkout nuttx repo.txt inflating: Fetch-Source/15_Complete job.txt + popd ~/ingest-nuttx-builds + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-01 + local os=Linux + local step=10 + local group=arm-01 + local 'job_name=Linux (arm-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12849 0 --:--:-- --:--:-- --:--:-- 12865 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-01) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-02 + local os=Linux + local step=10 + local group=arm-02 + local 'job_name=Linux (arm-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 13096 0 --:--:-- --:--:-- --:--:-- 13094 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-02) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-03 + local os=Linux + local step=10 + local group=arm-03 + local 'job_name=Linux (arm-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12733 0 --:--:-- --:--:-- --:--:-- 12734 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-03) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-04 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-04 + local os=Linux + local step=10 + local group=arm-04 + local 'job_name=Linux (arm-04)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-04)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 15530 0 --:--:-- --:--:-- --:--:-- 15534 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-04) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-05 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-05 + local os=Linux + local step=10 + local group=arm-05 + local 'job_name=Linux (arm-05)' ++ jq '.jobs | map(select(.name == "Linux (arm-05)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 13833 0 --:--:-- --:--:-- --:--:-- 13832 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-05) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-06 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-06 + local os=Linux + local step=10 + local group=arm-06 + local 'job_name=Linux (arm-06)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-06)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 11347 0 0:00:01 0:00:01 --:--:-- 11357 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-06) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-07 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-07 + local os=Linux + local step=10 + local group=arm-07 + local 'job_name=Linux (arm-07)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-07)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 8703 0 0:00:01 0:00:01 --:--:-- 8702 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-07) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-08 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-08 + local os=Linux + local step=10 + local group=arm-08 + local 'job_name=Linux (arm-08)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-08)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 13107 0 --:--:-- --:--:-- --:--:-- 13107 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-08) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-09 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-09 + local os=Linux + local step=10 + local group=arm-09 + local 'job_name=Linux (arm-09)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-09)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12209 0 0:00:01 0:00:01 --:--:-- 12211 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-09) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-10 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-10 + local os=Linux + local step=10 + local group=arm-10 + local 'job_name=Linux (arm-10)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-10)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 15138 0 --:--:-- --:--:-- --:--:-- 15139 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-10) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-11 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-11 + local os=Linux + local step=10 + local group=arm-11 + local 'job_name=Linux (arm-11)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-11)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 9327 0 0:00:01 0:00:01 --:--:-- 9332 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-11) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-12 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-12 + local os=Linux + local step=10 + local group=arm-12 + local 'job_name=Linux (arm-12)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-12)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12943 0 --:--:-- --:--:-- --:--:-- 12945 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-12) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-13 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-13 + local os=Linux + local step=10 + local group=arm-13 + local 'job_name=Linux (arm-13)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-13)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 8489 0 0:00:01 0:00:01 --:--:-- 8495 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-13) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-14 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-14 + local os=Linux + local step=10 + local group=arm-14 + local 'job_name=Linux (arm-14)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-14)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12764 0 --:--:-- --:--:-- --:--:-- 12760 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm-14) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm64-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm64-01 + local os=Linux + local step=10 + local group=arm64-01 + local 'job_name=Linux (arm64-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm64-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 11708 0 0:00:01 0:00:01 --:--:-- 11708 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (arm64-01) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ other == \m\s\y\s\2 ]] + ingest_log Linux 10 other + local os=Linux + local step=10 + local group=other + local 'job_name=Linux (other)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (other)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 8410 0 0:00:01 0:00:01 --:--:-- 8415 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (other) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-01 + local os=Linux + local step=10 + local group=risc-v-01 + local 'job_name=Linux (risc-v-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12516 0 --:--:-- --:--:-- --:--:-- 12517 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (risc-v-01) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-02 + local os=Linux + local step=10 + local group=risc-v-02 + local 'job_name=Linux (risc-v-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 13852 0 --:--:-- --:--:-- --:--:-- 13848 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (risc-v-02) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-03 + local os=Linux + local step=10 + local group=risc-v-03 + local 'job_name=Linux (risc-v-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12178 0 0:00:01 0:00:01 --:--:-- 12188 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (risc-v-03) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-04 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-04 + local os=Linux + local step=10 + local group=risc-v-04 + local 'job_name=Linux (risc-v-04)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-04)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 16437 0 --:--:-- --:--:-- --:--:-- 16432 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (risc-v-04) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-05 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-05 + local os=Linux + local step=10 + local group=risc-v-05 + local 'job_name=Linux (risc-v-05)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-05)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 13611 0 --:--:-- --:--:-- --:--:-- 13607 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (risc-v-05) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-06 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-06 + local os=Linux + local step=10 + local group=risc-v-06 + local 'job_name=Linux (risc-v-06)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-06)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 15883 0 --:--:-- --:--:-- --:--:-- 15869 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (risc-v-06) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-01 + local os=Linux + local step=10 + local group=sim-01 + local 'job_name=Linux (sim-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 13171 0 --:--:-- --:--:-- --:--:-- 13163 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (sim-01) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-02 + local os=Linux + local step=10 + local group=sim-02 + local 'job_name=Linux (sim-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12976 0 --:--:-- --:--:-- --:--:-- 12971 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (sim-02) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-03 + local os=Linux + local step=10 + local group=sim-03 + local 'job_name=Linux (sim-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 12736 0 --:--:-- --:--:-- --:--:-- 12734 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (sim-03) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ x86_64-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 x86_64-01 + local os=Linux + local step=10 + local group=x86_64-01 + local 'job_name=Linux (x86_64-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (x86_64-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 17480 0 --:--:-- --:--:-- --:--:-- 17489 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (x86_64-01) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ xtensa-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 xtensa-01 + local os=Linux + local step=10 + local group=xtensa-01 + local 'job_name=Linux (xtensa-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (xtensa-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 17959 0 --:--:-- --:--:-- --:--:-- 17941 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (xtensa-01) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ xtensa-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 xtensa-02 + local os=Linux + local step=10 + local group=xtensa-02 + local 'job_name=Linux (xtensa-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (xtensa-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 11496 0 0:00:01 0:00:01 --:--:-- 11504 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name Linux (xtensa-02) + sleep 10 + return + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ msys2 == \m\s\y\s\2 ]] + ingest_log msys2 9 msys2 + local os=msys2 + local step=9 + local group=msys2 + local 'job_name=msys2 (msys2)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807487509/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "msys2 (msys2)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12505 100 12505 0 0 17833 0 --:--:-- --:--:-- --:--:-- 17813 + local job_id= + set +x job_id= + [[ '' == '' ]] + set +x **** Job ID missing for Run ID 20807487509, Job Name msys2 (msys2) + sleep 10 + return + break + popd /tmp/sync-build-ingest + (( 1 )) + (( 1 )) + set +x **** Checking Downstream Commit: Enable macOS Builds... + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git pull Already up to date. ++ git log -1 --format=%s + downstream_msg='Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' + [[ Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh != \E\n\a\b\l\e\ \m\a\c\O\S\ \B\u\i\l\d\s* ]] + popd /tmp/sync-build-ingest + set +x **** Watching for Updates to NuttX Repo... + pushd upstream /tmp/sync-build-ingest/upstream /tmp/sync-build-ingest + git pull Already up to date. ++ git log -1 --format=%cI + upstream_date=2026-01-08T12:05:46+08:00 + git --no-pager log -1 commit 43d26e289094346f7a2c7d303716585b15582882 (HEAD -> master, origin/master, origin/HEAD) Author: wangshaoxin Date: Thu Mar 13 09:50:31 2025 +0800 drivers/rptun: solve the poweroff stuck problem The rpmsg_ioctl() function will first obtain the read lock before traversing g_rpmsg, then the rpmsg_dev_destory function will try to obtain the write lock. At this time, rpmsg_ioctl does not release the read lock, resulting in a deadlock. To solve this problem, add a standardalone list for the rptun instance to avoid hold the rpmsg lock when execute rptun_poweroff() Backtrace: Thread 14 nsh_main 0 0x4412b9da in up_switch_context (tcb=0xeac03380, rtcb=0xe7f02480) at sim/sim_switchcontext.c:95 1 0x43fbe5e4 in nxsem_wait_slow (sem=0x5179d570 ) at semaphore/sem_wait.c:170 2 0x43fbeacf in nxsem_wait (sem=0x5179d570 ) at semaphore/sem_wait.c:272 3 0x44671a26 in down_write (rwsem=0x5179d560 ) at semaphore/sem_rw.c:248 4 0x4401e255 in rpmsg_device_destory (rpmsg=0xe7b03280) at rpmsg/rpmsg.c:469 5 0x4402f5fe in rptun_dev_stop (rproc=0xe7b033e4, stop_ns=true) at rptun/rptun.c:973 6 0x4402aa28 in rptun_ioctl (rpmsg=0xe7b03280, cmd=11109, arg=0) at rptun/rptun.c:661 7 0x4401ba1e in rpmsg_dev_ioctl_ (rpmsg=0xe7b03280, cmd=11109, arg=0) at rpmsg/rpmsg.c:137 8 0x4401ee88 in rpmsg_ioctl (cpuname=0x0, cmd=11109, arg=0) at rpmsg/rpmsg.c:562 9 0x44030cb0 in rptun_poweroff (cpuname=0x0) at rptun/rptun.c:1183 10 0x43f27be2 in board_power_off (status=0) at sim/sim_head.c:211 11 0x446fd933 in boardctl (cmd=65283, arg=0) at boardctl.c:401 12 0x44313b95 in cmd_poweroff (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_syscmds.c:368 13 0x442d148c in nsh_command (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_command.c:1275 14 0x442f65f5 in nsh_execute (vtbl=0xe7600e80, argc=1, argv=0xe7824350, param=0xe78242b0) at nsh_parse.c:716 15 0x44304fb4 in nsh_parse_command (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2809 16 0x44305a50 in nsh_parse (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2919 17 0x442bdc91 in nsh_session (pstate=0xe7600e80, login=1, argc=1, argv=0xe7814870) at nsh_session.c:246 18 0x442bbbe5 in nsh_consolemain (argc=1, argv=0xe7814870) at nsh_consolemain.c:75 19 0x4422b4bb in nsh_main (argc=1, argv=0xe7814870) at nsh_main.c:74 20 0x440ee098 in nxtask_startup (entrypt=0x4422b39a , argc=1, argv=0xe7814870) at sched/task_startup.c:72 21 0x43fa1d6e in nxtask_start () at task/task_start.c:116 22 0x4412982c in pre_start () at sim/sim_initialstate.c:53 23 0x00000000 in ?? () Signed-off-by: wangshaoxin + popd /tmp/sync-build-ingest + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest ++ git log -1 --format=%cI HEAD~1 + downstream_date=2026-01-08T09:21:50+08:00 + git --no-pager log -1 HEAD~1 commit 220263e7c46ec836226de1ea4ba41d290522d381 Author: Justin Erenkrantz Date: Wed Jan 7 10:15:15 2026 -0500 risc-v/litex: Update docs for vexriscv invalidate and no-op flush. Per further feedback from Litex community, the vexriscv cache is write-through so no flush is required - therefore, make it a nop. And add a pointer to vexriscv invalidation magic instr docs. Signed-off-by: Justin Erenkrantz + popd /tmp/sync-build-ingest + [[ 2026-01-08T12:05:46+08:00 == \2\0\2\6\-\0\1\-\0\8\T\0\9\:\2\1\:\5\0\+\0\8\:\0\0 ]] + set +x **** Discarding 'Enable macOS' commit from NuttX Mirror... + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git --no-pager log -1 commit 05da1f1c2987e4d82440af4e79be314df94dc865 (HEAD -> master, origin/master, origin/HEAD) Author: nuttxpr (nuttx-dashboard-vm) Date: Thu Jan 8 06:13:20 2026 +0000 Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh + git reset --hard HEAD~1 HEAD is now at 220263e7c4 risc-v/litex: Update docs for vexriscv invalidate and no-op flush. + git status On branch master Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) nothing to commit, working tree clean + git push -f Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 To ssh://github.com/NuttX/nuttx + 05da1f1c29...220263e7c4 master -> master (forced update) + popd /tmp/sync-build-ingest + sleep 10 + set +x **** Syncing NuttX Mirror with NuttX Repo... + gh repo sync NuttX/nuttx --force ✓ Synced the "NuttX:master" branch from "apache:master" + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 66, done. remote: Counting objects: 100% (53/53), done. remote: Compressing objects: 100% (9/9), done. remote: Total 66 (delta 44), reused 44 (delta 44), pack-reused 13 (from 2) Unpacking objects: 100% (66/66), 31.48 KiB | 140.00 KiB/s, done. From ssh://github.com/NuttX/nuttx 220263e7c4..43d26e2890 master -> origin/master Updating 220263e7c4..43d26e2890 Fast-forward arch/arm/src/cmake/platform.cmake | 4 ++ arch/avr/src/avrdx/avrdx_timerisr_tickless_alarm.c | 16 ++++-- drivers/input/ff_upper.c | 10 ---- drivers/leds/userled_upper.c | 28 ----------- drivers/math/math.c | 10 ++-- drivers/motor/foc/foc_dummy.c | 17 ++++--- drivers/rpmsg/rpmsg_virtio_lite.c | 2 +- drivers/rptun/rptun.c | 54 +++++++++++++++++++-- drivers/timers/timer.c | 15 +----- include/nuttx/math/math.h | 2 + 10 files changed, 85 insertions(+), 73 deletions(-) + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git --no-pager log -1 commit 43d26e289094346f7a2c7d303716585b15582882 (HEAD -> master, origin/master, origin/HEAD) Author: wangshaoxin Date: Thu Mar 13 09:50:31 2025 +0800 drivers/rptun: solve the poweroff stuck problem The rpmsg_ioctl() function will first obtain the read lock before traversing g_rpmsg, then the rpmsg_dev_destory function will try to obtain the write lock. At this time, rpmsg_ioctl does not release the read lock, resulting in a deadlock. To solve this problem, add a standardalone list for the rptun instance to avoid hold the rpmsg lock when execute rptun_poweroff() Backtrace: Thread 14 nsh_main 0 0x4412b9da in up_switch_context (tcb=0xeac03380, rtcb=0xe7f02480) at sim/sim_switchcontext.c:95 1 0x43fbe5e4 in nxsem_wait_slow (sem=0x5179d570 ) at semaphore/sem_wait.c:170 2 0x43fbeacf in nxsem_wait (sem=0x5179d570 ) at semaphore/sem_wait.c:272 3 0x44671a26 in down_write (rwsem=0x5179d560 ) at semaphore/sem_rw.c:248 4 0x4401e255 in rpmsg_device_destory (rpmsg=0xe7b03280) at rpmsg/rpmsg.c:469 5 0x4402f5fe in rptun_dev_stop (rproc=0xe7b033e4, stop_ns=true) at rptun/rptun.c:973 6 0x4402aa28 in rptun_ioctl (rpmsg=0xe7b03280, cmd=11109, arg=0) at rptun/rptun.c:661 7 0x4401ba1e in rpmsg_dev_ioctl_ (rpmsg=0xe7b03280, cmd=11109, arg=0) at rpmsg/rpmsg.c:137 8 0x4401ee88 in rpmsg_ioctl (cpuname=0x0, cmd=11109, arg=0) at rpmsg/rpmsg.c:562 9 0x44030cb0 in rptun_poweroff (cpuname=0x0) at rptun/rptun.c:1183 10 0x43f27be2 in board_power_off (status=0) at sim/sim_head.c:211 11 0x446fd933 in boardctl (cmd=65283, arg=0) at boardctl.c:401 12 0x44313b95 in cmd_poweroff (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_syscmds.c:368 13 0x442d148c in nsh_command (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_command.c:1275 14 0x442f65f5 in nsh_execute (vtbl=0xe7600e80, argc=1, argv=0xe7824350, param=0xe78242b0) at nsh_parse.c:716 15 0x44304fb4 in nsh_parse_command (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2809 16 0x44305a50 in nsh_parse (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2919 17 0x442bdc91 in nsh_session (pstate=0xe7600e80, login=1, argc=1, argv=0xe7814870) at nsh_session.c:246 18 0x442bbbe5 in nsh_consolemain (argc=1, argv=0xe7814870) at nsh_consolemain.c:75 19 0x4422b4bb in nsh_main (argc=1, argv=0xe7814870) at nsh_main.c:74 20 0x440ee098 in nxtask_startup (entrypt=0x4422b39a , argc=1, argv=0xe7814870) at sched/task_startup.c:72 21 0x43fa1d6e in nxtask_start () at task/task_start.c:116 22 0x4412982c in pre_start () at sim/sim_initialstate.c:53 23 0x00000000 in ?? () Signed-off-by: wangshaoxin + popd /tmp/sync-build-ingest + sleep 10 + set +x **** Building NuttX Mirror... + /home/luppy/nuttx-release/enable-macos-windows.sh + tmp_dir=/tmp/enable-macos-windows + rm -rf /tmp/enable-macos-windows + mkdir /tmp/enable-macos-windows + cd /tmp/enable-macos-windows + git clone ssh://git@github.com/NuttX/nuttx Cloning into 'nuttx'... remote: Enumerating objects: 872759, done. remote: Counting objects: 100% (544/544), done. remote: Compressing objects: 100% (245/245), done. remote: Total 872759 (delta 350), reused 299 (delta 299), pack-reused 872215 (from 2) Receiving objects: 100% (872759/872759), 342.33 MiB | 8.57 MiB/s, done. Resolving deltas: 100% (683814/683814), done. Updating files: 100% (25302/25302), done. + cd nuttx + file=.github/workflows/build.yml + tmp_file=/tmp/enable-macos-windows/build.yml + search=branches: + replace='branches:\n - master' + sed 's/branches:/branches:\n - master/g' + cat .github/workflows/build.yml + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='apache\/nuttx\/.github\/workflows\/arch.yml@master' + replace='NuttX\/nuttx\/.github\/workflows\/arch.yml@master' + cat .github/workflows/build.yml + sed 's/apache\/nuttx\/.github\/workflows\/arch.yml@master/NuttX\/nuttx\/.github\/workflows\/arch.yml@master/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='max-parallel: 12' + replace='fail-fast: false' + sed 's/max-parallel: 12/fail-fast: false/g' + cat .github/workflows/build.yml + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='max-parallel: 2' + replace='fail-fast: false' + cat .github/workflows/build.yml + sed 's/max-parallel: 2/fail-fast: false/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='cache: false' + replace= + cat .github/workflows/build.yml + sed 's/cache: false//g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + file=.github/workflows/arch.yml + tmp_file=/tmp/enable-macos-windows/arch.yml + search='== "macOS"' + replace='== "NOTUSED"' + cat .github/workflows/arch.yml + sed 's/== "macOS"/== "NOTUSED"/g' + mv /tmp/enable-macos-windows/arch.yml .github/workflows/arch.yml + git pull Already up to date. + git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: .github/workflows/arch.yml modified: .github/workflows/build.yml no changes added to commit (use "git add" and/or "git commit -a") + git add . + git commit --all '--message=Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' [master 47e1811492] Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh 2 files changed, 9 insertions(+), 8 deletions(-) + git push Enumerating objects: 11, done. Counting objects: 100% (11/11), done. Delta compression using up to 2 threads Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 654 bytes | 654.00 KiB/s, done. Total 6 (delta 5), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (5/5), completed with 5 local objects. To ssh://github.com/NuttX/nuttx 43d26e2890..47e1811492 master -> master + set +x **** Waiting for Build to start... + date Thu Jan 8 06:27:55 UTC 2026 + sleep 900 + set +x **** Waiting for Build to Complete then Ingest GitHub Actions Logs... + pushd /home/luppy/nuttx-release/../ingest-nuttx-builds ~/ingest-nuttx-builds /tmp/sync-build-ingest + ./github.sh + run_id= + user=NuttX + repo=nuttx + linux_step=10 + msys2_step=9 + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 06:42:58 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 06:47:59 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 06:53:01 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 06:58:03 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:03:05 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:08:08 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:13:09 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:18:12 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:23:15 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:28:17 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:33:19 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:38:21 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:43:23 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:48:25 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:53:27 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 07:58:29 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:03:32 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:08:34 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:13:36 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:18:38 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:23:40 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:28:42 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:33:44 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:38:46 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:43:48 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:48:50 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:53:52 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807487509 + set +x completed_run_id=20807487509 + [[ 20807787563 == '' ]] + [[ 20807487509 == '' ]] + [[ 20807487509 != \2\0\8\0\7\7\8\7\5\6\3 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 08:58:54 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20807787563 + set +x latest_run_id=20807787563 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20807787563 + set +x completed_run_id=20807787563 + [[ 20807787563 == '' ]] + [[ 20807787563 == '' ]] + [[ 20807787563 != \2\0\8\0\7\7\8\7\5\6\3 ]] + run_id=20807787563 + tmp_path=/tmp/ingest-nuttx-builds-nuttx + rm -rf /tmp/ingest-nuttx-builds-nuttx + mkdir /tmp/ingest-nuttx-builds-nuttx + pushd /tmp/ingest-nuttx-builds-nuttx /tmp/ingest-nuttx-builds-nuttx ~/ingest-nuttx-builds + git clone https://github.com/NuttX/nuttx Cloning into 'nuttx'... remote: Enumerating objects: 872765, done. remote: Counting objects: 100% (482/482), done. remote: Compressing objects: 100% (241/241), done. remote: Total 872765 (delta 288), reused 242 (delta 241), pack-reused 872283 (from 2) Receiving objects: 100% (872765/872765), 342.35 MiB | 16.27 MiB/s, done. Resolving deltas: 100% (683818/683818), done. Updating files: 100% (25302/25302), done. + cd nuttx ++ git log -2 --pretty=format:%H + last_two_commits='47e1811492f20eb7e67c53ff210b0a69f349ddad 43d26e289094346f7a2c7d303716585b15582882' + set +x last_two_commits=47e1811492f20eb7e67c53ff210b0a69f349ddad 43d26e289094346f7a2c7d303716585b15582882 ++ cut -d ' ' -f 2 ++ echo 47e1811492f20eb7e67c53ff210b0a69f349ddad 43d26e289094346f7a2c7d303716585b15582882 + nuttx_hash=43d26e289094346f7a2c7d303716585b15582882 + set +x nuttx_hash=43d26e289094346f7a2c7d303716585b15582882 + popd ~/ingest-nuttx-builds + rm -rf /tmp/ingest-nuttx-builds-nuttx + mkdir /tmp/ingest-nuttx-builds-nuttx + pushd /tmp/ingest-nuttx-builds-nuttx /tmp/ingest-nuttx-builds-nuttx ~/ingest-nuttx-builds + git clone https://github.com/apache/nuttx-apps Cloning into 'nuttx-apps'... remote: Enumerating objects: 97032, done. remote: Counting objects: 100% (659/659), done. remote: Compressing objects: 100% (401/401), done. remote: Total 97032 (delta 422), reused 265 (delta 258), pack-reused 96373 (from 4) Receiving objects: 100% (97032/97032), 26.05 MiB | 13.14 MiB/s, done. Resolving deltas: 100% (78135/78135), done. + cd nuttx-apps ++ git log -1 --pretty=format:%H + apps_hash=1512f9c6e55efc4c43d2ddb1f02445304fbdee9b + set +x apps_hash=1512f9c6e55efc4c43d2ddb1f02445304fbdee9b + popd ~/ingest-nuttx-builds + curl -L --output /tmp/run-log.zip -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/logs % 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 1349k 0 1349k 0 0 324k 0 --:--:-- 0:00:04 --:--:-- 378k + tmp_path=/tmp/ingest-nuttx-builds + rm -rf /tmp/ingest-nuttx-builds + mkdir /tmp/ingest-nuttx-builds + pushd /tmp/ingest-nuttx-builds /tmp/ingest-nuttx-builds ~/ingest-nuttx-builds + unzip /tmp/run-log.zip Archive: /tmp/run-log.zip inflating: 0_OOT-Build.txt inflating: OOT-Build/system.txt inflating: OOT-Build/1_Set up job.txt inflating: OOT-Build/2_Download Source Artifact.txt inflating: OOT-Build/3_Extract sources.txt inflating: OOT-Build/4_Docker Login.txt inflating: OOT-Build/5_Export NuttX Repo SHA.txt inflating: OOT-Build/6_Run Out-of-Tree Build Test.txt inflating: OOT-Build/7_Run actions_upload-artifact@v6.txt inflating: OOT-Build/14_Post Docker Login.txt inflating: OOT-Build/15_Complete job.txt inflating: 1_msvc.txt inflating: msvc/system.txt inflating: 2_macOS (sim-02).txt inflating: macOS (sim-02)/system.txt inflating: macOS (sim-02)/1_Set up job.txt inflating: macOS (sim-02)/2_Download Source Artifact.txt inflating: macOS (sim-02)/3_Extract sources.txt inflating: macOS (sim-02)/4_Restore Tools Cache.txt inflating: macOS (sim-02)/5_Export NuttX Repo SHA.txt inflating: macOS (sim-02)/6_Run actions_setup-python@v6.txt inflating: macOS (sim-02)/7_Run Builds.txt inflating: macOS (sim-02)/17_Complete job.txt inflating: 3_macOS (macos).txt inflating: macOS (macos)/system.txt inflating: 4_macOS (sim-01).txt inflating: macOS (sim-01)/system.txt inflating: 5_macOS (sim-03).txt inflating: macOS (sim-03)/system.txt inflating: macOS (sim-03)/1_Set up job.txt inflating: macOS (sim-03)/2_Download Source Artifact.txt inflating: macOS (sim-03)/3_Extract sources.txt inflating: macOS (sim-03)/4_Restore Tools Cache.txt inflating: macOS (sim-03)/5_Export NuttX Repo SHA.txt inflating: macOS (sim-03)/6_Run actions_setup-python@v6.txt inflating: macOS (sim-03)/7_Run Builds.txt inflating: macOS (sim-03)/17_Complete job.txt inflating: 6_Linux (arm-11).txt inflating: Linux (arm-11)/system.txt inflating: 7_Linux (risc-v-06).txt inflating: Linux (risc-v-06)/system.txt inflating: 8_Linux (arm-09).txt inflating: Linux (arm-09)/system.txt inflating: 9_Linux (risc-v-04).txt inflating: Linux (risc-v-04)/system.txt inflating: 10_Linux (arm-13).txt inflating: Linux (arm-13)/system.txt inflating: Linux (arm-13)/1_Set up job.txt inflating: Linux (arm-13)/2_Show Disk Space.txt inflating: Linux (arm-13)/3_Free Disk Space (Ubuntu).txt inflating: Linux (arm-13)/4_After CLEAN-UP Disk Space.txt inflating: Linux (arm-13)/5_Download Source Artifact.txt inflating: Linux (arm-13)/6_Extract sources.txt inflating: Linux (arm-13)/7_Docker Login.txt inflating: Linux (arm-13)/8_Docker Pull.txt inflating: Linux (arm-13)/9_Export NuttX Repo SHA.txt inflating: Linux (arm-13)/10_Install NTFC.txt inflating: Linux (arm-13)/11_Run builds.txt inflating: Linux (arm-13)/12_Post-build Disk Space.txt inflating: Linux (arm-13)/13_Run actions_upload-artifact@v6.txt inflating: Linux (arm-13)/26_Post Docker Login.txt inflating: Linux (arm-13)/27_Complete job.txt inflating: 11_Linux (arm-06).txt inflating: Linux (arm-06)/system.txt inflating: 12_Linux (sim-02).txt inflating: Linux (sim-02)/system.txt inflating: 13_Linux (arm-05).txt inflating: Linux (arm-05)/system.txt inflating: 14_Linux (arm-12).txt inflating: Linux (arm-12)/system.txt inflating: 15_Linux (arm-14).txt inflating: Linux (arm-14)/system.txt inflating: 16_Linux (risc-v-02).txt inflating: Linux (risc-v-02)/system.txt inflating: 17_Linux (arm-10).txt inflating: Linux (arm-10)/system.txt inflating: 18_Linux (sim-03).txt inflating: Linux (sim-03)/system.txt inflating: 19_Linux (arm-07).txt inflating: Linux (arm-07)/system.txt inflating: 20_Linux (arm-08).txt inflating: Linux (arm-08)/system.txt inflating: 21_Linux (risc-v-05).txt inflating: Linux (risc-v-05)/system.txt inflating: 22_Linux (arm-04).txt inflating: Linux (arm-04)/system.txt inflating: 23_Linux (arm-01).txt inflating: Linux (arm-01)/system.txt inflating: 24_Linux (x86_64-01).txt inflating: Linux (x86_64-01)/system.txt inflating: 25_Linux (risc-v-03).txt inflating: Linux (risc-v-03)/system.txt inflating: 26_msys2 (msys2).txt inflating: msys2 (msys2)/system.txt inflating: 27_Linux (xtensa-02).txt inflating: Linux (xtensa-02)/system.txt inflating: Linux (xtensa-02)/1_Set up job.txt inflating: Linux (xtensa-02)/2_Show Disk Space.txt inflating: Linux (xtensa-02)/3_Free Disk Space (Ubuntu).txt inflating: Linux (xtensa-02)/4_After CLEAN-UP Disk Space.txt inflating: Linux (xtensa-02)/5_Download Source Artifact.txt inflating: Linux (xtensa-02)/6_Extract sources.txt inflating: Linux (xtensa-02)/7_Docker Login.txt inflating: Linux (xtensa-02)/8_Docker Pull.txt inflating: Linux (xtensa-02)/9_Export NuttX Repo SHA.txt inflating: Linux (xtensa-02)/10_Install NTFC.txt inflating: Linux (xtensa-02)/11_Run builds.txt inflating: Linux (xtensa-02)/12_Post-build Disk Space.txt inflating: Linux (xtensa-02)/13_Run actions_upload-artifact@v6.txt inflating: Linux (xtensa-02)/26_Post Docker Login.txt inflating: Linux (xtensa-02)/27_Complete job.txt inflating: 28_Linux (arm-02).txt inflating: Linux (arm-02)/system.txt inflating: 29_Linux (arm64-01).txt inflating: Linux (arm64-01)/system.txt inflating: 30_Linux (arm-03).txt inflating: Linux (arm-03)/system.txt inflating: 31_Linux (sim-01).txt inflating: Linux (sim-01)/system.txt inflating: 32_Linux (risc-v-01).txt inflating: Linux (risc-v-01)/system.txt inflating: 33_Linux (xtensa-01).txt inflating: Linux (xtensa-01)/system.txt inflating: Linux (xtensa-01)/1_Set up job.txt inflating: Linux (xtensa-01)/2_Show Disk Space.txt inflating: Linux (xtensa-01)/3_Free Disk Space (Ubuntu).txt inflating: Linux (xtensa-01)/4_After CLEAN-UP Disk Space.txt inflating: Linux (xtensa-01)/5_Download Source Artifact.txt inflating: Linux (xtensa-01)/6_Extract sources.txt inflating: Linux (xtensa-01)/7_Docker Login.txt inflating: Linux (xtensa-01)/8_Docker Pull.txt inflating: Linux (xtensa-01)/9_Export NuttX Repo SHA.txt inflating: Linux (xtensa-01)/10_Install NTFC.txt inflating: Linux (xtensa-01)/11_Run builds.txt inflating: Linux (xtensa-01)/12_Post-build Disk Space.txt inflating: Linux (xtensa-01)/13_Run actions_upload-artifact@v6.txt inflating: Linux (xtensa-01)/26_Post Docker Login.txt inflating: Linux (xtensa-01)/27_Complete job.txt inflating: 34_Linux (other).txt inflating: Linux (other)/system.txt inflating: 35_macOS-Arch _ Select-Builds.txt inflating: macOS-Arch _ Select-Builds/system.txt inflating: 36_msvc-Arch _ Select-Builds.txt inflating: msvc-Arch _ Select-Builds/system.txt inflating: 37_Linux-Arch _ Select-Builds.txt inflating: Linux-Arch _ Select-Builds/system.txt inflating: 38_msys2-Arch _ Select-Builds.txt inflating: msys2-Arch _ Select-Builds/system.txt inflating: 39_Fetch-Source.txt inflating: Fetch-Source/system.txt + popd ~/ingest-nuttx-builds + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-01 + local os=Linux + local step=10 + local group=arm-01 + local 'job_name=Linux (arm-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 58206 0 0:00:02 0:00:02 --:--:-- 58204 + local job_id=59765483763 + set +x job_id=59765483763 + [[ 59765483763 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/23_Linux (arm-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/23_Linux (arm-01).txt' + local filename=ci-arm-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:83 + cat '/tmp/ingest-nuttx-builds/23_Linux (arm-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {908baaec-15c1-423c-ae5f-a45af43b70cc} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2001) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-01 --run-id 20807787563 --job-id 59765483763 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-01 --run-id 20807787563 --job-id 59765483763 --step 10` lines[0]=Configuration/Tool: pcduino-a10/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pcduino-a10/nsh target=pcduino-a10:nsh timestamp=2026-01-08T06:33:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:32", timestamp_log="2026-01-08T06:33:32", user="NuttX", arch="arm", subarch="a1x", group="arm-01", board="pcduino-a10", config="nsh", target="pcduino-a10:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:777", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pcduino-a10:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: beaglebone-black/lcd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize beaglebone-black/lcd target=beaglebone-black:lcd timestamp=2026-01-08T06:34:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:21", timestamp_log="2026-01-08T06:34:21", user="NuttX", arch="arm", subarch="am335x", group="arm-01", board="beaglebone-black", config="lcd", target="beaglebone-black:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:787", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/beaglebone-black:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: beaglebone-black/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize beaglebone-black/nsh target=beaglebone-black:nsh timestamp=2026-01-08T06:35:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:08", timestamp_log="2026-01-08T06:35:08", user="NuttX", arch="arm", subarch="am335x", group="arm-01", board="beaglebone-black", config="nsh", target="beaglebone-black:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:797", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/beaglebone-black:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/rtc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/rtc target=at32f437-mini:rtc timestamp=2026-01-08T06:35:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:43", timestamp_log="2026-01-08T06:35:43", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="rtc", target="at32f437-mini:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:807", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/usbserial target=at32f437-mini:usbserial timestamp=2026-01-08T06:36:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:30", timestamp_log="2026-01-08T06:36:30", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="usbserial", target="at32f437-mini:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:817", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/adc target=at32f437-mini:adc timestamp=2026-01-08T06:37:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:17", timestamp_log="2026-01-08T06:37:17", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="adc", target="at32f437-mini:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:827", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/usbnsh target=at32f437-mini:usbnsh timestamp=2026-01-08T06:37:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:52", timestamp_log="2026-01-08T06:37:52", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="usbnsh", target="at32f437-mini:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:837", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/can_socket,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/can_socket target=at32f437-mini:can_socket timestamp=2026-01-08T06:38:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:27", timestamp_log="2026-01-08T06:38:27", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="can_socket", target="at32f437-mini:can_socket", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:847", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:can_socket", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/msc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/msc target=at32f437-mini:msc timestamp=2026-01-08T06:39:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:08", timestamp_log="2026-01-08T06:39:08", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="msc", target="at32f437-mini:msc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:857", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:msc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/sdcard,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/sdcard target=at32f437-mini:sdcard timestamp=2026-01-08T06:39:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:57", timestamp_log="2026-01-08T06:39:57", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="sdcard", target="at32f437-mini:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:867", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/can_char,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/can_char target=at32f437-mini:can_char timestamp=2026-01-08T06:40:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:33", timestamp_log="2026-01-08T06:40:33", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="can_char", target="at32f437-mini:can_char", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:877", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:can_char", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/pwm target=at32f437-mini:pwm timestamp=2026-01-08T06:41:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:07", timestamp_log="2026-01-08T06:41:07", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="pwm", target="at32f437-mini:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:887", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/nsh target=at32f437-mini:nsh timestamp=2026-01-08T06:41:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:41", timestamp_log="2026-01-08T06:41:41", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="nsh", target="at32f437-mini:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:897", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/systemview,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/systemview target=at32f437-mini:systemview timestamp=2026-01-08T06:42:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:15", timestamp_log="2026-01-08T06:42:15", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="systemview", target="at32f437-mini:systemview", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:907", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:systemview", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/eth,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/eth target=at32f437-mini:eth timestamp=2026-01-08T06:42:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:59", timestamp_log="2026-01-08T06:42:59", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="eth", target="at32f437-mini:eth", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:917", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:eth", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: c5471evm/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=c5471evm:nettest timestamp=2026-01-08T06:43:40 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:40", timestamp_log="2026-01-08T06:43:40", user="NuttX", arch="arm", subarch="c5471", group="arm-01", board="c5471evm", config="nettest", target="c5471evm:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:927", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:927", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/c5471evm:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: c5471evm/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=c5471evm:nsh timestamp=2026-01-08T06:44:27 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:27", timestamp_log="2026-01-08T06:44:27", user="NuttX", arch="arm", subarch="c5471", group="arm-01", board="c5471evm", config="nsh", target="c5471evm:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:939", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:939", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/c5471evm:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: c5471evm/httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=c5471evm:httpd timestamp=2026-01-08T06:45:20 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:20", timestamp_log="2026-01-08T06:45:20", user="NuttX", arch="arm", subarch="c5471", group="arm-01", board="c5471evm", config="httpd", target="c5471evm:httpd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:951", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:951", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/c5471evm:httpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: csk6011a-nano/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize csk6011a-nano/nsh target=csk6011a-nano:nsh timestamp=2026-01-08T06:46:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:11", timestamp_log="2026-01-08T06:46:11", user="NuttX", arch="arm", subarch="csk6", group="arm-01", board="csk6011a-nano", config="nsh", target="csk6011a-nano:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:963", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/csk6011a-nano:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/rndis_composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/rndis_composite target=spresense:rndis_composite timestamp=2026-01-08T06:46:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:56", timestamp_log="2026-01-08T06:46:56", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="rndis_composite", target="spresense:rndis_composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:973", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:rndis_composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/charger,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/charger target=spresense:charger timestamp=2026-01-08T06:48:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:13", timestamp_log="2026-01-08T06:48:13", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="charger", target="spresense:charger", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:991", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:charger", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/lte,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/lte target=spresense:lte timestamp=2026-01-08T06:49:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:07", timestamp_log="2026-01-08T06:49:07", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="lte", target="spresense:lte", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1001", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:lte", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/usbmsc target=spresense:usbmsc timestamp=2026-01-08T06:50:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:25", timestamp_log="2026-01-08T06:50:25", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="usbmsc", target="spresense:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1021", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/rndis target=spresense:rndis timestamp=2026-01-08T06:51:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:19", timestamp_log="2026-01-08T06:51:19", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="rndis", target="spresense:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1031", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/lcd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/lcd target=spresense:lcd timestamp=2026-01-08T06:52:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:09", timestamp_log="2026-01-08T06:52:09", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="lcd", target="spresense:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1048", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/module target=spresense:module timestamp=2026-01-08T06:52:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:48", timestamp_log="2026-01-08T06:52:48", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="module", target="spresense:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1058", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/usbnsh target=spresense:usbnsh timestamp=2026-01-08T06:53:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:40", timestamp_log="2026-01-08T06:53:40", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="usbnsh", target="spresense:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1068", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/posix_spawn target=spresense:posix_spawn timestamp=2026-01-08T06:54:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:18", timestamp_log="2026-01-08T06:54:18", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="posix_spawn", target="spresense:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1078", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/wifi_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/wifi_smp target=spresense:wifi_smp timestamp=2026-01-08T06:55:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:11", timestamp_log="2026-01-08T06:55:11", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="wifi_smp", target="spresense:wifi_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1088", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:wifi_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/smp target=spresense:smp timestamp=2026-01-08T06:56:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:32", timestamp_log="2026-01-08T06:56:32", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="smp", target="spresense:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1098", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/fmsynth,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/fmsynth target=spresense:fmsynth timestamp=2026-01-08T06:57:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:27", timestamp_log="2026-01-08T06:57:27", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="fmsynth", target="spresense:fmsynth", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1108", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:fmsynth", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/rndis_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/rndis_smp target=spresense:rndis_smp timestamp=2026-01-08T06:58:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:05", timestamp_log="2026-01-08T06:58:05", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="rndis_smp", target="spresense:rndis_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1118", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:rndis_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/wifi,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/wifi target=spresense:wifi timestamp=2026-01-08T06:59:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:20", timestamp_log="2026-01-08T06:59:20", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="wifi", target="spresense:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1135", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/camera,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/camera target=spresense:camera timestamp=2026-01-08T07:00:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:39", timestamp_log="2026-01-08T07:00:39", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="camera", target="spresense:camera", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1145", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:camera", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/nsh target=spresense:nsh timestamp=2026-01-08T07:01:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:19", timestamp_log="2026-01-08T07:01:19", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="nsh", target="spresense:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1155", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/audio target=spresense:audio timestamp=2026-01-08T07:01:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:55", timestamp_log="2026-01-08T07:01:55", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="audio", target="spresense:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1165", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/nsh_trace,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/nsh_trace target=spresense:nsh_trace timestamp=2026-01-08T07:02:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:32", timestamp_log="2026-01-08T07:02:32", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="nsh_trace", target="spresense:nsh_trace", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1175", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:nsh_trace", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/audio_sdk,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/audio_sdk target=spresense:audio_sdk timestamp=2026-01-08T07:03:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:16", timestamp_log="2026-01-08T07:03:16", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="audio_sdk", target="spresense:audio_sdk", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1185", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:audio_sdk", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/elf target=spresense:elf timestamp=2026-01-08T07:03:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:53", timestamp_log="2026-01-08T07:03:53", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="elf", target="spresense:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1195", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/example_camera,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/example_camera target=spresense:example_camera timestamp=2026-01-08T07:04:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:47", timestamp_log="2026-01-08T07:04:47", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="example_camera", target="spresense:example_camera", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1205", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:example_camera", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/mpy,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/mpy target=spresense:mpy timestamp=2026-01-08T07:05:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:31", timestamp_log="2026-01-08T07:05:31", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="mpy", target="spresense:mpy", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1215", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:mpy", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/nsh_automount,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/nsh_automount target=spresense:nsh_automount timestamp=2026-01-08T07:06:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:09", timestamp_log="2026-01-08T07:06:09", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="nsh_automount", target="spresense:nsh_automount", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1225", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:nsh_automount", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/example_lcd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/example_lcd target=spresense:example_lcd timestamp=2026-01-08T07:06:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:56", timestamp_log="2026-01-08T07:06:56", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="example_lcd", target="spresense:example_lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1235", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:example_lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/nettest target=ntosd-dm320:nettest timestamp=2026-01-08T07:07:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:38", timestamp_log="2026-01-08T07:07:38", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="nettest", target="ntosd-dm320:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1245", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/webserver target=ntosd-dm320:webserver timestamp=2026-01-08T07:08:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:26", timestamp_log="2026-01-08T07:08:26", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="webserver", target="ntosd-dm320:webserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1255", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:webserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/nsh target=ntosd-dm320:nsh timestamp=2026-01-08T07:09:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:16", timestamp_log="2026-01-08T07:09:16", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="nsh", target="ntosd-dm320:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1265", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/udp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/udp target=ntosd-dm320:udp timestamp=2026-01-08T07:10:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:13", timestamp_log="2026-01-08T07:10:13", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="udp", target="ntosd-dm320:udp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1275", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:udp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/poll,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/poll target=ntosd-dm320:poll timestamp=2026-01-08T07:11:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:01", timestamp_log="2026-01-08T07:11:01", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="poll", target="ntosd-dm320:poll", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1285", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:poll", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-efm32g880f128-stk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-efm32g880f128-stk/nsh target=olimex-efm32g880f128-stk:nsh timestamp=2026-01-08T07:11:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:51", timestamp_log="2026-01-08T07:11:51", user="NuttX", arch="arm", subarch="efm32", group="arm-01", board="olimex-efm32g880f128-stk", config="nsh", target="olimex-efm32g880f128-stk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1295", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-efm32g880f128-stk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: efm32gg-stk3700/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize efm32gg-stk3700/nsh target=efm32gg-stk3700:nsh timestamp=2026-01-08T07:12:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:37", timestamp_log="2026-01-08T07:12:37", user="NuttX", arch="arm", subarch="efm32", group="arm-01", board="efm32gg-stk3700", config="nsh", target="efm32gg-stk3700:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1305", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/efm32gg-stk3700:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: efm32-g8xx-stk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize efm32-g8xx-stk/nsh target=efm32-g8xx-stk:nsh timestamp=2026-01-08T07:13:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:19", timestamp_log="2026-01-08T07:13:19", user="NuttX", arch="arm", subarch="efm32", group="arm-01", board="efm32-g8xx-stk", config="nsh", target="efm32-g8xx-stk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1315", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/efm32-g8xx-stk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: quickfeather/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize quickfeather/nsh target=quickfeather:nsh timestamp=2026-01-08T07:13:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:51", timestamp_log="2026-01-08T07:13:51", user="NuttX", arch="arm", subarch="eoss3", group="arm-01", board="quickfeather", config="nsh", target="quickfeather:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1325", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/quickfeather:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r-aarch32/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize fvp-armv8r-aarch32/nsh target=fvp-armv8r-aarch32:nsh timestamp=2026-01-08T07:14:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:38", timestamp_log="2026-01-08T07:14:38", user="NuttX", arch="arm", subarch="fvp-v8r-aarch32", group="arm-01", board="fvp-armv8r-aarch32", config="nsh", target="fvp-armv8r-aarch32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1335", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r-aarch32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-aiotbox/aiotboxnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-aiotbox/aiotboxnsh target=gd32f450zk-aiotbox:aiotboxnsh timestamp=2026-01-08T07:15:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:26", timestamp_log="2026-01-08T07:15:26", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-aiotbox", config="aiotboxnsh", target="gd32f450zk-aiotbox:aiotboxnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1345", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-aiotbox:aiotboxnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-aiotbox/aiotboxnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-aiotbox/aiotboxnsh target=gd32f470zk-aiotbox:aiotboxnsh timestamp=2026-01-08T07:16:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:12", timestamp_log="2026-01-08T07:16:12", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-aiotbox", config="aiotboxnsh", target="gd32f470zk-aiotbox:aiotboxnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1355", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-aiotbox:aiotboxnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/fmclfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/fmclfsnsh target=gd32f470ik-eval:fmclfsnsh timestamp=2026-01-08T07:16:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:46", timestamp_log="2026-01-08T07:16:46", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="fmclfsnsh", target="gd32f470ik-eval:fmclfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1365", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:fmclfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/nsh target=gd32f470ik-eval:nsh timestamp=2026-01-08T07:17:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:39", timestamp_log="2026-01-08T07:17:39", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="nsh", target="gd32f470ik-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1375", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/i2c0testnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/i2c0testnsh target=gd32f470ik-eval:i2c0testnsh timestamp=2026-01-08T07:18:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:14", timestamp_log="2026-01-08T07:18:14", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="i2c0testnsh", target="gd32f470ik-eval:i2c0testnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1385", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:i2c0testnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/netnsh target=gd32f470ik-eval:netnsh timestamp=2026-01-08T07:18:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:58", timestamp_log="2026-01-08T07:18:58", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="netnsh", target="gd32f470ik-eval:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1395", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/spilfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/spilfsnsh target=gd32f470zk-eval:spilfsnsh timestamp=2026-01-08T07:19:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:50", timestamp_log="2026-01-08T07:19:50", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="spilfsnsh", target="gd32f470zk-eval:spilfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1405", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:spilfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/fmclfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/fmclfsnsh target=gd32f470zk-eval:fmclfsnsh timestamp=2026-01-08T07:20:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:46", timestamp_log="2026-01-08T07:20:46", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="fmclfsnsh", target="gd32f470zk-eval:fmclfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1415", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:fmclfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/nsh target=gd32f470zk-eval:nsh timestamp=2026-01-08T07:21:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:26", timestamp_log="2026-01-08T07:21:26", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="nsh", target="gd32f470zk-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1425", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/i2c0testnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/i2c0testnsh target=gd32f470zk-eval:i2c0testnsh timestamp=2026-01-08T07:22:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:09", timestamp_log="2026-01-08T07:22:09", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="i2c0testnsh", target="gd32f470zk-eval:i2c0testnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1435", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:i2c0testnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/netnsh target=gd32f470zk-eval:netnsh timestamp=2026-01-08T07:22:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:53", timestamp_log="2026-01-08T07:22:53", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="netnsh", target="gd32f470zk-eval:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1445", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/sdionsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/sdionsh target=gd32f470zk-eval:sdionsh timestamp=2026-01-08T07:23:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:45", timestamp_log="2026-01-08T07:23:45", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="sdionsh", target="gd32f470zk-eval:sdionsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1455", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:sdionsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/spilfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/spilfsnsh target=gd32f450zk-eval:spilfsnsh timestamp=2026-01-08T07:24:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:41", timestamp_log="2026-01-08T07:24:41", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="spilfsnsh", target="gd32f450zk-eval:spilfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1465", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:spilfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/btngpionsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/btngpionsh target=gd32f450zk-eval:btngpionsh timestamp=2026-01-08T07:25:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:21", timestamp_log="2026-01-08T07:25:21", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="btngpionsh", target="gd32f450zk-eval:btngpionsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1475", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:btngpionsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/fmcfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/fmcfsnsh target=gd32f450zk-eval:fmcfsnsh timestamp=2026-01-08T07:26:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:06", timestamp_log="2026-01-08T07:26:06", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="fmcfsnsh", target="gd32f450zk-eval:fmcfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1485", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:fmcfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/fmclfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/fmclfsnsh target=gd32f450zk-eval:fmclfsnsh timestamp=2026-01-08T07:26:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:46", timestamp_log="2026-01-08T07:26:46", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="fmclfsnsh", target="gd32f450zk-eval:fmclfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1495", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:fmclfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/spifsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/spifsnsh target=gd32f450zk-eval:spifsnsh timestamp=2026-01-08T07:27:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:26", timestamp_log="2026-01-08T07:27:26", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="spifsnsh", target="gd32f450zk-eval:spifsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1505", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:spifsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/nsh target=gd32f450zk-eval:nsh timestamp=2026-01-08T07:28:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:06", timestamp_log="2026-01-08T07:28:06", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="nsh", target="gd32f450zk-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1515", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/i2c0testnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/i2c0testnsh target=gd32f450zk-eval:i2c0testnsh timestamp=2026-01-08T07:28:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:40", timestamp_log="2026-01-08T07:28:40", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="i2c0testnsh", target="gd32f450zk-eval:i2c0testnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1525", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:i2c0testnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/netnsh target=gd32f450zk-eval:netnsh timestamp=2026-01-08T07:29:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:15", timestamp_log="2026-01-08T07:29:15", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="netnsh", target="gd32f450zk-eval:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1535", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/sdionsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/sdionsh target=gd32f450zk-eval:sdionsh timestamp=2026-01-08T07:29:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:54", timestamp_log="2026-01-08T07:29:54", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="sdionsh", target="gd32f450zk-eval:sdionsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483763#step:10:1545", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:sdionsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:54 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-02 + local os=Linux + local step=10 + local group=arm-02 + local 'job_name=Linux (arm-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 66150 0 0:00:02 0:00:02 --:--:-- 66172 + local job_id=59765483767 + set +x job_id=59765483767 + [[ 59765483767 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/28_Linux (arm-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/28_Linux (arm-02).txt' + local filename=ci-arm-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:83 + cat '/tmp/ingest-nuttx-builds/28_Linux (arm-02).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {3dbeda78-4a00-4a08-8c48-5e683cd9ca73} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1990) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-02.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-02 --run-id 20807787563 --job-id 59765483767 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-02.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-02 --run-id 20807787563 --job-id 59765483767 --step 10` lines[0]=Configuration/Tool: sabre-6quad/netnsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh_smp target=sabre-6quad:netnsh_smp timestamp=2026-01-08T06:33:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:35", timestamp_log="2026-01-08T06:33:35", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh_smp", target="sabre-6quad:netnsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/knsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/knsh_smp target=sabre-6quad:knsh_smp timestamp=2026-01-08T06:34:46 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:46", timestamp_log="2026-01-08T06:34:46", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="knsh_smp", target="sabre-6quad:knsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:794", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:794", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:knsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/knsh target=sabre-6quad:knsh timestamp=2026-01-08T06:36:15 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:15", timestamp_log="2026-01-08T06:36:15", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="knsh", target="sabre-6quad:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:807", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:807", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: sabre-6quad/coredump,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=sabre-6quad:coredump timestamp=2026-01-08T06:37:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:39", timestamp_log="2026-01-08T06:37:39", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="coredump", target="sabre-6quad:coredump", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:821", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:coredump", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netnsh_wb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh_wb target=sabre-6quad:netnsh_wb timestamp=2026-01-08T06:38:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:19", timestamp_log="2026-01-08T06:38:19", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh_wb", target="sabre-6quad:netnsh_wb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh_wb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:05:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/posix_spawn target=sabre-6quad:posix_spawn timestamp=2026-01-08T06:39:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:31", timestamp_log="2026-01-08T06:39:31", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="posix_spawn", target="sabre-6quad:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:865", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netknsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netknsh target=sabre-6quad:netknsh timestamp=2026-01-08T06:40:23 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:23", timestamp_log="2026-01-08T06:40:23", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netknsh", target="sabre-6quad:netknsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:875", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:875", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netknsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: sabre-6quad/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=sabre-6quad:smp timestamp=2026-01-08T06:42:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:01", timestamp_log="2026-01-08T06:42:01", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="smp", target="sabre-6quad:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:897", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netknsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netknsh_smp target=sabre-6quad:netknsh_smp timestamp=2026-01-08T06:42:37 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:37", timestamp_log="2026-01-08T06:42:37", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netknsh_smp", target="sabre-6quad:netknsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:907", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:907", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netknsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: sabre-6quad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=sabre-6quad:nsh timestamp=2026-01-08T06:44:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:11", timestamp_log="2026-01-08T06:44:11", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="nsh", target="sabre-6quad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:928", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/libcxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/libcxx target=sabre-6quad:libcxx timestamp=2026-01-08T06:44:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:47", timestamp_log="2026-01-08T06:44:47", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="libcxx", target="sabre-6quad:libcxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:938", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:libcxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/citest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/citest target=sabre-6quad:citest timestamp=2026-01-08T06:46:08 *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './'}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'qemu', *** Msg: 'elf_path': './nuttx', *** Msg: 'exec_args': '-semihosting -M sabrelite -m ' *** Msg: '1024 -smp 4 -nographic', *** Msg: 'exec_path': 'qemu-system-arm', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'sabre-6quad'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': [], 'include_module': [], 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 3600.0s *** Msg: collected 932 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================== 72 passed, 7 skipped in 576.54s (0:09:36) =================== *** Msg: 0 *** Msg: + ret=0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + mv result /github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:08", timestamp_log="2026-01-08T06:46:08", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="citest", target="sabre-6quad:citest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:948", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:948", msg="Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ \n + source /github/workspace/nuttx-ntfc/venv/bin/activate \n ++ deactivate nondestructive \n ++ '[' -n '' ']' \n ++ '[' -n '' ']' \n ++ '[' -n /usr/bin/bash -o -n '' ']' \n ++ hash -r \n ++ '[' -n '' ']' \n ++ unset VIRTUAL_ENV \n ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netnsh_ar8031,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh_ar8031 target=sabre-6quad:netnsh_ar8031 timestamp=2026-01-08T06:56:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:51", timestamp_log="2026-01-08T06:56:51", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh_ar8031", target="sabre-6quad:netnsh_ar8031", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1119", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh_ar8031", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/elf target=sabre-6quad:elf timestamp=2026-01-08T06:57:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:57", timestamp_log="2026-01-08T06:57:57", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="elf", target="sabre-6quad:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1137", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh target=sabre-6quad:netnsh timestamp=2026-01-08T06:58:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:49", timestamp_log="2026-01-08T06:58:49", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh", target="sabre-6quad:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1147", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imx95-evk/nsh target=imx95-evk:nsh timestamp=2026-01-08T06:59:37 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:37", timestamp_log="2026-01-08T06:59:37", user="NuttX", arch="arm", subarch="imx9", group="arm-02", board="imx95-evk", config="nsh", target="imx95-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1178", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1178", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imx95-evk/can target=imx95-evk:can timestamp=2026-01-08T07:00:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:25", timestamp_log="2026-01-08T07:00:25", user="NuttX", arch="arm", subarch="imx9", group="arm-02", board="imx95-evk", config="can", target="imx95-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1189", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-evk/rpmsg,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imx95-evk/rpmsg target=imx95-evk:rpmsg timestamp=2026-01-08T07:01:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:23", timestamp_log="2026-01-08T07:01:23", user="NuttX", arch="arm", subarch="imx9", group="arm-02", board="imx95-evk", config="rpmsg", target="imx95-evk:rpmsg", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1199", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-evk:rpmsg", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/pwm-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/pwm-4.1 target=teensy-4.x:pwm-4.1 timestamp=2026-01-08T07:02:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:14", timestamp_log="2026-01-08T07:02:14", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="pwm-4.1", target="teensy-4.x:pwm-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1209", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:pwm-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/netnsh-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/netnsh-4.1 target=teensy-4.x:netnsh-4.1 timestamp=2026-01-08T07:03:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:05", timestamp_log="2026-01-08T07:03:05", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="netnsh-4.1", target="teensy-4.x:netnsh-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1219", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:netnsh-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/lcd-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/lcd-4.1 target=teensy-4.x:lcd-4.1 timestamp=2026-01-08T07:03:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:58", timestamp_log="2026-01-08T07:03:58", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="lcd-4.1", target="teensy-4.x:lcd-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1229", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:lcd-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/nsh-4.0,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/nsh-4.0 target=teensy-4.x:nsh-4.0 timestamp=2026-01-08T07:04:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:36", timestamp_log="2026-01-08T07:04:36", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="nsh-4.0", target="teensy-4.x:nsh-4.0", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1239", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:nsh-4.0", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/nsh-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/nsh-4.1 target=teensy-4.x:nsh-4.1 timestamp=2026-01-08T07:05:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:11", timestamp_log="2026-01-08T07:05:11", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="nsh-4.1", target="teensy-4.x:nsh-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1249", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:nsh-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/lua-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/lua-4.1 target=teensy-4.x:lua-4.1 timestamp=2026-01-08T07:05:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:45", timestamp_log="2026-01-08T07:05:45", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="lua-4.1", target="teensy-4.x:lua-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1259", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:lua-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/enc-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/enc-4.1 target=teensy-4.x:enc-4.1 timestamp=2026-01-08T07:06:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:33", timestamp_log="2026-01-08T07:06:33", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="enc-4.1", target="teensy-4.x:enc-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1276", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:enc-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/can-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/can-4.1 target=teensy-4.x:can-4.1 timestamp=2026-01-08T07:07:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:08", timestamp_log="2026-01-08T07:07:08", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="can-4.1", target="teensy-4.x:can-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1286", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:can-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/sd-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/sd-4.1 target=teensy-4.x:sd-4.1 timestamp=2026-01-08T07:07:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:48", timestamp_log="2026-01-08T07:07:48", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="sd-4.1", target="teensy-4.x:sd-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1296", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:sd-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/pikron-bb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/pikron-bb target=teensy-4.x:pikron-bb timestamp=2026-01-08T07:08:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:25", timestamp_log="2026-01-08T07:08:25", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="pikron-bb", target="teensy-4.x:pikron-bb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1306", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:pikron-bb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/knsh target=imxrt1170-evk:knsh timestamp=2026-01-08T07:09:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:35", timestamp_log="2026-01-08T07:09:35", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="knsh", target="imxrt1170-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1316", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/nsh target=imxrt1170-evk:nsh timestamp=2026-01-08T07:10:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:51", timestamp_log="2026-01-08T07:10:51", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="nsh", target="imxrt1170-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1326", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/can target=imxrt1170-evk:can timestamp=2026-01-08T07:11:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:41", timestamp_log="2026-01-08T07:11:41", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="can", target="imxrt1170-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1336", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/canfd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/canfd target=imxrt1170-evk:canfd timestamp=2026-01-08T07:12:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:37", timestamp_log="2026-01-08T07:12:37", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="canfd", target="imxrt1170-evk:canfd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1346", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:canfd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/netnsh target=imxrt1170-evk:netnsh timestamp=2026-01-08T07:13:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:16", timestamp_log="2026-01-08T07:13:16", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="netnsh", target="imxrt1170-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1356", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/libcxxtest target=imxrt1170-evk:libcxxtest timestamp=2026-01-08T07:14:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:13", timestamp_log="2026-01-08T07:14:13", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="libcxxtest", target="imxrt1170-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1366", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/nshocram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/nshocram target=imxrt1060-evk:nshocram timestamp=2026-01-08T07:15:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:30", timestamp_log="2026-01-08T07:15:30", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="nshocram", target="imxrt1060-evk:nshocram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1376", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:nshocram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/lvgl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/lvgl target=imxrt1060-evk:lvgl timestamp=2026-01-08T07:16:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:10", timestamp_log="2026-01-08T07:16:10", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="lvgl", target="imxrt1060-evk:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1386", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/knsh target=imxrt1060-evk:knsh timestamp=2026-01-08T07:17:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:34", timestamp_log="2026-01-08T07:17:34", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="knsh", target="imxrt1060-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1396", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/nsh target=imxrt1060-evk:nsh timestamp=2026-01-08T07:18:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:54", timestamp_log="2026-01-08T07:18:54", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="nsh", target="imxrt1060-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1406", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/can target=imxrt1060-evk:can timestamp=2026-01-08T07:19:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:29", timestamp_log="2026-01-08T07:19:29", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="can", target="imxrt1060-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1416", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/canfd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/canfd target=imxrt1060-evk:canfd timestamp=2026-01-08T07:20:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:23", timestamp_log="2026-01-08T07:20:23", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="canfd", target="imxrt1060-evk:canfd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1426", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:canfd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/netnsh target=imxrt1060-evk:netnsh timestamp=2026-01-08T07:21:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:02", timestamp_log="2026-01-08T07:21:02", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="netnsh", target="imxrt1060-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1436", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/netnsh_dcache_wb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/netnsh_dcache_wb target=imxrt1060-evk:netnsh_dcache_wb timestamp=2026-01-08T07:21:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:56", timestamp_log="2026-01-08T07:21:56", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="netnsh_dcache_wb", target="imxrt1060-evk:netnsh_dcache_wb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1453", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:netnsh_dcache_wb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/libcxxtest target=imxrt1060-evk:libcxxtest timestamp=2026-01-08T07:23:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:00", timestamp_log="2026-01-08T07:23:00", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="libcxxtest", target="imxrt1060-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1471", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/nshocram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/nshocram target=imxrt1064-evk:nshocram timestamp=2026-01-08T07:24:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:18", timestamp_log="2026-01-08T07:24:18", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="nshocram", target="imxrt1064-evk:nshocram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1481", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:nshocram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/lvgl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/lvgl target=imxrt1064-evk:lvgl timestamp=2026-01-08T07:24:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:53", timestamp_log="2026-01-08T07:24:53", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="lvgl", target="imxrt1064-evk:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1491", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/knsh target=imxrt1064-evk:knsh timestamp=2026-01-08T07:25:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:53", timestamp_log="2026-01-08T07:25:53", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="knsh", target="imxrt1064-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1501", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/mcuboot-loader target=imxrt1064-evk:mcuboot-loader timestamp=2026-01-08T07:27:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:06", timestamp_log="2026-01-08T07:27:06", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="mcuboot-loader", target="imxrt1064-evk:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1511", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/nsh target=imxrt1064-evk:nsh timestamp=2026-01-08T07:27:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:58", timestamp_log="2026-01-08T07:27:58", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="nsh", target="imxrt1064-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1528", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/can target=imxrt1064-evk:can timestamp=2026-01-08T07:28:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:32", timestamp_log="2026-01-08T07:28:32", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="can", target="imxrt1064-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1538", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/mcuboot-app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/mcuboot-app target=imxrt1064-evk:mcuboot-app timestamp=2026-01-08T07:29:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:10", timestamp_log="2026-01-08T07:29:10", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="mcuboot-app", target="imxrt1064-evk:mcuboot-app", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1548", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:mcuboot-app", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/canfd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/canfd target=imxrt1064-evk:canfd timestamp=2026-01-08T07:30:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:11", timestamp_log="2026-01-08T07:30:11", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="canfd", target="imxrt1064-evk:canfd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1566", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:canfd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/netnsh target=imxrt1064-evk:netnsh timestamp=2026-01-08T07:30:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:49", timestamp_log="2026-01-08T07:30:49", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="netnsh", target="imxrt1064-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1576", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/libcxxtest target=imxrt1064-evk:libcxxtest timestamp=2026-01-08T07:31:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:32", timestamp_log="2026-01-08T07:31:32", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="libcxxtest", target="imxrt1064-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1594", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arcx-socket-grid/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arcx-socket-grid/nsh target=arcx-socket-grid:nsh timestamp=2026-01-08T07:32:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:15", timestamp_log="2026-01-08T07:32:15", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="arcx-socket-grid", config="nsh", target="arcx-socket-grid:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1604", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arcx-socket-grid:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arcx-socket-grid/usbdisk,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arcx-socket-grid/usbdisk target=arcx-socket-grid:usbdisk timestamp=2026-01-08T07:33:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:01", timestamp_log="2026-01-08T07:33:01", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="arcx-socket-grid", config="usbdisk", target="arcx-socket-grid:usbdisk", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1614", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arcx-socket-grid:usbdisk", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1020-evk/usdhc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1020-evk/usdhc target=imxrt1020-evk:usdhc timestamp=2026-01-08T07:33:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:53", timestamp_log="2026-01-08T07:33:53", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1020-evk", config="usdhc", target="imxrt1020-evk:usdhc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1624", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1020-evk:usdhc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1020-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1020-evk/nsh target=imxrt1020-evk:nsh timestamp=2026-01-08T07:34:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:44", timestamp_log="2026-01-08T07:34:44", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1020-evk", config="nsh", target="imxrt1020-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1634", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1020-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1020-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1020-evk/netnsh target=imxrt1020-evk:netnsh timestamp=2026-01-08T07:35:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:31", timestamp_log="2026-01-08T07:35:31", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1020-evk", config="netnsh", target="imxrt1020-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1644", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1020-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/knsh target=imxrt1050-evk:knsh timestamp=2026-01-08T07:36:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:15", timestamp_log="2026-01-08T07:36:15", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="knsh", target="imxrt1050-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1654", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/nsh target=imxrt1050-evk:nsh timestamp=2026-01-08T07:37:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:24", timestamp_log="2026-01-08T07:37:24", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="nsh", target="imxrt1050-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1664", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/netnsh target=imxrt1050-evk:netnsh timestamp=2026-01-08T07:37:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:59", timestamp_log="2026-01-08T07:37:59", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="netnsh", target="imxrt1050-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1674", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/libcxxtest target=imxrt1050-evk:libcxxtest timestamp=2026-01-08T07:38:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:45", timestamp_log="2026-01-08T07:38:45", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="libcxxtest", target="imxrt1050-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1684", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: kwikstik-k40/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=kwikstik-k40:ostest timestamp=2026-01-08T07:40:01 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:01", timestamp_log="2026-01-08T07:40:01", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="kwikstik-k40", config="ostest", target="kwikstik-k40:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1694", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1694", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/kwikstik-k40:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: twr-k64f120m/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize twr-k64f120m/nsh target=twr-k64f120m:nsh timestamp=2026-01-08T07:40:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:49", timestamp_log="2026-01-08T07:40:49", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="twr-k64f120m", config="nsh", target="twr-k64f120m:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1706", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/twr-k64f120m:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: twr-k64f120m/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize twr-k64f120m/netnsh target=twr-k64f120m:netnsh timestamp=2026-01-08T07:41:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:39", timestamp_log="2026-01-08T07:41:39", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="twr-k64f120m", config="netnsh", target="twr-k64f120m:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1716", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/twr-k64f120m:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/nsh target=freedom-k64f:nsh timestamp=2026-01-08T07:42:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:24", timestamp_log="2026-01-08T07:42:24", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="nsh", target="freedom-k64f:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1726", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/cdcacm target=freedom-k64f:cdcacm timestamp=2026-01-08T07:43:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:15", timestamp_log="2026-01-08T07:43:15", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="cdcacm", target="freedom-k64f:cdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1736", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:cdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/netnsh target=freedom-k64f:netnsh timestamp=2026-01-08T07:44:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:02", timestamp_log="2026-01-08T07:44:02", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="netnsh", target="freedom-k64f:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1746", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/demo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/demo target=freedom-k64f:demo timestamp=2026-01-08T07:44:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:59", timestamp_log="2026-01-08T07:44:59", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="demo", target="freedom-k64f:demo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1756", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k66f/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k66f/nsh target=freedom-k66f:nsh timestamp=2026-01-08T07:45:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:45", timestamp_log="2026-01-08T07:45:45", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k66f", config="nsh", target="freedom-k66f:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1766", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k66f:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k66f/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k66f/netnsh target=freedom-k66f:netnsh timestamp=2026-01-08T07:46:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:43", timestamp_log="2026-01-08T07:46:43", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k66f", config="netnsh", target="freedom-k66f:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k66f:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: twr-k60n512/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=twr-k60n512:nsh timestamp=2026-01-08T07:47:47 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:47", timestamp_log="2026-01-08T07:47:47", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="twr-k60n512", config="nsh", target="twr-k60n512:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1786", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1786", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/twr-k60n512:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-3.x/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-3.x/usbnsh target=teensy-3.x:usbnsh timestamp=2026-01-08T07:48:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:34", timestamp_log="2026-01-08T07:48:34", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="teensy-3.x", config="usbnsh", target="teensy-3.x:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-3.x:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-3.x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-3.x/nsh target=teensy-3.x:nsh timestamp=2026-01-08T07:49:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:22", timestamp_log="2026-01-08T07:49:22", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="teensy-3.x", config="nsh", target="teensy-3.x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1808", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-3.x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k28f/nshsdusb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k28f/nshsdusb target=freedom-k28f:nshsdusb timestamp=2026-01-08T07:50:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:11", timestamp_log="2026-01-08T07:50:11", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k28f", config="nshsdusb", target="freedom-k28f:nshsdusb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1818", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k28f:nshsdusb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k28f/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k28f/nsh target=freedom-k28f:nsh timestamp=2026-01-08T07:51:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:09", timestamp_log="2026-01-08T07:51:09", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k28f", config="nsh", target="freedom-k28f:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1828", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k28f:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-kl25z/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-kl25z/nsh target=freedom-kl25z:nsh timestamp=2026-01-08T07:51:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:56", timestamp_log="2026-01-08T07:51:56", user="NuttX", arch="arm", subarch="kl", group="arm-02", board="freedom-kl25z", config="nsh", target="freedom-kl25z:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1838", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-kl25z:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-kl26z/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-kl26z/nsh target=freedom-kl26z:nsh timestamp=2026-01-08T07:52:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:38", timestamp_log="2026-01-08T07:52:38", user="NuttX", arch="arm", subarch="kl", group="arm-02", board="freedom-kl26z", config="nsh", target="freedom-kl26z:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1848", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-kl26z:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-lc/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-lc/nsh target=teensy-lc:nsh timestamp=2026-01-08T07:53:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:08", timestamp_log="2026-01-08T07:53:08", user="NuttX", arch="arm", subarch="kl", group="arm-02", board="teensy-lc", config="nsh", target="teensy-lc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483767#step:10:1858", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-lc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:18 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-03 + local os=Linux + local step=10 + local group=arm-03 + local 'job_name=Linux (arm-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 91966 0 0:00:01 0:00:01 --:--:-- 91945 + local job_id=59765483760 + set +x job_id=59765483760 + [[ 59765483760 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/30_Linux (arm-03).txt' + local 'log_file=/tmp/ingest-nuttx-builds/30_Linux (arm-03).txt' + local filename=ci-arm-03.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-03.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:83 + cat '/tmp/ingest-nuttx-builds/30_Linux (arm-03).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-03.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {2dc286fc-261e-4bba-b8b6-ecd3561d02c4} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-03) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1998) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-03.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-03 --run-id 20807787563 --job-id 59765483760 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-03.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-03 --run-id 20807787563 --job-id 59765483760 --step 10` lines[0]=Skipping: olimex-lpc1766stk/slip-httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: olimex-lpc1766stk/slip-httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: olimex-lpc1766stk/slip-httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: olimex-lpc1766stk/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:usbserial timestamp=2026-01-08T06:33:29 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:29", timestamp_log="2026-01-08T06:33:29", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="usbserial", target="olimex-lpc1766stk:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:784", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:784", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-lpc1766stk:usbmsc timestamp=2026-01-08T06:34:15 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:15", timestamp_log="2026-01-08T06:34:15", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="usbmsc", target="olimex-lpc1766stk:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:796", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:796", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:nettest timestamp=2026-01-08T06:35:00 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:00", timestamp_log="2026-01-08T06:35:00", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="nettest", target="olimex-lpc1766stk:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:808", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:808", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/hidmouse,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/hidmouse target=olimex-lpc1766stk:hidmouse timestamp=2026-01-08T06:35:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:47", timestamp_log="2026-01-08T06:35:47", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="hidmouse", target="olimex-lpc1766stk:hidmouse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:820", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:hidmouse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/thttpd-binfs,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/thttpd-binfs target=olimex-lpc1766stk:thttpd-binfs timestamp=2026-01-08T06:36:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:45", timestamp_log="2026-01-08T06:36:45", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="thttpd-binfs", target="olimex-lpc1766stk:thttpd-binfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:830", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:thttpd-binfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/hidkbd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/hidkbd target=olimex-lpc1766stk:hidkbd timestamp=2026-01-08T06:37:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:34", timestamp_log="2026-01-08T06:37:34", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="hidkbd", target="olimex-lpc1766stk:hidkbd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:840", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:hidkbd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:nsh timestamp=2026-01-08T06:38:11 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:11", timestamp_log="2026-01-08T06:38:11", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="nsh", target="olimex-lpc1766stk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:850", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:850", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/zmodem,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:zmodem timestamp=2026-01-08T06:38:57 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:57", timestamp_log="2026-01-08T06:38:57", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="zmodem", target="olimex-lpc1766stk:zmodem", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:862", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:862", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:zmodem", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/ftpc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/ftpc target=olimex-lpc1766stk:ftpc timestamp=2026-01-08T06:39:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:41", timestamp_log="2026-01-08T06:39:41", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="ftpc", target="olimex-lpc1766stk:ftpc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:874", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:ftpc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:23 GMT", "content-length": "0"} } lines[0]=Skipping: olimex-lpc1766stk/thttpd-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: olimex-lpc1766stk/thttpd-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: olimex-lpc1766stk/thttpd-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: u-blox-c027/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize u-blox-c027/nsh target=u-blox-c027:nsh timestamp=2026-01-08T06:40:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:25", timestamp_log="2026-01-08T06:40:25", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="u-blox-c027", config="nsh", target="u-blox-c027:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:891", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/u-blox-c027:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zkit-arm-1769/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=zkit-arm-1769:hello timestamp=2026-01-08T06:41:23 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:23", timestamp_log="2026-01-08T06:41:23", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="zkit-arm-1769", config="hello", target="zkit-arm-1769:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:901", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:901", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zkit-arm-1769:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zkit-arm-1769/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=zkit-arm-1769:nsh timestamp=2026-01-08T06:42:12 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:12", timestamp_log="2026-01-08T06:42:12", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="zkit-arm-1769", config="nsh", target="zkit-arm-1769:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:913", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:913", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zkit-arm-1769:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zkit-arm-1769/nxhello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=zkit-arm-1769:nxhello timestamp=2026-01-08T06:43:01 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:01", timestamp_log="2026-01-08T06:43:01", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="zkit-arm-1769", config="nxhello", target="zkit-arm-1769:nxhello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:925", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:925", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zkit-arm-1769:nxhello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:24 GMT", "content-length": "0"} } lines[0]=Skipping: zkit-arm-1769/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: zkit-arm-1769/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: zkit-arm-1769/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: mbed/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mbed/userled target=mbed:userled timestamp=2026-01-08T06:44:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:07", timestamp_log="2026-01-08T06:44:07", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="mbed", config="userled", target="mbed:userled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:944", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mbed:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mbed/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mbed/nsh target=mbed:nsh timestamp=2026-01-08T06:44:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:50", timestamp_log="2026-01-08T06:44:50", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="mbed", config="nsh", target="mbed:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:954", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mbed:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=open1788:knsh timestamp=2026-01-08T06:45:24 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:24", timestamp_log="2026-01-08T06:45:24", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="knsh", target="open1788:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:964", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:964", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=open1788:nsh timestamp=2026-01-08T06:46:34 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:34", timestamp_log="2026-01-08T06:46:34", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="nsh", target="open1788:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:976", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:976", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/fb target=open1788:fb timestamp=2026-01-08T06:47:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:21", timestamp_log="2026-01-08T06:47:21", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="fb", target="open1788:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:988", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/knxterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/knxterm target=open1788:knxterm timestamp=2026-01-08T06:48:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:14", timestamp_log="2026-01-08T06:48:14", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="knxterm", target="open1788:knxterm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:998", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:knxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/pdcurses,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/pdcurses target=open1788:pdcurses timestamp=2026-01-08T06:49:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:37", timestamp_log="2026-01-08T06:49:37", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="pdcurses", target="open1788:pdcurses", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1008", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:pdcurses", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/pwfb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/pwfb target=open1788:pwfb timestamp=2026-01-08T06:50:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:17", timestamp_log="2026-01-08T06:50:17", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="pwfb", target="open1788:pwfb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1018", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:pwfb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/nxlines target=open1788:nxlines timestamp=2026-01-08T06:51:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:12", timestamp_log="2026-01-08T06:51:12", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="nxlines", target="open1788:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1028", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lx_cpu/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lx_cpu/nsh target=lx_cpu:nsh timestamp=2026-01-08T06:52:05 *** Msg: arm-none-eabi-ld: warning: errno has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: hello has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: struct has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: signal has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: mutex has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: pthread has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: task has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:05", timestamp_log="2026-01-08T06:52:05", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lx_cpu", config="nsh", target="lx_cpu:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1038", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1038", msg="arm-none-eabi-ld: warning: errno has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: hello has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: struct has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: signal has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: mutex has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: pthread has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: task has a LOAD segment w", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lx_cpu:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/nx target=lpcxpresso-lpc1768:nx timestamp=2026-01-08T06:53:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:19", timestamp_log="2026-01-08T06:53:19", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="nx", target="lpcxpresso-lpc1768:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1055", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/dhcpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/dhcpd target=lpcxpresso-lpc1768:dhcpd timestamp=2026-01-08T06:54:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:11", timestamp_log="2026-01-08T06:54:11", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="dhcpd", target="lpcxpresso-lpc1768:dhcpd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1065", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:dhcpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/usbmsc target=lpcxpresso-lpc1768:usbmsc timestamp=2026-01-08T06:54:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:58", timestamp_log="2026-01-08T06:54:58", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="usbmsc", target="lpcxpresso-lpc1768:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1075", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/nsh target=lpcxpresso-lpc1768:nsh timestamp=2026-01-08T06:55:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:31", timestamp_log="2026-01-08T06:55:31", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="nsh", target="lpcxpresso-lpc1768:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1085", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:28 GMT", "content-length": "0"} } lines[0]=Skipping: lpcxpresso-lpc1768/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: lpcxpresso-lpc1768/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: lpcxpresso-lpc1768/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: pnev5180b/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/knsh target=pnev5180b:knsh timestamp=2026-01-08T06:56:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:18", timestamp_log="2026-01-08T06:56:18", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="knsh", target="pnev5180b:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1102", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/usbnsh target=pnev5180b:usbnsh timestamp=2026-01-08T06:57:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:22", timestamp_log="2026-01-08T06:57:22", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="usbnsh", target="pnev5180b:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1112", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/nsh-cdcecm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/nsh-cdcecm target=pnev5180b:nsh-cdcecm timestamp=2026-01-08T06:58:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:03", timestamp_log="2026-01-08T06:58:03", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="nsh-cdcecm", target="pnev5180b:nsh-cdcecm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1122", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:nsh-cdcecm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/nsh target=pnev5180b:nsh timestamp=2026-01-08T06:58:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:46", timestamp_log="2026-01-08T06:58:46", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="nsh", target="pnev5180b:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1132", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/usbnsh-cdcecm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/usbnsh-cdcecm target=pnev5180b:usbnsh-cdcecm timestamp=2026-01-08T06:59:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:21", timestamp_log="2026-01-08T06:59:21", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="usbnsh-cdcecm", target="pnev5180b:usbnsh-cdcecm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1142", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:usbnsh-cdcecm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-quickstart/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lpc4088-quickstart:knsh timestamp=2026-01-08T07:00:00 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:00", timestamp_log="2026-01-08T07:00:00", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-quickstart", config="knsh", target="lpc4088-quickstart:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1152", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1152", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-quickstart:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-quickstart/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lpc4088-quickstart:nsh timestamp=2026-01-08T07:01:16 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:16", timestamp_log="2026-01-08T07:01:16", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-quickstart", config="nsh", target="lpc4088-quickstart:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1164", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1164", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-quickstart:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcb1700/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcb1700:nsh timestamp=2026-01-08T07:02:04 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:04", timestamp_log="2026-01-08T07:02:04", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="mcb1700", config="nsh", target="mcb1700:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1176", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1176", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcb1700:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-devkit/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lpc4088-devkit:knsh timestamp=2026-01-08T07:02:39 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:39", timestamp_log="2026-01-08T07:02:39", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-devkit", config="knsh", target="lpc4088-devkit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1188", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1188", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-devkit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-devkit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lpc4088-devkit:nsh timestamp=2026-01-08T07:03:30 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:30", timestamp_log="2026-01-08T07:03:30", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-devkit", config="nsh", target="lpc4088-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1200", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1200", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lincoln60/thttpd-binfs,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lincoln60/thttpd-binfs target=lincoln60:thttpd-binfs timestamp=2026-01-08T07:04:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:27", timestamp_log="2026-01-08T07:04:27", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lincoln60", config="thttpd-binfs", target="lincoln60:thttpd-binfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1212", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lincoln60:thttpd-binfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lincoln60/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lincoln60/nsh target=lincoln60:nsh timestamp=2026-01-08T07:05:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:09", timestamp_log="2026-01-08T07:05:09", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lincoln60", config="nsh", target="lincoln60:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1222", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lincoln60:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lincoln60/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lincoln60/netnsh target=lincoln60:netnsh timestamp=2026-01-08T07:05:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:49", timestamp_log="2026-01-08T07:05:49", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lincoln60", config="netnsh", target="lincoln60:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483760#step:10:1232", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lincoln60:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:36 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-04 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-04 + local os=Linux + local step=10 + local group=arm-04 + local 'job_name=Linux (arm-04)' ++ jq '.jobs | map(select(.name == "Linux (arm-04)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 63589 0 0:00:02 0:00:02 --:--:-- 63571 + local job_id=59765483805 + set +x job_id=59765483805 + [[ 59765483805 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/22_Linux (arm-04).txt' + local 'log_file=/tmp/ingest-nuttx-builds/22_Linux (arm-04).txt' + local filename=ci-arm-04.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-04.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/22_Linux (arm-04).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-04.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {88b08055-a5b9-4368-af5d-622072c7bfd2} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-04) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2026) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-04.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-04 --run-id 20807787563 --job-id 59765483805 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-04.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-04 --run-id 20807787563 --job-id 59765483805 --step 10` lines[0]=Configuration/Tool: lc823450-xgevk/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/kostest target=lc823450-xgevk:kostest timestamp=2026-01-08T06:33:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:46", timestamp_log="2026-01-08T06:33:46", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="kostest", target="lc823450-xgevk:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:774", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/krndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/krndis target=lc823450-xgevk:krndis timestamp=2026-01-08T06:34:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:51", timestamp_log="2026-01-08T06:34:51", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="krndis", target="lc823450-xgevk:krndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:784", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:krndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/rndis target=lc823450-xgevk:rndis timestamp=2026-01-08T06:36:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:32", timestamp_log="2026-01-08T06:36:32", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="rndis", target="lc823450-xgevk:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:794", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/knsh target=lc823450-xgevk:knsh timestamp=2026-01-08T06:37:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:44", timestamp_log="2026-01-08T06:37:44", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="knsh", target="lc823450-xgevk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:811", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/usb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/usb target=lc823450-xgevk:usb timestamp=2026-01-08T06:39:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:01", timestamp_log="2026-01-08T06:39:01", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="usb", target="lc823450-xgevk:usb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:821", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:usb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/posix_spawn target=lc823450-xgevk:posix_spawn timestamp=2026-01-08T06:39:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:56", timestamp_log="2026-01-08T06:39:56", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="posix_spawn", target="lc823450-xgevk:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/bt,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/bt target=lc823450-xgevk:bt timestamp=2026-01-08T06:40:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:41", timestamp_log="2026-01-08T06:40:41", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="bt", target="lc823450-xgevk:bt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:841", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:bt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/nsh target=lc823450-xgevk:nsh timestamp=2026-01-08T06:41:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:45", timestamp_log="2026-01-08T06:41:45", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="nsh", target="lc823450-xgevk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:851", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/audio target=lc823450-xgevk:audio timestamp=2026-01-08T06:42:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:36", timestamp_log="2026-01-08T06:42:36", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="audio", target="lc823450-xgevk:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:861", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/elf target=lc823450-xgevk:elf timestamp=2026-01-08T06:43:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:21", timestamp_log="2026-01-08T06:43:21", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="elf", target="lc823450-xgevk:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:871", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/ipl2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/ipl2 target=lc823450-xgevk:ipl2 timestamp=2026-01-08T06:44:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:06", timestamp_log="2026-01-08T06:44:06", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="ipl2", target="lc823450-xgevk:ipl2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:881", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:ipl2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:usbserial timestamp=2026-01-08T06:44:49 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:49", timestamp_log="2026-01-08T06:44:49", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="usbserial", target="mcu123-lpc214x:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:891", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:891", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:usbmsc timestamp=2026-01-08T06:45:27 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:27", timestamp_log="2026-01-08T06:45:27", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="usbmsc", target="mcu123-lpc214x:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:903", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:903", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:nsh timestamp=2026-01-08T06:46:07 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:07", timestamp_log="2026-01-08T06:46:07", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="nsh", target="mcu123-lpc214x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:915", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:915", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:composite timestamp=2026-01-08T06:46:48 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:48", timestamp_log="2026-01-08T06:46:48", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="composite", target="mcu123-lpc214x:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:927", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:927", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zp214xpa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize zp214xpa/nsh target=zp214xpa:nsh timestamp=2026-01-08T06:47:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:28", timestamp_log="2026-01-08T06:47:28", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="zp214xpa", config="nsh", target="zp214xpa:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:939", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zp214xpa:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zp214xpa/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize zp214xpa/nxlines target=zp214xpa:nxlines timestamp=2026-01-08T06:47:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:58", timestamp_log="2026-01-08T06:47:58", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="zp214xpa", config="nxlines", target="zp214xpa:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:949", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zp214xpa:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc2378/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc2378/nsh target=olimex-lpc2378:nsh timestamp=2026-01-08T06:48:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:43", timestamp_log="2026-01-08T06:48:43", user="NuttX", arch="arm", subarch="lpc2378", group="arm-04", board="olimex-lpc2378", config="nsh", target="olimex-lpc2378:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:959", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc2378:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc-h3131/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc-h3131/nsh target=olimex-lpc-h3131:nsh timestamp=2026-01-08T06:49:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:22", timestamp_log="2026-01-08T06:49:22", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="olimex-lpc-h3131", config="nsh", target="olimex-lpc-h3131:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:969", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc-h3131:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3131/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ea3131/usbserial target=ea3131:usbserial timestamp=2026-01-08T06:50:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:04", timestamp_log="2026-01-08T06:50:04", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3131", config="usbserial", target="ea3131:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:979", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3131:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3131/pgnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ea3131/pgnsh target=ea3131:pgnsh timestamp=2026-01-08T06:50:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:44", timestamp_log="2026-01-08T06:50:44", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3131", config="pgnsh", target="ea3131:pgnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:989", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3131:pgnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3131/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ea3131/nsh target=ea3131:nsh timestamp=2026-01-08T06:51:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:19", timestamp_log="2026-01-08T06:51:19", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3131", config="nsh", target="ea3131:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:999", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3131:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3152/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=ea3152:ostest timestamp=2026-01-08T06:51:59 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:59", timestamp_log="2026-01-08T06:51:59", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3152", config="ostest", target="ea3152:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1009", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1009", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3152:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4370-link2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4370-link2/nsh target=lpc4370-link2:nsh timestamp=2026-01-08T06:52:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:39", timestamp_log="2026-01-08T06:52:39", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4370-link2", config="nsh", target="lpc4370-link2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1021", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4370-link2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4357-evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4357-evb/nsh target=lpc4357-evb:nsh timestamp=2026-01-08T06:53:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:22", timestamp_log="2026-01-08T06:53:22", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4357-evb", config="nsh", target="lpc4357-evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1031", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4357-evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4337-ws/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4337-ws/nsh target=lpc4337-ws:nsh timestamp=2026-01-08T06:53:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:54", timestamp_log="2026-01-08T06:53:54", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4337-ws", config="nsh", target="lpc4337-ws:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1041", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4337-ws:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/knsh target=bambino-200e:knsh timestamp=2026-01-08T06:54:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:24", timestamp_log="2026-01-08T06:54:24", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="knsh", target="bambino-200e:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1051", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/usbnsh target=bambino-200e:usbnsh timestamp=2026-01-08T06:55:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:23", timestamp_log="2026-01-08T06:55:23", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="usbnsh", target="bambino-200e:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1061", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/nsh target=bambino-200e:nsh timestamp=2026-01-08T06:56:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:01", timestamp_log="2026-01-08T06:56:01", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="nsh", target="bambino-200e:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1071", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/netnsh target=bambino-200e:netnsh timestamp=2026-01-08T06:56:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:31", timestamp_log="2026-01-08T06:56:31", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="netnsh", target="bambino-200e:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1081", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/max31855,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/max31855 target=bambino-200e:max31855 timestamp=2026-01-08T06:57:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:12", timestamp_log="2026-01-08T06:57:12", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="max31855", target="bambino-200e:max31855", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1091", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:max31855", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4330-xplorer/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4330-xplorer/nsh target=lpc4330-xplorer:nsh timestamp=2026-01-08T06:57:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:41", timestamp_log="2026-01-08T06:57:41", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4330-xplorer", config="nsh", target="lpc4330-xplorer:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1101", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4330-xplorer:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/nxwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/nxwm target=lpcxpresso-lpc54628:nxwm timestamp=2026-01-08T06:58:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:10", timestamp_log="2026-01-08T06:58:10", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="nxwm", target="lpcxpresso-lpc54628:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1111", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/lvgl target=lpcxpresso-lpc54628:lvgl timestamp=2026-01-08T06:59:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:03", timestamp_log="2026-01-08T06:59:03", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="lvgl", target="lpcxpresso-lpc54628:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1121", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/twm4nx1,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/twm4nx1 target=lpcxpresso-lpc54628:twm4nx1 timestamp=2026-01-08T07:00:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:28", timestamp_log="2026-01-08T07:00:28", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="twm4nx1", target="lpcxpresso-lpc54628:twm4nx1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1131", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:twm4nx1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/pwlines,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/pwlines target=lpcxpresso-lpc54628:pwlines timestamp=2026-01-08T07:01:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:24", timestamp_log="2026-01-08T07:01:24", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="pwlines", target="lpcxpresso-lpc54628:pwlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1141", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:pwlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/nsh target=lpcxpresso-lpc54628:nsh timestamp=2026-01-08T07:02:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:10", timestamp_log="2026-01-08T07:02:10", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="nsh", target="lpcxpresso-lpc54628:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1151", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/fb target=lpcxpresso-lpc54628:fb timestamp=2026-01-08T07:02:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:51", timestamp_log="2026-01-08T07:02:51", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="fb", target="lpcxpresso-lpc54628:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1161", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/netnsh target=lpcxpresso-lpc54628:netnsh timestamp=2026-01-08T07:03:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:34", timestamp_log="2026-01-08T07:03:34", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="netnsh", target="lpcxpresso-lpc54628:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1171", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/pwfb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/pwfb target=lpcxpresso-lpc54628:pwfb timestamp=2026-01-08T07:04:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:14", timestamp_log="2026-01-08T07:04:14", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="pwfb", target="lpcxpresso-lpc54628:pwfb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1181", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:pwfb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/twm4nx2,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/twm4nx2 target=lpcxpresso-lpc54628:twm4nx2 timestamp=2026-01-08T07:05:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:01", timestamp_log="2026-01-08T07:05:01", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="twm4nx2", target="lpcxpresso-lpc54628:twm4nx2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483805#step:10:1191", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:twm4nx2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:06:59 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-05 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-05 + local os=Linux + local step=10 + local group=arm-05 + local 'job_name=Linux (arm-05)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-05)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 71029 0 0:00:02 0:00:02 --:--:-- 71035 + local job_id=59765483819 + set +x job_id=59765483819 + [[ 59765483819 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/13_Linux (arm-05).txt' + local 'log_file=/tmp/ingest-nuttx-builds/13_Linux (arm-05).txt' + local filename=ci-arm-05.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-05.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:83 + cat '/tmp/ingest-nuttx-builds/13_Linux (arm-05).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-05.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {ee9f0892-f008-4808-92d3-179aede8989b} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-05) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2022) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-05.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-05 --run-id 20807787563 --job-id 59765483819 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-05.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-05 --run-id 20807787563 --job-id 59765483819 --step 10` lines[0]=Configuration/Tool: max32660-evsys/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize max32660-evsys/nsh target=max32660-evsys:nsh timestamp=2026-01-08T06:33:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:45", timestamp_log="2026-01-08T06:33:45", user="NuttX", arch="arm", subarch="max326xx", group="arm-05", board="max32660-evsys", config="nsh", target="max32660-evsys:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:774", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/max32660-evsys:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:03 GMT", "content-length": "0"} } lines[0]=Skipping: moxa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: moxa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: moxa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: mps2-an500/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps2-an500/knsh target=mps2-an500:knsh timestamp=2026-01-08T06:34:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:33", timestamp_log="2026-01-08T06:34:33", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps2-an500", config="knsh", target="mps2-an500:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:791", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps2-an500:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps2-an500/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps2-an500/nsh target=mps2-an500:nsh timestamp=2026-01-08T06:35:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:38", timestamp_log="2026-01-08T06:35:38", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps2-an500", config="nsh", target="mps2-an500:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:801", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps2-an500:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps2-an521/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps2-an521/nsh target=mps2-an521:nsh timestamp=2026-01-08T06:36:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:20", timestamp_log="2026-01-08T06:36:20", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps2-an521", config="nsh", target="mps2-an521:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:811", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps2-an521:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/ap,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/ap target=mps3-an547:ap timestamp=2026-01-08T06:37:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:02", timestamp_log="2026-01-08T06:37:02", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="ap", target="mps3-an547:ap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:821", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:ap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/bl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/bl target=mps3-an547:bl timestamp=2026-01-08T06:37:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:49", timestamp_log="2026-01-08T06:37:49", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="bl", target="mps3-an547:bl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:bl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/clang,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize mps3-an547/clang target=mps3-an547:clang timestamp=2026-01-08T06:38:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:33", timestamp_log="2026-01-08T06:38:33", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="clang", target="mps3-an547:clang", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:841", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:clang", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/nsh target=mps3-an547:nsh timestamp=2026-01-08T06:39:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:17", timestamp_log="2026-01-08T06:39:17", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="nsh", target="mps3-an547:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:851", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/picostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/picostest target=mps3-an547:picostest timestamp=2026-01-08T06:40:01 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/hello has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/ostest has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:01", timestamp_log="2026-01-08T06:40:01", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="picostest", target="mps3-an547:picostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:861", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:861", msg="arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/hello has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/ostest has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:picostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: verdin-mx8mp/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize verdin-mx8mp/nsh target=verdin-mx8mp:nsh timestamp=2026-01-08T06:40:45 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:45", timestamp_log="2026-01-08T06:40:45", user="NuttX", arch="arm", subarch="mx8mp", group="arm-05", board="verdin-mx8mp", config="nsh", target="verdin-mx8mp:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:873", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:873", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/verdin-mx8mp:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: verdin-mx8mp/rpmsg,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize verdin-mx8mp/rpmsg target=verdin-mx8mp:rpmsg timestamp=2026-01-08T06:41:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:55", timestamp_log="2026-01-08T06:41:55", user="NuttX", arch="arm", subarch="mx8mp", group="arm-05", board="verdin-mx8mp", config="rpmsg", target="verdin-mx8mp:rpmsg", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:884", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/verdin-mx8mp:rpmsg", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-mdk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-mdk:nsh timestamp=2026-01-08T06:42:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:45", timestamp_log="2026-01-08T06:42:45", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-mdk", config="nsh", target="nrf52832-mdk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:895", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-mdk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52-feather/userleds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52-feather:userleds timestamp=2026-01-08T06:43:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:15", timestamp_log="2026-01-08T06:43:15", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52-feather", config="userleds", target="nrf52-feather:userleds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:906", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52-feather:userleds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52-feather/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52-feather:nsh timestamp=2026-01-08T06:43:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:32", timestamp_log="2026-01-08T06:43:32", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52-feather", config="nsh", target="nrf52-feather:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:917", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52-feather:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52-feather/i2c,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52-feather:i2c timestamp=2026-01-08T06:43:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:49", timestamp_log="2026-01-08T06:43:49", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52-feather", config="i2c", target="nrf52-feather:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:928", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52-feather:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:06 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dongle/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dongle:usbnsh timestamp=2026-01-08T06:44:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:06", timestamp_log="2026-01-08T06:44:06", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dongle", config="usbnsh", target="nrf52840-dongle:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:939", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dongle:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dongle/ieee802154_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dongle/ieee802154_mac target=nrf52840-dongle:ieee802154_mac timestamp=2026-01-08T06:44:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:36", timestamp_log="2026-01-08T06:44:36", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dongle", config="ieee802154_mac", target="nrf52840-dongle:ieee802154_mac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:949", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dongle:ieee802154_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dongle/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dongle:nsh timestamp=2026-01-08T06:45:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:21", timestamp_log="2026-01-08T06:45:21", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dongle", config="nsh", target="nrf52840-dongle:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:960", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dongle:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble:usbnsh timestamp=2026-01-08T06:45:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:38", timestamp_log="2026-01-08T06:45:38", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble", config="usbnsh", target="arduino-nano-33ble:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:971", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:08 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble:nsh timestamp=2026-01-08T06:45:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:54", timestamp_log="2026-01-08T06:45:54", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble", config="nsh", target="arduino-nano-33ble:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:982", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/sdc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:sdc timestamp=2026-01-08T06:46:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:10", timestamp_log="2026-01-08T06:46:10", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="sdc", target="nrf52832-dk:sdc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:993", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:sdc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/ostest_tickless,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:ostest_tickless timestamp=2026-01-08T06:46:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:50", timestamp_log="2026-01-08T06:46:50", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="ostest_tickless", target="nrf52832-dk:ostest_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1004", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:ostest_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/mcuboot_loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:mcuboot_loader timestamp=2026-01-08T06:47:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:11", timestamp_log="2026-01-08T06:47:11", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mcuboot_loader", target="nrf52832-dk:mcuboot_loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1015", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mcuboot_loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52832-dk/mrf24j40_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52832-dk/mrf24j40_mac target=nrf52832-dk:mrf24j40_mac timestamp=2026-01-08T06:47:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:41", timestamp_log="2026-01-08T06:47:41", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mrf24j40_mac", target="nrf52832-dk:mrf24j40_mac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1025", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mrf24j40_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52832-dk/mrf24j40_6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52832-dk/mrf24j40_6lowpan target=nrf52832-dk:mrf24j40_6lowpan timestamp=2026-01-08T06:48:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:25", timestamp_log="2026-01-08T06:48:25", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mrf24j40_6lowpan", target="nrf52832-dk:mrf24j40_6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1035", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mrf24j40_6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/sdc_nimble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:sdc_nimble timestamp=2026-01-08T06:49:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:17", timestamp_log="2026-01-08T06:49:17", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="sdc_nimble", target="nrf52832-dk:sdc_nimble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1046", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:sdc_nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/mcuboot_app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:mcuboot_app timestamp=2026-01-08T06:49:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:44", timestamp_log="2026-01-08T06:49:44", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mcuboot_app", target="nrf52832-dk:mcuboot_app", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1057", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mcuboot_app", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/mcuboot_loader_minimal,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:mcuboot_loader_minimal timestamp=2026-01-08T06:50:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:13", timestamp_log="2026-01-08T06:50:13", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mcuboot_loader_minimal", target="nrf52832-dk:mcuboot_loader_minimal", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1068", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mcuboot_loader_minimal", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:nsh timestamp=2026-01-08T06:50:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:42", timestamp_log="2026-01-08T06:50:42", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="nsh", target="nrf52832-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1079", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52832-dk/jumbo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52832-dk/jumbo target=nrf52832-dk:jumbo timestamp=2026-01-08T06:50:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:58", timestamp_log="2026-01-08T06:50:58", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="jumbo", target="nrf52832-dk:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1089", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf9160-dk-nrf52/ieee802154_6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf9160-dk-nrf52/ieee802154_6lowpan target=nrf9160-dk-nrf52:ieee802154_6lowpan timestamp=2026-01-08T06:51:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:31", timestamp_log="2026-01-08T06:51:31", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf9160-dk-nrf52", config="ieee802154_6lowpan", target="nrf9160-dk-nrf52:ieee802154_6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1099", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk-nrf52:ieee802154_6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf9160-dk-nrf52/ieee802154_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf9160-dk-nrf52/ieee802154_mac target=nrf9160-dk-nrf52:ieee802154_mac timestamp=2026-01-08T06:52:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:26", timestamp_log="2026-01-08T06:52:26", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf9160-dk-nrf52", config="ieee802154_mac", target="nrf9160-dk-nrf52:ieee802154_mac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1109", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk-nrf52:ieee802154_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf9160-dk-nrf52/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf9160-dk-nrf52/nsh target=nrf9160-dk-nrf52:nsh timestamp=2026-01-08T06:53:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:04", timestamp_log="2026-01-08T06:53:04", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf9160-dk-nrf52", config="nsh", target="nrf9160-dk-nrf52:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1119", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk-nrf52:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-sparkfun/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-sparkfun:nsh timestamp=2026-01-08T06:53:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:34", timestamp_log="2026-01-08T06:53:34", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-sparkfun", config="nsh", target="nrf52832-sparkfun:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1130", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-sparkfun:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-nrf52840/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-nrf52840/usbnsh target=xiao-nrf52840:usbnsh timestamp=2026-01-08T06:53:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:50", timestamp_log="2026-01-08T06:53:50", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="xiao-nrf52840", config="usbnsh", target="xiao-nrf52840:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1140", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-nrf52840:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-nrf52840/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-nrf52840/nsh target=xiao-nrf52840:nsh timestamp=2026-01-08T06:54:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:22", timestamp_log="2026-01-08T06:54:22", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="xiao-nrf52840", config="nsh", target="xiao-nrf52840:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1150", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-nrf52840:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-nrf52840/jumbo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-nrf52840/jumbo target=xiao-nrf52840:jumbo timestamp=2026-01-08T06:54:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:51", timestamp_log="2026-01-08T06:54:51", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="xiao-nrf52840", config="jumbo", target="xiao-nrf52840:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1160", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-nrf52840:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy52/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy52:nsh timestamp=2026-01-08T06:55:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:20", timestamp_log="2026-01-08T06:55:20", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="thingy52", config="nsh", target="thingy52:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1171", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy52:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble-rev2/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble-rev2:usbnsh timestamp=2026-01-08T06:55:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:39", timestamp_log="2026-01-08T06:55:39", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble-rev2", config="usbnsh", target="arduino-nano-33ble-rev2:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1182", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble-rev2:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble-rev2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble-rev2:nsh timestamp=2026-01-08T06:55:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:55", timestamp_log="2026-01-08T06:55:55", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble-rev2", config="nsh", target="arduino-nano-33ble-rev2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1193", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble-rev2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/highpri,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:highpri timestamp=2026-01-08T06:56:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:11", timestamp_log="2026-01-08T06:56:11", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="highpri", target="nrf52840-dk:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1204", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/sdc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:sdc timestamp=2026-01-08T06:56:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:40", timestamp_log="2026-01-08T06:56:40", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="sdc", target="nrf52840-dk:sdc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1215", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:sdc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dk/ieee802154_6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dk/ieee802154_6lowpan target=nrf52840-dk:ieee802154_6lowpan timestamp=2026-01-08T06:57:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:04", timestamp_log="2026-01-08T06:57:04", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="ieee802154_6lowpan", target="nrf52840-dk:ieee802154_6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1225", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:ieee802154_6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:rndis timestamp=2026-01-08T06:57:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:37", timestamp_log="2026-01-08T06:57:37", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="rndis", target="nrf52840-dk:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1236", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/ostest_tickless,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:ostest_tickless timestamp=2026-01-08T06:58:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:11", timestamp_log="2026-01-08T06:58:11", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="ostest_tickless", target="nrf52840-dk:ostest_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1247", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:ostest_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/mcuboot_loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:mcuboot_loader timestamp=2026-01-08T06:58:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:28", timestamp_log="2026-01-08T06:58:28", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="mcuboot_loader", target="nrf52840-dk:mcuboot_loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1258", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:mcuboot_loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dk/ieee802154_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dk/ieee802154_mac target=nrf52840-dk:ieee802154_mac timestamp=2026-01-08T06:58:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:46", timestamp_log="2026-01-08T06:58:46", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="ieee802154_mac", target="nrf52840-dk:ieee802154_mac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1268", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:ieee802154_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/sdc_nimble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:sdc_nimble timestamp=2026-01-08T06:59:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:16", timestamp_log="2026-01-08T06:59:16", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="sdc_nimble", target="nrf52840-dk:sdc_nimble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1279", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:sdc_nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/mcuboot_app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:mcuboot_app timestamp=2026-01-08T06:59:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:41", timestamp_log="2026-01-08T06:59:41", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="mcuboot_app", target="nrf52840-dk:mcuboot_app", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1290", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:mcuboot_app", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:27 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:nsh timestamp=2026-01-08T06:59:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:59", timestamp_log="2026-01-08T06:59:59", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="nsh", target="nrf52840-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1301", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:27 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:cdcacm timestamp=2026-01-08T07:00:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:15", timestamp_log="2026-01-08T07:00:15", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="cdcacm", target="nrf52840-dk:cdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1312", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:cdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dk/jumbo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dk/jumbo target=nrf52840-dk:jumbo timestamp=2026-01-08T07:00:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:33", timestamp_log="2026-01-08T07:00:33", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="jumbo", target="nrf52840-dk:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1322", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:composite timestamp=2026-01-08T07:01:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:13", timestamp_log="2026-01-08T07:01:13", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="composite", target="nrf52840-dk:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1333", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/sx127x,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:sx127x timestamp=2026-01-08T07:01:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:34", timestamp_log="2026-01-08T07:01:34", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="sx127x", target="nrf52840-dk:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1344", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy91-nrf52/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy91-nrf52/usbnsh target=thingy91-nrf52:usbnsh timestamp=2026-01-08T07:01:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:51", timestamp_log="2026-01-08T07:01:51", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="thingy91-nrf52", config="usbnsh", target="thingy91-nrf52:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1354", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy91-nrf52:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:29 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy53/nsh_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy53:nsh_cpuapp timestamp=2026-01-08T07:02:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:18", timestamp_log="2026-01-08T07:02:18", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="nsh_cpuapp", target="thingy53:nsh_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1365", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:nsh_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy53/rpmsghci_nimble_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy53/rpmsghci_nimble_cpuapp target=thingy53:rpmsghci_nimble_cpuapp timestamp=2026-01-08T07:02:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:48", timestamp_log="2026-01-08T07:02:48", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="rpmsghci_nimble_cpuapp", target="thingy53:rpmsghci_nimble_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1375", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:rpmsghci_nimble_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy53/nsh_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy53:nsh_cpunet timestamp=2026-01-08T07:03:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:43", timestamp_log="2026-01-08T07:03:43", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="nsh_cpunet", target="thingy53:nsh_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1394", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:nsh_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy53/rgbled_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy53/rgbled_cpuapp target=thingy53:rgbled_cpuapp timestamp=2026-01-08T07:04:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:12", timestamp_log="2026-01-08T07:04:12", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="rgbled_cpuapp", target="thingy53:rgbled_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1404", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:rgbled_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy53/rpmsghci_sdc_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy53/rpmsghci_sdc_cpunet target=thingy53:rpmsghci_sdc_cpunet timestamp=2026-01-08T07:04:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:57", timestamp_log="2026-01-08T07:04:57", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="rpmsghci_sdc_cpunet", target="thingy53:rpmsghci_sdc_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1414", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:rpmsghci_sdc_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:31 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy53/composite_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy53:composite_cpuapp timestamp=2026-01-08T07:05:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:44", timestamp_log="2026-01-08T07:05:44", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="composite_cpuapp", target="thingy53:composite_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1425", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:composite_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:31 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-audio-dk/nsh_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-audio-dk:nsh_cpuapp timestamp=2026-01-08T07:06:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:24", timestamp_log="2026-01-08T07:06:24", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-audio-dk", config="nsh_cpuapp", target="nrf5340-audio-dk:nsh_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1436", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-audio-dk:nsh_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rptun_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rptun_cpunet timestamp=2026-01-08T07:06:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:42", timestamp_log="2026-01-08T07:06:42", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rptun_cpunet", target="nrf5340-dk:rptun_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1447", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rptun_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rptun_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rptun_cpuapp timestamp=2026-01-08T07:07:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:02", timestamp_log="2026-01-08T07:07:02", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rptun_cpuapp", target="nrf5340-dk:rptun_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1476", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rptun_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/adc_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:adc_cpuapp timestamp=2026-01-08T07:07:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:22", timestamp_log="2026-01-08T07:07:22", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="adc_cpuapp", target="nrf5340-dk:adc_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1505", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:adc_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/mcuboot_loader_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:mcuboot_loader_cpuapp timestamp=2026-01-08T07:07:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:40", timestamp_log="2026-01-08T07:07:40", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="mcuboot_loader_cpuapp", target="nrf5340-dk:mcuboot_loader_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1516", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:mcuboot_loader_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rpmsghci_bt_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rpmsghci_bt_cpuapp timestamp=2026-01-08T07:08:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:13", timestamp_log="2026-01-08T07:08:13", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rpmsghci_bt_cpuapp", target="nrf5340-dk:rpmsghci_bt_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1527", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rpmsghci_bt_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/nsh_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:nsh_cpuapp timestamp=2026-01-08T07:08:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:52", timestamp_log="2026-01-08T07:08:52", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="nsh_cpuapp", target="nrf5340-dk:nsh_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1556", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:nsh_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/pwm_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:pwm_cpuapp timestamp=2026-01-08T07:09:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:09", timestamp_log="2026-01-08T07:09:09", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="pwm_cpuapp", target="nrf5340-dk:pwm_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1567", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:pwm_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rpmsghci_nimble_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rpmsghci_nimble_cpuapp timestamp=2026-01-08T07:09:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:26", timestamp_log="2026-01-08T07:09:26", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rpmsghci_nimble_cpuapp", target="nrf5340-dk:rpmsghci_nimble_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1578", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rpmsghci_nimble_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/qspi_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:qspi_cpuapp timestamp=2026-01-08T07:10:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:11", timestamp_log="2026-01-08T07:10:11", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="qspi_cpuapp", target="nrf5340-dk:qspi_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1607", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:qspi_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/nsh_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:nsh_cpunet timestamp=2026-01-08T07:10:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:45", timestamp_log="2026-01-08T07:10:45", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="nsh_cpunet", target="nrf5340-dk:nsh_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1618", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:nsh_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/sdc_nimble_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:sdc_nimble_cpunet timestamp=2026-01-08T07:11:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:02", timestamp_log="2026-01-08T07:11:02", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="sdc_nimble_cpunet", target="nrf5340-dk:sdc_nimble_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1629", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:sdc_nimble_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/timer_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:timer_cpuapp timestamp=2026-01-08T07:11:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:43", timestamp_log="2026-01-08T07:11:43", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="timer_cpuapp", target="nrf5340-dk:timer_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1640", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:timer_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:37 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/ostest_tickless_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:ostest_tickless_cpuapp timestamp=2026-01-08T07:12:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:00", timestamp_log="2026-01-08T07:12:00", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="ostest_tickless_cpuapp", target="nrf5340-dk:ostest_tickless_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1651", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:ostest_tickless_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/mcuboot_app_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:mcuboot_app_cpuapp timestamp=2026-01-08T07:12:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:17", timestamp_log="2026-01-08T07:12:17", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="mcuboot_app_cpuapp", target="nrf5340-dk:mcuboot_app_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1662", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:mcuboot_app_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/sdc_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:sdc_cpunet timestamp=2026-01-08T07:12:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:48", timestamp_log="2026-01-08T07:12:48", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="sdc_cpunet", target="nrf5340-dk:sdc_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1673", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:sdc_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:39 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/buttons_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:buttons_cpuapp timestamp=2026-01-08T07:13:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:23", timestamp_log="2026-01-08T07:13:23", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="buttons_cpuapp", target="nrf5340-dk:buttons_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1684", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:buttons_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:40 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rpmsghci_sdc_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rpmsghci_sdc_cpunet timestamp=2026-01-08T07:13:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:41", timestamp_log="2026-01-08T07:13:41", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rpmsghci_sdc_cpunet", target="nrf5340-dk:rpmsghci_sdc_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1695", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rpmsghci_sdc_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:40 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/composite_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:composite_cpuapp timestamp=2026-01-08T07:14:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:19", timestamp_log="2026-01-08T07:14:19", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="composite_cpuapp", target="nrf5340-dk:composite_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1724", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:composite_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy91/nsh_nrf52,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy91/nsh_nrf52 target=thingy91:nsh_nrf52 timestamp=2026-01-08T07:14:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:39", timestamp_log="2026-01-08T07:14:39", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="thingy91", config="nsh_nrf52", target="thingy91:nsh_nrf52", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1734", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy91:nsh_nrf52", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy91/nsh_rtt,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy91/nsh_rtt target=thingy91:nsh_rtt timestamp=2026-01-08T07:15:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:21", timestamp_log="2026-01-08T07:15:21", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="thingy91", config="nsh_rtt", target="thingy91:nsh_rtt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1744", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy91:nsh_rtt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/ostest_tickless,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:ostest_tickless timestamp=2026-01-08T07:15:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:53", timestamp_log="2026-01-08T07:15:53", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="ostest_tickless", target="nrf9160-dk:ostest_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1755", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:ostest_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/mcuboot_loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:mcuboot_loader timestamp=2026-01-08T07:16:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:26", timestamp_log="2026-01-08T07:16:26", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="mcuboot_loader", target="nrf9160-dk:mcuboot_loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1766", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:mcuboot_loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/miniboot_s,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:miniboot_s timestamp=2026-01-08T07:16:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:59", timestamp_log="2026-01-08T07:16:59", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="miniboot_s", target="nrf9160-dk:miniboot_s", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1777", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:miniboot_s", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/mcuboot_app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:mcuboot_app timestamp=2026-01-08T07:17:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:29", timestamp_log="2026-01-08T07:17:29", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="mcuboot_app", target="nrf9160-dk:mcuboot_app", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1788", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:mcuboot_app", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:nsh timestamp=2026-01-08T07:18:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:03", timestamp_log="2026-01-08T07:18:03", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="nsh", target="nrf9160-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1799", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/modem_ns,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:modem_ns timestamp=2026-01-08T07:18:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:25", timestamp_log="2026-01-08T07:18:25", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="modem_ns", target="nrf9160-dk:modem_ns", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1810", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:modem_ns", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nutiny-nuc120/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=nutiny-nuc120:nsh timestamp=2026-01-08T07:19:09 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:09", timestamp_log="2026-01-08T07:19:09", user="NuttX", arch="arm", subarch="nuc1xx", group="arm-05", board="nutiny-nuc120", config="nsh", target="nutiny-nuc120:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1820", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1820", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nutiny-nuc120:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: phy6222/phy_sbp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize phy6222/phy_sbp target=phy6222:phy_sbp timestamp=2026-01-08T07:19:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:41", timestamp_log="2026-01-08T07:19:41", user="NuttX", arch="arm", subarch="phy62xx", group="arm-05", board="phy6222", config="phy_sbp", target="phy6222:phy_sbp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1832", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/phy6222:phy_sbp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: phy6222/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize phy6222/nsh target=phy6222:nsh timestamp=2026-01-08T07:20:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:20", timestamp_log="2026-01-08T07:20:20", user="NuttX", arch="arm", subarch="phy62xx", group="arm-05", board="phy6222", config="nsh", target="phy6222:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1842", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/phy6222:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7r/pnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7r/pnsh target=qemu-armv7r:pnsh timestamp=2026-01-08T07:20:57 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:57", timestamp_log="2026-01-08T07:20:57", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7r", config="pnsh", target="qemu-armv7r:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1852", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1852", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7r:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7r/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7r/nsh target=qemu-armv7r:nsh timestamp=2026-01-08T07:22:07 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:07", timestamp_log="2026-01-08T07:22:07", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7r", config="nsh", target="qemu-armv7r:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1863", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1863", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7r:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/rpserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/rpserver target=qemu-armv7a:rpserver timestamp=2026-01-08T07:22:51 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:51", timestamp_log="2026-01-08T07:22:51", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="rpserver", target="qemu-armv7a:rpserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1874", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1874", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:rpserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/knsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/knsh_smp target=qemu-armv7a:knsh_smp timestamp=2026-01-08T07:23:43 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:43", timestamp_log="2026-01-08T07:23:43", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="knsh_smp", target="qemu-armv7a:knsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1885", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1885", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:knsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/knsh target=qemu-armv7a:knsh timestamp=2026-01-08T07:25:02 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:02", timestamp_log="2026-01-08T07:25:02", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="knsh", target="qemu-armv7a:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1902", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1902", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/rpproxy,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/rpproxy target=qemu-armv7a:rpproxy timestamp=2026-01-08T07:26:16 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:16", timestamp_log="2026-01-08T07:26:16", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="rpproxy", target="qemu-armv7a:rpproxy", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1919", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1919", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:rpproxy", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/smp target=qemu-armv7a:smp timestamp=2026-01-08T07:27:07 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-objcopy: /github/workspace/sources/nuttx/stRqz9Ra: section .bss lma 0x66a820 adjusted to 0x66d820 *** Msg: arm-none-eabi-objcopy: /github/workspace/sources/nuttx/nuttx: warning: empty loadable segment detected at vaddr=0x40200000, is this intentional? body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:07", timestamp_log="2026-01-08T07:27:07", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="smp", target="qemu-armv7a:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1930", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1930", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-objcopy: /github/workspace/sources/nuttx/stRqz9Ra: section .bss lm", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/gdbstub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/gdbstub target=qemu-armv7a:gdbstub timestamp=2026-01-08T07:27:59 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:59", timestamp_log="2026-01-08T07:27:59", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="gdbstub", target="qemu-armv7a:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1946", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1946", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/nsh target=qemu-armv7a:nsh timestamp=2026-01-08T07:28:48 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:48", timestamp_log="2026-01-08T07:28:48", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="nsh", target="qemu-armv7a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1957", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1957", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv7a/full,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=qemu-armv7a:full timestamp=2026-01-08T07:29:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:37", timestamp_log="2026-01-08T07:29:37", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="full", target="qemu-armv7a:full", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483819#step:10:1972", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:full", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:07:54 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-06 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-06 + local os=Linux + local step=10 + local group=arm-06 + local 'job_name=Linux (arm-06)' ++ jq '.jobs | map(select(.name == "Linux (arm-06)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 58230 0 0:00:02 0:00:02 --:--:-- 58224 + local job_id=59765483826 + set +x job_id=59765483826 + [[ 59765483826 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/11_Linux (arm-06).txt' + local 'log_file=/tmp/ingest-nuttx-builds/11_Linux (arm-06).txt' + local filename=ci-arm-06.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-06.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/11_Linux (arm-06).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-06.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {2a333b99-a819-414a-97c0-7c562487fc20} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-06) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2028) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-06.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-06 --run-id 20807787563 --job-id 59765483826 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-06.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-06 --run-id 20807787563 --job-id 59765483826 --step 10` lines[0]=Configuration/Tool: arduino-r4-minima/nsh-leds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-r4-minima/nsh-leds target=arduino-r4-minima:nsh-leds timestamp=2026-01-08T06:47:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:49", timestamp_log="2026-01-08T06:47:49", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="arduino-r4-minima", config="nsh-leds", target="arduino-r4-minima:nsh-leds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:775", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-r4-minima:nsh-leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-r4-minima/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-r4-minima/pwm target=arduino-r4-minima:pwm timestamp=2026-01-08T06:48:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:30", timestamp_log="2026-01-08T06:48:30", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="arduino-r4-minima", config="pwm", target="arduino-r4-minima:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:785", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-r4-minima:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-r4-minima/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-r4-minima/nsh target=arduino-r4-minima:nsh timestamp=2026-01-08T06:48:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:57", timestamp_log="2026-01-08T06:48:57", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="arduino-r4-minima", config="nsh", target="arduino-r4-minima:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:795", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-r4-minima:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-ra4m1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-ra4m1/nsh target=xiao-ra4m1:nsh timestamp=2026-01-08T06:49:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:26", timestamp_log="2026-01-08T06:49:26", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="xiao-ra4m1", config="nsh", target="xiao-ra4m1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:805", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-ra4m1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-ra4m1/combo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-ra4m1/combo target=xiao-ra4m1:combo timestamp=2026-01-08T06:49:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:54", timestamp_log="2026-01-08T06:49:54", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="xiao-ra4m1", config="combo", target="xiao-ra4m1:combo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:815", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-ra4m1:combo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/nshsram target=waveshare-rp2040-lcd-1.28:nshsram timestamp=2026-01-08T06:50:22 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:22", timestamp_log="2026-01-08T06:50:22", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="nshsram", target="waveshare-rp2040-lcd-1.28:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:825", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:825", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/usbmsc target=waveshare-rp2040-lcd-1.28:usbmsc timestamp=2026-01-08T06:51:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:05", timestamp_log="2026-01-08T06:51:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="usbmsc", target="waveshare-rp2040-lcd-1.28:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:836", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/lvgl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/lvgl target=waveshare-rp2040-lcd-1.28:lvgl timestamp=2026-01-08T06:51:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:50", timestamp_log="2026-01-08T06:51:50", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="lvgl", target="waveshare-rp2040-lcd-1.28:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:846", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/usbnsh target=waveshare-rp2040-lcd-1.28:usbnsh timestamp=2026-01-08T06:53:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:10", timestamp_log="2026-01-08T06:53:10", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="usbnsh", target="waveshare-rp2040-lcd-1.28:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:856", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/smp target=waveshare-rp2040-lcd-1.28:smp timestamp=2026-01-08T06:53:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:38", timestamp_log="2026-01-08T06:53:38", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="smp", target="waveshare-rp2040-lcd-1.28:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:866", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/nsh target=waveshare-rp2040-lcd-1.28:nsh timestamp=2026-01-08T06:54:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:21", timestamp_log="2026-01-08T06:54:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="nsh", target="waveshare-rp2040-lcd-1.28:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:876", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/nsh-flash target=waveshare-rp2040-lcd-1.28:nsh-flash timestamp=2026-01-08T06:54:50 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:50", timestamp_log="2026-01-08T06:54:50", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="nsh-flash", target="waveshare-rp2040-lcd-1.28:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:886", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:886", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/fb target=waveshare-rp2040-lcd-1.28:fb timestamp=2026-01-08T06:55:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:32", timestamp_log="2026-01-08T06:55:32", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="fb", target="waveshare-rp2040-lcd-1.28:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:897", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/composite target=waveshare-rp2040-lcd-1.28:composite timestamp=2026-01-08T06:56:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:01", timestamp_log="2026-01-08T06:56:01", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="composite", target="waveshare-rp2040-lcd-1.28:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:907", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/spisd target=waveshare-rp2040-lcd-1.28:spisd timestamp=2026-01-08T06:56:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:31", timestamp_log="2026-01-08T06:56:31", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="spisd", target="waveshare-rp2040-lcd-1.28:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:917", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/nshsram target=pimoroni-tiny2040:nshsram timestamp=2026-01-08T06:57:00 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:00", timestamp_log="2026-01-08T06:57:00", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="nshsram", target="pimoroni-tiny2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:927", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:927", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/usbmsc target=pimoroni-tiny2040:usbmsc timestamp=2026-01-08T06:57:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:29", timestamp_log="2026-01-08T06:57:29", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="usbmsc", target="pimoroni-tiny2040:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:938", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/usbnsh target=pimoroni-tiny2040:usbnsh timestamp=2026-01-08T06:57:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:58", timestamp_log="2026-01-08T06:57:58", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="usbnsh", target="pimoroni-tiny2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:948", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/gpio target=pimoroni-tiny2040:gpio timestamp=2026-01-08T06:58:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:27", timestamp_log="2026-01-08T06:58:27", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="gpio", target="pimoroni-tiny2040:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:958", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/smp target=pimoroni-tiny2040:smp timestamp=2026-01-08T06:58:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:56", timestamp_log="2026-01-08T06:58:56", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="smp", target="pimoroni-tiny2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:968", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/nsh target=pimoroni-tiny2040:nsh timestamp=2026-01-08T06:59:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:25", timestamp_log="2026-01-08T06:59:25", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="nsh", target="pimoroni-tiny2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:978", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/nsh-flash target=pimoroni-tiny2040:nsh-flash timestamp=2026-01-08T06:59:53 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:53", timestamp_log="2026-01-08T06:59:53", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="nsh-flash", target="pimoroni-tiny2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:988", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:988", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/composite target=pimoroni-tiny2040:composite timestamp=2026-01-08T07:00:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:22", timestamp_log="2026-01-08T07:00:22", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="composite", target="pimoroni-tiny2040:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:999", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/spisd target=pimoroni-tiny2040:spisd timestamp=2026-01-08T07:00:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:51", timestamp_log="2026-01-08T07:00:51", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="spisd", target="pimoroni-tiny2040:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1009", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/nshsram target=adafruit-qt-py-rp2040:nshsram timestamp=2026-01-08T07:01:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:21", timestamp_log="2026-01-08T07:01:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="nshsram", target="adafruit-qt-py-rp2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1019", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/usbnsh target=adafruit-qt-py-rp2040:usbnsh timestamp=2026-01-08T07:01:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:49", timestamp_log="2026-01-08T07:01:49", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="usbnsh", target="adafruit-qt-py-rp2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1029", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/gpio target=adafruit-qt-py-rp2040:gpio timestamp=2026-01-08T07:02:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:18", timestamp_log="2026-01-08T07:02:18", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="gpio", target="adafruit-qt-py-rp2040:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1039", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/smp target=adafruit-qt-py-rp2040:smp timestamp=2026-01-08T07:02:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:46", timestamp_log="2026-01-08T07:02:46", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="smp", target="adafruit-qt-py-rp2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1049", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/nsh target=adafruit-qt-py-rp2040:nsh timestamp=2026-01-08T07:03:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:16", timestamp_log="2026-01-08T07:03:16", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="nsh", target="adafruit-qt-py-rp2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1059", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/nsh-flash target=adafruit-qt-py-rp2040:nsh-flash timestamp=2026-01-08T07:03:44 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:44", timestamp_log="2026-01-08T07:03:44", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="nsh-flash", target="adafruit-qt-py-rp2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1069", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1069", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/usbnsh target=waveshare-rp2040-zero:usbnsh timestamp=2026-01-08T07:04:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:13", timestamp_log="2026-01-08T07:04:13", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="usbnsh", target="waveshare-rp2040-zero:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1080", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/gpio target=waveshare-rp2040-zero:gpio timestamp=2026-01-08T07:04:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:56", timestamp_log="2026-01-08T07:04:56", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="gpio", target="waveshare-rp2040-zero:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1090", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/nsh target=waveshare-rp2040-zero:nsh timestamp=2026-01-08T07:05:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:24", timestamp_log="2026-01-08T07:05:24", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="nsh", target="waveshare-rp2040-zero:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1100", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/ws2812,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/ws2812 target=waveshare-rp2040-zero:ws2812 timestamp=2026-01-08T07:05:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:54", timestamp_log="2026-01-08T07:05:54", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="ws2812", target="waveshare-rp2040-zero:ws2812", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1110", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:ws2812", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/usbnsh target=seeed-xiao-rp2040:usbnsh timestamp=2026-01-08T07:06:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:24", timestamp_log="2026-01-08T07:06:24", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="usbnsh", target="seeed-xiao-rp2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1120", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/gpio target=seeed-xiao-rp2040:gpio timestamp=2026-01-08T07:06:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:53", timestamp_log="2026-01-08T07:06:53", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="gpio", target="seeed-xiao-rp2040:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1130", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/userleds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/userleds target=seeed-xiao-rp2040:userleds timestamp=2026-01-08T07:07:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:21", timestamp_log="2026-01-08T07:07:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="userleds", target="seeed-xiao-rp2040:userleds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1140", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:userleds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/nsh target=seeed-xiao-rp2040:nsh timestamp=2026-01-08T07:07:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:50", timestamp_log="2026-01-08T07:07:50", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="nsh", target="seeed-xiao-rp2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1150", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/ws2812,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/ws2812 target=seeed-xiao-rp2040:ws2812 timestamp=2026-01-08T07:08:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:18", timestamp_log="2026-01-08T07:08:18", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="ws2812", target="seeed-xiao-rp2040:ws2812", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1160", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:ws2812", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/lcd1602 target=raspberrypi-pico:lcd1602 timestamp=2026-01-08T07:08:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:47", timestamp_log="2026-01-08T07:08:47", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="lcd1602", target="raspberrypi-pico:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1170", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/audiopack target=raspberrypi-pico:audiopack timestamp=2026-01-08T07:09:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:17", timestamp_log="2026-01-08T07:09:17", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="audiopack", target="raspberrypi-pico:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1180", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/tmp112,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/tmp112 target=raspberrypi-pico:tmp112 timestamp=2026-01-08T07:09:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:59", timestamp_log="2026-01-08T07:09:59", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="tmp112", target="raspberrypi-pico:tmp112", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1190", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:tmp112", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/displaypack target=raspberrypi-pico:displaypack timestamp=2026-01-08T07:10:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:29", timestamp_log="2026-01-08T07:10:29", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="displaypack", target="raspberrypi-pico:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1200", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/ssd1306 target=raspberrypi-pico:ssd1306 timestamp=2026-01-08T07:11:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:17", timestamp_log="2026-01-08T07:11:17", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="ssd1306", target="raspberrypi-pico:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1210", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/pico-restouch-lcd-2.8,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/pico-restouch-lcd-2.8 target=raspberrypi-pico:pico-restouch-lcd-2.8 timestamp=2026-01-08T07:12:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:05", timestamp_log="2026-01-08T07:12:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="pico-restouch-lcd-2.8", target="raspberrypi-pico:pico-restouch-lcd-2.8", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1220", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:pico-restouch-lcd-2.8", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/nshsram target=raspberrypi-pico:nshsram timestamp=2026-01-08T07:12:54 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:54", timestamp_log="2026-01-08T07:12:54", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="nshsram", target="raspberrypi-pico:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1230", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1230", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/usbmsc target=raspberrypi-pico:usbmsc timestamp=2026-01-08T07:13:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:23", timestamp_log="2026-01-08T07:13:23", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="usbmsc", target="raspberrypi-pico:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1241", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/usbnsh target=raspberrypi-pico:usbnsh timestamp=2026-01-08T07:13:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:53", timestamp_log="2026-01-08T07:13:53", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="usbnsh", target="raspberrypi-pico:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1251", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/waveshare-lcd-1.14 target=raspberrypi-pico:waveshare-lcd-1.14 timestamp=2026-01-08T07:14:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:22", timestamp_log="2026-01-08T07:14:22", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="waveshare-lcd-1.14", target="raspberrypi-pico:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1261", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/smp target=raspberrypi-pico:smp timestamp=2026-01-08T07:14:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:55", timestamp_log="2026-01-08T07:14:55", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="smp", target="raspberrypi-pico:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1271", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/nsh target=raspberrypi-pico:nsh timestamp=2026-01-08T07:15:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:25", timestamp_log="2026-01-08T07:15:25", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="nsh", target="raspberrypi-pico:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1281", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/nsh-flash target=raspberrypi-pico:nsh-flash timestamp=2026-01-08T07:15:54 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:54", timestamp_log="2026-01-08T07:15:54", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="nsh-flash", target="raspberrypi-pico:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1291", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1291", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/ads7046,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/ads7046 target=raspberrypi-pico:ads7046 timestamp=2026-01-08T07:16:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:23", timestamp_log="2026-01-08T07:16:23", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="ads7046", target="raspberrypi-pico:ads7046", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1302", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:ads7046", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/composite target=raspberrypi-pico:composite timestamp=2026-01-08T07:16:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:52", timestamp_log="2026-01-08T07:16:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="composite", target="raspberrypi-pico:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1312", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/enc28j60 target=raspberrypi-pico:enc28j60 timestamp=2026-01-08T07:17:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:22", timestamp_log="2026-01-08T07:17:22", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="enc28j60", target="raspberrypi-pico:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1322", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/spisd target=raspberrypi-pico:spisd timestamp=2026-01-08T07:18:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:08", timestamp_log="2026-01-08T07:18:08", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="spisd", target="raspberrypi-pico:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1332", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/waveshare-lcd-1.3 target=raspberrypi-pico:waveshare-lcd-1.3 timestamp=2026-01-08T07:18:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:38", timestamp_log="2026-01-08T07:18:38", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="waveshare-lcd-1.3", target="raspberrypi-pico:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1342", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/st7735 target=raspberrypi-pico:st7735 timestamp=2026-01-08T07:19:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:10", timestamp_log="2026-01-08T07:19:10", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="st7735", target="raspberrypi-pico:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1352", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: raspberrypi-pico/bmp280,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=raspberrypi-pico:bmp280 timestamp=2026-01-08T07:19:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:39", timestamp_log="2026-01-08T07:19:39", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="bmp280", target="raspberrypi-pico:bmp280", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1363", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:bmp280", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/lcd1602 target=raspberrypi-pico-w:lcd1602 timestamp=2026-01-08T07:20:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:11", timestamp_log="2026-01-08T07:20:11", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="lcd1602", target="raspberrypi-pico-w:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1373", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/audiopack target=raspberrypi-pico-w:audiopack timestamp=2026-01-08T07:20:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:37", timestamp_log="2026-01-08T07:20:37", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="audiopack", target="raspberrypi-pico-w:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1383", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/displaypack target=raspberrypi-pico-w:displaypack timestamp=2026-01-08T07:21:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:07", timestamp_log="2026-01-08T07:21:07", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="displaypack", target="raspberrypi-pico-w:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1393", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/ssd1306 target=raspberrypi-pico-w:ssd1306 timestamp=2026-01-08T07:21:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:40", timestamp_log="2026-01-08T07:21:40", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="ssd1306", target="raspberrypi-pico-w:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1403", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/nshsram target=raspberrypi-pico-w:nshsram timestamp=2026-01-08T07:22:12 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:12", timestamp_log="2026-01-08T07:22:12", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="nshsram", target="raspberrypi-pico-w:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1413", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1413", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/usbmsc target=raspberrypi-pico-w:usbmsc timestamp=2026-01-08T07:22:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:41", timestamp_log="2026-01-08T07:22:41", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="usbmsc", target="raspberrypi-pico-w:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1424", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/telnet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/telnet target=raspberrypi-pico-w:telnet timestamp=2026-01-08T07:23:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:10", timestamp_log="2026-01-08T07:23:10", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="telnet", target="raspberrypi-pico-w:telnet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1434", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:telnet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/usbnsh target=raspberrypi-pico-w:usbnsh timestamp=2026-01-08T07:24:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:04", timestamp_log="2026-01-08T07:24:04", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="usbnsh", target="raspberrypi-pico-w:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1444", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/waveshare-lcd-1.14 target=raspberrypi-pico-w:waveshare-lcd-1.14 timestamp=2026-01-08T07:24:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:32", timestamp_log="2026-01-08T07:24:32", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="waveshare-lcd-1.14", target="raspberrypi-pico-w:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1454", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/smp target=raspberrypi-pico-w:smp timestamp=2026-01-08T07:25:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:05", timestamp_log="2026-01-08T07:25:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="smp", target="raspberrypi-pico-w:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1464", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/nsh target=raspberrypi-pico-w:nsh timestamp=2026-01-08T07:25:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:34", timestamp_log="2026-01-08T07:25:34", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="nsh", target="raspberrypi-pico-w:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1474", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/nsh-flash target=raspberrypi-pico-w:nsh-flash timestamp=2026-01-08T07:26:02 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:02", timestamp_log="2026-01-08T07:26:02", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="nsh-flash", target="raspberrypi-pico-w:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1484", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1484", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/composite target=raspberrypi-pico-w:composite timestamp=2026-01-08T07:26:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:31", timestamp_log="2026-01-08T07:26:31", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="composite", target="raspberrypi-pico-w:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1495", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/enc28j60 target=raspberrypi-pico-w:enc28j60 timestamp=2026-01-08T07:27:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:01", timestamp_log="2026-01-08T07:27:01", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="enc28j60", target="raspberrypi-pico-w:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1505", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/spisd target=raspberrypi-pico-w:spisd timestamp=2026-01-08T07:27:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:34", timestamp_log="2026-01-08T07:27:34", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="spisd", target="raspberrypi-pico-w:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1515", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/waveshare-lcd-1.3 target=raspberrypi-pico-w:waveshare-lcd-1.3 timestamp=2026-01-08T07:28:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:04", timestamp_log="2026-01-08T07:28:04", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="waveshare-lcd-1.3", target="raspberrypi-pico-w:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1525", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/st7735 target=raspberrypi-pico-w:st7735 timestamp=2026-01-08T07:28:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:36", timestamp_log="2026-01-08T07:28:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="st7735", target="raspberrypi-pico-w:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1535", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/lcd1602 target=adafruit-feather-rp2040:lcd1602 timestamp=2026-01-08T07:29:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:05", timestamp_log="2026-01-08T07:29:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="lcd1602", target="adafruit-feather-rp2040:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1545", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/audiopack target=adafruit-feather-rp2040:audiopack timestamp=2026-01-08T07:29:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:33", timestamp_log="2026-01-08T07:29:33", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="audiopack", target="adafruit-feather-rp2040:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1555", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/displaypack target=adafruit-feather-rp2040:displaypack timestamp=2026-01-08T07:30:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:03", timestamp_log="2026-01-08T07:30:03", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="displaypack", target="adafruit-feather-rp2040:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1565", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/ssd1306 target=adafruit-feather-rp2040:ssd1306 timestamp=2026-01-08T07:30:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:36", timestamp_log="2026-01-08T07:30:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="ssd1306", target="adafruit-feather-rp2040:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1575", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/nshsram target=adafruit-feather-rp2040:nshsram timestamp=2026-01-08T07:31:08 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:08", timestamp_log="2026-01-08T07:31:08", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="nshsram", target="adafruit-feather-rp2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1585", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1585", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/usbmsc target=adafruit-feather-rp2040:usbmsc timestamp=2026-01-08T07:31:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:36", timestamp_log="2026-01-08T07:31:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="usbmsc", target="adafruit-feather-rp2040:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1596", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/usbnsh target=adafruit-feather-rp2040:usbnsh timestamp=2026-01-08T07:32:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:06", timestamp_log="2026-01-08T07:32:06", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="usbnsh", target="adafruit-feather-rp2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1606", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/waveshare-lcd-1.14 target=adafruit-feather-rp2040:waveshare-lcd-1.14 timestamp=2026-01-08T07:32:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:34", timestamp_log="2026-01-08T07:32:34", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="waveshare-lcd-1.14", target="adafruit-feather-rp2040:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1616", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/smp target=adafruit-feather-rp2040:smp timestamp=2026-01-08T07:33:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:07", timestamp_log="2026-01-08T07:33:07", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="smp", target="adafruit-feather-rp2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1626", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/nsh target=adafruit-feather-rp2040:nsh timestamp=2026-01-08T07:33:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:36", timestamp_log="2026-01-08T07:33:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="nsh", target="adafruit-feather-rp2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1636", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/nsh-flash target=adafruit-feather-rp2040:nsh-flash timestamp=2026-01-08T07:34:04 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:04", timestamp_log="2026-01-08T07:34:04", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="nsh-flash", target="adafruit-feather-rp2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1646", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1646", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/composite target=adafruit-feather-rp2040:composite timestamp=2026-01-08T07:34:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:33", timestamp_log="2026-01-08T07:34:33", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="composite", target="adafruit-feather-rp2040:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1657", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/enc28j60 target=adafruit-feather-rp2040:enc28j60 timestamp=2026-01-08T07:35:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:02", timestamp_log="2026-01-08T07:35:02", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="enc28j60", target="adafruit-feather-rp2040:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1667", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/spisd target=adafruit-feather-rp2040:spisd timestamp=2026-01-08T07:35:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:36", timestamp_log="2026-01-08T07:35:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="spisd", target="adafruit-feather-rp2040:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1677", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/waveshare-lcd-1.3 target=adafruit-feather-rp2040:waveshare-lcd-1.3 timestamp=2026-01-08T07:36:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:05", timestamp_log="2026-01-08T07:36:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="waveshare-lcd-1.3", target="adafruit-feather-rp2040:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1687", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/st7735 target=adafruit-feather-rp2040:st7735 timestamp=2026-01-08T07:36:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:38", timestamp_log="2026-01-08T07:36:38", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="st7735", target="adafruit-feather-rp2040:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1697", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: w5500-evb-pico/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize w5500-evb-pico/usbnsh target=w5500-evb-pico:usbnsh timestamp=2026-01-08T07:37:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:06", timestamp_log="2026-01-08T07:37:06", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="w5500-evb-pico", config="usbnsh", target="w5500-evb-pico:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1707", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/w5500-evb-pico:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/lcd1602 target=adafruit-kb2040:lcd1602 timestamp=2026-01-08T07:37:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:47", timestamp_log="2026-01-08T07:37:47", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="lcd1602", target="adafruit-kb2040:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1717", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/audiopack target=adafruit-kb2040:audiopack timestamp=2026-01-08T07:38:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:17", timestamp_log="2026-01-08T07:38:17", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="audiopack", target="adafruit-kb2040:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1727", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/displaypack target=adafruit-kb2040:displaypack timestamp=2026-01-08T07:38:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:47", timestamp_log="2026-01-08T07:38:47", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="displaypack", target="adafruit-kb2040:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1737", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/ssd1306 target=adafruit-kb2040:ssd1306 timestamp=2026-01-08T07:39:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:20", timestamp_log="2026-01-08T07:39:20", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="ssd1306", target="adafruit-kb2040:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1747", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/nshsram target=adafruit-kb2040:nshsram timestamp=2026-01-08T07:39:52 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:52", timestamp_log="2026-01-08T07:39:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="nshsram", target="adafruit-kb2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1757", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1757", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/usbmsc target=adafruit-kb2040:usbmsc timestamp=2026-01-08T07:40:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:21", timestamp_log="2026-01-08T07:40:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="usbmsc", target="adafruit-kb2040:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1768", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/usbnsh target=adafruit-kb2040:usbnsh timestamp=2026-01-08T07:40:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:51", timestamp_log="2026-01-08T07:40:51", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="usbnsh", target="adafruit-kb2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1778", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/waveshare-lcd-1.14 target=adafruit-kb2040:waveshare-lcd-1.14 timestamp=2026-01-08T07:41:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:19", timestamp_log="2026-01-08T07:41:19", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="waveshare-lcd-1.14", target="adafruit-kb2040:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1788", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/smp target=adafruit-kb2040:smp timestamp=2026-01-08T07:41:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:52", timestamp_log="2026-01-08T07:41:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="smp", target="adafruit-kb2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/nsh target=adafruit-kb2040:nsh timestamp=2026-01-08T07:42:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:21", timestamp_log="2026-01-08T07:42:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="nsh", target="adafruit-kb2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1808", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/nsh-flash target=adafruit-kb2040:nsh-flash timestamp=2026-01-08T07:42:50 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:50", timestamp_log="2026-01-08T07:42:50", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="nsh-flash", target="adafruit-kb2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1818", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1818", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/composite target=adafruit-kb2040:composite timestamp=2026-01-08T07:43:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:19", timestamp_log="2026-01-08T07:43:19", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="composite", target="adafruit-kb2040:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1829", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:08:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/enc28j60 target=adafruit-kb2040:enc28j60 timestamp=2026-01-08T07:43:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:48", timestamp_log="2026-01-08T07:43:48", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="enc28j60", target="adafruit-kb2040:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1839", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/spisd target=adafruit-kb2040:spisd timestamp=2026-01-08T07:44:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:22", timestamp_log="2026-01-08T07:44:22", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="spisd", target="adafruit-kb2040:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1849", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/waveshare-lcd-1.3 target=adafruit-kb2040:waveshare-lcd-1.3 timestamp=2026-01-08T07:44:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:52", timestamp_log="2026-01-08T07:44:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="waveshare-lcd-1.3", target="adafruit-kb2040:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1859", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/st7735 target=adafruit-kb2040:st7735 timestamp=2026-01-08T07:45:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:25", timestamp_log="2026-01-08T07:45:25", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="st7735", target="adafruit-kb2040:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1869", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-rp2350/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-rp2350/usbnsh target=xiao-rp2350:usbnsh timestamp=2026-01-08T07:45:54 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:54", timestamp_log="2026-01-08T07:45:54", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="xiao-rp2350", config="usbnsh", target="xiao-rp2350:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1879", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1879", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-rp2350:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-rp2350/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-rp2350/nsh target=xiao-rp2350:nsh timestamp=2026-01-08T07:46:39 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:39", timestamp_log="2026-01-08T07:46:39", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="xiao-rp2350", config="nsh", target="xiao-rp2350:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1890", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1890", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-rp2350:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-rp2350/combo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-rp2350/combo target=xiao-rp2350:combo timestamp=2026-01-08T07:47:10 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:10", timestamp_log="2026-01-08T07:47:10", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="xiao-rp2350", config="combo", target="xiao-rp2350:combo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1901", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1901", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-rp2350:combo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/audiopack target=pimoroni-pico-2-plus:audiopack timestamp=2026-01-08T07:47:40 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:40", timestamp_log="2026-01-08T07:47:40", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="audiopack", target="pimoroni-pico-2-plus:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1912", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1912", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/nshsram target=pimoroni-pico-2-plus:nshsram timestamp=2026-01-08T07:48:25 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:25", timestamp_log="2026-01-08T07:48:25", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="nshsram", target="pimoroni-pico-2-plus:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1923", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1923", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/usbmsc target=pimoroni-pico-2-plus:usbmsc timestamp=2026-01-08T07:49:09 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:09", timestamp_log="2026-01-08T07:49:09", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="usbmsc", target="pimoroni-pico-2-plus:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1934", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1934", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/usbnsh target=pimoroni-pico-2-plus:usbnsh timestamp=2026-01-08T07:49:43 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:43", timestamp_log="2026-01-08T07:49:43", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="usbnsh", target="pimoroni-pico-2-plus:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1945", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1945", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/smp target=pimoroni-pico-2-plus:smp timestamp=2026-01-08T07:50:13 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:13", timestamp_log="2026-01-08T07:50:13", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="smp", target="pimoroni-pico-2-plus:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1956", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1956", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/userled target=pimoroni-pico-2-plus:userled timestamp=2026-01-08T07:50:57 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:57", timestamp_log="2026-01-08T07:50:57", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="userled", target="pimoroni-pico-2-plus:userled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1967", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1967", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/nsh target=pimoroni-pico-2-plus:nsh timestamp=2026-01-08T07:51:28 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:28", timestamp_log="2026-01-08T07:51:28", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="nsh", target="pimoroni-pico-2-plus:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1978", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1978", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/composite target=pimoroni-pico-2-plus:composite timestamp=2026-01-08T07:51:57 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:57", timestamp_log="2026-01-08T07:51:57", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="composite", target="pimoroni-pico-2-plus:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1989", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:1989", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/usbnsh target=raspberrypi-pico-2:usbnsh timestamp=2026-01-08T07:52:29 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:29", timestamp_log="2026-01-08T07:52:29", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="usbnsh", target="raspberrypi-pico-2:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2000", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2000", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/smp target=raspberrypi-pico-2:smp timestamp=2026-01-08T07:52:59 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:59", timestamp_log="2026-01-08T07:52:59", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="smp", target="raspberrypi-pico-2:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2011", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2011", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/userled target=raspberrypi-pico-2:userled timestamp=2026-01-08T07:53:34 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:34", timestamp_log="2026-01-08T07:53:34", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="userled", target="raspberrypi-pico-2:userled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2022", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2022", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/nsh target=raspberrypi-pico-2:nsh timestamp=2026-01-08T07:54:03 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:03", timestamp_log="2026-01-08T07:54:03", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="nsh", target="raspberrypi-pico-2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2033", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2033", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/spisd target=raspberrypi-pico-2:spisd timestamp=2026-01-08T07:54:33 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:33", timestamp_log="2026-01-08T07:54:33", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="spisd", target="raspberrypi-pico-2:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2044", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483826#step:10:2044", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:12 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-07 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-07 + local os=Linux + local step=10 + local group=arm-07 + local 'job_name=Linux (arm-07)' ++ jq '.jobs | map(select(.name == "Linux (arm-07)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 62910 0 0:00:02 0:00:02 --:--:-- 62901 + local job_id=59765483800 + set +x job_id=59765483800 + [[ 59765483800 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/19_Linux (arm-07).txt' + local 'log_file=/tmp/ingest-nuttx-builds/19_Linux (arm-07).txt' + local filename=ci-arm-07.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-07.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/19_Linux (arm-07).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-07.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {aaa335ec-4e4d-4d26-940d-ca3c267c6af4} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-07) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2001) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-07.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-07 --run-id 20807787563 --job-id 59765483800 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-07.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-07 --run-id 20807787563 --job-id 59765483800 --step 10` lines[0]=Configuration/Tool: s32k144evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k144evb/nsh target=s32k144evb:nsh timestamp=2026-01-08T06:33:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:28", timestamp_log="2026-01-08T06:33:28", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k144evb", config="nsh", target="s32k144evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:778", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k144evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s32k148evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k148evb/nsh target=s32k148evb:nsh timestamp=2026-01-08T06:34:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:18", timestamp_log="2026-01-08T06:34:18", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k148evb", config="nsh", target="s32k148evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:788", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k148evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s32k118evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k118evb/nsh target=s32k118evb:nsh timestamp=2026-01-08T06:34:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:57", timestamp_log="2026-01-08T06:34:57", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k118evb", config="nsh", target="s32k118evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k118evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ucans32k146/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ucans32k146/nsh target=ucans32k146:nsh timestamp=2026-01-08T06:35:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:38", timestamp_log="2026-01-08T06:35:38", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="ucans32k146", config="nsh", target="ucans32k146:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:808", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ucans32k146:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ucans32k146/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ucans32k146/can target=ucans32k146:can timestamp=2026-01-08T06:36:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:12", timestamp_log="2026-01-08T06:36:12", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="ucans32k146", config="can", target="ucans32k146:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:818", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ucans32k146:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ucans32k146/se05x,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ucans32k146/se05x target=ucans32k146:se05x timestamp=2026-01-08T06:37:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:07", timestamp_log="2026-01-08T06:37:07", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="ucans32k146", config="se05x", target="ucans32k146:se05x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:828", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ucans32k146:se05x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s32k146evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k146evb/nsh target=s32k146evb:nsh timestamp=2026-01-08T06:38:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:13", timestamp_log="2026-01-08T06:38:13", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k146evb", config="nsh", target="s32k146evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:855", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k146evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rddrone-bms772/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize rddrone-bms772/nsh target=rddrone-bms772:nsh timestamp=2026-01-08T06:38:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:48", timestamp_log="2026-01-08T06:38:48", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="rddrone-bms772", config="nsh", target="rddrone-bms772:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:865", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rddrone-bms772:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4l-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam4l-xplained:nsh timestamp=2026-01-08T06:39:22 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:22", timestamp_log="2026-01-08T06:39:22", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4l-xplained", config="nsh", target="sam4l-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:875", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:875", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4l-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4s-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam4s-xplained:nsh timestamp=2026-01-08T06:40:07 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:07", timestamp_log="2026-01-08T06:40:07", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4s-xplained", config="nsh", target="sam4s-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:887", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:887", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4s-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:nxwm timestamp=2026-01-08T06:40:50 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:50", timestamp_log="2026-01-08T06:40:50", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="nxwm", target="sam3u-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:899", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:899", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:nx timestamp=2026-01-08T06:41:52 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:52", timestamp_log="2026-01-08T06:41:52", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="nx", target="sam3u-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:911", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:911", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:knsh timestamp=2026-01-08T06:42:43 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:43", timestamp_log="2026-01-08T06:42:43", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="knsh", target="sam3u-ek:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:923", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:923", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:nsh timestamp=2026-01-08T06:43:51 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:51", timestamp_log="2026-01-08T06:43:51", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="nsh", target="sam3u-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:935", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:935", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-due/nsh-leds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-due/nsh-leds target=arduino-due:nsh-leds timestamp=2026-01-08T06:44:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:37", timestamp_log="2026-01-08T06:44:37", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="arduino-due", config="nsh-leds", target="arduino-due:nsh-leds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:947", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-due:nsh-leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-due/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-due/nsh target=arduino-due:nsh timestamp=2026-01-08T06:45:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:22", timestamp_log="2026-01-08T06:45:22", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="arduino-due", config="nsh", target="arduino-due:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:957", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-due:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-sam3x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize flipnclick-sam3x/nsh target=flipnclick-sam3x:nsh timestamp=2026-01-08T06:45:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:55", timestamp_log="2026-01-08T06:45:55", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="flipnclick-sam3x", config="nsh", target="flipnclick-sam3x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:967", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-sam3x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-sam3x/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize flipnclick-sam3x/nxlines target=flipnclick-sam3x:nxlines timestamp=2026-01-08T06:46:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:36", timestamp_log="2026-01-08T06:46:36", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="flipnclick-sam3x", config="nxlines", target="flipnclick-sam3x:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:977", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-sam3x:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4s-xplained-pro/fs,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4s-xplained-pro/fs target=sam4s-xplained-pro:fs timestamp=2026-01-08T06:47:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:17", timestamp_log="2026-01-08T06:47:17", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4s-xplained-pro", config="fs", target="sam4s-xplained-pro:fs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:987", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4s-xplained-pro:fs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4s-xplained-pro/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4s-xplained-pro/nsh target=sam4s-xplained-pro:nsh timestamp=2026-01-08T06:48:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:08", timestamp_log="2026-01-08T06:48:08", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4s-xplained-pro", config="nsh", target="sam4s-xplained-pro:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:997", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4s-xplained-pro:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4cmp-db/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4cmp-db/nsh target=sam4cmp-db:nsh timestamp=2026-01-08T06:48:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:59", timestamp_log="2026-01-08T06:48:59", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4cmp-db", config="nsh", target="sam4cmp-db:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1007", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4cmp-db:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4e-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4e-ek/nxwm target=sam4e-ek:nxwm timestamp=2026-01-08T06:49:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:45", timestamp_log="2026-01-08T06:49:45", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4e-ek", config="nxwm", target="sam4e-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1017", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4e-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4e-ek/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=sam4e-ek:usbnsh timestamp=2026-01-08T06:50:59 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:59", timestamp_log="2026-01-08T06:50:59", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4e-ek", config="usbnsh", target="sam4e-ek:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1027", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1027", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4e-ek:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4e-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4e-ek/nsh target=sam4e-ek:nsh timestamp=2026-01-08T06:51:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:55", timestamp_log="2026-01-08T06:51:55", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4e-ek", config="nsh", target="sam4e-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1039", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4e-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nxwm target=sama5d3x-ek:nxwm timestamp=2026-01-08T06:52:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:37", timestamp_log="2026-01-08T06:52:37", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nxwm", target="sama5d3x-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1049", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/norboot,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/norboot target=sama5d3x-ek:norboot timestamp=2026-01-08T06:53:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:40", timestamp_log="2026-01-08T06:53:40", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="norboot", target="sama5d3x-ek:norboot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1059", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:norboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nx target=sama5d3x-ek:nx timestamp=2026-01-08T06:54:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:24", timestamp_log="2026-01-08T06:54:24", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nx", target="sama5d3x-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1069", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/ov2640,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/ov2640 target=sama5d3x-ek:ov2640 timestamp=2026-01-08T06:55:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:14", timestamp_log="2026-01-08T06:55:14", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="ov2640", target="sama5d3x-ek:ov2640", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1079", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:ov2640", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/hello target=sama5d3x-ek:hello timestamp=2026-01-08T06:55:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:58", timestamp_log="2026-01-08T06:55:58", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="hello", target="sama5d3x-ek:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1089", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nsh target=sama5d3x-ek:nsh timestamp=2026-01-08T06:56:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:42", timestamp_log="2026-01-08T06:56:42", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nsh", target="sama5d3x-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1099", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nxplayer,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nxplayer target=sama5d3x-ek:nxplayer timestamp=2026-01-08T06:57:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:29", timestamp_log="2026-01-08T06:57:29", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nxplayer", target="sama5d3x-ek:nxplayer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1109", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nxplayer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/demo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/demo target=sama5d3x-ek:demo timestamp=2026-01-08T06:58:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:06", timestamp_log="2026-01-08T06:58:06", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="demo", target="sama5d3x-ek:demo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1119", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d2-xult/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d2-xult/nsh target=sama5d2-xult:nsh timestamp=2026-01-08T06:58:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:56", timestamp_log="2026-01-08T06:58:56", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d2-xult", config="nsh", target="sama5d2-xult:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1129", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d2-xult:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d2-xult/sdmmcnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d2-xult/sdmmcnsh target=sama5d2-xult:sdmmcnsh timestamp=2026-01-08T06:59:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:48", timestamp_log="2026-01-08T06:59:48", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d2-xult", config="sdmmcnsh", target="sama5d2-xult:sdmmcnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1139", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d2-xult:sdmmcnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d2-xult/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d2-xult/netnsh target=sama5d2-xult:netnsh timestamp=2026-01-08T07:00:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:53", timestamp_log="2026-01-08T07:00:53", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d2-xult", config="netnsh", target="sama5d2-xult:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1149", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d2-xult:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/nxwm target=sama5d4-ek:nxwm timestamp=2026-01-08T07:01:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:54", timestamp_log="2026-01-08T07:01:54", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="nxwm", target="sama5d4-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1159", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/at25boot,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/at25boot target=sama5d4-ek:at25boot timestamp=2026-01-08T07:03:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:14", timestamp_log="2026-01-08T07:03:14", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="at25boot", target="sama5d4-ek:at25boot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1169", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:at25boot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/ipv6 target=sama5d4-ek:ipv6 timestamp=2026-01-08T07:04:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:05", timestamp_log="2026-01-08T07:04:05", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="ipv6", target="sama5d4-ek:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1179", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/knsh target=sama5d4-ek:knsh timestamp=2026-01-08T07:05:12 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:12", timestamp_log="2026-01-08T07:05:12", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="knsh", target="sama5d4-ek:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1189", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1189", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/bridge,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/bridge target=sama5d4-ek:bridge timestamp=2026-01-08T07:06:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:36", timestamp_log="2026-01-08T07:06:36", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="bridge", target="sama5d4-ek:bridge", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1202", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:bridge", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/dramboot,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/dramboot target=sama5d4-ek:dramboot timestamp=2026-01-08T07:07:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:31", timestamp_log="2026-01-08T07:07:31", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="dramboot", target="sama5d4-ek:dramboot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1212", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:dramboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/nsh target=sama5d4-ek:nsh timestamp=2026-01-08T07:08:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:19", timestamp_log="2026-01-08T07:08:19", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="nsh", target="sama5d4-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1222", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/ramtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/ramtest target=sama5d4-ek:ramtest timestamp=2026-01-08T07:09:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:09", timestamp_log="2026-01-08T07:09:09", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="ramtest", target="sama5d4-ek:ramtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1232", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:ramtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/elf target=sama5d4-ek:elf timestamp=2026-01-08T07:09:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:58", timestamp_log="2026-01-08T07:09:58", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="elf", target="sama5d4-ek:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1242", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/knsh target=sama5d3-xplained:knsh timestamp=2026-01-08T07:10:56 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:56", timestamp_log="2026-01-08T07:10:56", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="knsh", target="sama5d3-xplained:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1252", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1252", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/ethernet-over-usb-2-high-speed,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/ethernet-over-usb-2-high-speed target=sama5d3-xplained:ethernet-over-usb-2-high-speed timestamp=2026-01-08T07:12:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:17", timestamp_log="2026-01-08T07:12:17", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="ethernet-over-usb-2-high-speed", target="sama5d3-xplained:ethernet-over-usb-2-high-speed", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1265", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:ethernet-over-usb-2-high-speed", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/bridge,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/bridge target=sama5d3-xplained:bridge timestamp=2026-01-08T07:13:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:13", timestamp_log="2026-01-08T07:13:13", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="bridge", target="sama5d3-xplained:bridge", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1275", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:bridge", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/nsh target=sama5d3-xplained:nsh timestamp=2026-01-08T07:14:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:10", timestamp_log="2026-01-08T07:14:10", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="nsh", target="sama5d3-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1285", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/bluetooth,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/bluetooth target=sama5d3-xplained:bluetooth timestamp=2026-01-08T07:14:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:50", timestamp_log="2026-01-08T07:14:50", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="bluetooth", target="sama5d3-xplained:bluetooth", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1295", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:bluetooth", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/nsh target=giant-board:nsh timestamp=2026-01-08T07:15:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:48", timestamp_log="2026-01-08T07:15:48", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="nsh", target="giant-board:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1305", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/sdmmcnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/sdmmcnsh target=giant-board:sdmmcnsh timestamp=2026-01-08T07:16:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:26", timestamp_log="2026-01-08T07:16:26", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="sdmmcnsh", target="giant-board:sdmmcnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1315", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:sdmmcnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/netnsh target=giant-board:netnsh timestamp=2026-01-08T07:17:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:09", timestamp_log="2026-01-08T07:17:09", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="netnsh", target="giant-board:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1325", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/sdmmc-net-nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/sdmmc-net-nsh target=giant-board:sdmmc-net-nsh timestamp=2026-01-08T07:17:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:53", timestamp_log="2026-01-08T07:17:53", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="sdmmc-net-nsh", target="giant-board:sdmmc-net-nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1335", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:sdmmc-net-nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/nsh target=jupiter-nano:nsh timestamp=2026-01-08T07:18:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:44", timestamp_log="2026-01-08T07:18:44", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="nsh", target="jupiter-nano:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1345", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/sdmmcnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/sdmmcnsh target=jupiter-nano:sdmmcnsh timestamp=2026-01-08T07:19:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:22", timestamp_log="2026-01-08T07:19:22", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="sdmmcnsh", target="jupiter-nano:sdmmcnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1355", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:sdmmcnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/sdmmc-nsh-net-resolvconf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/sdmmc-nsh-net-resolvconf target=jupiter-nano:sdmmc-nsh-net-resolvconf timestamp=2026-01-08T07:20:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:05", timestamp_log="2026-01-08T07:20:05", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="sdmmc-nsh-net-resolvconf", target="jupiter-nano:sdmmc-nsh-net-resolvconf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1365", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:sdmmc-nsh-net-resolvconf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/netnsh target=jupiter-nano:netnsh timestamp=2026-01-08T07:20:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:52", timestamp_log="2026-01-08T07:20:52", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="netnsh", target="jupiter-nano:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1375", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-m0/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize arduino-m0/usbnsh target=arduino-m0:usbnsh timestamp=2026-01-08T07:21:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:35", timestamp_log="2026-01-08T07:21:35", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="arduino-m0", config="usbnsh", target="arduino-m0:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1385", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-m0:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-m0/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize arduino-m0/nsh target=arduino-m0:nsh timestamp=2026-01-08T07:22:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:18", timestamp_log="2026-01-08T07:22:18", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="arduino-m0", config="nsh", target="arduino-m0:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1395", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-m0:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: saml21-xplained/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize saml21-xplained/nsh target=saml21-xplained:nsh timestamp=2026-01-08T07:22:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:51", timestamp_log="2026-01-08T07:22:51", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="saml21-xplained", config="nsh", target="saml21-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1405", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/saml21-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samd20-xplained/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize samd20-xplained/nsh target=samd20-xplained:nsh timestamp=2026-01-08T07:23:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:31", timestamp_log="2026-01-08T07:23:31", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="samd20-xplained", config="nsh", target="samd20-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1415", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samd20-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-seeeduino/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize xiao-seeeduino/nsh target=xiao-seeeduino:nsh timestamp=2026-01-08T07:24:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:11", timestamp_log="2026-01-08T07:24:11", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="xiao-seeeduino", config="nsh", target="xiao-seeeduino:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1425", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-seeeduino:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samd21-xplained/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize samd21-xplained/nsh target=samd21-xplained:nsh timestamp=2026-01-08T07:24:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:42", timestamp_log="2026-01-08T07:24:42", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="samd21-xplained", config="nsh", target="samd21-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1435", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samd21-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: circuit-express/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize circuit-express/usbnsh target=circuit-express:usbnsh timestamp=2026-01-08T07:25:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:13", timestamp_log="2026-01-08T07:25:13", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="circuit-express", config="usbnsh", target="circuit-express:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1445", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/circuit-express:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: circuit-express/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize circuit-express/nsh target=circuit-express:nsh timestamp=2026-01-08T07:25:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:56", timestamp_log="2026-01-08T07:25:56", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="circuit-express", config="nsh", target="circuit-express:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1455", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/circuit-express:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same54-xplained-pro/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize same54-xplained-pro/nsh target=same54-xplained-pro:nsh timestamp=2026-01-08T07:26:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:37", timestamp_log="2026-01-08T07:26:37", user="NuttX", arch="arm", subarch="samd5e5", group="arm-07", board="same54-xplained-pro", config="nsh", target="same54-xplained-pro:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1465", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same54-xplained-pro:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: metro-m4/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize metro-m4/nsh target=metro-m4:nsh timestamp=2026-01-08T07:27:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:22", timestamp_log="2026-01-08T07:27:22", user="NuttX", arch="arm", subarch="samd5e5", group="arm-07", board="metro-m4", config="nsh", target="metro-m4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1475", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/metro-m4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32czca70-curiosity/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pic32czca70-curiosity/nsh target=pic32czca70-curiosity:nsh timestamp=2026-01-08T07:27:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:56", timestamp_log="2026-01-08T07:27:56", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="pic32czca70-curiosity", config="nsh", target="pic32czca70-curiosity:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1485", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32czca70-curiosity:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32czca70-curiosity/max,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pic32czca70-curiosity/max target=pic32czca70-curiosity:max timestamp=2026-01-08T07:28:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:47", timestamp_log="2026-01-08T07:28:47", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="pic32czca70-curiosity", config="max", target="pic32czca70-curiosity:max", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1495", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32czca70-curiosity:max", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/nxwm target=samv71-xult:nxwm timestamp=2026-01-08T07:29:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:39", timestamp_log="2026-01-08T07:29:39", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="nxwm", target="samv71-xult:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1505", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/vnc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/vnc target=samv71-xult:vnc timestamp=2026-01-08T07:30:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:48", timestamp_log="2026-01-08T07:30:48", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="vnc", target="samv71-xult:vnc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1515", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:vnc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mxtxplnd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mxtxplnd target=samv71-xult:mxtxplnd timestamp=2026-01-08T07:31:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:59", timestamp_log="2026-01-08T07:31:59", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mxtxplnd", target="samv71-xult:mxtxplnd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1525", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mxtxplnd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/vnxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/vnxwm target=samv71-xult:vnxwm timestamp=2026-01-08T07:32:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:52", timestamp_log="2026-01-08T07:32:52", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="vnxwm", target="samv71-xult:vnxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1535", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:vnxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mrf24j40-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mrf24j40-starhub target=samv71-xult:mrf24j40-starhub timestamp=2026-01-08T07:34:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:15", timestamp_log="2026-01-08T07:34:15", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mrf24j40-starhub", target="samv71-xult:mrf24j40-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1545", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mrf24j40-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-update-agent,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-update-agent target=samv71-xult:mcuboot-update-agent timestamp=2026-01-08T07:35:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:14", timestamp_log="2026-01-08T07:35:14", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-update-agent", target="samv71-xult:mcuboot-update-agent", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1555", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-update-agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/module target=samv71-xult:module timestamp=2026-01-08T07:36:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:22", timestamp_log="2026-01-08T07:36:22", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="module", target="samv71-xult:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1573", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/knsh target=samv71-xult:knsh timestamp=2026-01-08T07:37:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:08", timestamp_log="2026-01-08T07:37:08", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="knsh", target="samv71-xult:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1583", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/oa_tc6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/oa_tc6 target=samv71-xult:oa_tc6 timestamp=2026-01-08T07:38:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:26", timestamp_log="2026-01-08T07:38:26", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="oa_tc6", target="samv71-xult:oa_tc6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1593", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:oa_tc6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-loader target=samv71-xult:mcuboot-loader timestamp=2026-01-08T07:39:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:15", timestamp_log="2026-01-08T07:39:15", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-loader", target="samv71-xult:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1603", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/nsh target=samv71-xult:nsh timestamp=2026-01-08T07:40:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:05", timestamp_log="2026-01-08T07:40:05", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="nsh", target="samv71-xult:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1620", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-slot-confirm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-slot-confirm target=samv71-xult:mcuboot-slot-confirm timestamp=2026-01-08T07:40:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:43", timestamp_log="2026-01-08T07:40:43", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-slot-confirm", target="samv71-xult:mcuboot-slot-confirm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1630", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-slot-confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-swap-test,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-swap-test target=samv71-xult:mcuboot-swap-test timestamp=2026-01-08T07:41:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:28", timestamp_log="2026-01-08T07:41:28", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-swap-test", target="samv71-xult:mcuboot-swap-test", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1648", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-swap-test", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/netnsh target=samv71-xult:netnsh timestamp=2026-01-08T07:42:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:05", timestamp_log="2026-01-08T07:42:05", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="netnsh", target="samv71-xult:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1665", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/mrf24j40-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/mrf24j40-starhub target=same70-xplained:mrf24j40-starhub timestamp=2026-01-08T07:43:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:04", timestamp_log="2026-01-08T07:43:04", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="mrf24j40-starhub", target="same70-xplained:mrf24j40-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1675", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:mrf24j40-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/adc target=same70-xplained:adc timestamp=2026-01-08T07:44:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:09", timestamp_log="2026-01-08T07:44:09", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="adc", target="same70-xplained:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1685", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/pwm target=same70-xplained:pwm timestamp=2026-01-08T07:44:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:53", timestamp_log="2026-01-08T07:44:53", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="pwm", target="same70-xplained:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1695", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/mcuboot-loader target=same70-xplained:mcuboot-loader timestamp=2026-01-08T07:45:30 *** Msg: lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. *** Msg: lto-wrapper: warning: using serial compilation of 2 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:30", timestamp_log="2026-01-08T07:45:30", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="mcuboot-loader", target="same70-xplained:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1705", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1705", msg="lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. \n lto-wrapper: warning: using serial compilation of 2 LTRANS jobs \n lto-wrapper: note: see the '-flto' option documentation for more information", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/nsh target=same70-xplained:nsh timestamp=2026-01-08T07:46:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:17", timestamp_log="2026-01-08T07:46:17", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="nsh", target="same70-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1726", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:09:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/can target=same70-xplained:can timestamp=2026-01-08T07:46:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:53", timestamp_log="2026-01-08T07:46:53", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="can", target="same70-xplained:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1736", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/twm4nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/twm4nx target=same70-xplained:twm4nx timestamp=2026-01-08T07:47:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:30", timestamp_log="2026-01-08T07:47:30", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="twm4nx", target="same70-xplained:twm4nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1746", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:twm4nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/mcuboot-slot-confirm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/mcuboot-slot-confirm target=same70-xplained:mcuboot-slot-confirm timestamp=2026-01-08T07:48:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:47", timestamp_log="2026-01-08T07:48:47", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="mcuboot-slot-confirm", target="same70-xplained:mcuboot-slot-confirm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1756", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:mcuboot-slot-confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/pysim,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/pysim target=same70-xplained:pysim timestamp=2026-01-08T07:49:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:42", timestamp_log="2026-01-08T07:49:42", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="pysim", target="same70-xplained:pysim", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1774", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:pysim", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/netnsh target=same70-xplained:netnsh timestamp=2026-01-08T07:50:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:47", timestamp_log="2026-01-08T07:50:47", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="netnsh", target="same70-xplained:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1784", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-qmtech/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-qmtech/mcuboot-loader target=same70-qmtech:mcuboot-loader timestamp=2026-01-08T07:51:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:36", timestamp_log="2026-01-08T07:51:36", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-qmtech", config="mcuboot-loader", target="same70-qmtech:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1794", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-qmtech:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-qmtech/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-qmtech/nsh target=same70-qmtech:nsh timestamp=2026-01-08T07:52:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:24", timestamp_log="2026-01-08T07:52:24", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-qmtech", config="nsh", target="same70-qmtech:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1811", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-qmtech:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-qmtech/mcuboot-slot-confirm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-qmtech/mcuboot-slot-confirm target=same70-qmtech:mcuboot-slot-confirm timestamp=2026-01-08T07:53:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:13", timestamp_log="2026-01-08T07:53:13", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-qmtech", config="mcuboot-slot-confirm", target="same70-qmtech:mcuboot-slot-confirm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483800#step:10:1821", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-qmtech:mcuboot-slot-confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:04 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-08 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-08 + local os=Linux + local step=10 + local group=arm-08 + local 'job_name=Linux (arm-08)' ++ jq '.jobs | map(select(.name == "Linux (arm-08)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 63042 0 0:00:02 0:00:02 --:--:-- 63038 + local job_id=59765483816 + set +x job_id=59765483816 + [[ 59765483816 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/20_Linux (arm-08).txt' + local 'log_file=/tmp/ingest-nuttx-builds/20_Linux (arm-08).txt' + local filename=ci-arm-08.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-08.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:83 + cat '/tmp/ingest-nuttx-builds/20_Linux (arm-08).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-08.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {93470f88-730b-464a-b323-b1cee76dcb13} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-08) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1998) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-08.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-08 --run-id 20807787563 --job-id 59765483816 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-08.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-08 --run-id 20807787563 --job-id 59765483816 --step 10` lines[0]=Configuration/Tool: axoloti/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize axoloti/nsh target=axoloti:nsh timestamp=2026-01-08T06:33:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:32", timestamp_log="2026-01-08T06:33:32", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="axoloti", config="nsh", target="axoloti:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:775", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:775", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/axoloti:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/foc_f32,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/foc_f32 target=b-g431b-esc1:foc_f32 timestamp=2026-01-08T06:34:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:25", timestamp_log="2026-01-08T06:34:25", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="foc_f32", target="b-g431b-esc1:foc_f32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:788", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:foc_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/cansock,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/cansock target=b-g431b-esc1:cansock timestamp=2026-01-08T06:35:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:20", timestamp_log="2026-01-08T06:35:20", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="cansock", target="b-g431b-esc1:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/nsh target=b-g431b-esc1:nsh timestamp=2026-01-08T06:36:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:19", timestamp_log="2026-01-08T06:36:19", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="nsh", target="b-g431b-esc1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:808", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/can target=b-g431b-esc1:can timestamp=2026-01-08T06:37:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:11", timestamp_log="2026-01-08T06:37:11", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="can", target="b-g431b-esc1:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:818", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/foc_b16,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/foc_b16 target=b-g431b-esc1:foc_b16 timestamp=2026-01-08T06:38:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:04", timestamp_log="2026-01-08T06:38:04", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="foc_b16", target="b-g431b-esc1:foc_b16", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:828", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:foc_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g474e-dpow1/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g474e-dpow1/ostest target=b-g474e-dpow1:ostest timestamp=2026-01-08T06:38:42 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:42", timestamp_log="2026-01-08T06:38:42", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g474e-dpow1", config="ostest", target="b-g474e-dpow1:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:838", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:838", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g474e-dpow1:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g474e-dpow1/buckboost,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g474e-dpow1/buckboost target=b-g474e-dpow1:buckboost timestamp=2026-01-08T06:39:35 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:35", timestamp_log="2026-01-08T06:39:35", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g474e-dpow1", config="buckboost", target="b-g474e-dpow1:buckboost", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:851", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:851", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g474e-dpow1:buckboost", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g474e-dpow1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g474e-dpow1/nsh target=b-g474e-dpow1:nsh timestamp=2026-01-08T06:40:23 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:23", timestamp_log="2026-01-08T06:40:23", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g474e-dpow1", config="nsh", target="b-g474e-dpow1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:864", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:864", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g474e-dpow1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-starhub target=clicker2-stm32:mrf24j40-starhub timestamp=2026-01-08T06:41:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:13", timestamp_log="2026-01-08T06:41:13", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-starhub", target="clicker2-stm32:mrf24j40-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:877", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:877", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-mac target=clicker2-stm32:mrf24j40-mac timestamp=2026-01-08T06:42:19 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:19", timestamp_log="2026-01-08T06:42:19", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-mac", target="clicker2-stm32:mrf24j40-mac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:890", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:890", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/knsh target=clicker2-stm32:knsh timestamp=2026-01-08T06:43:03 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:03", timestamp_log="2026-01-08T06:43:03", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="knsh", target="clicker2-stm32:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:903", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:903", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/usbnsh target=clicker2-stm32:usbnsh timestamp=2026-01-08T06:44:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:20", timestamp_log="2026-01-08T06:44:20", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="usbnsh", target="clicker2-stm32:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:916", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:916", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-6lowpan target=clicker2-stm32:mrf24j40-6lowpan timestamp=2026-01-08T06:45:00 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:00", timestamp_log="2026-01-08T06:45:00", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-6lowpan", target="clicker2-stm32:mrf24j40-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:929", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:929", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/nsh target=clicker2-stm32:nsh timestamp=2026-01-08T06:45:45 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:45", timestamp_log="2026-01-08T06:45:45", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="nsh", target="clicker2-stm32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:942", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:942", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-starpoint,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-starpoint target=clicker2-stm32:mrf24j40-starpoint timestamp=2026-01-08T06:46:23 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:23", timestamp_log="2026-01-08T06:46:23", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-starpoint", target="clicker2-stm32:mrf24j40-starpoint", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:955", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:955", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-starpoint", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/xbee-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/xbee-6lowpan target=clicker2-stm32:xbee-6lowpan timestamp=2026-01-08T06:47:09 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:09", timestamp_log="2026-01-08T06:47:09", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="xbee-6lowpan", target="clicker2-stm32:xbee-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:968", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:968", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:xbee-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: cloudctrl/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize cloudctrl/nsh target=cloudctrl:nsh timestamp=2026-01-08T06:47:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:57", timestamp_log="2026-01-08T06:47:57", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="cloudctrl", config="nsh", target="cloudctrl:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:981", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:981", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/cloudctrl:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: emw3162/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize emw3162/nsh target=emw3162:nsh timestamp=2026-01-08T06:48:59 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:59", timestamp_log="2026-01-08T06:48:59", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="emw3162", config="nsh", target="emw3162:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:994", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:994", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/emw3162:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: emw3162/wlan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize emw3162/wlan target=emw3162:wlan timestamp=2026-01-08T06:49:48 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:48", timestamp_log="2026-01-08T06:49:48", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="emw3162", config="wlan", target="emw3162:wlan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1007", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1007", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/emw3162:wlan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: et-stm32-stamp/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize et-stm32-stamp/nsh target=et-stm32-stamp:nsh timestamp=2026-01-08T06:50:50 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:50", timestamp_log="2026-01-08T06:50:50", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="et-stm32-stamp", config="nsh", target="et-stm32-stamp:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1020", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1020", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/et-stm32-stamp:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fire-stm32v2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize fire-stm32v2/nsh target=fire-stm32v2:nsh timestamp=2026-01-08T06:51:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:31", timestamp_log="2026-01-08T06:51:31", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="fire-stm32v2", config="nsh", target="fire-stm32v2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1033", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1033", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fire-stm32v2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/usbserial target=hymini-stm32v:usbserial timestamp=2026-01-08T06:52:16 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:16", timestamp_log="2026-01-08T06:52:16", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="usbserial", target="hymini-stm32v:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1046", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1046", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/usbmsc target=hymini-stm32v:usbmsc timestamp=2026-01-08T06:53:04 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:04", timestamp_log="2026-01-08T06:53:04", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="usbmsc", target="hymini-stm32v:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1059", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1059", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/usbnsh target=hymini-stm32v:usbnsh timestamp=2026-01-08T06:53:53 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:53", timestamp_log="2026-01-08T06:53:53", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="usbnsh", target="hymini-stm32v:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1072", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1072", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/nsh2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/nsh2 target=hymini-stm32v:nsh2 timestamp=2026-01-08T06:54:41 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:41", timestamp_log="2026-01-08T06:54:41", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="nsh2", target="hymini-stm32v:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1085", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1085", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/nsh target=hymini-stm32v:nsh timestamp=2026-01-08T06:55:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:28", timestamp_log="2026-01-08T06:55:28", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="nsh", target="hymini-stm32v:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1098", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1098", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maple/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize maple/nx target=maple:nx timestamp=2026-01-08T06:56:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:07", timestamp_log="2026-01-08T06:56:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="maple", config="nx", target="maple:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1111", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1111", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maple:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maple/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize maple/usbnsh target=maple:usbnsh timestamp=2026-01-08T06:56:58 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:58", timestamp_log="2026-01-08T06:56:58", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="maple", config="usbnsh", target="maple:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1124", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1124", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maple:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maple/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize maple/nsh target=maple:nsh timestamp=2026-01-08T06:57:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:38", timestamp_log="2026-01-08T06:57:38", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="maple", config="nsh", target="maple:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1137", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1137", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maple:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nx target=mikroe-stm32f4:nx timestamp=2026-01-08T06:58:12 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:12", timestamp_log="2026-01-08T06:58:12", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nx", target="mikroe-stm32f4:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1150", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1150", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/kostest target=mikroe-stm32f4:kostest timestamp=2026-01-08T06:59:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:07", timestamp_log="2026-01-08T06:59:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="kostest", target="mikroe-stm32f4:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1163", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1163", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/usbnsh target=mikroe-stm32f4:usbnsh timestamp=2026-01-08T07:00:22 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:22", timestamp_log="2026-01-08T07:00:22", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="usbnsh", target="mikroe-stm32f4:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1176", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1176", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nxtext,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nxtext target=mikroe-stm32f4:nxtext timestamp=2026-01-08T07:01:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:13", timestamp_log="2026-01-08T07:01:13", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nxtext", target="mikroe-stm32f4:nxtext", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1189", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1189", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nxtext", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nsh target=mikroe-stm32f4:nsh timestamp=2026-01-08T07:02:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:06", timestamp_log="2026-01-08T07:02:06", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nsh", target="mikroe-stm32f4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1202", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1202", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/fulldemo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/fulldemo target=mikroe-stm32f4:fulldemo timestamp=2026-01-08T07:02:44 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:44", timestamp_log="2026-01-08T07:02:44", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="fulldemo", target="mikroe-stm32f4:fulldemo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1215", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1215", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:fulldemo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nxlines target=mikroe-stm32f4:nxlines timestamp=2026-01-08T07:03:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:49", timestamp_log="2026-01-08T07:03:49", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nxlines", target="mikroe-stm32f4:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1228", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1228", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/ihm07m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:ihm07m1_b16 timestamp=2026-01-08T07:04:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:46", timestamp_log="2026-01-08T07:04:46", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="ihm07m1_b16", target="nucleo-f103rb:ihm07m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1242", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:ihm07m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:adc timestamp=2026-01-08T07:05:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:21", timestamp_log="2026-01-08T07:05:21", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="adc", target="nucleo-f103rb:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1253", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:pwm timestamp=2026-01-08T07:05:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:51", timestamp_log="2026-01-08T07:05:51", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="pwm", target="nucleo-f103rb:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1264", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:nsh timestamp=2026-01-08T07:06:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:10", timestamp_log="2026-01-08T07:06:10", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="nsh", target="nucleo-f103rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1275", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/qenco,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:qenco timestamp=2026-01-08T07:06:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:37", timestamp_log="2026-01-08T07:06:37", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="qenco", target="nucleo-f103rb:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1286", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f207zg/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f207zg:adc timestamp=2026-01-08T07:06:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:56", timestamp_log="2026-01-08T07:06:56", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f207zg", config="adc", target="nucleo-f207zg:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1297", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f207zg:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:37 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f207zg/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f207zg:pwm timestamp=2026-01-08T07:07:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:28", timestamp_log="2026-01-08T07:07:28", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f207zg", config="pwm", target="nucleo-f207zg:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1308", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f207zg:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f207zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f207zg:nsh timestamp=2026-01-08T07:07:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:48", timestamp_log="2026-01-08T07:07:48", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f207zg", config="nsh", target="nucleo-f207zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1319", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f207zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/highpri,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:highpri timestamp=2026-01-08T07:08:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:07", timestamp_log="2026-01-08T07:08:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="highpri", target="nucleo-f302r8:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1330", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:39 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/ihm07m1_b16,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:ihm07m1_b16 timestamp=2026-01-08T07:08:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:42", timestamp_log="2026-01-08T07:08:42", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="ihm07m1_b16", target="nucleo-f302r8:ihm07m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1341", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:ihm07m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:40 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/cansock,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:cansock timestamp=2026-01-08T07:09:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:19", timestamp_log="2026-01-08T07:09:19", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="cansock", target="nucleo-f302r8:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1352", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:41 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:nsh timestamp=2026-01-08T07:09:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:54", timestamp_log="2026-01-08T07:09:54", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="nsh", target="nucleo-f302r8:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1363", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f302r8/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f302r8/can target=nucleo-f302r8:can timestamp=2026-01-08T07:10:25 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:25", timestamp_log="2026-01-08T07:10:25", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="can", target="nucleo-f302r8:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1373", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1373", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/ihm07m1_f32,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:ihm07m1_f32 timestamp=2026-01-08T07:11:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:10", timestamp_log="2026-01-08T07:11:10", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="ihm07m1_f32", target="nucleo-f302r8:ihm07m1_f32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1387", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:ihm07m1_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/qenco,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:qenco timestamp=2026-01-08T07:11:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:31", timestamp_log="2026-01-08T07:11:31", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="qenco", target="nucleo-f302r8:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1398", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:adc timestamp=2026-01-08T07:12:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:05", timestamp_log="2026-01-08T07:12:05", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="adc", target="nucleo-f303re:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1409", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:hello timestamp=2026-01-08T07:12:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:40", timestamp_log="2026-01-08T07:12:40", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="hello", target="nucleo-f303re:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1420", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:pwm timestamp=2026-01-08T07:13:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:11", timestamp_log="2026-01-08T07:13:11", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="pwm", target="nucleo-f303re:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1431", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:nsh timestamp=2026-01-08T07:13:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:32", timestamp_log="2026-01-08T07:13:32", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="nsh", target="nucleo-f303re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1442", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303re/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303re/can target=nucleo-f303re:can timestamp=2026-01-08T07:14:05 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:05", timestamp_log="2026-01-08T07:14:05", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="can", target="nucleo-f303re:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1452", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1452", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303re/serialrx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303re/serialrx target=nucleo-f303re:serialrx timestamp=2026-01-08T07:14:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:49", timestamp_log="2026-01-08T07:14:49", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="serialrx", target="nucleo-f303re:serialrx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1465", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1465", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:serialrx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303re/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303re/nxlines target=nucleo-f303re:nxlines timestamp=2026-01-08T07:15:37 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:37", timestamp_log="2026-01-08T07:15:37", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="nxlines", target="nucleo-f303re:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1478", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1478", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303ze/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303ze:adc timestamp=2026-01-08T07:16:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:28", timestamp_log="2026-01-08T07:16:28", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303ze", config="adc", target="nucleo-f303ze:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1492", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303ze:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303ze/nxlines_oled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303ze/nxlines_oled target=nucleo-f303ze:nxlines_oled timestamp=2026-01-08T07:16:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:49", timestamp_log="2026-01-08T07:16:49", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303ze", config="nxlines_oled", target="nucleo-f303ze:nxlines_oled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1502", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1502", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303ze:nxlines_oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303ze/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303ze:nsh timestamp=2026-01-08T07:17:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:39", timestamp_log="2026-01-08T07:17:39", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303ze", config="nsh", target="nucleo-f303ze:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483816#step:10:1516", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303ze:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:46 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-09 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-09 + local os=Linux + local step=10 + local group=arm-09 + local 'job_name=Linux (arm-09)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-09)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 65737 0 0:00:02 0:00:02 --:--:-- 65745 + local job_id=59765483822 + set +x job_id=59765483822 + [[ 59765483822 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/8_Linux (arm-09).txt' + local 'log_file=/tmp/ingest-nuttx-builds/8_Linux (arm-09).txt' + local filename=ci-arm-09.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-09.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:83 + cat '/tmp/ingest-nuttx-builds/8_Linux (arm-09).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-09.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {cf7e94b9-cad8-4387-8d1a-845db9f9c2bd} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-09) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2004) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-09.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-09 --run-id 20807787563 --job-id 59765483822 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-09.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-09 --run-id 20807787563 --job-id 59765483822 --step 10` lines[0]=Cmake in present: nucleo-f334r8/highpri,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:highpri timestamp=2026-01-08T07:10:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:49", timestamp_log="2026-01-08T07:10:49", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="highpri", target="nucleo-f334r8:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/spwm2,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:spwm2 timestamp=2026-01-08T07:11:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:26", timestamp_log="2026-01-08T07:11:26", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="spwm2", target="nucleo-f334r8:spwm2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:787", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:spwm2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:adc timestamp=2026-01-08T07:12:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:03", timestamp_log="2026-01-08T07:12:03", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="adc", target="nucleo-f334r8:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:nsh timestamp=2026-01-08T07:12:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:34", timestamp_log="2026-01-08T07:12:34", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="nsh", target="nucleo-f334r8:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:809", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/spwm1,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:spwm1 timestamp=2026-01-08T07:13:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:05", timestamp_log="2026-01-08T07:13:05", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="spwm1", target="nucleo-f334r8:spwm1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:820", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:spwm1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f401re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f401re:nsh timestamp=2026-01-08T07:13:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:39", timestamp_log="2026-01-08T07:13:39", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f401re", config="nsh", target="nucleo-f401re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f401re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f401re/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f401re:fb timestamp=2026-01-08T07:14:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:12", timestamp_log="2026-01-08T07:14:12", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f401re", config="fb", target="nucleo-f401re:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:842", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f401re:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f410rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f410rb:nsh timestamp=2026-01-08T07:14:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:33", timestamp_log="2026-01-08T07:14:33", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f410rb", config="nsh", target="nucleo-f410rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:853", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f410rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f411re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f411re:nsh timestamp=2026-01-08T07:15:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:09", timestamp_log="2026-01-08T07:15:09", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f411re", config="nsh", target="nucleo-f411re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:864", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f411re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f411re/mcp2515-extid,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f411re:mcp2515-extid timestamp=2026-01-08T07:15:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:29", timestamp_log="2026-01-08T07:15:29", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f411re", config="mcp2515-extid", target="nucleo-f411re:mcp2515-extid", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:875", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f411re:mcp2515-extid", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f412zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f412zg:nsh timestamp=2026-01-08T07:15:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:49", timestamp_log="2026-01-08T07:15:49", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f412zg", config="nsh", target="nucleo-f412zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:886", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f412zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f429zi/trace,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f429zi/trace target=nucleo-f429zi:trace timestamp=2026-01-08T07:16:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:22", timestamp_log="2026-01-08T07:16:22", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f429zi", config="trace", target="nucleo-f429zi:trace", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:896", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f429zi:trace", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f429zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f429zi:nsh timestamp=2026-01-08T07:17:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:18", timestamp_log="2026-01-08T07:17:18", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f429zi", config="nsh", target="nucleo-f429zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:907", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f429zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f429zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f429zi:netnsh timestamp=2026-01-08T07:17:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:51", timestamp_log="2026-01-08T07:17:51", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f429zi", config="netnsh", target="nucleo-f429zi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:918", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f429zi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/ihm08m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:ihm08m1_f32 timestamp=2026-01-08T07:18:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:20", timestamp_log="2026-01-08T07:18:20", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="ihm08m1_f32", target="nucleo-f446re:ihm08m1_f32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:929", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:ihm08m1_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:adc timestamp=2026-01-08T07:18:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:56", timestamp_log="2026-01-08T07:18:56", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="adc", target="nucleo-f446re:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:940", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f446re/lcd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f446re/lcd target=nucleo-f446re:lcd timestamp=2026-01-08T07:19:18 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:18", timestamp_log="2026-01-08T07:19:18", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="lcd", target="nucleo-f446re:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:950", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:950", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:cansock timestamp=2026-01-08T07:20:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:06", timestamp_log="2026-01-08T07:20:06", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="cansock", target="nucleo-f446re:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:964", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:10:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/gpio,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:gpio timestamp=2026-01-08T07:20:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:45", timestamp_log="2026-01-08T07:20:45", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="gpio", target="nucleo-f446re:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:975", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:pwm timestamp=2026-01-08T07:21:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:07", timestamp_log="2026-01-08T07:21:07", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="pwm", target="nucleo-f446re:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:986", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:nsh timestamp=2026-01-08T07:21:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:27", timestamp_log="2026-01-08T07:21:27", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="nsh", target="nucleo-f446re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:997", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/systemview,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:systemview timestamp=2026-01-08T07:21:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:49", timestamp_log="2026-01-08T07:21:49", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="systemview", target="nucleo-f446re:systemview", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1008", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:systemview", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f446re/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f446re/can target=nucleo-f446re:can timestamp=2026-01-08T07:22:18 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:18", timestamp_log="2026-01-08T07:22:18", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="can", target="nucleo-f446re:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1018", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1018", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/ihm08m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:ihm08m1_b16 timestamp=2026-01-08T07:22:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:52", timestamp_log="2026-01-08T07:22:52", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="ihm08m1_b16", target="nucleo-f446re:ihm08m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1032", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:ihm08m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/qenco,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:qenco timestamp=2026-01-08T07:23:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:14", timestamp_log="2026-01-08T07:23:14", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="qenco", target="nucleo-f446re:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1043", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/dac,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:dac timestamp=2026-01-08T07:23:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:49", timestamp_log="2026-01-08T07:23:49", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="dac", target="nucleo-f446re:dac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1054", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:dac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:06 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431kb/comp,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431kb:comp timestamp=2026-01-08T07:24:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:10", timestamp_log="2026-01-08T07:24:10", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431kb", config="comp", target="nucleo-g431kb:comp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1065", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431kb:comp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431kb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431kb:pwm timestamp=2026-01-08T07:24:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:41", timestamp_log="2026-01-08T07:24:41", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431kb", config="pwm", target="nucleo-g431kb:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1076", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431kb:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:08 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431kb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431kb:nsh timestamp=2026-01-08T07:25:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:01", timestamp_log="2026-01-08T07:25:01", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431kb", config="nsh", target="nucleo-g431kb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1087", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431kb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/ihm16m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:ihm16m1_b16 timestamp=2026-01-08T07:25:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:35", timestamp_log="2026-01-08T07:25:35", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="ihm16m1_b16", target="nucleo-g431rb:ihm16m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1098", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:ihm16m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/cordic,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:cordic timestamp=2026-01-08T07:26:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:09", timestamp_log="2026-01-08T07:26:09", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="cordic", target="nucleo-g431rb:cordic", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1109", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:cordic", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:adc timestamp=2026-01-08T07:26:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:44", timestamp_log="2026-01-08T07:26:44", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="adc", target="nucleo-g431rb:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1120", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:cansock timestamp=2026-01-08T07:27:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:15", timestamp_log="2026-01-08T07:27:15", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="cansock", target="nucleo-g431rb:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1131", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/ihm16m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:ihm16m1_f32 timestamp=2026-01-08T07:27:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:54", timestamp_log="2026-01-08T07:27:54", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="ihm16m1_f32", target="nucleo-g431rb:ihm16m1_f32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1142", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:ihm16m1_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:pwm timestamp=2026-01-08T07:28:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:15", timestamp_log="2026-01-08T07:28:15", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="pwm", target="nucleo-g431rb:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1153", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:15 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:nsh timestamp=2026-01-08T07:28:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:46", timestamp_log="2026-01-08T07:28:46", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="nsh", target="nucleo-g431rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1164", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g431rb/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g431rb/can target=nucleo-g431rb:can timestamp=2026-01-08T07:29:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:08", timestamp_log="2026-01-08T07:29:08", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="can", target="nucleo-g431rb:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1174", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1174", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/qenco,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:qenco timestamp=2026-01-08T07:29:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:57", timestamp_log="2026-01-08T07:29:57", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="qenco", target="nucleo-g431rb:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1188", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g474re/usbserial,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g474re/usbserial target=nucleo-g474re:usbserial timestamp=2026-01-08T07:30:18 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:18", timestamp_log="2026-01-08T07:30:18", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g474re", config="usbserial", target="nucleo-g474re:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1198", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1198", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g474re:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g474re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g474re:nsh timestamp=2026-01-08T07:31:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:05", timestamp_log="2026-01-08T07:31:05", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g474re", config="nsh", target="nucleo-g474re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1213", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g474re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g474re/lpuartnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g474re/lpuartnsh target=nucleo-g474re:lpuartnsh timestamp=2026-01-08T07:31:41 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:41", timestamp_log="2026-01-08T07:31:41", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g474re", config="lpuartnsh", target="nucleo-g474re:lpuartnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1223", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1223", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g474re:lpuartnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l152re/lcd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-l152re/lcd target=nucleo-l152re:lcd timestamp=2026-01-08T07:32:15 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:15", timestamp_log="2026-01-08T07:32:15", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-l152re", config="lcd", target="nucleo-l152re:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1237", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1237", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l152re:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-l152re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-l152re:nsh timestamp=2026-01-08T07:33:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:16", timestamp_log="2026-01-08T07:33:16", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-l152re", config="nsh", target="nucleo-l152re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1251", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l152re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:discover timestamp=2026-01-08T07:33:50 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:50", timestamp_log="2026-01-08T07:33:50", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="discover", target="olimex-stm32-e407:discover", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1261", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1261", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:discover", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:telnetd timestamp=2026-01-08T07:34:47 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:47", timestamp_log="2026-01-08T07:34:47", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="telnetd", target="olimex-stm32-e407:telnetd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1276", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1276", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:telnetd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/mrf24j40-mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/mrf24j40-mac target=olimex-stm32-e407:mrf24j40-mac timestamp=2026-01-08T07:35:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:49", timestamp_log="2026-01-08T07:35:49", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="mrf24j40-mac", target="olimex-stm32-e407:mrf24j40-mac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1291", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1291", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:mrf24j40-mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/usbnsh target=olimex-stm32-e407:usbnsh timestamp=2026-01-08T07:36:43 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:43", timestamp_log="2026-01-08T07:36:43", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="usbnsh", target="olimex-stm32-e407:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1304", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1304", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/mrf24j40-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/mrf24j40-6lowpan target=olimex-stm32-e407:mrf24j40-6lowpan timestamp=2026-01-08T07:37:27 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:27", timestamp_log="2026-01-08T07:37:27", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="mrf24j40-6lowpan", target="olimex-stm32-e407:mrf24j40-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1318", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1318", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:mrf24j40-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/timer,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/timer target=olimex-stm32-e407:timer timestamp=2026-01-08T07:38:19 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:19", timestamp_log="2026-01-08T07:38:19", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="timer", target="olimex-stm32-e407:timer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1331", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1331", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:webserver timestamp=2026-01-08T07:38:56 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:56", timestamp_log="2026-01-08T07:38:56", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="webserver", target="olimex-stm32-e407:webserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1344", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1344", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:webserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/nsh target=olimex-stm32-e407:nsh timestamp=2026-01-08T07:39:55 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:55", timestamp_log="2026-01-08T07:39:55", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="nsh", target="olimex-stm32-e407:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1359", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1359", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/bmp180,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/bmp180 target=olimex-stm32-e407:bmp180 timestamp=2026-01-08T07:40:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:31", timestamp_log="2026-01-08T07:40:31", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="bmp180", target="olimex-stm32-e407:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1373", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1373", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:netnsh timestamp=2026-01-08T07:41:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:07", timestamp_log="2026-01-08T07:41:07", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="netnsh", target="olimex-stm32-e407:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1386", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1386", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/dac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/dac target=olimex-stm32-e407:dac timestamp=2026-01-08T07:42:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:07", timestamp_log="2026-01-08T07:42:07", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="dac", target="olimex-stm32-e407:dac", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1401", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1401", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:dac", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/ina219,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/ina219 target=olimex-stm32-e407:ina219 timestamp=2026-01-08T07:42:43 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:43", timestamp_log="2026-01-08T07:42:43", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="ina219", target="olimex-stm32-e407:ina219", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1415", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1415", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:ina219", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-h405/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-h405:usbnsh timestamp=2026-01-08T07:43:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:20", timestamp_log="2026-01-08T07:43:20", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-h405", config="usbnsh", target="olimex-stm32-h405:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1428", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1428", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-h405:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-h407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-h407/nsh target=olimex-stm32-h407:nsh timestamp=2026-01-08T07:44:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:08", timestamp_log="2026-01-08T07:44:08", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-h407", config="nsh", target="olimex-stm32-h407:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1443", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1443", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-h407:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-h407/nsh_uext,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-h407/nsh_uext target=olimex-stm32-h407:nsh_uext timestamp=2026-01-08T07:44:47 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:47", timestamp_log="2026-01-08T07:44:47", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-h407", config="nsh_uext", target="olimex-stm32-h407:nsh_uext", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1456", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1456", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-h407:nsh_uext", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p107/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p107/nsh target=olimex-stm32-p107:nsh timestamp=2026-01-08T07:45:27 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:27", timestamp_log="2026-01-08T07:45:27", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p107", config="nsh", target="olimex-stm32-p107:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1469", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1469", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p107:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p207/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-p207:nsh timestamp=2026-01-08T07:46:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:28", timestamp_log="2026-01-08T07:46:28", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p207", config="nsh", target="olimex-stm32-p207:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1482", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1482", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p207:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/mqttc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/mqttc target=olimex-stm32-p407:mqttc timestamp=2026-01-08T07:47:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:28", timestamp_log="2026-01-08T07:47:28", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="mqttc", target="olimex-stm32-p407:mqttc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1497", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1497", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:mqttc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/module target=olimex-stm32-p407:module timestamp=2026-01-08T07:48:36 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:36", timestamp_log="2026-01-08T07:48:36", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="module", target="olimex-stm32-p407:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1517", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1517", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/knsh target=olimex-stm32-p407:knsh timestamp=2026-01-08T07:49:24 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:24", timestamp_log="2026-01-08T07:49:24", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="knsh", target="olimex-stm32-p407:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1530", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1530", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/dhtxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/dhtxx target=olimex-stm32-p407:dhtxx timestamp=2026-01-08T07:50:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:40", timestamp_log="2026-01-08T07:50:40", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="dhtxx", target="olimex-stm32-p407:dhtxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1543", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1543", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:dhtxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/hidkbd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/hidkbd target=olimex-stm32-p407:hidkbd timestamp=2026-01-08T07:51:26 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:26", timestamp_log="2026-01-08T07:51:26", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="hidkbd", target="olimex-stm32-p407:hidkbd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1556", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1556", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:hidkbd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/nsh target=olimex-stm32-p407:nsh timestamp=2026-01-08T07:52:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:06", timestamp_log="2026-01-08T07:52:06", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="nsh", target="olimex-stm32-p407:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1569", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1569", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/audio target=olimex-stm32-p407:audio timestamp=2026-01-08T07:52:44 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:44", timestamp_log="2026-01-08T07:52:44", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="audio", target="olimex-stm32-p407:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1582", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1582", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/zmodem,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/zmodem target=olimex-stm32-p407:zmodem timestamp=2026-01-08T07:53:23 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:23", timestamp_log="2026-01-08T07:53:23", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="zmodem", target="olimex-stm32-p407:zmodem", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1595", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1595", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:zmodem", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/kelf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/kelf target=olimex-stm32-p407:kelf timestamp=2026-01-08T07:54:02 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:02", timestamp_log="2026-01-08T07:54:02", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="kelf", target="olimex-stm32-p407:kelf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1608", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1608", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:kelf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/kmodule,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/kmodule target=olimex-stm32-p407:kmodule timestamp=2026-01-08T07:55:19 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:55:19", timestamp_log="2026-01-08T07:55:19", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="kmodule", target="olimex-stm32-p407:kmodule", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1621", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483822#step:10:1621", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:kmodule", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:37 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-10 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-10 + local os=Linux + local step=10 + local group=arm-10 + local 'job_name=Linux (arm-10)' ++ jq '.jobs | map(select(.name == "Linux (arm-10)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 58301 0 0:00:02 0:00:02 --:--:-- 58302 + local job_id=59765483796 + set +x job_id=59765483796 + [[ 59765483796 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/17_Linux (arm-10).txt' + local 'log_file=/tmp/ingest-nuttx-builds/17_Linux (arm-10).txt' + local filename=ci-arm-10.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-10.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/17_Linux (arm-10).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-10.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {b86cf82d-aeb3-4e10-93f6-ec22ed3e5670} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-10) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2025) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-10.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-10 --run-id 20807787563 --job-id 59765483796 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-10.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-10 --run-id 20807787563 --job-id 59765483796 --step 10` lines[0]=Configuration/Tool: olimexino-stm32/tiny,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/tiny target=olimexino-stm32:tiny timestamp=2026-01-08T06:33:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:21", timestamp_log="2026-01-08T06:33:21", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="tiny", target="olimexino-stm32:tiny", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:773", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:tiny", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/nsh target=olimexino-stm32:nsh timestamp=2026-01-08T06:34:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:05", timestamp_log="2026-01-08T06:34:05", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="nsh", target="olimexino-stm32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:783", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/can target=olimexino-stm32:can timestamp=2026-01-08T06:34:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:50", timestamp_log="2026-01-08T06:34:50", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="can", target="olimexino-stm32:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:793", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/smallnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/smallnsh target=olimexino-stm32:smallnsh timestamp=2026-01-08T06:35:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:33", timestamp_log="2026-01-08T06:35:33", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="smallnsh", target="olimexino-stm32:smallnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:803", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:smallnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/composite target=olimexino-stm32:composite timestamp=2026-01-08T06:36:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:16", timestamp_log="2026-01-08T06:36:16", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="composite", target="olimexino-stm32:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:813", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: omnibusf4/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize omnibusf4/nsh target=omnibusf4:nsh timestamp=2026-01-08T06:36:49 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:49", timestamp_log="2026-01-08T06:36:49", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="omnibusf4", config="nsh", target="omnibusf4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:823", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:823", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/omnibusf4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/usbnsh target=photon:usbnsh timestamp=2026-01-08T06:37:37 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:37", timestamp_log="2026-01-08T06:37:37", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="usbnsh", target="photon:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:837", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:837", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/adb target=photon:adb timestamp=2026-01-08T06:38:24 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:24", timestamp_log="2026-01-08T06:38:24", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="adb", target="photon:adb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:850", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:850", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/rgbled target=photon:rgbled timestamp=2026-01-08T06:39:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:13", timestamp_log="2026-01-08T06:39:13", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="rgbled", target="photon:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:877", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:877", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/nsh target=photon:nsh timestamp=2026-01-08T06:39:46 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:46", timestamp_log="2026-01-08T06:39:46", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="nsh", target="photon:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:890", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:890", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/wlan-perf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/wlan-perf target=photon:wlan-perf timestamp=2026-01-08T06:40:18 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:18", timestamp_log="2026-01-08T06:40:18", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="wlan-perf", target="photon:wlan-perf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:903", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:903", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:wlan-perf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/wlan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/wlan target=photon:wlan timestamp=2026-01-08T06:41:05 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:05", timestamp_log="2026-01-08T06:41:05", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="wlan", target="photon:wlan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:923", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:923", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:wlan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: shenzhou/nxwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize shenzhou/nxwm target=shenzhou:nxwm timestamp=2026-01-08T06:42:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:07", timestamp_log="2026-01-08T06:42:07", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="shenzhou", config="nxwm", target="shenzhou:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:943", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:943", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/shenzhou:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: shenzhou/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize shenzhou/nsh target=shenzhou:nsh timestamp=2026-01-08T06:43:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:13", timestamp_log="2026-01-08T06:43:13", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="shenzhou", config="nsh", target="shenzhou:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:956", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:956", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/shenzhou:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:49 GMT", "content-length": "0"} } lines[0]=Skipping: shenzhou/thttpd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Skipping: shenzhou/thttpd,CONFIG_ARM_TOOLCHAIN_CLANG *** Not a target: Skipping: shenzhou/thttpd,CONFIG_ARM_TOOLCHAIN_CLANG lines[0]=Configuration/Tool: stm3210e-eval/nx,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/nx target=stm3210e-eval:nx timestamp=2026-01-08T06:44:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:08", timestamp_log="2026-01-08T06:44:08", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nx", target="stm3210e-eval:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:976", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:976", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/pm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/pm target=stm3210e-eval:pm timestamp=2026-01-08T06:44:53 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:53", timestamp_log="2026-01-08T06:44:53", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="pm", target="stm3210e-eval:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:989", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:989", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/usbserial,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=stm3210e-eval:usbserial timestamp=2026-01-08T06:45:36 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:36", timestamp_log="2026-01-08T06:45:36", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="usbserial", target="stm3210e-eval:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1002", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1002", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/usbmsc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=stm3210e-eval:usbmsc timestamp=2026-01-08T06:46:18 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:18", timestamp_log="2026-01-08T06:46:18", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="usbmsc", target="stm3210e-eval:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1017", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1017", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/nsh2,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/nsh2 target=stm3210e-eval:nsh2 timestamp=2026-01-08T06:47:02 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:02", timestamp_log="2026-01-08T06:47:02", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nsh2", target="stm3210e-eval:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1032", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1032", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=stm3210e-eval:nsh timestamp=2026-01-08T06:47:53 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:53", timestamp_log="2026-01-08T06:47:53", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nsh", target="stm3210e-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1045", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1045", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/composite target=stm3210e-eval:composite timestamp=2026-01-08T06:48:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:31", timestamp_log="2026-01-08T06:48:31", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="composite", target="stm3210e-eval:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1060", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1060", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/nxterm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/nxterm target=stm3210e-eval:nxterm timestamp=2026-01-08T06:49:15 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:15", timestamp_log="2026-01-08T06:49:15", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nxterm", target="stm3210e-eval:nxterm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1073", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1073", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nxwm target=stm3220g-eval:nxwm timestamp=2026-01-08T06:50:05 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:05", timestamp_log="2026-01-08T06:50:05", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nxwm", target="stm3220g-eval:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1086", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1086", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/telnetd target=stm3220g-eval:telnetd timestamp=2026-01-08T06:51:09 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:09", timestamp_log="2026-01-08T06:51:09", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="telnetd", target="stm3220g-eval:telnetd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1099", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1099", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:telnetd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/dhcpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/dhcpd target=stm3220g-eval:dhcpd timestamp=2026-01-08T06:51:54 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:54", timestamp_log="2026-01-08T06:51:54", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="dhcpd", target="stm3220g-eval:dhcpd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1112", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1112", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:dhcpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nettest target=stm3220g-eval:nettest timestamp=2026-01-08T06:52:37 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:37", timestamp_log="2026-01-08T06:52:37", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nettest", target="stm3220g-eval:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1125", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1125", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nsh2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nsh2 target=stm3220g-eval:nsh2 timestamp=2026-01-08T06:53:21 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:21", timestamp_log="2026-01-08T06:53:21", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nsh2", target="stm3220g-eval:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1138", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1138", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nsh target=stm3220g-eval:nsh timestamp=2026-01-08T06:54:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:13", timestamp_log="2026-01-08T06:54:13", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nsh", target="stm3220g-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1151", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1151", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nxwm target=stm3240g-eval:nxwm timestamp=2026-01-08T06:54:50 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:50", timestamp_log="2026-01-08T06:54:50", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nxwm", target="stm3240g-eval:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1164", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1164", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/discover target=stm3240g-eval:discover timestamp=2026-01-08T06:55:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:57", timestamp_log="2026-01-08T06:55:57", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="discover", target="stm3240g-eval:discover", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1177", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1177", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:discover", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/telnetd target=stm3240g-eval:telnetd timestamp=2026-01-08T06:56:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:49", timestamp_log="2026-01-08T06:56:49", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="telnetd", target="stm3240g-eval:telnetd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1190", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1190", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:telnetd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:56 GMT", "content-length": "0"} } lines[0]=Skipping: stm3240g-eval/knxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: stm3240g-eval/knxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: stm3240g-eval/knxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: stm3240g-eval/dhcpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/dhcpd target=stm3240g-eval:dhcpd timestamp=2026-01-08T06:57:37 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:37", timestamp_log="2026-01-08T06:57:37", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="dhcpd", target="stm3240g-eval:dhcpd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1210", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1210", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:dhcpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nettest target=stm3240g-eval:nettest timestamp=2026-01-08T06:58:18 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:18", timestamp_log="2026-01-08T06:58:18", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nettest", target="stm3240g-eval:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1223", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1223", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nsh2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nsh2 target=stm3240g-eval:nsh2 timestamp=2026-01-08T06:59:02 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:02", timestamp_log="2026-01-08T06:59:02", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nsh2", target="stm3240g-eval:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1236", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1236", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/webserver target=stm3240g-eval:webserver timestamp=2026-01-08T06:59:55 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:55", timestamp_log="2026-01-08T06:59:55", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="webserver", target="stm3240g-eval:webserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1249", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1249", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:webserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nsh target=stm3240g-eval:nsh timestamp=2026-01-08T07:00:47 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:47", timestamp_log="2026-01-08T07:00:47", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nsh", target="stm3240g-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1262", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1262", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:11:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/fb target=stm3240g-eval:fb timestamp=2026-01-08T07:01:39 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:39", timestamp_log="2026-01-08T07:01:39", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="fb", target="stm3240g-eval:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1275", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1275", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/xmlrpc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/xmlrpc target=stm3240g-eval:xmlrpc timestamp=2026-01-08T07:02:17 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:17", timestamp_log="2026-01-08T07:02:17", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="xmlrpc", target="stm3240g-eval:xmlrpc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1288", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1288", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:xmlrpc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nxterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nxterm target=stm3240g-eval:nxterm timestamp=2026-01-08T07:03:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:08", timestamp_log="2026-01-08T07:03:08", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nxterm", target="stm3240g-eval:nxterm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1301", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483796#step:10:1301", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:01 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-11 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-11 + local os=Linux + local step=10 + local group=arm-11 + local 'job_name=Linux (arm-11)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-11)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 67121 0 0:00:02 0:00:02 --:--:-- 67122 + local job_id=59765483812 + set +x job_id=59765483812 + [[ 59765483812 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/6_Linux (arm-11).txt' + local 'log_file=/tmp/ingest-nuttx-builds/6_Linux (arm-11).txt' + local filename=ci-arm-11.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-11.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/6_Linux (arm-11).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-11.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {b5253aaa-26bf-45ce-a191-fa5987816f22} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-11) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2043) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-11.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-11 --run-id 20807787563 --job-id 59765483812 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-11.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-11 --run-id 20807787563 --job-id 59765483812 --step 10` lines[0]=Cmake in present: stm32_tiny/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32_tiny:usbnsh timestamp=2026-01-08T07:21:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:51", timestamp_log="2026-01-08T07:21:51", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32_tiny", config="usbnsh", target="stm32_tiny:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32_tiny:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32_tiny/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32_tiny:nsh timestamp=2026-01-08T07:22:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:23", timestamp_log="2026-01-08T07:22:23", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32_tiny", config="nsh", target="stm32_tiny:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:787", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32_tiny:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nshusbhost,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nshusbhost timestamp=2026-01-08T07:22:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:52", timestamp_log="2026-01-08T07:22:52", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nshusbhost", target="stm32butterfly2:nshusbhost", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nshusbhost", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:08 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nsh timestamp=2026-01-08T07:23:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:24", timestamp_log="2026-01-08T07:23:24", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nsh", target="stm32butterfly2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:809", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nshnet,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nshnet timestamp=2026-01-08T07:23:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:42", timestamp_log="2026-01-08T07:23:42", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nshnet", target="stm32butterfly2:nshnet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:820", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nshnet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nshusbdev,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nshusbdev timestamp=2026-01-08T07:24:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:20", timestamp_log="2026-01-08T07:24:20", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nshusbdev", target="stm32butterfly2:nshusbdev", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nshusbdev", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:lcd1602 timestamp=2026-01-08T07:24:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:39", timestamp_log="2026-01-08T07:24:39", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="lcd1602", target="stm32f103-minimum:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:842", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/buttons,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:buttons timestamp=2026-01-08T07:24:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:58", timestamp_log="2026-01-08T07:24:58", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="buttons", target="stm32f103-minimum:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:853", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/ssd1306 target=stm32f103-minimum:ssd1306 timestamp=2026-01-08T07:25:16 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:16", timestamp_log="2026-01-08T07:25:16", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="ssd1306", target="stm32f103-minimum:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:863", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:863", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/nrf24,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:nrf24 timestamp=2026-01-08T07:25:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:57", timestamp_log="2026-01-08T07:25:57", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="nrf24", target="stm32f103-minimum:nrf24", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:877", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:nrf24", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/mcp2515,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:mcp2515 timestamp=2026-01-08T07:26:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:14", timestamp_log="2026-01-08T07:26:14", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="mcp2515", target="stm32f103-minimum:mcp2515", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:888", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:mcp2515", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/jlx12864g,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/jlx12864g target=stm32f103-minimum:jlx12864g timestamp=2026-01-08T07:26:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:32", timestamp_log="2026-01-08T07:26:32", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="jlx12864g", target="stm32f103-minimum:jlx12864g", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:898", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:898", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:jlx12864g", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:usbnsh timestamp=2026-01-08T07:27:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:15", timestamp_log="2026-01-08T07:27:15", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="usbnsh", target="stm32f103-minimum:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:912", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/audio_tone,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:audio_tone timestamp=2026-01-08T07:27:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:32", timestamp_log="2026-01-08T07:27:32", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="audio_tone", target="stm32f103-minimum:audio_tone", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:923", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:audio_tone", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/adb target=stm32f103-minimum:adb timestamp=2026-01-08T07:27:51 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:51", timestamp_log="2026-01-08T07:27:51", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="adb", target="stm32f103-minimum:adb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:933", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:933", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/rfid-rc522,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:rfid-rc522 timestamp=2026-01-08T07:28:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:36", timestamp_log="2026-01-08T07:28:36", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="rfid-rc522", target="stm32f103-minimum:rfid-rc522", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:961", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:rfid-rc522", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:hello timestamp=2026-01-08T07:28:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:54", timestamp_log="2026-01-08T07:28:54", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="hello", target="stm32f103-minimum:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:972", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:rgbled timestamp=2026-01-08T07:29:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:19", timestamp_log="2026-01-08T07:29:19", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="rgbled", target="stm32f103-minimum:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:983", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/sensors,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/sensors target=stm32f103-minimum:sensors timestamp=2026-01-08T07:29:36 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. *** Msg: lto-wrapper: warning: using serial compilation of 2 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information *** Msg: /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:36", timestamp_log="2026-01-08T07:29:36", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="sensors", target="stm32f103-minimum:sensors", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:993", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:993", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. \n lto-wrapper: warning: using serial compilation of 2 LTRANS jobs \n lto-wrapper: note: see the '-flto'", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:sensors", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:userled timestamp=2026-01-08T07:30:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:16", timestamp_log="2026-01-08T07:30:16", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="userled", target="stm32f103-minimum:userled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1011", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:pwm timestamp=2026-01-08T07:30:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:34", timestamp_log="2026-01-08T07:30:34", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="pwm", target="stm32f103-minimum:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1022", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:nsh timestamp=2026-01-08T07:30:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:52", timestamp_log="2026-01-08T07:30:52", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="nsh", target="stm32f103-minimum:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1033", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/veml6070,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:veml6070 timestamp=2026-01-08T07:31:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:09", timestamp_log="2026-01-08T07:31:09", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="veml6070", target="stm32f103-minimum:veml6070", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1044", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:veml6070", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/apds9960,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:apds9960 timestamp=2026-01-08T07:31:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:27", timestamp_log="2026-01-08T07:31:27", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="apds9960", target="stm32f103-minimum:apds9960", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1055", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:apds9960", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f334-disco/buckboost,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f334-disco:buckboost timestamp=2026-01-08T07:31:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:44", timestamp_log="2026-01-08T07:31:44", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f334-disco", config="buckboost", target="stm32f334-disco:buckboost", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1066", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f334-disco:buckboost", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f334-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f334-disco:nsh timestamp=2026-01-08T07:32:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:17", timestamp_log="2026-01-08T07:32:17", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f334-disco", config="nsh", target="stm32f334-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1077", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f334-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f334-disco/powerled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f334-disco:powerled timestamp=2026-01-08T07:32:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:46", timestamp_log="2026-01-08T07:32:46", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f334-disco", config="powerled", target="stm32f334-disco:powerled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1088", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f334-disco:powerled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f3discovery/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f3discovery:usbnsh timestamp=2026-01-08T07:33:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:16", timestamp_log="2026-01-08T07:33:16", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f3discovery", config="usbnsh", target="stm32f3discovery:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1099", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f3discovery:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f3discovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f3discovery:nsh timestamp=2026-01-08T07:33:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:47", timestamp_log="2026-01-08T07:33:47", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f3discovery", config="nsh", target="stm32f3discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1110", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f3discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/usbmsc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:usbmsc timestamp=2026-01-08T07:34:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:07", timestamp_log="2026-01-08T07:34:07", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="usbmsc", target="stm32f411-minimum:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1121", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f411-minimum/rgbled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f411-minimum/rgbled target=stm32f411-minimum:rgbled timestamp=2026-01-08T07:34:37 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:37", timestamp_log="2026-01-08T07:34:37", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="rgbled", target="stm32f411-minimum:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1131", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1131", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/spifsnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:spifsnsh timestamp=2026-01-08T07:35:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:20", timestamp_log="2026-01-08T07:35:20", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="spifsnsh", target="stm32f411-minimum:spifsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1145", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:spifsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f411-minimum/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f411-minimum/pwm target=stm32f411-minimum:pwm timestamp=2026-01-08T07:35:39 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:39", timestamp_log="2026-01-08T07:35:39", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="pwm", target="stm32f411-minimum:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1155", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1155", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:nsh timestamp=2026-01-08T07:36:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:07", timestamp_log="2026-01-08T07:36:07", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="nsh", target="stm32f411-minimum:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1169", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:composite timestamp=2026-01-08T07:36:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:36", timestamp_log="2026-01-08T07:36:36", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="composite", target="stm32f411-minimum:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1180", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:29 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411e-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411e-disco:nsh timestamp=2026-01-08T07:36:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:55", timestamp_log="2026-01-08T07:36:55", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411e-disco", config="nsh", target="stm32f411e-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1191", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411e-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/nxwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/nxwm target=stm32f429i-disco:nxwm timestamp=2026-01-08T07:37:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:13", timestamp_log="2026-01-08T07:37:13", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="nxwm", target="stm32f429i-disco:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1201", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1201", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/highpri,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:highpri timestamp=2026-01-08T07:38:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:13", timestamp_log="2026-01-08T07:38:13", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="highpri", target="stm32f429i-disco:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1215", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/bootlogo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/bootlogo target=stm32f429i-disco:bootlogo timestamp=2026-01-08T07:38:44 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:44", timestamp_log="2026-01-08T07:38:44", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="bootlogo", target="stm32f429i-disco:bootlogo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1225", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1225", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:bootlogo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:31 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/usbmsc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:usbmsc timestamp=2026-01-08T07:39:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:26", timestamp_log="2026-01-08T07:39:26", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="usbmsc", target="stm32f429i-disco:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1239", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:adc timestamp=2026-01-08T07:39:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:56", timestamp_log="2026-01-08T07:39:56", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="adc", target="stm32f429i-disco:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1250", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/lvgl target=stm32f429i-disco:lvgl timestamp=2026-01-08T07:40:15 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:15", timestamp_log="2026-01-08T07:40:15", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="lvgl", target="stm32f429i-disco:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1260", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1260", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/lcd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/lcd target=stm32f429i-disco:lcd timestamp=2026-01-08T07:41:52 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:52", timestamp_log="2026-01-08T07:41:52", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="lcd", target="stm32f429i-disco:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1273", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1273", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:usbnsh timestamp=2026-01-08T07:42:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:31", timestamp_log="2026-01-08T07:42:31", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="usbnsh", target="stm32f429i-disco:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1287", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/gdbstub,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/gdbstub target=stm32f429i-disco:gdbstub timestamp=2026-01-08T07:42:56 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:56", timestamp_log="2026-01-08T07:42:56", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="gdbstub", target="stm32f429i-disco:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1297", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1297", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:nsh timestamp=2026-01-08T07:43:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:39", timestamp_log="2026-01-08T07:43:39", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="nsh", target="stm32f429i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1311", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/systemview,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/systemview target=stm32f429i-disco:systemview timestamp=2026-01-08T07:43:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:57", timestamp_log="2026-01-08T07:43:57", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="systemview", target="stm32f429i-disco:systemview", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1321", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1321", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:systemview", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/extflash,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:extflash timestamp=2026-01-08T07:44:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:33", timestamp_log="2026-01-08T07:44:33", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="extflash", target="stm32f429i-disco:extflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1335", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:extflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/fb target=stm32f429i-disco:fb timestamp=2026-01-08T07:45:03 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:03", timestamp_log="2026-01-08T07:45:03", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="fb", target="stm32f429i-disco:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1345", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1345", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/ofloader,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/ofloader target=stm32f429i-disco:ofloader timestamp=2026-01-08T07:45:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:32", timestamp_log="2026-01-08T07:45:32", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="ofloader", target="stm32f429i-disco:ofloader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1358", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1358", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:ofloader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/nxhello,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/nxhello target=stm32f429i-disco:nxhello timestamp=2026-01-08T07:46:17 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:17", timestamp_log="2026-01-08T07:46:17", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="nxhello", target="stm32f429i-disco:nxhello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1372", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1372", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:nxhello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/stack,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/stack target=stm32f429i-disco:stack timestamp=2026-01-08T07:47:02 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:02", timestamp_log="2026-01-08T07:47:02", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="stack", target="stm32f429i-disco:stack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1385", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483812#step:10:1385", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:stack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:40 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-12 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-12 + local os=Linux + local step=10 + local group=arm-12 + local 'job_name=Linux (arm-12)' ++ jq '.jobs | map(select(.name == "Linux (arm-12)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 64643 0 0:00:02 0:00:02 --:--:-- 64640 + local job_id=59765483821 + set +x job_id=59765483821 + [[ 59765483821 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/14_Linux (arm-12).txt' + local 'log_file=/tmp/ingest-nuttx-builds/14_Linux (arm-12).txt' + local filename=ci-arm-12.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-12.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:83 + cat '/tmp/ingest-nuttx-builds/14_Linux (arm-12).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-12.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {3360d0ed-0d78-4c65-a303-04de281d38e6} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-12) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2008) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-12.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-12 --run-id 20807787563 --job-id 59765483821 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-12.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-12 --run-id 20807787563 --job-id 59765483821 --step 10` lines[0]=Configuration/Tool: stm32f4discovery/modbus_slave,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/modbus_slave target=stm32f4discovery:modbus_slave timestamp=2026-01-08T07:22:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:28", timestamp_log="2026-01-08T07:22:28", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="modbus_slave", target="stm32f4discovery:modbus_slave", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:776", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:776", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:modbus_slave", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/st7789,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/st7789 target=stm32f4discovery:st7789 timestamp=2026-01-08T07:23:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:20", timestamp_log="2026-01-08T07:23:20", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="st7789", target="stm32f4discovery:st7789", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:789", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:789", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:st7789", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/lcd1602 target=stm32f4discovery:lcd1602 timestamp=2026-01-08T07:23:58 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:58", timestamp_log="2026-01-08T07:23:58", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="lcd1602", target="stm32f4discovery:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:802", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:802", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/nxscope_cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/nxscope_cdcacm target=stm32f4discovery:nxscope_cdcacm timestamp=2026-01-08T07:24:35 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:35", timestamp_log="2026-01-08T07:24:35", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="nxscope_cdcacm", target="stm32f4discovery:nxscope_cdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:815", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:815", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:nxscope_cdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/pm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/pm target=stm32f4discovery:pm timestamp=2026-01-08T07:25:27 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:27", timestamp_log="2026-01-08T07:25:27", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="pm", target="stm32f4discovery:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:828", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:828", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/kostest target=stm32f4discovery:kostest timestamp=2026-01-08T07:26:16 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:16", timestamp_log="2026-01-08T07:26:16", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="kostest", target="stm32f4discovery:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:841", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:841", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/cxx-oot-build,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/cxx-oot-build target=stm32f4discovery:cxx-oot-build timestamp=2026-01-08T07:27:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:33", timestamp_log="2026-01-08T07:27:33", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="cxx-oot-build", target="stm32f4discovery:cxx-oot-build", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:854", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:854", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:cxx-oot-build", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/canard,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/canard target=stm32f4discovery:canard timestamp=2026-01-08T07:28:22 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:22", timestamp_log="2026-01-08T07:28:22", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="canard", target="stm32f4discovery:canard", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:867", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:867", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:canard", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/lwl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/lwl target=stm32f4discovery:lwl timestamp=2026-01-08T07:29:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:13", timestamp_log="2026-01-08T07:29:13", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="lwl", target="stm32f4discovery:lwl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:888", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:888", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:lwl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/ipv6 target=stm32f4discovery:ipv6 timestamp=2026-01-08T07:29:50 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:50", timestamp_log="2026-01-08T07:29:50", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="ipv6", target="stm32f4discovery:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:901", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:901", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/usbmsc target=stm32f4discovery:usbmsc timestamp=2026-01-08T07:30:43 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:43", timestamp_log="2026-01-08T07:30:43", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="usbmsc", target="stm32f4discovery:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:914", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:914", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/rndis target=stm32f4discovery:rndis timestamp=2026-01-08T07:31:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:33", timestamp_log="2026-01-08T07:31:33", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="rndis", target="stm32f4discovery:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:927", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:927", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/module target=stm32f4discovery:module timestamp=2026-01-08T07:32:41 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:41", timestamp_log="2026-01-08T07:32:41", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="module", target="stm32f4discovery:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:947", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:947", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/usbnsh target=stm32f4discovery:usbnsh timestamp=2026-01-08T07:33:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:20", timestamp_log="2026-01-08T07:33:20", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="usbnsh", target="stm32f4discovery:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:960", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:960", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/brickmatch,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/brickmatch target=stm32f4discovery:brickmatch timestamp=2026-01-08T07:34:12 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:12", timestamp_log="2026-01-08T07:34:12", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="brickmatch", target="stm32f4discovery:brickmatch", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:973", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:973", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:brickmatch", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/sporadic,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/sporadic target=stm32f4discovery:sporadic timestamp=2026-01-08T07:35:04 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:04", timestamp_log="2026-01-08T07:35:04", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="sporadic", target="stm32f4discovery:sporadic", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:986", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:986", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:sporadic", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/adb target=stm32f4discovery:adb timestamp=2026-01-08T07:35:54 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:54", timestamp_log="2026-01-08T07:35:54", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="adb", target="stm32f4discovery:adb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:999", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:999", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/pseudoterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/pseudoterm target=stm32f4discovery:pseudoterm timestamp=2026-01-08T07:36:52 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:52", timestamp_log="2026-01-08T07:36:52", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="pseudoterm", target="stm32f4discovery:pseudoterm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1026", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1026", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:pseudoterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/posix_spawn target=stm32f4discovery:posix_spawn timestamp=2026-01-08T07:37:42 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:42", timestamp_log="2026-01-08T07:37:42", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="posix_spawn", target="stm32f4discovery:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1039", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1039", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/rgbled target=stm32f4discovery:rgbled timestamp=2026-01-08T07:38:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:31", timestamp_log="2026-01-08T07:38:31", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="rgbled", target="stm32f4discovery:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1052", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1052", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/max7219,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/max7219 target=stm32f4discovery:max7219 timestamp=2026-01-08T07:39:23 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:23", timestamp_log="2026-01-08T07:39:23", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="max7219", target="stm32f4discovery:max7219", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1065", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1065", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:max7219", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/wifi,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/wifi target=stm32f4discovery:wifi timestamp=2026-01-08T07:40:16 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:16", timestamp_log="2026-01-08T07:40:16", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="wifi", target="stm32f4discovery:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1078", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1078", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/xen1210,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/xen1210 target=stm32f4discovery:xen1210 timestamp=2026-01-08T07:41:26 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:26", timestamp_log="2026-01-08T07:41:26", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="xen1210", target="stm32f4discovery:xen1210", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1091", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1091", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:xen1210", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/nsh target=stm32f4discovery:nsh timestamp=2026-01-08T07:42:03 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:03", timestamp_log="2026-01-08T07:42:03", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="nsh", target="stm32f4discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1104", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1104", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/audio target=stm32f4discovery:audio timestamp=2026-01-08T07:42:39 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:39", timestamp_log="2026-01-08T07:42:39", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="audio", target="stm32f4discovery:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1117", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1117", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:55 GMT", "content-length": "0"} } lines[0]=Skipping: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: stm32f4discovery/ether_w5500,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/ether_w5500 target=stm32f4discovery:ether_w5500 timestamp=2026-01-08T07:43:22 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:22", timestamp_log="2026-01-08T07:43:22", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="ether_w5500", target="stm32f4discovery:ether_w5500", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1137", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1137", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:ether_w5500", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/composite target=stm32f4discovery:composite timestamp=2026-01-08T07:44:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:06", timestamp_log="2026-01-08T07:44:06", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="composite", target="stm32f4discovery:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1150", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1150", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/elf target=stm32f4discovery:elf timestamp=2026-01-08T07:44:53 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:53", timestamp_log="2026-01-08T07:44:53", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="elf", target="stm32f4discovery:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1170", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1170", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/netnsh target=stm32f4discovery:netnsh timestamp=2026-01-08T07:45:43 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:43", timestamp_log="2026-01-08T07:45:43", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="netnsh", target="stm32f4discovery:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1183", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1183", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/testlibcxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/testlibcxx target=stm32f4discovery:testlibcxx timestamp=2026-01-08T07:46:29 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:29", timestamp_log="2026-01-08T07:46:29", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="testlibcxx", target="stm32f4discovery:testlibcxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1196", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1196", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:testlibcxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/sbutton,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/sbutton target=stm32f4discovery:sbutton timestamp=2026-01-08T07:47:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:49", timestamp_log="2026-01-08T07:47:49", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="sbutton", target="stm32f4discovery:sbutton", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1210", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1210", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:sbutton", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/max31855,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/max31855 target=stm32f4discovery:max31855 timestamp=2026-01-08T07:48:27 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:27", timestamp_log="2026-01-08T07:48:27", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="max31855", target="stm32f4discovery:max31855", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1223", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1223", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:max31855", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:12:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/mmcsdspi,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/mmcsdspi target=stm32f4discovery:mmcsdspi timestamp=2026-01-08T07:49:04 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:04", timestamp_log="2026-01-08T07:49:04", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="mmcsdspi", target="stm32f4discovery:mmcsdspi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1236", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1236", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:mmcsdspi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/nxlines target=stm32f4discovery:nxlines timestamp=2026-01-08T07:49:46 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:46", timestamp_log="2026-01-08T07:49:46", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="nxlines", target="stm32f4discovery:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1249", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1249", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32ldiscovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32ldiscovery/nsh target=stm32ldiscovery:nsh timestamp=2026-01-08T07:50:44 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:44", timestamp_log="2026-01-08T07:50:44", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32ldiscovery", config="nsh", target="stm32ldiscovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1262", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1262", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32ldiscovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32ldiscovery/chrono,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32ldiscovery/chrono target=stm32ldiscovery:chrono timestamp=2026-01-08T07:51:27 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:27", timestamp_log="2026-01-08T07:51:27", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32ldiscovery", config="chrono", target="stm32ldiscovery:chrono", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1276", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1276", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32ldiscovery:chrono", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32vldiscovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32vldiscovery/nsh target=stm32vldiscovery:nsh timestamp=2026-01-08T07:52:11 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:11", timestamp_log="2026-01-08T07:52:11", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32vldiscovery", config="nsh", target="stm32vldiscovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1290", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1290", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32vldiscovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/highpri,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/highpri target=viewtool-stm32f107:highpri timestamp=2026-01-08T07:52:56 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:56", timestamp_log="2026-01-08T07:52:56", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="highpri", target="viewtool-stm32f107:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1304", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1304", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/tcpblaster,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/tcpblaster target=viewtool-stm32f107:tcpblaster timestamp=2026-01-08T07:53:46 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:46", timestamp_log="2026-01-08T07:53:46", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="tcpblaster", target="viewtool-stm32f107:tcpblaster", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1317", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1317", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:tcpblaster", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/nsh target=viewtool-stm32f107:nsh timestamp=2026-01-08T07:54:46 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:46", timestamp_log="2026-01-08T07:54:46", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="nsh", target="viewtool-stm32f107:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1331", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1331", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/ft80x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/ft80x target=viewtool-stm32f107:ft80x timestamp=2026-01-08T07:55:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:55:38", timestamp_log="2026-01-08T07:55:38", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="ft80x", target="viewtool-stm32f107:ft80x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1344", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1344", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:ft80x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/netnsh target=viewtool-stm32f107:netnsh timestamp=2026-01-08T07:56:24 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:56:24", timestamp_log="2026-01-08T07:56:24", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="netnsh", target="viewtool-stm32f107:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1357", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483821#step:10:1357", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:05 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-13 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-13 + local os=Linux + local step=10 + local group=arm-13 + local 'job_name=Linux (arm-13)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-13)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 66375 0 0:00:02 0:00:02 --:--:-- 66401 + local job_id=59765483823 + set +x job_id=59765483823 + [[ 59765483823 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/10_Linux (arm-13).txt' + local 'log_file=/tmp/ingest-nuttx-builds/10_Linux (arm-13).txt' + local filename=ci-arm-13.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-13.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:83 + cat '/tmp/ingest-nuttx-builds/10_Linux (arm-13).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-13.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {07c6dacd-0cd9-457c-ab5b-803be333fc3e} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-13) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2018) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-13.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-13 --run-id 20807787563 --job-id 59765483823 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-13.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-13 --run-id 20807787563 --job-id 59765483823 --step 10` lines[0]=Cmake in present: nucleo-f072rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f072rb:nsh timestamp=2026-01-08T07:00:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:35", timestamp_log="2026-01-08T07:00:35", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-f072rb", config="nsh", target="nucleo-f072rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f072rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g0b1re/adc_dma,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g0b1re/adc_dma target=nucleo-g0b1re:adc_dma timestamp=2026-01-08T07:01:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:06", timestamp_log="2026-01-08T07:01:06", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g0b1re", config="adc_dma", target="nucleo-g0b1re:adc_dma", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:786", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g0b1re:adc_dma", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g0b1re/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g0b1re/adc target=nucleo-g0b1re:adc timestamp=2026-01-08T07:01:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:47", timestamp_log="2026-01-08T07:01:47", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g0b1re", config="adc", target="nucleo-g0b1re:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:796", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g0b1re:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g0b1re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g0b1re/nsh target=nucleo-g0b1re:nsh timestamp=2026-01-08T07:02:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:36", timestamp_log="2026-01-08T07:02:36", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g0b1re", config="nsh", target="nucleo-g0b1re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:806", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g0b1re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g070rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g070rb:nsh timestamp=2026-01-08T07:03:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:21", timestamp_log="2026-01-08T07:03:21", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g070rb", config="nsh", target="nucleo-g070rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:817", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g070rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32g071b-disco/oled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32g071b-disco/oled target=stm32g071b-disco:oled timestamp=2026-01-08T07:03:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:55", timestamp_log="2026-01-08T07:03:55", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32g071b-disco", config="oled", target="stm32g071b-disco:oled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:827", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32g071b-disco:oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32g071b-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32g071b-disco:nsh timestamp=2026-01-08T07:04:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:44", timestamp_log="2026-01-08T07:04:44", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32g071b-disco", config="nsh", target="stm32g071b-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:838", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32g071b-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/cansock target=nucleo-c092rc:cansock timestamp=2026-01-08T07:05:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:14", timestamp_log="2026-01-08T07:05:14", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="cansock", target="nucleo-c092rc:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:848", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/nsh target=nucleo-c092rc:nsh timestamp=2026-01-08T07:06:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:03", timestamp_log="2026-01-08T07:06:03", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="nsh", target="nucleo-c092rc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:858", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/can target=nucleo-c092rc:can timestamp=2026-01-08T07:06:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:49", timestamp_log="2026-01-08T07:06:49", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="can", target="nucleo-c092rc:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:868", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/jumbo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/jumbo target=nucleo-c092rc:jumbo timestamp=2026-01-08T07:07:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:36", timestamp_log="2026-01-08T07:07:36", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="jumbo", target="nucleo-c092rc:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:878", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-l073rz/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-l073rz:nsh timestamp=2026-01-08T07:08:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:21", timestamp_log="2026-01-08T07:08:21", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-l073rz", config="nsh", target="nucleo-l073rz:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:889", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l073rz:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-l073rz/sx127x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-l073rz:sx127x timestamp=2026-01-08T07:08:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:50", timestamp_log="2026-01-08T07:08:50", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-l073rz", config="sx127x", target="nucleo-l073rz:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:900", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l073rz:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32l0538-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32l0538-disco:nsh timestamp=2026-01-08T07:09:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:09", timestamp_log="2026-01-08T07:09:09", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32l0538-disco", config="nsh", target="stm32l0538-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:911", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l0538-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c071rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c071rb/nsh target=nucleo-c071rb:nsh timestamp=2026-01-08T07:09:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:39", timestamp_log="2026-01-08T07:09:39", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c071rb", config="nsh", target="nucleo-c071rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:921", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c071rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c071rb/jumbo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c071rb/jumbo target=nucleo-c071rb:jumbo timestamp=2026-01-08T07:10:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:09", timestamp_log="2026-01-08T07:10:09", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c071rb", config="jumbo", target="nucleo-c071rb:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:931", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c071rb:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: b-l072z-lrwan1/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=b-l072z-lrwan1:adc timestamp=2026-01-08T07:10:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:43", timestamp_log="2026-01-08T07:10:43", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="adc", target="b-l072z-lrwan1:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:942", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l072z-lrwan1/nxlines_oled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize b-l072z-lrwan1/nxlines_oled target=b-l072z-lrwan1:nxlines_oled timestamp=2026-01-08T07:11:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:07", timestamp_log="2026-01-08T07:11:07", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="nxlines_oled", target="b-l072z-lrwan1:nxlines_oled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:952", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:nxlines_oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:15 GMT", "content-length": "0"} } lines[0]=Cmake in present: b-l072z-lrwan1/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=b-l072z-lrwan1:nsh timestamp=2026-01-08T07:11:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:55", timestamp_log="2026-01-08T07:11:55", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="nsh", target="b-l072z-lrwan1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:963", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:15 GMT", "content-length": "0"} } lines[0]=Cmake in present: b-l072z-lrwan1/sx127x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=b-l072z-lrwan1:sx127x timestamp=2026-01-08T07:12:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:14", timestamp_log="2026-01-08T07:12:14", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="sx127x", target="b-l072z-lrwan1:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:974", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f072-discovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f072-discovery:nsh timestamp=2026-01-08T07:12:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:32", timestamp_log="2026-01-08T07:12:32", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32f072-discovery", config="nsh", target="stm32f072-discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:985", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f072-discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g071rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g071rb:nsh timestamp=2026-01-08T07:12:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:57", timestamp_log="2026-01-08T07:12:57", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g071rb", config="nsh", target="nucleo-g071rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:996", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g071rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f091rc/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f091rc:nsh timestamp=2026-01-08T07:13:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:16", timestamp_log="2026-01-08T07:13:16", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-f091rc", config="nsh", target="nucleo-f091rc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1007", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f091rc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f091rc/sx127x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f091rc:sx127x timestamp=2026-01-08T07:13:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:43", timestamp_log="2026-01-08T07:13:43", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-f091rc", config="sx127x", target="nucleo-f091rc:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1018", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f091rc:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f051-discovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f051-discovery:nsh timestamp=2026-01-08T07:14:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:12", timestamp_log="2026-01-08T07:14:12", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32f051-discovery", config="nsh", target="stm32f051-discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1029", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f051-discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f722ze/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f722ze:cansock timestamp=2026-01-08T07:14:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:29", timestamp_log="2026-01-08T07:14:29", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="cansock", target="nucleo-f722ze:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1040", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f722ze/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f722ze/nsh target=nucleo-f722ze:nsh timestamp=2026-01-08T07:15:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:04", timestamp_log="2026-01-08T07:15:04", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="nsh", target="nucleo-f722ze:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1050", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f722ze/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f722ze:can timestamp=2026-01-08T07:15:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:47", timestamp_log="2026-01-08T07:15:47", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="can", target="nucleo-f722ze:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1061", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f722ze/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f722ze:composite timestamp=2026-01-08T07:16:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:07", timestamp_log="2026-01-08T07:16:07", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="composite", target="nucleo-f722ze:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1072", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f769i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f769i-disco:nsh timestamp=2026-01-08T07:16:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:52", timestamp_log="2026-01-08T07:16:52", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f769i-disco", config="nsh", target="stm32f769i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1083", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f769i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f769i-disco/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f769i-disco:netnsh timestamp=2026-01-08T07:17:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:26", timestamp_log="2026-01-08T07:17:26", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f769i-disco", config="netnsh", target="stm32f769i-disco:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1094", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f769i-disco:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: steval-eth001v1/foc_f32,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=steval-eth001v1:foc_f32 timestamp=2026-01-08T07:17:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:55", timestamp_log="2026-01-08T07:17:55", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="steval-eth001v1", config="foc_f32", target="steval-eth001v1:foc_f32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1105", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-eth001v1:foc_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: steval-eth001v1/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=steval-eth001v1:nsh timestamp=2026-01-08T07:18:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:29", timestamp_log="2026-01-08T07:18:29", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="steval-eth001v1", config="nsh", target="steval-eth001v1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1116", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-eth001v1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: steval-eth001v1/foc_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=steval-eth001v1:foc_b16 timestamp=2026-01-08T07:18:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:51", timestamp_log="2026-01-08T07:18:51", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="steval-eth001v1", config="foc_b16", target="steval-eth001v1:foc_b16", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1127", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-eth001v1:foc_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f746zg/note,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f746zg/note target=nucleo-f746zg:note timestamp=2026-01-08T07:19:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:10", timestamp_log="2026-01-08T07:19:10", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="note", target="nucleo-f746zg:note", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1137", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:note", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f746zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f746zg:nsh timestamp=2026-01-08T07:20:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:07", timestamp_log="2026-01-08T07:20:07", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="nsh", target="nucleo-f746zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1148", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f746zg/pysim,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f746zg:pysim timestamp=2026-01-08T07:20:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:36", timestamp_log="2026-01-08T07:20:36", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="pysim", target="nucleo-f746zg:pysim", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1159", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:pysim", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f746zg/evalos,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f746zg:evalos timestamp=2026-01-08T07:21:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:17", timestamp_log="2026-01-08T07:21:17", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="evalos", target="nucleo-f746zg:evalos", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1170", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:evalos", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746-ws/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746-ws:nsh timestamp=2026-01-08T07:21:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:47", timestamp_log="2026-01-08T07:21:47", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746-ws", config="nsh", target="stm32f746-ws:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1181", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746-ws:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f746g-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f746g-disco/lvgl target=stm32f746g-disco:lvgl timestamp=2026-01-08T07:22:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:21", timestamp_log="2026-01-08T07:22:21", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="lvgl", target="stm32f746g-disco:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1191", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f746g-disco/nxdemo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f746g-disco/nxdemo target=stm32f746g-disco:nxdemo timestamp=2026-01-08T07:23:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:59", timestamp_log="2026-01-08T07:23:59", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="nxdemo", target="stm32f746g-disco:nxdemo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1201", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:nxdemo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:nsh timestamp=2026-01-08T07:24:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:42", timestamp_log="2026-01-08T07:24:42", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="nsh", target="stm32f746g-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1212", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:29 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/audio,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:audio timestamp=2026-01-08T07:25:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:04", timestamp_log="2026-01-08T07:25:04", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="audio", target="stm32f746g-disco:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1223", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:fb timestamp=2026-01-08T07:25:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:34", timestamp_log="2026-01-08T07:25:34", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="fb", target="stm32f746g-disco:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1234", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:netnsh timestamp=2026-01-08T07:26:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:06", timestamp_log="2026-01-08T07:26:06", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="netnsh", target="stm32f746g-disco:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1245", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f746g-disco/nxterm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f746g-disco/nxterm target=stm32f746g-disco:nxterm timestamp=2026-01-08T07:26:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:42", timestamp_log="2026-01-08T07:26:42", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="nxterm", target="stm32f746g-disco:nxterm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1255", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:nxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:31 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f767zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f767zi:nsh timestamp=2026-01-08T07:27:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:17", timestamp_log="2026-01-08T07:27:17", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f767zi", config="nsh", target="nucleo-f767zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1266", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f767zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f767zi/evalos,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f767zi:evalos timestamp=2026-01-08T07:27:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:46", timestamp_log="2026-01-08T07:27:46", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f767zi", config="evalos", target="nucleo-f767zi:evalos", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1277", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f767zi:evalos", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f767zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f767zi:netnsh timestamp=2026-01-08T07:28:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:16", timestamp_log="2026-01-08T07:28:16", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f767zi", config="netnsh", target="nucleo-f767zi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1288", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f767zi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/dualcdcacm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/dualcdcacm target=stm32f777zit6-meadow:dualcdcacm timestamp=2026-01-08T07:28:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:55", timestamp_log="2026-01-08T07:28:55", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="dualcdcacm", target="stm32f777zit6-meadow:dualcdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1298", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:dualcdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/usbnsh target=stm32f777zit6-meadow:usbnsh timestamp=2026-01-08T07:29:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:43", timestamp_log="2026-01-08T07:29:43", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="usbnsh", target="stm32f777zit6-meadow:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1308", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/projectlab,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/projectlab target=stm32f777zit6-meadow:projectlab timestamp=2026-01-08T07:30:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:36", timestamp_log="2026-01-08T07:30:36", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="projectlab", target="stm32f777zit6-meadow:projectlab", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1318", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:projectlab", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f777zit6-meadow/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f777zit6-meadow:nsh timestamp=2026-01-08T07:31:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:26", timestamp_log="2026-01-08T07:31:26", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="nsh", target="stm32f777zit6-meadow:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1329", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/meadow_os,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/meadow_os target=stm32f777zit6-meadow:meadow_os timestamp=2026-01-08T07:31:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:46", timestamp_log="2026-01-08T07:31:46", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="meadow_os", target="stm32f777zit6-meadow:meadow_os", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1339", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:meadow_os", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/sdram,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/sdram target=stm32f777zit6-meadow:sdram timestamp=2026-01-08T07:32:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:32", timestamp_log="2026-01-08T07:32:32", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="sdram", target="stm32f777zit6-meadow:sdram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1349", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:sdram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/f7corecomp,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/f7corecomp target=stm32f777zit6-meadow:f7corecomp timestamp=2026-01-08T07:33:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:08", timestamp_log="2026-01-08T07:33:08", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="f7corecomp", target="stm32f777zit6-meadow:f7corecomp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1359", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:f7corecomp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/i2s,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/i2s target=stm32f777zit6-meadow:i2s timestamp=2026-01-08T07:33:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:48", timestamp_log="2026-01-08T07:33:48", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="i2s", target="stm32f777zit6-meadow:i2s", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1369", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:i2s", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/dts,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/dts target=nucleo-h563zi:dts timestamp=2026-01-08T07:34:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:46", timestamp_log="2026-01-08T07:34:46", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="dts", target="nucleo-h563zi:dts", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1379", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:dts", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/adc target=nucleo-h563zi:adc timestamp=2026-01-08T07:35:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:37", timestamp_log="2026-01-08T07:35:37", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="adc", target="nucleo-h563zi:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1389", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/usbnsh target=nucleo-h563zi:usbnsh timestamp=2026-01-08T07:36:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:13", timestamp_log="2026-01-08T07:36:13", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="usbnsh", target="nucleo-h563zi:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1399", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/adc_watchdog,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/adc_watchdog target=nucleo-h563zi:adc_watchdog timestamp=2026-01-08T07:36:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:51", timestamp_log="2026-01-08T07:36:51", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="adc_watchdog", target="nucleo-h563zi:adc_watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1409", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:adc_watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/pwm target=nucleo-h563zi:pwm timestamp=2026-01-08T07:37:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:28", timestamp_log="2026-01-08T07:37:28", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="pwm", target="nucleo-h563zi:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1419", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/nsh target=nucleo-h563zi:nsh timestamp=2026-01-08T07:38:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:03", timestamp_log="2026-01-08T07:38:03", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="nsh", target="nucleo-h563zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1429", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/fdcan1,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/fdcan1 target=nucleo-h563zi:fdcan1 timestamp=2026-01-08T07:38:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:38", timestamp_log="2026-01-08T07:38:38", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="fdcan1", target="nucleo-h563zi:fdcan1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1439", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:fdcan1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:nsh timestamp=2026-01-08T07:39:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:13", timestamp_log="2026-01-08T07:39:13", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="nsh", target="nucleo-h743zi2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1450", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/pysim,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:pysim timestamp=2026-01-08T07:39:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:42", timestamp_log="2026-01-08T07:39:42", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="pysim", target="nucleo-h743zi2:pysim", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1461", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:pysim", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi2/jumbo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi2/jumbo target=nucleo-h743zi2:jumbo timestamp=2026-01-08T07:40:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:24", timestamp_log="2026-01-08T07:40:24", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="jumbo", target="nucleo-h743zi2:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1471", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/socketcan,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:socketcan timestamp=2026-01-08T07:41:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:28", timestamp_log="2026-01-08T07:41:28", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="socketcan", target="nucleo-h743zi2:socketcan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1490", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:socketcan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:netnsh timestamp=2026-01-08T07:42:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:01", timestamp_log="2026-01-08T07:42:01", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="netnsh", target="nucleo-h743zi2:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1501", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm4,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm4 target=stm32h745i-disco:nsh_cm4 timestamp=2026-01-08T07:42:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:36", timestamp_log="2026-01-08T07:42:36", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm4", target="stm32h745i-disco:nsh_cm4", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1511", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm4", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm7 target=stm32h745i-disco:nsh_cm7 timestamp=2026-01-08T07:43:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:20", timestamp_log="2026-01-08T07:43:20", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm7", target="stm32h745i-disco:nsh_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1521", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/lvgl target=stm32h745i-disco:lvgl timestamp=2026-01-08T07:44:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:06", timestamp_log="2026-01-08T07:44:06", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="lvgl", target="stm32h745i-disco:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1531", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32h745i-disco/touchtest,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32h745i-disco:touchtest timestamp=2026-01-08T07:45:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:44", timestamp_log="2026-01-08T07:45:44", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="touchtest", target="stm32h745i-disco:touchtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1542", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:touchtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32h745i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32h745i-disco:nsh timestamp=2026-01-08T07:46:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:17", timestamp_log="2026-01-08T07:46:17", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh", target="stm32h745i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1553", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm4_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm4_rptun target=stm32h745i-disco:nsh_cm4_rptun timestamp=2026-01-08T07:46:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:47", timestamp_log="2026-01-08T07:46:47", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm4_rptun", target="stm32h745i-disco:nsh_cm4_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1563", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm4_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm7_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm7_rptun target=stm32h745i-disco:nsh_cm7_rptun timestamp=2026-01-08T07:47:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:23", timestamp_log="2026-01-08T07:47:23", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm7_rptun", target="stm32h745i-disco:nsh_cm7_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1573", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm7_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:47 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32h745i-disco/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32h745i-disco:netnsh timestamp=2026-01-08T07:48:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:01", timestamp_log="2026-01-08T07:48:01", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="netnsh", target="stm32h745i-disco:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1584", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h747i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h747i-disco/nsh target=stm32h747i-disco:nsh timestamp=2026-01-08T07:48:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:29", timestamp_log="2026-01-08T07:48:29", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h747i-disco", config="nsh", target="stm32h747i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1594", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h747i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:48 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/rndis,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:rndis timestamp=2026-01-08T07:49:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:11", timestamp_log="2026-01-08T07:49:11", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="rndis", target="nucleo-h743zi:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1605", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:48 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/otg_fs_host,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:otg_fs_host timestamp=2026-01-08T07:49:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:56", timestamp_log="2026-01-08T07:49:56", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="otg_fs_host", target="nucleo-h743zi:otg_fs_host", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1616", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:otg_fs_host", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi/nxlines_oled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi/nxlines_oled target=nucleo-h743zi:nxlines_oled timestamp=2026-01-08T07:50:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:18", timestamp_log="2026-01-08T07:50:18", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="nxlines_oled", target="nucleo-h743zi:nxlines_oled", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1626", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:nxlines_oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:pwm timestamp=2026-01-08T07:51:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:05", timestamp_log="2026-01-08T07:51:05", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="pwm", target="nucleo-h743zi:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1637", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:mcuboot-loader timestamp=2026-01-08T07:51:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:37", timestamp_log="2026-01-08T07:51:37", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="mcuboot-loader", target="nucleo-h743zi:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1648", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:nsh timestamp=2026-01-08T07:52:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:13", timestamp_log="2026-01-08T07:52:13", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="nsh", target="nucleo-h743zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1659", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/mcuboot-app,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:mcuboot-app timestamp=2026-01-08T07:52:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:37", timestamp_log="2026-01-08T07:52:37", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="mcuboot-app", target="nucleo-h743zi:mcuboot-app", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1670", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:mcuboot-app", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi/capture,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi/capture target=nucleo-h743zi:capture timestamp=2026-01-08T07:53:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:17", timestamp_log="2026-01-08T07:53:17", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="capture", target="nucleo-h743zi:capture", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1680", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:composite timestamp=2026-01-08T07:54:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:00", timestamp_log="2026-01-08T07:54:00", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="composite", target="nucleo-h743zi:composite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1691", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi/elf,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi/elf target=nucleo-h743zi:elf timestamp=2026-01-08T07:54:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:31", timestamp_log="2026-01-08T07:54:31", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="elf", target="nucleo-h743zi:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1701", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:netnsh timestamp=2026-01-08T07:55:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:55:18", timestamp_log="2026-01-08T07:55:18", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="netnsh", target="nucleo-h743zi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1712", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/usbnsh target=weact-stm32h750:usbnsh timestamp=2026-01-08T07:55:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:55:42", timestamp_log="2026-01-08T07:55:42", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="usbnsh", target="weact-stm32h750:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1722", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/sdcard target=weact-stm32h750:sdcard timestamp=2026-01-08T07:56:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:56:30", timestamp_log="2026-01-08T07:56:30", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="sdcard", target="weact-stm32h750:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1732", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/nsh target=weact-stm32h750:nsh timestamp=2026-01-08T07:57:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:57:22", timestamp_log="2026-01-08T07:57:22", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="nsh", target="weact-stm32h750:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1742", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/st7735,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/st7735 target=weact-stm32h750:st7735 timestamp=2026-01-08T07:58:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:58:09", timestamp_log="2026-01-08T07:58:09", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="st7735", target="weact-stm32h750:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1752", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm4,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h745zi:nsh_cm4 timestamp=2026-01-08T07:58:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:58:45", timestamp_log="2026-01-08T07:58:45", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm4", target="nucleo-h745zi:nsh_cm4", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1763", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm4", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h745zi:nsh_cm7 timestamp=2026-01-08T07:59:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:59:17", timestamp_log="2026-01-08T07:59:17", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm7", target="nucleo-h745zi:nsh_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1774", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h745zi/pysim_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h745zi/pysim_cm7 target=nucleo-h745zi:pysim_cm7 timestamp=2026-01-08T07:59:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:59:46", timestamp_log="2026-01-08T07:59:46", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="pysim_cm7", target="nucleo-h745zi:pysim_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1784", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:pysim_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm4_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=-- C_FLAGS : -Wall -Wextra target=nucleo-h745zi:nsh_cm4_rptun timestamp=2026-01-08T08:00:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:00:41", timestamp_log="2026-01-08T08:00:41", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm4_rptun", target="nucleo-h745zi:nsh_cm4_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1795", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm4_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm7_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=-- C_FLAGS : -Wall -Wextra target=nucleo-h745zi:nsh_cm7_rptun timestamp=2026-01-08T08:01:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:01:04", timestamp_log="2026-01-08T08:01:04", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm7_rptun", target="nucleo-h745zi:nsh_cm7_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1824", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm7_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/modbus_slave,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/modbus_slave target=linum-stm32h753bi:modbus_slave timestamp=2026-01-08T08:01:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:01:26", timestamp_log="2026-01-08T08:01:26", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="modbus_slave", target="linum-stm32h753bi:modbus_slave", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1852", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:modbus_slave", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/lvgl target=linum-stm32h753bi:lvgl timestamp=2026-01-08T08:02:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:02:09", timestamp_log="2026-01-08T08:02:09", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="lvgl", target="linum-stm32h753bi:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1862", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/rndis,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/rndis target=linum-stm32h753bi:rndis timestamp=2026-01-08T08:03:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:03:09", timestamp_log="2026-01-08T08:03:09", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="rndis", target="linum-stm32h753bi:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1872", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:13:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/usbnsh target=linum-stm32h753bi:usbnsh timestamp=2026-01-08T08:03:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:03:54", timestamp_log="2026-01-08T08:03:54", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="usbnsh", target="linum-stm32h753bi:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1882", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/tone,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/tone target=linum-stm32h753bi:tone timestamp=2026-01-08T08:04:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:04:29", timestamp_log="2026-01-08T08:04:29", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="tone", target="linum-stm32h753bi:tone", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1892", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:tone", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/usbmsc-sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/usbmsc-sdcard target=linum-stm32h753bi:usbmsc-sdcard timestamp=2026-01-08T08:05:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:05:05", timestamp_log="2026-01-08T08:05:05", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="usbmsc-sdcard", target="linum-stm32h753bi:usbmsc-sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1902", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:usbmsc-sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/sdcard target=linum-stm32h753bi:sdcard timestamp=2026-01-08T08:05:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:05:51", timestamp_log="2026-01-08T08:05:51", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="sdcard", target="linum-stm32h753bi:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1912", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/littlefs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/littlefs target=linum-stm32h753bi:littlefs timestamp=2026-01-08T08:06:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:06:27", timestamp_log="2026-01-08T08:06:27", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="littlefs", target="linum-stm32h753bi:littlefs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1922", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:littlefs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/modbus_master,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/modbus_master target=linum-stm32h753bi:modbus_master timestamp=2026-01-08T08:07:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:07:12", timestamp_log="2026-01-08T08:07:12", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="modbus_master", target="linum-stm32h753bi:modbus_master", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1932", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:modbus_master", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/nsh target=linum-stm32h753bi:nsh timestamp=2026-01-08T08:07:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:07:46", timestamp_log="2026-01-08T08:07:46", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="nsh", target="linum-stm32h753bi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1942", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/qencoder,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/qencoder target=linum-stm32h753bi:qencoder timestamp=2026-01-08T08:08:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:08:21", timestamp_log="2026-01-08T08:08:21", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="qencoder", target="linum-stm32h753bi:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1952", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/eeprom,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/eeprom target=linum-stm32h753bi:eeprom timestamp=2026-01-08T08:08:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:08:55", timestamp_log="2026-01-08T08:08:55", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="eeprom", target="linum-stm32h753bi:eeprom", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1962", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:eeprom", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/zmodem,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/zmodem target=linum-stm32h753bi:zmodem timestamp=2026-01-08T08:09:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:09:30", timestamp_log="2026-01-08T08:09:30", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="zmodem", target="linum-stm32h753bi:zmodem", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1972", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:zmodem", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/sdram,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/sdram target=linum-stm32h753bi:sdram timestamp=2026-01-08T08:10:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:10:17", timestamp_log="2026-01-08T08:10:17", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="sdram", target="linum-stm32h753bi:sdram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1982", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:sdram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/socketcan,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/socketcan target=linum-stm32h753bi:socketcan timestamp=2026-01-08T08:10:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:10:51", timestamp_log="2026-01-08T08:10:51", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="socketcan", target="linum-stm32h753bi:socketcan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:1992", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:socketcan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/mfrc522,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/mfrc522 target=linum-stm32h753bi:mfrc522 timestamp=2026-01-08T08:11:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:11:42", timestamp_log="2026-01-08T08:11:42", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="mfrc522", target="linum-stm32h753bi:mfrc522", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2002", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:mfrc522", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/nxffs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/nxffs target=linum-stm32h753bi:nxffs timestamp=2026-01-08T08:12:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:12:16", timestamp_log="2026-01-08T08:12:16", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="nxffs", target="linum-stm32h753bi:nxffs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2012", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:nxffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/leds,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/leds target=linum-stm32h753bi:leds timestamp=2026-01-08T08:12:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:12:53", timestamp_log="2026-01-08T08:12:53", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="leds", target="linum-stm32h753bi:leds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2022", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/netnsh target=linum-stm32h753bi:netnsh timestamp=2026-01-08T08:13:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:13:28", timestamp_log="2026-01-08T08:13:28", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="netnsh", target="linum-stm32h753bi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2032", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/buzzer,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/buzzer target=linum-stm32h753bi:buzzer timestamp=2026-01-08T08:14:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:14:12", timestamp_log="2026-01-08T08:14:12", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="buzzer", target="linum-stm32h753bi:buzzer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2042", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:buzzer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/usbnsh target=weact-stm32h743:usbnsh timestamp=2026-01-08T08:14:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:14:47", timestamp_log="2026-01-08T08:14:47", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="usbnsh", target="weact-stm32h743:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2052", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/sdcard target=weact-stm32h743:sdcard timestamp=2026-01-08T08:15:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:15:31", timestamp_log="2026-01-08T08:15:31", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="sdcard", target="weact-stm32h743:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2062", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/nsh target=weact-stm32h743:nsh timestamp=2026-01-08T08:16:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:16:06", timestamp_log="2026-01-08T08:16:06", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="nsh", target="weact-stm32h743:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2072", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/st7735,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/st7735 target=weact-stm32h743:st7735 timestamp=2026-01-08T08:16:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:16:41", timestamp_log="2026-01-08T08:16:41", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="st7735", target="weact-stm32h743:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2082", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: portenta-h7/nsh_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize portenta-h7/nsh_cm7 target=portenta-h7:nsh_cm7 timestamp=2026-01-08T08:17:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:17:16", timestamp_log="2026-01-08T08:17:16", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="portenta-h7", config="nsh_cm7", target="portenta-h7:nsh_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2092", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/portenta-h7:nsh_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: portenta-h7/jumbo_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize portenta-h7/jumbo_cm7 target=portenta-h7:jumbo_cm7 timestamp=2026-01-08T08:17:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:17:55", timestamp_log="2026-01-08T08:17:55", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="portenta-h7", config="jumbo_cm7", target="portenta-h7:jumbo_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2102", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/portenta-h7:jumbo_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/usbdev_hs_host_fs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/usbdev_hs_host_fs target=openh743i:usbdev_hs_host_fs timestamp=2026-01-08T08:18:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:18:43", timestamp_log="2026-01-08T08:18:43", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="usbdev_hs_host_fs", target="openh743i:usbdev_hs_host_fs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2112", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:usbdev_hs_host_fs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/composite_hs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/composite_hs target=openh743i:composite_hs timestamp=2026-01-08T08:19:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:19:31", timestamp_log="2026-01-08T08:19:31", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="composite_hs", target="openh743i:composite_hs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2122", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:composite_hs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/composite_fs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/composite_fs target=openh743i:composite_fs timestamp=2026-01-08T08:20:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:20:18", timestamp_log="2026-01-08T08:20:18", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="composite_fs", target="openh743i:composite_fs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2139", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:composite_fs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/nsh target=openh743i:nsh timestamp=2026-01-08T08:21:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:21:19", timestamp_log="2026-01-08T08:21:19", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="nsh", target="openh743i:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2156", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h750b-dk/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h750b-dk/lvgl target=stm32h750b-dk:lvgl timestamp=2026-01-08T08:21:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:21:53", timestamp_log="2026-01-08T08:21:53", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h750b-dk", config="lvgl", target="stm32h750b-dk:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483823#step:10:2166", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h750b-dk:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:18 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-14 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-14 + local os=Linux + local step=10 + local group=arm-14 + local 'job_name=Linux (arm-14)' ++ jq '.jobs | map(select(.name == "Linux (arm-14)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 58416 0 0:00:02 0:00:02 --:--:-- 58400 + local job_id=59765483824 + set +x job_id=59765483824 + [[ 59765483824 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/15_Linux (arm-14).txt' + local 'log_file=/tmp/ingest-nuttx-builds/15_Linux (arm-14).txt' + local filename=ci-arm-14.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-14.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:83 + cat '/tmp/ingest-nuttx-builds/15_Linux (arm-14).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-14.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {01356d54-e71d-45c1-b979-7c127a0283d7} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-14) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2001) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-14.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-14 --run-id 20807787563 --job-id 59765483824 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-14.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-14 --run-id 20807787563 --job-id 59765483824 --step 10` lines[0]=Configuration/Tool: nucleo-l496zg/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l496zg/nsh target=nucleo-l496zg:nsh timestamp=2026-01-08T06:33:29 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:29", timestamp_log="2026-01-08T06:33:29", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l496zg", config="nsh", target="nucleo-l496zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:776", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:776", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l496zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: steval-stlcs01v1/lwl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize steval-stlcs01v1/lwl target=steval-stlcs01v1:lwl timestamp=2026-01-08T06:34:19 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:19", timestamp_log="2026-01-08T06:34:19", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="steval-stlcs01v1", config="lwl", target="steval-stlcs01v1:lwl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:789", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:789", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-stlcs01v1:lwl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: steval-stlcs01v1/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize steval-stlcs01v1/usbnsh target=steval-stlcs01v1:usbnsh timestamp=2026-01-08T06:35:06 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:06", timestamp_log="2026-01-08T06:35:06", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="steval-stlcs01v1", config="usbnsh", target="steval-stlcs01v1:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:802", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:802", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-stlcs01v1:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l476-mdk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l476-mdk/nsh target=stm32l476-mdk:nsh timestamp=2026-01-08T06:35:55 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:55", timestamp_log="2026-01-08T06:35:55", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l476-mdk", config="nsh", target="stm32l476-mdk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:815", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:815", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l476-mdk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l4r9ai-disco/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l4r9ai-disco/knsh target=stm32l4r9ai-disco:knsh timestamp=2026-01-08T06:36:48 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:48", timestamp_log="2026-01-08T06:36:48", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l4r9ai-disco", config="knsh", target="stm32l4r9ai-disco:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:828", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:828", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l4r9ai-disco:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l4r9ai-disco/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l4r9ai-disco/nsh target=stm32l4r9ai-disco:nsh timestamp=2026-01-08T06:38:06 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:06", timestamp_log="2026-01-08T06:38:06", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l4r9ai-disco", config="nsh", target="stm32l4r9ai-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:841", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:841", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l4r9ai-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l432kc/spwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l432kc/spwm target=nucleo-l432kc:spwm timestamp=2026-01-08T06:38:55 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:55", timestamp_log="2026-01-08T06:38:55", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l432kc", config="spwm", target="nucleo-l432kc:spwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:854", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:854", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l432kc:spwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l432kc/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l432kc/nsh target=nucleo-l432kc:nsh timestamp=2026-01-08T06:39:45 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:45", timestamp_log="2026-01-08T06:39:45", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l432kc", config="nsh", target="nucleo-l432kc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:867", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:867", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l432kc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l432kc/wgen,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l432kc/wgen target=nucleo-l432kc:wgen timestamp=2026-01-08T06:40:34 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:34", timestamp_log="2026-01-08T06:40:34", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l432kc", config="wgen", target="nucleo-l432kc:wgen", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:880", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:880", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l432kc:wgen", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l476vg-disco/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l476vg-disco/knsh target=stm32l476vg-disco:knsh timestamp=2026-01-08T06:41:23 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:23", timestamp_log="2026-01-08T06:41:23", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l476vg-disco", config="knsh", target="stm32l476vg-disco:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:893", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:893", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l476vg-disco:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l476vg-disco/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l476vg-disco/nsh target=stm32l476vg-disco:nsh timestamp=2026-01-08T06:42:36 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:36", timestamp_log="2026-01-08T06:42:36", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l476vg-disco", config="nsh", target="stm32l476vg-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:906", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:906", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l476vg-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l452re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l452re/nsh target=nucleo-l452re:nsh timestamp=2026-01-08T06:43:23 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:23", timestamp_log="2026-01-08T06:43:23", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l452re", config="nsh", target="nucleo-l452re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:919", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:919", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l452re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/spirit-starpoint,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/spirit-starpoint target=b-l475e-iot01a:spirit-starpoint timestamp=2026-01-08T06:44:11 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:11", timestamp_log="2026-01-08T06:44:11", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="spirit-starpoint", target="b-l475e-iot01a:spirit-starpoint", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:932", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:932", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:spirit-starpoint", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/nsh target=b-l475e-iot01a:nsh timestamp=2026-01-08T06:45:15 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:15", timestamp_log="2026-01-08T06:45:15", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="nsh", target="b-l475e-iot01a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:945", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:945", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/spirit-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/spirit-starhub target=b-l475e-iot01a:spirit-starhub timestamp=2026-01-08T06:46:05 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:05", timestamp_log="2026-01-08T06:46:05", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="spirit-starhub", target="b-l475e-iot01a:spirit-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:958", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:958", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:spirit-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/spirit-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/spirit-6lowpan target=b-l475e-iot01a:spirit-6lowpan timestamp=2026-01-08T06:46:48 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:48", timestamp_log="2026-01-08T06:46:48", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="spirit-6lowpan", target="b-l475e-iot01a:spirit-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:971", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:971", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:spirit-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l476rg/nxdemo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l476rg/nxdemo target=nucleo-l476rg:nxdemo timestamp=2026-01-08T06:47:30 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:30", timestamp_log="2026-01-08T06:47:30", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l476rg", config="nxdemo", target="nucleo-l476rg:nxdemo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:984", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:984", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l476rg:nxdemo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l476rg/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l476rg/nsh target=nucleo-l476rg:nsh timestamp=2026-01-08T06:48:21 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:21", timestamp_log="2026-01-08T06:48:21", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l476rg", config="nsh", target="nucleo-l476rg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:997", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:997", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l476rg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l552ze/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l552ze/nsh target=nucleo-l552ze:nsh timestamp=2026-01-08T06:48:57 *** Msg: chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 56 | # pragma message "CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:57", timestamp_log="2026-01-08T06:48:57", user="NuttX", arch="arm", subarch="stm32l5", group="arm-14", board="nucleo-l552ze", config="nsh", target="nucleo-l552ze:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1010", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1010", msg="chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 56 | # pragma message \"CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l552ze:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l562e-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l562e-dk/nsh target=stm32l562e-dk:nsh timestamp=2026-01-08T06:49:47 *** Msg: chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 56 | # pragma message "CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:47", timestamp_log="2026-01-08T06:49:47", user="NuttX", arch="arm", subarch="stm32l5", group="arm-14", board="stm32l562e-dk", config="nsh", target="stm32l562e-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1023", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1023", msg="chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 56 | # pragma message \"CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l562e-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-u5a5zj-q/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-u5a5zj-q/nsh target=nucleo-u5a5zj-q:nsh timestamp=2026-01-08T06:50:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:36", timestamp_log="2026-01-08T06:50:36", user="NuttX", arch="arm", subarch="stm32u5", group="arm-14", board="nucleo-u5a5zj-q", config="nsh", target="nucleo-u5a5zj-q:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1036", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-u5a5zj-q:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-u585i-iot02a/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-u585i-iot02a/nsh target=b-u585i-iot02a:nsh timestamp=2026-01-08T06:51:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:26", timestamp_log="2026-01-08T06:51:26", user="NuttX", arch="arm", subarch="stm32u5", group="arm-14", board="b-u585i-iot02a", config="nsh", target="b-u585i-iot02a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1046", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-u585i-iot02a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wb55rg/nimble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wb55rg/nimble target=nucleo-wb55rg:nimble timestamp=2026-01-08T06:52:05 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:05", timestamp_log="2026-01-08T06:52:05", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="nucleo-wb55rg", config="nimble", target="nucleo-wb55rg:nimble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1056", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1056", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wb55rg:nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wb55rg/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wb55rg/nsh target=nucleo-wb55rg:nsh timestamp=2026-01-08T06:53:04 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:04", timestamp_log="2026-01-08T06:53:04", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="nucleo-wb55rg", config="nsh", target="nucleo-wb55rg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1077", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1077", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wb55rg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wb55rg/ble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wb55rg/ble target=nucleo-wb55rg:ble timestamp=2026-01-08T06:53:54 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:54", timestamp_log="2026-01-08T06:53:54", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="nucleo-wb55rg", config="ble", target="nucleo-wb55rg:ble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1090", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1090", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wb55rg:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipperzero/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize flipperzero/nsh target=flipperzero:nsh timestamp=2026-01-08T06:54:39 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:39", timestamp_log="2026-01-08T06:54:39", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="flipperzero", config="nsh", target="flipperzero:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1103", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1103", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipperzero:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wl55jc/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wl55jc/nsh target=nucleo-wl55jc:nsh timestamp=2026-01-08T06:55:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:24", timestamp_log="2026-01-08T06:55:24", user="NuttX", arch="arm", subarch="stm32wl5", group="arm-14", board="nucleo-wl55jc", config="nsh", target="nucleo-wl55jc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1116", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wl55jc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wl55jc/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wl55jc/fb target=nucleo-wl55jc:fb timestamp=2026-01-08T06:56:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:11", timestamp_log="2026-01-08T06:56:11", user="NuttX", arch="arm", subarch="stm32wl5", group="arm-14", board="nucleo-wl55jc", config="fb", target="nucleo-wl55jc:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1126", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wl55jc:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wl55jc/demo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wl55jc/demo target=nucleo-wl55jc:demo timestamp=2026-01-08T06:56:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:47", timestamp_log="2026-01-08T06:56:47", user="NuttX", arch="arm", subarch="stm32wl5", group="arm-14", board="nucleo-wl55jc", config="demo", target="nucleo-wl55jc:demo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1136", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wl55jc:demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-strp711/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-strp711:nettest timestamp=2026-01-08T06:57:36 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:36", timestamp_log="2026-01-08T06:57:36", user="NuttX", arch="arm", subarch="str71x", group="arm-14", board="olimex-strp711", config="nettest", target="olimex-strp711:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1146", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1146", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-strp711:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-strp711/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-strp711:nsh timestamp=2026-01-08T06:58:28 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:28", timestamp_log="2026-01-08T06:58:28", user="NuttX", arch="arm", subarch="str71x", group="arm-14", board="olimex-strp711", config="nsh", target="olimex-strp711:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1158", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1158", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-strp711:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ekk-lm3s9b96/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=ekk-lm3s9b96:nsh timestamp=2026-01-08T06:59:19 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:19", timestamp_log="2026-01-08T06:59:19", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="ekk-lm3s9b96", config="nsh", target="ekk-lm3s9b96:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1170", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1170", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ekk-lm3s9b96:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: eagle100/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize eagle100/nettest target=eagle100:nettest timestamp=2026-01-08T07:00:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:20", timestamp_log="2026-01-08T07:00:20", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="eagle100", config="nettest", target="eagle100:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1182", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/eagle100:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:37 GMT", "content-length": "0"} } lines[0]=Skipping: eagle100/nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: eagle100/nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: eagle100/nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: eagle100/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize eagle100/nsh target=eagle100:nsh timestamp=2026-01-08T07:01:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:13", timestamp_log="2026-01-08T07:01:13", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="eagle100", config="nsh", target="eagle100:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1199", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/eagle100:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: eagle100/httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize eagle100/httpd target=eagle100:httpd timestamp=2026-01-08T07:02:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:09", timestamp_log="2026-01-08T07:02:09", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="eagle100", config="httpd", target="eagle100:httpd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1209", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/eagle100:httpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:39 GMT", "content-length": "0"} } lines[0]=Skipping: eagle100/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: eagle100/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: eagle100/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: launchxl-cc1312r1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize launchxl-cc1312r1/nsh target=launchxl-cc1312r1:nsh timestamp=2026-01-08T07:03:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:04", timestamp_log="2026-01-08T07:03:04", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="launchxl-cc1312r1", config="nsh", target="launchxl-cc1312r1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1226", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/launchxl-cc1312r1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:39 GMT", "content-length": "0"} } lines[0]=Skipping: launchxl-cc1310/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: launchxl-cc1310/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: launchxl-cc1310/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: tm4c1294-launchpad/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c1294-launchpad/ipv6 target=tm4c1294-launchpad:ipv6 timestamp=2026-01-08T07:03:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:52", timestamp_log="2026-01-08T07:03:52", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c1294-launchpad", config="ipv6", target="tm4c1294-launchpad:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1243", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c1294-launchpad:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c1294-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c1294-launchpad/nsh target=tm4c1294-launchpad:nsh timestamp=2026-01-08T07:04:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:46", timestamp_log="2026-01-08T07:04:46", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c1294-launchpad", config="nsh", target="tm4c1294-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1253", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c1294-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm4f120-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lm4f120-launchpad:nsh timestamp=2026-01-08T07:05:32 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:32", timestamp_log="2026-01-08T07:05:32", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm4f120-launchpad", config="nsh", target="lm4f120-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1263", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1263", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm4f120-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c123g-launchpad/mcp2515,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c123g-launchpad/mcp2515 target=tm4c123g-launchpad:mcp2515 timestamp=2026-01-08T07:06:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:18", timestamp_log="2026-01-08T07:06:18", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c123g-launchpad", config="mcp2515", target="tm4c123g-launchpad:mcp2515", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1275", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c123g-launchpad:mcp2515", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c123g-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=tm4c123g-launchpad:nsh timestamp=2026-01-08T07:07:07 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:07", timestamp_log="2026-01-08T07:07:07", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c123g-launchpad", config="nsh", target="tm4c123g-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1285", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1285", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c123g-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6432-s2e/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6432-s2e/nsh target=lm3s6432-s2e:nsh timestamp=2026-01-08T07:07:49 *** Msg: lto-wrapper: warning: using serial compilation of 4 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information *** Msg: /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:49", timestamp_log="2026-01-08T07:07:49", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6432-s2e", config="nsh", target="lm3s6432-s2e:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1297", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1297", msg="lto-wrapper: warning: using serial compilation of 4 LTRANS jobs \n lto-wrapper: note: see the '-flto' option documentation for more information \n /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6432-s2e:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: dk-tm4c129x/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize dk-tm4c129x/ipv6 target=dk-tm4c129x:ipv6 timestamp=2026-01-08T07:08:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:46", timestamp_log="2026-01-08T07:08:46", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="dk-tm4c129x", config="ipv6", target="dk-tm4c129x:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1310", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/dk-tm4c129x:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: dk-tm4c129x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize dk-tm4c129x/nsh target=dk-tm4c129x:nsh timestamp=2026-01-08T07:09:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:28", timestamp_log="2026-01-08T07:09:28", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="dk-tm4c129x", config="nsh", target="dk-tm4c129x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1320", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/dk-tm4c129x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lm3s6965-ek:nx timestamp=2026-01-08T07:10:10 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:10", timestamp_log="2026-01-08T07:10:10", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="nx", target="lm3s6965-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1330", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1330", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/discover target=lm3s6965-ek:discover timestamp=2026-01-08T07:11:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:02", timestamp_log="2026-01-08T07:11:02", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="discover", target="lm3s6965-ek:discover", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1342", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:discover", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:46 GMT", "content-length": "0"} } lines[0]=Skipping: lm3s6965-ek/qemu-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: lm3s6965-ek/qemu-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: lm3s6965-ek/qemu-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: lm3s6965-ek/qemu-kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/qemu-kostest target=lm3s6965-ek:qemu-kostest timestamp=2026-01-08T07:12:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:10", timestamp_log="2026-01-08T07:12:10", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="qemu-kostest", target="lm3s6965-ek:qemu-kostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1366", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:qemu-kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/qemu-protected,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/qemu-protected target=lm3s6965-ek:qemu-protected timestamp=2026-01-08T07:13:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:19", timestamp_log="2026-01-08T07:13:19", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="qemu-protected", target="lm3s6965-ek:qemu-protected", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1376", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:qemu-protected", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lm3s6965-ek:nsh timestamp=2026-01-08T07:14:53 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:53", timestamp_log="2026-01-08T07:14:53", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="nsh", target="lm3s6965-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1386", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1386", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/qemu-flat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/qemu-flat target=lm3s6965-ek:qemu-flat timestamp=2026-01-08T07:15:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:37", timestamp_log="2026-01-08T07:15:37", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="qemu-flat", target="lm3s6965-ek:qemu-flat", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1398", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:qemu-flat", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/tcpecho,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/tcpecho target=lm3s6965-ek:tcpecho timestamp=2026-01-08T07:16:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:42", timestamp_log="2026-01-08T07:16:42", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="tcpecho", target="lm3s6965-ek:tcpecho", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1408", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:tcpecho", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s8962-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lm3s8962-ek:nx timestamp=2026-01-08T07:17:38 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:38", timestamp_log="2026-01-08T07:17:38", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s8962-ek", config="nx", target="lm3s8962-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1418", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1418", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s8962-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s8962-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lm3s8962-ek:nsh timestamp=2026-01-08T07:18:14 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:14", timestamp_log="2026-01-08T07:18:14", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s8962-ek", config="nsh", target="lm3s8962-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1430", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1430", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s8962-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c129e-launchpad/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c129e-launchpad/ostest target=tm4c129e-launchpad:ostest timestamp=2026-01-08T07:18:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:53", timestamp_log="2026-01-08T07:18:53", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c129e-launchpad", config="ostest", target="tm4c129e-launchpad:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1442", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c129e-launchpad:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c129e-launchpad/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c129e-launchpad/ipv6 target=tm4c129e-launchpad:ipv6 timestamp=2026-01-08T07:19:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:52", timestamp_log="2026-01-08T07:19:52", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c129e-launchpad", config="ipv6", target="tm4c129e-launchpad:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1452", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c129e-launchpad:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c129e-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c129e-launchpad/nsh target=tm4c129e-launchpad:nsh timestamp=2026-01-08T07:20:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:37", timestamp_log="2026-01-08T07:20:37", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c129e-launchpad", config="nsh", target="tm4c129e-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1462", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c129e-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:52 GMT", "content-length": "0"} } lines[0]=Skipping: tlsr8278adk80d/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: tlsr8278adk80d/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: tlsr8278adk80d/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: launchxl-tms57004/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=launchxl-tms57004:nsh timestamp=2026-01-08T07:21:25 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:25", timestamp_log="2026-01-08T07:21:25", user="NuttX", arch="arm", subarch="tms570", group="arm-14", board="launchxl-tms57004", config="nsh", target="launchxl-tms57004:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1479", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1479", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/launchxl-tms57004:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:53 GMT", "content-length": "0"} } lines[0]=Skipping: tms570ls31x-usb-kit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: tms570ls31x-usb-kit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: tms570ls31x-usb-kit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: xmc4700-relax/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xmc4700-relax/nsh target=xmc4700-relax:nsh timestamp=2026-01-08T07:22:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:14", timestamp_log="2026-01-08T07:22:14", user="NuttX", arch="arm", subarch="xmc4", group="arm-14", board="xmc4700-relax", config="nsh", target="xmc4700-relax:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1498", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xmc4700-relax:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xmc4500-relax/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xmc4500-relax/nsh target=xmc4500-relax:nsh timestamp=2026-01-08T07:22:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:57", timestamp_log="2026-01-08T07:22:57", user="NuttX", arch="arm", subarch="xmc4", group="arm-14", board="xmc4500-relax", config="nsh", target="xmc4500-relax:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1508", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xmc4500-relax:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xmc4800-relax/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xmc4800-relax/nsh target=xmc4800-relax:nsh timestamp=2026-01-08T07:23:46 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:46", timestamp_log="2026-01-08T07:23:46", user="NuttX", arch="arm", subarch="xmc4", group="arm-14", board="xmc4800-relax", config="nsh", target="xmc4800-relax:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1518", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483824#step:10:1518", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xmc4800-relax:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:14:55 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm64-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm64-01 + local os=Linux + local step=10 + local group=arm64-01 + local 'job_name=Linux (arm64-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm64-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 63790 0 0:00:02 0:00:02 --:--:-- 63782 + local job_id=59765483770 + set +x job_id=59765483770 + [[ 59765483770 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/29_Linux (arm64-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/29_Linux (arm64-01).txt' + local filename=ci-arm64-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm64-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/29_Linux (arm64-01).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm64-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {a9f88125-3cc3-46ed-83c8-414711bedcad} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm64-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2008) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm64-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm64-01 --run-id 20807787563 --job-id 59765483770 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm64-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm64-01 --run-id 20807787563 --job-id 59765483770 --step 10` lines[0]=Configuration/Tool: pinephone/lvgl lines.last= [1/1] Normalize pinephone/lvgl target=pinephone:lvgl timestamp=2026-01-08T06:33:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:44", timestamp_log="2026-01-08T06:33:44", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="lvgl", target="pinephone:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:773", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephone/lcd lines.last= [1/1] Normalize pinephone/lcd target=pinephone:lcd timestamp=2026-01-08T06:35:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:33", timestamp_log="2026-01-08T06:35:33", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="lcd", target="pinephone:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:781", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephone/nsh lines.last= [1/1] Normalize pinephone/nsh target=pinephone:nsh timestamp=2026-01-08T06:36:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:08", timestamp_log="2026-01-08T06:36:08", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="nsh", target="pinephone:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:789", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephone/sensor lines.last= [1/1] Normalize pinephone/sensor target=pinephone:sensor timestamp=2026-01-08T06:36:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:43", timestamp_log="2026-01-08T06:36:43", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="sensor", target="pinephone:sensor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:797", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/nsh_smp lines.last= [1/1] Normalize fvp-armv8r/nsh_smp target=fvp-armv8r:nsh_smp timestamp=2026-01-08T06:37:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:18", timestamp_log="2026-01-08T06:37:18", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="nsh_smp", target="fvp-armv8r:nsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:805", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:nsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/citest_smp lines.last= [1/1] Normalize fvp-armv8r/citest_smp target=fvp-armv8r:citest_smp timestamp=2026-01-08T06:38:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:11", timestamp_log="2026-01-08T06:38:11", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="citest_smp", target="fvp-armv8r:citest_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:813", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:citest_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/nsh lines.last= [1/1] Normalize fvp-armv8r/nsh target=fvp-armv8r:nsh timestamp=2026-01-08T06:38:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:47", timestamp_log="2026-01-08T06:38:47", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="nsh", target="fvp-armv8r:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:821", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/citest lines.last= [1/1] Normalize fvp-armv8r/citest target=fvp-armv8r:citest timestamp=2026-01-08T06:39:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:37", timestamp_log="2026-01-08T06:39:37", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="citest", target="fvp-armv8r:citest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:829", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-a55-evk/nsh lines.last= [1/1] Normalize imx95-a55-evk/nsh target=imx95-a55-evk:nsh timestamp=2026-01-08T06:40:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:12", timestamp_log="2026-01-08T06:40:12", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx95-a55-evk", config="nsh", target="imx95-a55-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:837", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-a55-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/knsh lines.last= [1/1] Normalize imx93-evk/knsh target=imx93-evk:knsh timestamp=2026-01-08T06:41:08 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:08", timestamp_log="2026-01-08T06:41:08", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="knsh", target="imx93-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:845", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:845", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/bootloader lines.last= [1/1] Normalize imx93-evk/bootloader target=imx93-evk:bootloader timestamp=2026-01-08T06:42:55 *** Msg: 508+0 records in *** Msg: 508+0 records out *** Msg: 508 bytes copied, 0.000893285 s, 569 kB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 4.3421e-05 s, 11.8 MB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 2.9495e-05 s, 17.4 MB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 2.8293e-05 s, 18.1 MB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 2.7621e-05 s, 18.5 MB/s *** Msg: 2+0 records in *** Msg: 2+0 records out *** Msg: 2048 bytes (2.0 kB, 2.0 KiB) copied, 3.8432e-05 s, 53.3 MB/s *** Msg: 395+0 records in *** Msg: 395+0 records out *** Msg: 404480 bytes (404 kB, 395 KiB) copied, 0.00095538 s, 423 MB/s body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:55", timestamp_log="2026-01-08T06:42:55", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="bootloader", target="imx93-evk:bootloader", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:856", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:856", msg="508+0 records in \n 508+0 records out \n 508 bytes copied, 0.000893285 s, 569 kB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 4.3421e-05 s, 11.8 MB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 2.9495e-05 s, 17.4 MB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 2.8293e-05 s, 18.1 MB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 2.7621e-05 s, 18.5 MB/s \n 2+0 records in \n 2+0 records out \n 2048 bytes (2.0 kB, 2.0 KiB) copied, 3.8432e-05 s, 53.3 MB/s ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:bootloader", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/nsh lines.last= [1/1] Normalize imx93-evk/nsh target=imx93-evk:nsh timestamp=2026-01-08T06:43:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:50", timestamp_log="2026-01-08T06:43:50", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="nsh", target="imx93-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:885", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/optee lines.last= [1/1] Normalize imx93-evk/optee target=imx93-evk:optee timestamp=2026-01-08T06:44:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:56", timestamp_log="2026-01-08T06:44:56", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="optee", target="imx93-evk:optee", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:893", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:optee", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/koptee lines.last= [1/1] Normalize imx93-evk/koptee target=imx93-evk:koptee timestamp=2026-01-08T06:45:38 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:38", timestamp_log="2026-01-08T06:45:38", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="koptee", target="imx93-evk:koptee", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:901", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:901", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:koptee", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/jtag lines.last= [1/1] Normalize zcu111/jtag target=zcu111:jtag timestamp=2026-01-08T06:47:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:20", timestamp_log="2026-01-08T06:47:20", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="jtag", target="zcu111:jtag", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:912", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:jtag", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/netjtag lines.last= [1/1] Normalize zcu111/netjtag target=zcu111:netjtag timestamp=2026-01-08T06:48:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:08", timestamp_log="2026-01-08T06:48:08", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="netjtag", target="zcu111:netjtag", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:920", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:netjtag", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/nsh lines.last= [1/1] Normalize zcu111/nsh target=zcu111:nsh timestamp=2026-01-08T06:49:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:18", timestamp_log="2026-01-08T06:49:18", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="nsh", target="zcu111:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:935", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/netnsh lines.last= [1/1] Normalize zcu111/netnsh target=zcu111:netnsh timestamp=2026-01-08T06:50:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:12", timestamp_log="2026-01-08T06:50:12", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="netnsh", target="zcu111:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:943", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/ostest lines.last= [1/1] Normalize raspberrypi-4b/ostest target=raspberrypi-4b:ostest timestamp=2026-01-08T06:51:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:08", timestamp_log="2026-01-08T06:51:08", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="ostest", target="raspberrypi-4b:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:958", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/lvgl lines.last= [1/1] Normalize raspberrypi-4b/lvgl target=raspberrypi-4b:lvgl timestamp=2026-01-08T06:52:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:00", timestamp_log="2026-01-08T06:52:00", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="lvgl", target="raspberrypi-4b:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:966", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/sd lines.last= [1/1] Normalize raspberrypi-4b/sd target=raspberrypi-4b:sd timestamp=2026-01-08T06:53:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:44", timestamp_log="2026-01-08T06:53:44", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="sd", target="raspberrypi-4b:sd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:974", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:sd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/nsh lines.last= [1/1] Normalize raspberrypi-4b/nsh target=raspberrypi-4b:nsh timestamp=2026-01-08T06:54:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:37", timestamp_log="2026-01-08T06:54:37", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="nsh", target="raspberrypi-4b:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:982", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/fb lines.last= [1/1] Normalize raspberrypi-4b/fb target=raspberrypi-4b:fb timestamp=2026-01-08T06:55:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:25", timestamp_log="2026-01-08T06:55:25", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="fb", target="raspberrypi-4b:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:990", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/cgol lines.last= [1/1] Normalize raspberrypi-4b/cgol target=raspberrypi-4b:cgol timestamp=2026-01-08T06:56:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:06", timestamp_log="2026-01-08T06:56:06", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="cgol", target="raspberrypi-4b:cgol", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:998", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:cgol", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/coremark lines.last= [1/1] Normalize raspberrypi-4b/coremark target=raspberrypi-4b:coremark timestamp=2026-01-08T06:56:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:41", timestamp_log="2026-01-08T06:56:41", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="coremark", target="raspberrypi-4b:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1006", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephonepro/nsh lines.last= [1/1] Normalize pinephonepro/nsh target=pinephonepro:nsh timestamp=2026-01-08T06:57:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:32", timestamp_log="2026-01-08T06:57:32", user="NuttX", arch="arm64", subarch="rk3399", group="arm64-01", board="pinephonepro", config="nsh", target="pinephonepro:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1021", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephonepro:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nanopi_m4/nsh lines.last= [1/1] Normalize nanopi_m4/nsh target=nanopi_m4:nsh timestamp=2026-01-08T06:58:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:13", timestamp_log="2026-01-08T06:58:13", user="NuttX", arch="arm64", subarch="rk3399", group="arm64-01", board="nanopi_m4", config="nsh", target="nanopi_m4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1029", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nanopi_m4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: avaota-a1/nsh lines.last= [1/1] Normalize avaota-a1/nsh target=avaota-a1:nsh timestamp=2026-01-08T06:58:48 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:48", timestamp_log="2026-01-08T06:58:48", user="NuttX", arch="arm64", subarch="a527", group="arm64-01", board="avaota-a1", config="nsh", target="avaota-a1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1037", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1037", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/avaota-a1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh_smp lines.last= [1/1] Normalize qemu-armv8a/netnsh_smp target=qemu-armv8a:netnsh_smp timestamp=2026-01-08T07:00:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:23", timestamp_log="2026-01-08T07:00:23", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh_smp", target="qemu-armv8a:netnsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1048", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/rpserver lines.last= [1/1] Normalize qemu-armv8a/rpserver target=qemu-armv8a:rpserver timestamp=2026-01-08T07:01:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:34", timestamp_log="2026-01-08T07:01:34", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="rpserver", target="qemu-armv8a:rpserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1063", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:rpserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/sw_tags lines.last= [1/1] Normalize qemu-armv8a/sw_tags target=qemu-armv8a:sw_tags timestamp=2026-01-08T07:02:31 *** Msg: lto-wrapper: warning: using serial compilation of 5 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:31", timestamp_log="2026-01-08T07:02:31", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="sw_tags", target="qemu-armv8a:sw_tags", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1071", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1071", msg="lto-wrapper: warning: using serial compilation of 5 LTRANS jobs \n lto-wrapper: note: see the '-flto' option documentation for more information", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:sw_tags", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh_smp lines.last= Building NuttX... target=qemu-armv8a:nsh_smp timestamp=2026-01-08T07:03:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:28", timestamp_log="2026-01-08T07:03:28", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_smp", target="qemu-armv8a:nsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1082", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/xedge_demo lines.last= [1/1] Normalize qemu-armv8a/xedge_demo target=qemu-armv8a:xedge_demo timestamp=2026-01-08T07:04:12 *** Msg: Note: switching to '227a4b998300fa4cfde871dc7dac92c09e1636c2'. *** Msg: You are in 'detached HEAD' state. You can look around, make experimental *** Msg: changes and commit them, and you can discard any commits you make in this *** Msg: state without impacting any branches by switching back to a branch. *** Msg: If you want to create a new branch to retain commits you create, you may *** Msg: do so (now or later) by using -c with the switch command. Example: *** Msg: git switch -c *** Msg: Or undo this operation with: *** Msg: git switch - *** Msg: Turn off this advice by setting config variable advice.detachedHead to false *** Msg: Note: switching to '9f74a2f778b002ad8441471b8a7a5b13172dbe76'. *** Msg: You are in 'detached HEAD' state. You can look around, make experimental *** Msg: changes and commit them, and you can discard any commits you make in this *** Msg: state without impacting any branches by switching back to a branch. *** Msg: If you want to create a new branch to retain commits you create, you may *** Msg: do so (now or later) by using -c with the switch command. Example: *** Msg: git switch -c *** Msg: Or undo this operation with: *** Msg: git switch - *** Msg: Turn off this advice by setting config variable advice.detachedHead to false body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:12", timestamp_log="2026-01-08T07:04:12", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="xedge_demo", target="qemu-armv8a:xedge_demo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1090", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1090", msg="Note: switching to '227a4b998300fa4cfde871dc7dac92c09e1636c2'. \n You are in 'detached HEAD' state. You can look around, make experimental \n changes and commit them, and you can discard any commits you make in this \n state without impacting any branches by switching back to a branch. \n If you want to create a new branch to retain commits you create, you may \n do so (now or later) by using -c with the switch command. Example: \n git switch -c \n Or undo this operation with: \n git switc", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:xedge_demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh_smp_hv lines.last= [1/1] Normalize qemu-armv8a/netnsh_smp_hv target=qemu-armv8a:netnsh_smp_hv timestamp=2026-01-08T07:05:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:37", timestamp_log="2026-01-08T07:05:37", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh_smp_hv", target="qemu-armv8a:netnsh_smp_hv", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1143", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh_smp_hv", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh_smp_tickless lines.last= Building NuttX... target=qemu-armv8a:nsh_smp_tickless timestamp=2026-01-08T07:06:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:22", timestamp_log="2026-01-08T07:06:22", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_smp_tickless", target="qemu-armv8a:nsh_smp_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1160", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_smp_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/knsh lines.last= [1/1] Normalize qemu-armv8a/knsh target=qemu-armv8a:knsh timestamp=2026-01-08T07:07:00 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:00", timestamp_log="2026-01-08T07:07:00", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="knsh", target="qemu-armv8a:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1168", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1168", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/mte lines.last= [1/1] Normalize qemu-armv8a/mte target=qemu-armv8a:mte timestamp=2026-01-08T07:08:10 *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:10", timestamp_log="2026-01-08T07:08:10", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="mte", target="qemu-armv8a:mte", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1179", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1179", msg="Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:mte", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/fastboot lines.last= [1/1] Normalize qemu-armv8a/fastboot target=qemu-armv8a:fastboot timestamp=2026-01-08T07:09:04 *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:04", timestamp_log="2026-01-08T07:09:04", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="fastboot", target="qemu-armv8a:fastboot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1192", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1192", msg="Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:fastboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/rpproxy lines.last= [1/1] Normalize qemu-armv8a/rpproxy target=qemu-armv8a:rpproxy timestamp=2026-01-08T07:10:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:12", timestamp_log="2026-01-08T07:10:12", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="rpproxy", target="qemu-armv8a:rpproxy", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1209", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:rpproxy", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh_hv lines.last= [1/1] Normalize qemu-armv8a/netnsh_hv target=qemu-armv8a:netnsh_hv timestamp=2026-01-08T07:10:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:52", timestamp_log="2026-01-08T07:10:52", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh_hv", target="qemu-armv8a:netnsh_hv", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1217", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh_hv", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/citest_smp lines.last= Building NuttX... target=qemu-armv8a:citest_smp timestamp=2026-01-08T07:11:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:58", timestamp_log="2026-01-08T07:11:58", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="citest_smp", target="qemu-armv8a:citest_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1233", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:citest_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/gdbstub lines.last= [1/1] Normalize qemu-armv8a/gdbstub target=qemu-armv8a:gdbstub timestamp=2026-01-08T07:12:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:33", timestamp_log="2026-01-08T07:12:33", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="gdbstub", target="qemu-armv8a:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1241", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh lines.last= Building NuttX... target=qemu-armv8a:nsh timestamp=2026-01-08T07:13:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:25", timestamp_log="2026-01-08T07:13:25", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh", target="qemu-armv8a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1250", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/fb lines.last= [1/1] Normalize qemu-armv8a/fb target=qemu-armv8a:fb timestamp=2026-01-08T07:14:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:05", timestamp_log="2026-01-08T07:14:05", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="fb", target="qemu-armv8a:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1258", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh_gicv2 lines.last= Building NuttX... target=qemu-armv8a:nsh_gicv2 timestamp=2026-01-08T07:14:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:42", timestamp_log="2026-01-08T07:14:42", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_gicv2", target="qemu-armv8a:nsh_gicv2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1267", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_gicv2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/citest lines.last= Building NuttX... target=qemu-armv8a:citest timestamp=2026-01-08T07:15:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:17", timestamp_log="2026-01-08T07:15:17", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="citest", target="qemu-armv8a:citest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1276", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/nsh_fiq lines.last= [1/1] Normalize qemu-armv8a/nsh_fiq target=qemu-armv8a:nsh_fiq timestamp=2026-01-08T07:15:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:57", timestamp_log="2026-01-08T07:15:57", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_fiq", target="qemu-armv8a:nsh_fiq", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1284", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_fiq", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh lines.last= [1/1] Normalize qemu-armv8a/netnsh target=qemu-armv8a:netnsh timestamp=2026-01-08T07:16:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:41", timestamp_log="2026-01-08T07:16:41", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh", target="qemu-armv8a:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1292", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/sotest lines.last= Building NuttX... target=qemu-armv8a:sotest timestamp=2026-01-08T07:17:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:25", timestamp_log="2026-01-08T07:17:25", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="sotest", target="qemu-armv8a:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1308", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx8qm-mek/nsh lines.last= [1/1] Normalize imx8qm-mek/nsh target=imx8qm-mek:nsh timestamp=2026-01-08T07:18:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:03", timestamp_log="2026-01-08T07:18:03", user="NuttX", arch="arm64", subarch="imx8", group="arm64-01", board="imx8qm-mek", config="nsh", target="imx8qm-mek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1316", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx8qm-mek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/nsh_fiq,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize qemu-armv8a/nsh_fiq target=qemu-armv8a:nsh_fiq timestamp=2026-01-08T07:18:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:50", timestamp_log="2026-01-08T07:18:50", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_fiq", target="qemu-armv8a:nsh_fiq", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483770#step:10:1324", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_fiq", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:27 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ other == \m\s\y\s\2 ]] + ingest_log Linux 10 other + local os=Linux + local step=10 + local group=other + local 'job_name=Linux (other)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (other)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 62702 0 0:00:02 0:00:02 --:--:-- 62696 + local job_id=59765483768 + set +x job_id=59765483768 + [[ 59765483768 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/34_Linux (other).txt' + local 'log_file=/tmp/ingest-nuttx-builds/34_Linux (other).txt' + local filename=ci-other.log + local pathname=/tmp/ingest-nuttx-builds/ci-other.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:83 + cat '/tmp/ingest-nuttx-builds/34_Linux (other).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-other.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {3f493da1-0062-4fb2-83bb-e234dac307eb} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (other) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2075) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-other.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group other --run-id 20807787563 --job-id 59765483768 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-other.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group other --run-id 20807787563 --job-id 59765483768 --step 10` lines[0]=Configuration/Tool: teensy-2.0/usbmsc lines.last= [1/1] Normalize teensy-2.0/usbmsc target=teensy-2.0:usbmsc timestamp=2026-01-08T06:34:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:06", timestamp_log="2026-01-08T06:34:06", user="NuttX", arch="other", subarch="at90usb", group="other", board="teensy-2.0", config="usbmsc", target="teensy-2.0:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:770", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-2.0:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-2.0/hello lines.last= [1/1] Normalize teensy-2.0/hello target=teensy-2.0:hello timestamp=2026-01-08T06:34:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:36", timestamp_log="2026-01-08T06:34:36", user="NuttX", arch="other", subarch="at90usb", group="other", board="teensy-2.0", config="hello", target="teensy-2.0:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:778", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-2.0:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-2.0/nsh lines.last= [1/1] Normalize teensy-2.0/nsh target=teensy-2.0:nsh timestamp=2026-01-08T06:35:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:04", timestamp_log="2026-01-08T06:35:04", user="NuttX", arch="other", subarch="at90usb", group="other", board="teensy-2.0", config="nsh", target="teensy-2.0:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:786", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-2.0:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: micropendous3/hello lines.last= [1/1] Normalize micropendous3/hello target=micropendous3:hello timestamp=2026-01-08T06:35:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:34", timestamp_log="2026-01-08T06:35:34", user="NuttX", arch="other", subarch="at90usb", group="other", board="micropendous3", config="hello", target="micropendous3:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:794", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/micropendous3:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: avr32dev1/ostest lines.last= [1/1] Normalize avr32dev1/ostest target=avr32dev1:ostest timestamp=2026-01-08T06:36:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:02", timestamp_log="2026-01-08T06:36:02", user="NuttX", arch="other", subarch="at32uc3", group="other", board="avr32dev1", config="ostest", target="avr32dev1:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:802", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/avr32dev1:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: avr32dev1/nsh lines.last= [1/1] Normalize avr32dev1/nsh target=avr32dev1:nsh timestamp=2026-01-08T06:36:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:33", timestamp_log="2026-01-08T06:36:33", user="NuttX", arch="other", subarch="at32uc3", group="other", board="avr32dev1", config="nsh", target="avr32dev1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:810", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/avr32dev1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mizar32a/nsh lines.last= [1/1] Normalize mizar32a/nsh target=mizar32a:nsh timestamp=2026-01-08T06:37:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:06", timestamp_log="2026-01-08T06:37:06", user="NuttX", arch="other", subarch="at32uc3", group="other", board="mizar32a", config="nsh", target="mizar32a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:818", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mizar32a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: moteino-mega/hello lines.last= [1/1] Normalize moteino-mega/hello target=moteino-mega:hello timestamp=2026-01-08T06:37:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:40", timestamp_log="2026-01-08T06:37:40", user="NuttX", arch="other", subarch="atmega", group="other", board="moteino-mega", config="hello", target="moteino-mega:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:826", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/moteino-mega:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: moteino-mega/nsh lines.last= [1/1] Normalize moteino-mega/nsh target=moteino-mega:nsh timestamp=2026-01-08T06:38:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:08", timestamp_log="2026-01-08T06:38:08", user="NuttX", arch="other", subarch="atmega", group="other", board="moteino-mega", config="nsh", target="moteino-mega:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:834", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/moteino-mega:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mega1284p-xplained/hello lines.last= [1/1] Normalize mega1284p-xplained/hello target=mega1284p-xplained:hello timestamp=2026-01-08T06:38:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:38", timestamp_log="2026-01-08T06:38:38", user="NuttX", arch="other", subarch="atmega", group="other", board="mega1284p-xplained", config="hello", target="mega1284p-xplained:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:842", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mega1284p-xplained:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mega1284p-xplained/nsh lines.last= [1/1] Normalize mega1284p-xplained/nsh target=mega1284p-xplained:nsh timestamp=2026-01-08T06:39:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:00", timestamp_log="2026-01-08T06:39:00", user="NuttX", arch="other", subarch="atmega", group="other", board="mega1284p-xplained", config="nsh", target="mega1284p-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:850", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mega1284p-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: elegoo-mega2560r3/nsh lines.last= [1/1] Normalize elegoo-mega2560r3/nsh target=elegoo-mega2560r3:nsh timestamp=2026-01-08T06:39:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:23", timestamp_log="2026-01-08T06:39:23", user="NuttX", arch="other", subarch="atmega", group="other", board="elegoo-mega2560r3", config="nsh", target="elegoo-mega2560r3:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:858", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/elegoo-mega2560r3:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-mega2560/hello lines.last= [1/1] Normalize arduino-mega2560/hello target=arduino-mega2560:hello timestamp=2026-01-08T06:39:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:52", timestamp_log="2026-01-08T06:39:52", user="NuttX", arch="other", subarch="atmega", group="other", board="arduino-mega2560", config="hello", target="arduino-mega2560:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:866", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-mega2560:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-mega2560/nsh lines.last= [1/1] Normalize arduino-mega2560/nsh target=arduino-mega2560:nsh timestamp=2026-01-08T06:40:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:21", timestamp_log="2026-01-08T06:40:21", user="NuttX", arch="other", subarch="atmega", group="other", board="arduino-mega2560", config="nsh", target="arduino-mega2560:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:874", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-mega2560:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: amber/hello lines.last= [1/1] Normalize amber/hello target=amber:hello timestamp=2026-01-08T06:40:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:44", timestamp_log="2026-01-08T06:40:44", user="NuttX", arch="other", subarch="atmega", group="other", board="amber", config="hello", target="amber:hello", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:882", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/amber:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:35 GMT", "content-length": "0"} } lines[0]=Skipping: breadxavr/nsh lines.last= Skipping: breadxavr/nsh *** Not a target: Skipping: breadxavr/nsh lines[0]=Configuration/Tool: chipkit-wifire/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize chipkit-wifire/nsh target=chipkit-wifire:nsh timestamp=2026-01-08T06:41:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:15", timestamp_log="2026-01-08T06:41:15", user="NuttX", arch="other", subarch="pic32mz", group="other", board="chipkit-wifire", config="nsh", target="chipkit-wifire:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:897", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/chipkit-wifire:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-pic32mz/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize flipnclick-pic32mz/nsh target=flipnclick-pic32mz:nsh timestamp=2026-01-08T06:41:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:52", timestamp_log="2026-01-08T06:41:52", user="NuttX", arch="other", subarch="pic32mz", group="other", board="flipnclick-pic32mz", config="nsh", target="flipnclick-pic32mz:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:907", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-pic32mz:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-pic32mz/nxlines,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize flipnclick-pic32mz/nxlines target=flipnclick-pic32mz:nxlines timestamp=2026-01-08T06:42:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:21", timestamp_log="2026-01-08T06:42:21", user="NuttX", arch="other", subarch="pic32mz", group="other", board="flipnclick-pic32mz", config="nxlines", target="flipnclick-pic32mz:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:917", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-pic32mz:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mz-starterkit/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mz-starterkit/nsh target=pic32mz-starterkit:nsh timestamp=2026-01-08T06:42:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:55", timestamp_log="2026-01-08T06:42:55", user="NuttX", arch="other", subarch="pic32mz", group="other", board="pic32mz-starterkit", config="nsh", target="pic32mz-starterkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:927", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mz-starterkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mx-starterkit/nsh2,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mx-starterkit/nsh2 target=pic32mx-starterkit:nsh2 timestamp=2026-01-08T06:43:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:32", timestamp_log="2026-01-08T06:43:32", user="NuttX", arch="other", subarch="pic32mx", group="other", board="pic32mx-starterkit", config="nsh2", target="pic32mx-starterkit:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:937", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mx-starterkit:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mx-starterkit/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mx-starterkit/nsh target=pic32mx-starterkit:nsh timestamp=2026-01-08T06:44:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:19", timestamp_log="2026-01-08T06:44:19", user="NuttX", arch="other", subarch="pic32mx", group="other", board="pic32mx-starterkit", config="nsh", target="pic32mx-starterkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:947", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mx-starterkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ubw32/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize ubw32/nsh target=ubw32:nsh timestamp=2026-01-08T06:44:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:49", timestamp_log="2026-01-08T06:44:49", user="NuttX", arch="other", subarch="pic32mx", group="other", board="ubw32", config="nsh", target="ubw32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:957", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ubw32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mx7mmb/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mx7mmb/nsh target=pic32mx7mmb:nsh timestamp=2026-01-08T06:45:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:27", timestamp_log="2026-01-08T06:45:27", user="NuttX", arch="other", subarch="pic32mx", group="other", board="pic32mx7mmb", config="nsh", target="pic32mx7mmb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:967", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mx7mmb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sure-pic32mx/usbnsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize sure-pic32mx/usbnsh target=sure-pic32mx:usbnsh timestamp=2026-01-08T06:46:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:05", timestamp_log="2026-01-08T06:46:05", user="NuttX", arch="other", subarch="pic32mx", group="other", board="sure-pic32mx", config="usbnsh", target="sure-pic32mx:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:977", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sure-pic32mx:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sure-pic32mx/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize sure-pic32mx/nsh target=sure-pic32mx:nsh timestamp=2026-01-08T06:46:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:35", timestamp_log="2026-01-08T06:46:35", user="NuttX", arch="other", subarch="pic32mx", group="other", board="sure-pic32mx", config="nsh", target="sure-pic32mx:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:987", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sure-pic32mx:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mirtoo/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize mirtoo/nsh target=mirtoo:nsh timestamp=2026-01-08T06:47:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:04", timestamp_log="2026-01-08T06:47:04", user="NuttX", arch="other", subarch="pic32mx", group="other", board="mirtoo", config="nsh", target="mirtoo:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:997", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mirtoo:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mirtoo/nxffs,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize mirtoo/nxffs target=mirtoo:nxffs timestamp=2026-01-08T06:47:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:36", timestamp_log="2026-01-08T06:47:36", user="NuttX", arch="other", subarch="pic32mx", group="other", board="mirtoo", config="nxffs", target="mirtoo:nxffs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1007", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mirtoo:nxffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-grrose/ipv6 lines.last= [1/1] Normalize rx65n-grrose/ipv6 target=rx65n-grrose:ipv6 timestamp=2026-01-08T06:48:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:09", timestamp_log="2026-01-08T06:48:09", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-grrose", config="ipv6", target="rx65n-grrose:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1017", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-grrose:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-grrose/nsh lines.last= [1/1] Normalize rx65n-grrose/nsh target=rx65n-grrose:nsh timestamp=2026-01-08T06:48:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:53", timestamp_log="2026-01-08T06:48:53", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-grrose", config="nsh", target="rx65n-grrose:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1025", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-grrose:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-grrose/netnsh lines.last= [1/1] Normalize rx65n-grrose/netnsh target=rx65n-grrose:netnsh timestamp=2026-01-08T06:49:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:25", timestamp_log="2026-01-08T06:49:25", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-grrose", config="netnsh", target="rx65n-grrose:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1033", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-grrose:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-rsk2mb/ipv6 lines.last= [1/1] Normalize rx65n-rsk2mb/ipv6 target=rx65n-rsk2mb:ipv6 timestamp=2026-01-08T06:50:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:09", timestamp_log="2026-01-08T06:50:09", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-rsk2mb", config="ipv6", target="rx65n-rsk2mb:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1041", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-rsk2mb:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-rsk2mb/nsh lines.last= [1/1] Normalize rx65n-rsk2mb/nsh target=rx65n-rsk2mb:nsh timestamp=2026-01-08T06:50:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:42", timestamp_log="2026-01-08T06:50:42", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-rsk2mb", config="nsh", target="rx65n-rsk2mb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1049", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-rsk2mb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-rsk2mb/netnsh lines.last= [1/1] Normalize rx65n-rsk2mb/netnsh target=rx65n-rsk2mb:netnsh timestamp=2026-01-08T06:51:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:10", timestamp_log="2026-01-08T06:51:10", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-rsk2mb", config="netnsh", target="rx65n-rsk2mb:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1057", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-rsk2mb:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-i486/ostest lines.last= [1/1] Normalize qemu-i486/ostest target=qemu-i486:ostest timestamp=2026-01-08T06:51:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:44", timestamp_log="2026-01-08T06:51:44", user="NuttX", arch="other", subarch="qemu", group="other", board="qemu-i486", config="ostest", target="qemu-i486:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1065", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-i486:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-i486/nsh lines.last= [1/1] Normalize qemu-i486/nsh target=qemu-i486:nsh timestamp=2026-01-08T06:52:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:25", timestamp_log="2026-01-08T06:52:25", user="NuttX", arch="other", subarch="qemu", group="other", board="qemu-i486", config="nsh", target="qemu-i486:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1073", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-i486:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:45 GMT", "content-length": "0"} } lines[0]=Skipping: xx3823/nsh lines.last= Skipping: xx3823/nsh *** Not a target: Skipping: xx3823/nsh lines[0]=Configuration/Tool: s698pm-dkit/smp lines.last= [1/1] Normalize s698pm-dkit/smp target=s698pm-dkit:smp timestamp=2026-01-08T06:53:13 *** Msg: sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:13", timestamp_log="2026-01-08T06:53:13", user="NuttX", arch="other", subarch="s698pm", group="other", board="s698pm-dkit", config="smp", target="s698pm-dkit:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1088", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1088", msg="sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s698pm-dkit:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s698pm-dkit/nsh lines.last= [1/1] Normalize s698pm-dkit/nsh target=s698pm-dkit:nsh timestamp=2026-01-08T06:53:49 *** Msg: sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:49", timestamp_log="2026-01-08T06:53:49", user="NuttX", arch="other", subarch="s698pm", group="other", board="s698pm-dkit", config="nsh", target="s698pm-dkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1097", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1097", msg="sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s698pm-dkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xx3803/nsh lines.last= [1/1] Normalize xx3803/nsh target=xx3803:nsh timestamp=2026-01-08T06:54:27 *** Msg: sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:27", timestamp_log="2026-01-08T06:54:27", user="NuttX", arch="other", subarch="bm3803", group="other", board="xx3803", config="nsh", target="xx3803:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1106", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483768#step:10:1106", msg="sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xx3803:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:47 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-01 + local os=Linux + local step=10 + local group=risc-v-01 + local 'job_name=Linux (risc-v-01)' ++ jq '.jobs | map(select(.name == "Linux (risc-v-01)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 64817 0 0:00:02 0:00:02 --:--:-- 64809 + local job_id=59765483752 + set +x job_id=59765483752 + [[ 59765483752 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/32_Linux (risc-v-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/32_Linux (risc-v-01).txt' + local filename=ci-risc-v-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/32_Linux (risc-v-01).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {b0ebaa70-7204-45fc-ac1f-b07a8f8a17d7} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1996) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-01 --run-id 20807787563 --job-id 59765483752 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-01 --run-id 20807787563 --job-id 59765483752 --step 10` lines[0]=Configuration/Tool: bl602evb/timer lines.last= [1/1] Normalize bl602evb/timer target=bl602evb:timer timestamp=2026-01-08T06:34:00 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:00", timestamp_log="2026-01-08T06:34:00", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="timer", target="bl602evb:timer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:772", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:772", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/gpio lines.last= [1/1] Normalize bl602evb/gpio target=bl602evb:gpio timestamp=2026-01-08T06:34:49 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:49", timestamp_log="2026-01-08T06:34:49", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="gpio", target="bl602evb:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:781", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:781", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/wifi lines.last= [1/1] Normalize bl602evb/wifi target=bl602evb:wifi timestamp=2026-01-08T06:35:36 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:36", timestamp_log="2026-01-08T06:35:36", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="wifi", target="bl602evb:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:790", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:790", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/nsh lines.last= [1/1] Normalize bl602evb/nsh target=bl602evb:nsh timestamp=2026-01-08T06:36:47 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:47", timestamp_log="2026-01-08T06:36:47", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="nsh", target="bl602evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:806", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:806", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/fpu lines.last= [1/1] Normalize bl602evb/fpu target=bl602evb:fpu timestamp=2026-01-08T06:37:19 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:19", timestamp_log="2026-01-08T06:37:19", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="fpu", target="bl602evb:fpu", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:815", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:815", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:fpu", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/i2c lines.last= [1/1] Normalize bl602evb/i2c target=bl602evb:i2c timestamp=2026-01-08T06:37:57 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:57", timestamp_log="2026-01-08T06:37:57", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="i2c", target="bl602evb:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:824", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:824", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/elf lines.last= [1/1] Normalize bl602evb/elf target=bl602evb:elf timestamp=2026-01-08T06:38:30 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:30", timestamp_log="2026-01-08T06:38:30", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="elf", target="bl602evb:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:833", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:833", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/spiflash lines.last= [1/1] Normalize bl602evb/spiflash target=bl602evb:spiflash timestamp=2026-01-08T06:39:57 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:57", timestamp_log="2026-01-08T06:39:57", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="spiflash", target="bl602evb:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:842", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:842", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/dma lines.last= [1/1] Normalize bl602evb/dma target=bl602evb:dma timestamp=2026-01-08T06:40:45 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:45", timestamp_log="2026-01-08T06:40:45", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="dma", target="bl602evb:dma", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:851", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:851", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:dma", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/spi lines.last= [1/1] Normalize bl602evb/spi target=bl602evb:spi timestamp=2026-01-08T06:41:34 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:34", timestamp_log="2026-01-08T06:41:34", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="spi", target="bl602evb:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:860", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:860", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/adc lines.last= [1/1] Normalize ox64/adc target=ox64:adc timestamp=2026-01-08T06:42:07 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:07", timestamp_log="2026-01-08T06:42:07", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="adc", target="ox64:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:869", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:869", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/timer lines.last= [1/1] Normalize ox64/timer target=ox64:timer timestamp=2026-01-08T06:43:39 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:39", timestamp_log="2026-01-08T06:43:39", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="timer", target="ox64:timer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:883", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:883", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:15:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/nsh lines.last= [1/1] Normalize ox64/nsh target=ox64:nsh timestamp=2026-01-08T06:44:35 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:35", timestamp_log="2026-01-08T06:44:35", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="nsh", target="ox64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:897", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:897", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/spi lines.last= [1/1] Normalize ox64/spi target=ox64:spi timestamp=2026-01-08T06:45:30 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:30", timestamp_log="2026-01-08T06:45:30", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="spi", target="ox64:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:911", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:911", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/module lines.last= [1/1] Normalize smartl-c906/module target=smartl-c906:module timestamp=2026-01-08T06:46:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:25", timestamp_log="2026-01-08T06:46:25", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="module", target="smartl-c906:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:925", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/knsh lines.last= [1/1] Normalize smartl-c906/knsh target=smartl-c906:knsh timestamp=2026-01-08T06:47:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:21", timestamp_log="2026-01-08T06:47:21", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="knsh", target="smartl-c906:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:933", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/nsh lines.last= [1/1] Normalize smartl-c906/nsh target=smartl-c906:nsh timestamp=2026-01-08T06:48:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:40", timestamp_log="2026-01-08T06:48:40", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="nsh", target="smartl-c906:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:941", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/fpu lines.last= [1/1] Normalize smartl-c906/fpu target=smartl-c906:fpu timestamp=2026-01-08T06:49:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:31", timestamp_log="2026-01-08T06:49:31", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="fpu", target="smartl-c906:fpu", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:949", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:fpu", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/elf lines.last= [1/1] Normalize smartl-c906/elf target=smartl-c906:elf timestamp=2026-01-08T06:50:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:13", timestamp_log="2026-01-08T06:50:13", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="elf", target="smartl-c906:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:957", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/sotest lines.last= [1/1] Normalize smartl-c906/sotest target=smartl-c906:sotest timestamp=2026-01-08T06:51:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:09", timestamp_log="2026-01-08T06:51:09", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="sotest", target="smartl-c906:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:965", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: starpro64/nsh lines.last= [1/1] Normalize starpro64/nsh target=starpro64:nsh timestamp=2026-01-08T06:51:54 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:54", timestamp_log="2026-01-08T06:51:54", user="NuttX", arch="risc-v", subarch="eic7700x", group="risc-v-01", board="starpro64", config="nsh", target="starpro64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:973", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483752#step:10:973", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/starpro64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:05 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-02 + local os=Linux + local step=10 + local group=risc-v-02 + local 'job_name=Linux (risc-v-02)' ++ jq '.jobs | map(select(.name == "Linux (risc-v-02)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 78910 0 0:00:02 0:00:02 --:--:-- 78942 + local job_id=59765483783 + set +x job_id=59765483783 + [[ 59765483783 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/16_Linux (risc-v-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/16_Linux (risc-v-02).txt' + local filename=ci-risc-v-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:83 + cat '/tmp/ingest-nuttx-builds/16_Linux (risc-v-02).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {663409be-5fa8-4bde-aca0-f0ef1337f811} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2024) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-02.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-02 --run-id 20807787563 --job-id 59765483783 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-02.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-02 --run-id 20807787563 --job-id 59765483783 --step 10` lines[0]=Configuration/Tool: esp32-c3-zero/usbnsh lines.last= [1/1] Normalize esp32-c3-zero/usbnsh target=esp32-c3-zero:usbnsh timestamp=2026-01-08T06:33:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:27", timestamp_log="2026-01-08T06:33:27", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="usbnsh", target="esp32-c3-zero:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:771", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/sta_softap lines.last= [1/1] Normalize esp32-c3-zero/sta_softap target=esp32-c3-zero:sta_softap timestamp=2026-01-08T06:34:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:55", timestamp_log="2026-01-08T06:34:55", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="sta_softap", target="esp32-c3-zero:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:779", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/wifi lines.last= [1/1] Normalize esp32-c3-zero/wifi target=esp32-c3-zero:wifi timestamp=2026-01-08T06:36:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:34", timestamp_log="2026-01-08T06:36:34", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="wifi", target="esp32-c3-zero:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:801", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/nsh lines.last= [1/1] Normalize esp32-c3-zero/nsh target=esp32-c3-zero:nsh timestamp=2026-01-08T06:37:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:30", timestamp_log="2026-01-08T06:37:30", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="nsh", target="esp32-c3-zero:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:823", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/jumbo lines.last= [1/1] Normalize esp32-c3-zero/jumbo target=esp32-c3-zero:jumbo timestamp=2026-01-08T06:38:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:11", timestamp_log="2026-01-08T06:38:11", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="jumbo", target="esp32-c3-zero:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/usbnsh lines.last= [1/1] Normalize esp32c3-xiao/usbnsh target=esp32c3-xiao:usbnsh timestamp=2026-01-08T06:38:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:54", timestamp_log="2026-01-08T06:38:54", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="usbnsh", target="esp32c3-xiao:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:839", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/gpio lines.last= [1/1] Normalize esp32c3-xiao/gpio target=esp32c3-xiao:gpio timestamp=2026-01-08T06:39:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:33", timestamp_log="2026-01-08T06:39:33", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="gpio", target="esp32c3-xiao:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:847", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/wifi lines.last= [1/1] Normalize esp32c3-xiao/wifi target=esp32c3-xiao:wifi timestamp=2026-01-08T06:40:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:12", timestamp_log="2026-01-08T06:40:12", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="wifi", target="esp32c3-xiao:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:855", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/nsh lines.last= [1/1] Normalize esp32c3-xiao/nsh target=esp32c3-xiao:nsh timestamp=2026-01-08T06:41:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:10", timestamp_log="2026-01-08T06:41:10", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="nsh", target="esp32c3-xiao:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:870", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/ble lines.last= [1/1] Normalize esp32c3-xiao/ble target=esp32c3-xiao:ble timestamp=2026-01-08T06:41:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:50", timestamp_log="2026-01-08T06:41:50", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="ble", target="esp32c3-xiao:ble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:878", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/ostest lines.last= [1/1] Normalize esp32c3-devkit/ostest target=esp32c3-devkit:ostest timestamp=2026-01-08T06:43:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:00", timestamp_log="2026-01-08T06:43:00", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="ostest", target="esp32c3-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:886", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/efuse lines.last= [1/1] Normalize esp32c3-devkit/efuse target=esp32c3-devkit:efuse timestamp=2026-01-08T06:43:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:40", timestamp_log="2026-01-08T06:43:40", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="efuse", target="esp32c3-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:894", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/pm lines.last= [1/1] Normalize esp32c3-devkit/pm target=esp32c3-devkit:pm timestamp=2026-01-08T06:44:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:21", timestamp_log="2026-01-08T06:44:21", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="pm", target="esp32c3-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:902", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/rmt lines.last= [1/1] Normalize esp32c3-devkit/rmt target=esp32c3-devkit:rmt timestamp=2026-01-08T06:45:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:04", timestamp_log="2026-01-08T06:45:04", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="rmt", target="esp32c3-devkit:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:910", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/buttons lines.last= [1/1] Normalize esp32c3-devkit/buttons target=esp32c3-devkit:buttons timestamp=2026-01-08T06:45:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:48", timestamp_log="2026-01-08T06:45:48", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="buttons", target="esp32c3-devkit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:918", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/temperature_sensor lines.last= [1/1] Normalize esp32c3-devkit/temperature_sensor target=esp32c3-devkit:temperature_sensor timestamp=2026-01-08T06:46:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:28", timestamp_log="2026-01-08T06:46:28", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="temperature_sensor", target="esp32c3-devkit:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:926", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/rtc lines.last= [1/1] Normalize esp32c3-devkit/rtc target=esp32c3-devkit:rtc timestamp=2026-01-08T06:47:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:08", timestamp_log="2026-01-08T06:47:08", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="rtc", target="esp32c3-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:934", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/twai lines.last= [1/1] Normalize esp32c3-devkit/twai target=esp32c3-devkit:twai timestamp=2026-01-08T06:48:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:09", timestamp_log="2026-01-08T06:48:09", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="twai", target="esp32c3-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:942", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/adc lines.last= [1/1] Normalize esp32c3-devkit/adc target=esp32c3-devkit:adc timestamp=2026-01-08T06:48:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:49", timestamp_log="2026-01-08T06:48:49", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="adc", target="esp32c3-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:950", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/crypto lines.last= [1/1] Normalize esp32c3-devkit/crypto target=esp32c3-devkit:crypto timestamp=2026-01-08T06:49:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:29", timestamp_log="2026-01-08T06:49:29", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="crypto", target="esp32c3-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:958", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/usbconsole lines.last= [1/1] Normalize esp32c3-devkit/usbconsole target=esp32c3-devkit:usbconsole timestamp=2026-01-08T06:50:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:32", timestamp_log="2026-01-08T06:50:32", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="usbconsole", target="esp32c3-devkit:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:966", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/sdm lines.last= [1/1] Normalize esp32c3-devkit/sdm target=esp32c3-devkit:sdm timestamp=2026-01-08T06:51:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:11", timestamp_log="2026-01-08T06:51:11", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="sdm", target="esp32c3-devkit:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:974", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/romfs lines.last= [1/1] Normalize esp32c3-devkit/romfs target=esp32c3-devkit:romfs timestamp=2026-01-08T06:51:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:51", timestamp_log="2026-01-08T06:51:51", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="romfs", target="esp32c3-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:982", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/random lines.last= [1/1] Normalize esp32c3-devkit/random target=esp32c3-devkit:random timestamp=2026-01-08T06:52:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:32", timestamp_log="2026-01-08T06:52:32", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="random", target="esp32c3-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:990", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/nimble lines.last= [1/1] Normalize esp32c3-devkit/nimble target=esp32c3-devkit:nimble timestamp=2026-01-08T06:53:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:13", timestamp_log="2026-01-08T06:53:13", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="nimble", target="esp32c3-devkit:nimble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:998", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/gpio lines.last= [1/1] Normalize esp32c3-devkit/gpio target=esp32c3-devkit:gpio timestamp=2026-01-08T06:54:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:24", timestamp_log="2026-01-08T06:54:24", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="gpio", target="esp32c3-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1013", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/mcuboot_update_agent lines.last= [1/1] Normalize esp32c3-devkit/mcuboot_update_agent target=esp32c3-devkit:mcuboot_update_agent timestamp=2026-01-08T06:55:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:03", timestamp_log="2026-01-08T06:55:03", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="mcuboot_update_agent", target="esp32c3-devkit:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1021", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/sta_softap lines.last= [1/1] Normalize esp32c3-devkit/sta_softap target=esp32c3-devkit:sta_softap timestamp=2026-01-08T06:55:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:59", timestamp_log="2026-01-08T06:55:59", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="sta_softap", target="esp32c3-devkit:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1044", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/wifi lines.last= [1/1] Normalize esp32c3-devkit/wifi target=esp32c3-devkit:wifi timestamp=2026-01-08T06:56:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:53", timestamp_log="2026-01-08T06:56:53", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="wifi", target="esp32c3-devkit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1068", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/pwm lines.last= [1/1] Normalize esp32c3-devkit/pwm target=esp32c3-devkit:pwm timestamp=2026-01-08T06:57:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:46", timestamp_log="2026-01-08T06:57:46", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="pwm", target="esp32c3-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1091", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/nsh lines.last= [1/1] Normalize esp32c3-devkit/nsh target=esp32c3-devkit:nsh timestamp=2026-01-08T06:58:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:26", timestamp_log="2026-01-08T06:58:26", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="nsh", target="esp32c3-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1099", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/sdmmc_spi lines.last= [1/1] Normalize esp32c3-devkit/sdmmc_spi target=esp32c3-devkit:sdmmc_spi timestamp=2026-01-08T06:59:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:06", timestamp_log="2026-01-08T06:59:06", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="sdmmc_spi", target="esp32c3-devkit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1107", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/tickless lines.last= [1/1] Normalize esp32c3-devkit/tickless target=esp32c3-devkit:tickless timestamp=2026-01-08T06:59:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:48", timestamp_log="2026-01-08T06:59:48", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="tickless", target="esp32c3-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1115", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/i2c lines.last= [1/1] Normalize esp32c3-devkit/i2c target=esp32c3-devkit:i2c timestamp=2026-01-08T07:00:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:34", timestamp_log="2026-01-08T07:00:34", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="i2c", target="esp32c3-devkit:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1123", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/timers lines.last= [1/1] Normalize esp32c3-devkit/timers target=esp32c3-devkit:timers timestamp=2026-01-08T07:01:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:15", timestamp_log="2026-01-08T07:01:15", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="timers", target="esp32c3-devkit:timers", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1131", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/spiflash lines.last= [1/1] Normalize esp32c3-devkit/spiflash target=esp32c3-devkit:spiflash timestamp=2026-01-08T07:01:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:56", timestamp_log="2026-01-08T07:01:56", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="spiflash", target="esp32c3-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1139", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/bmp180 lines.last= [1/1] Normalize esp32c3-devkit/bmp180 target=esp32c3-devkit:bmp180 timestamp=2026-01-08T07:02:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:56", timestamp_log="2026-01-08T07:02:56", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="bmp180", target="esp32c3-devkit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1147", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/ble lines.last= [1/1] Normalize esp32c3-devkit/ble target=esp32c3-devkit:ble timestamp=2026-01-08T07:03:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:36", timestamp_log="2026-01-08T07:03:36", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="ble", target="esp32c3-devkit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1155", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/i2schar lines.last= [1/1] Normalize esp32c3-devkit/i2schar target=esp32c3-devkit:i2schar timestamp=2026-01-08T07:04:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:29", timestamp_log="2026-01-08T07:04:29", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="i2schar", target="esp32c3-devkit:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1163", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/mcuboot_nsh lines.last= [1/1] Normalize esp32c3-devkit/mcuboot_nsh target=esp32c3-devkit:mcuboot_nsh timestamp=2026-01-08T07:05:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:12", timestamp_log="2026-01-08T07:05:12", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="mcuboot_nsh", target="esp32c3-devkit:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1171", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/watchdog lines.last= [1/1] Normalize esp32c3-devkit/watchdog target=esp32c3-devkit:watchdog timestamp=2026-01-08T07:05:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:51", timestamp_log="2026-01-08T07:05:51", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="watchdog", target="esp32c3-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1179", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/spi lines.last= [1/1] Normalize esp32c3-devkit/spi target=esp32c3-devkit:spi timestamp=2026-01-08T07:06:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:31", timestamp_log="2026-01-08T07:06:31", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="spi", target="esp32c3-devkit:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1187", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/ostest lines.last= [1/1] Normalize esp32c3-legacy-devkit/ostest target=esp32c3-legacy-devkit:ostest timestamp=2026-01-08T07:07:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:12", timestamp_log="2026-01-08T07:07:12", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="ostest", target="esp32c3-legacy-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1195", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/efuse lines.last= [1/1] Normalize esp32c3-legacy-devkit/efuse target=esp32c3-legacy-devkit:efuse timestamp=2026-01-08T07:08:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:00", timestamp_log="2026-01-08T07:08:00", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="efuse", target="esp32c3-legacy-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1203", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/pm lines.last= [1/1] Normalize esp32c3-legacy-devkit/pm target=esp32c3-legacy-devkit:pm timestamp=2026-01-08T07:08:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:33", timestamp_log="2026-01-08T07:08:33", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="pm", target="esp32c3-legacy-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1211", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/nvcfgdata lines.last= [1/1] Normalize esp32c3-legacy-devkit/nvcfgdata target=esp32c3-legacy-devkit:nvcfgdata timestamp=2026-01-08T07:09:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:09", timestamp_log="2026-01-08T07:09:09", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="nvcfgdata", target="esp32c3-legacy-devkit:nvcfgdata", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1219", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:nvcfgdata", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/rtc lines.last= [1/1] Normalize esp32c3-legacy-devkit/rtc target=esp32c3-legacy-devkit:rtc timestamp=2026-01-08T07:09:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:57", timestamp_log="2026-01-08T07:09:57", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="rtc", target="esp32c3-legacy-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1227", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/twai lines.last= [1/1] Normalize esp32c3-legacy-devkit/twai target=esp32c3-legacy-devkit:twai timestamp=2026-01-08T07:10:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:44", timestamp_log="2026-01-08T07:10:44", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="twai", target="esp32c3-legacy-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1235", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/adc lines.last= [1/1] Normalize esp32c3-legacy-devkit/adc target=esp32c3-legacy-devkit:adc timestamp=2026-01-08T07:11:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:33", timestamp_log="2026-01-08T07:11:33", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="adc", target="esp32c3-legacy-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1243", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/lvgl lines.last= [1/1] Normalize esp32c3-legacy-devkit/lvgl target=esp32c3-legacy-devkit:lvgl timestamp=2026-01-08T07:12:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:05", timestamp_log="2026-01-08T07:12:05", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="lvgl", target="esp32c3-legacy-devkit:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1251", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/cxx lines.last= [1/1] Normalize esp32c3-legacy-devkit/cxx target=esp32c3-legacy-devkit:cxx timestamp=2026-01-08T07:13:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:27", timestamp_log="2026-01-08T07:13:27", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="cxx", target="esp32c3-legacy-devkit:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1259", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/module lines.last= [1/1] Normalize esp32c3-legacy-devkit/module target=esp32c3-legacy-devkit:module timestamp=2026-01-08T07:14:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:46", timestamp_log="2026-01-08T07:14:46", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="module", target="esp32c3-legacy-devkit:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1267", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/knsh lines.last= [1/1] Normalize esp32c3-legacy-devkit/knsh target=esp32c3-legacy-devkit:knsh timestamp=2026-01-08T07:15:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:36", timestamp_log="2026-01-08T07:15:36", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="knsh", target="esp32c3-legacy-devkit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1275", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/crypto lines.last= [1/1] Normalize esp32c3-legacy-devkit/crypto target=esp32c3-legacy-devkit:crypto timestamp=2026-01-08T07:16:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:58", timestamp_log="2026-01-08T07:16:58", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="crypto", target="esp32c3-legacy-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1283", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/usbconsole lines.last= [1/1] Normalize esp32c3-legacy-devkit/usbconsole target=esp32c3-legacy-devkit:usbconsole timestamp=2026-01-08T07:17:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:46", timestamp_log="2026-01-08T07:17:46", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="usbconsole", target="esp32c3-legacy-devkit:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1291", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/romfs lines.last= [1/1] Normalize esp32c3-legacy-devkit/romfs target=esp32c3-legacy-devkit:romfs timestamp=2026-01-08T07:18:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:19", timestamp_log="2026-01-08T07:18:19", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="romfs", target="esp32c3-legacy-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1299", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/random lines.last= [1/1] Normalize esp32c3-legacy-devkit/random target=esp32c3-legacy-devkit:random timestamp=2026-01-08T07:18:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:54", timestamp_log="2026-01-08T07:18:54", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="random", target="esp32c3-legacy-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1307", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/timer lines.last= [1/1] Normalize esp32c3-legacy-devkit/timer target=esp32c3-legacy-devkit:timer timestamp=2026-01-08T07:19:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:27", timestamp_log="2026-01-08T07:19:27", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="timer", target="esp32c3-legacy-devkit:timer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1315", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/gpio lines.last= [1/1] Normalize esp32c3-legacy-devkit/gpio target=esp32c3-legacy-devkit:gpio timestamp=2026-01-08T07:19:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:59", timestamp_log="2026-01-08T07:19:59", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="gpio", target="esp32c3-legacy-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1323", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/mcuboot_slot_confirm lines.last= [1/1] Normalize esp32c3-legacy-devkit/mcuboot_slot_confirm target=esp32c3-legacy-devkit:mcuboot_slot_confirm timestamp=2026-01-08T07:20:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:40", timestamp_log="2026-01-08T07:20:40", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="mcuboot_slot_confirm", target="esp32c3-legacy-devkit:mcuboot_slot_confirm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1331", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:mcuboot_slot_confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/sta_softap lines.last= [1/1] Normalize esp32c3-legacy-devkit/sta_softap target=esp32c3-legacy-devkit:sta_softap timestamp=2026-01-08T07:21:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:30", timestamp_log="2026-01-08T07:21:30", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="sta_softap", target="esp32c3-legacy-devkit:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1346", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/gdbstub lines.last= [1/1] Normalize esp32c3-legacy-devkit/gdbstub target=esp32c3-legacy-devkit:gdbstub timestamp=2026-01-08T07:22:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:35", timestamp_log="2026-01-08T07:22:35", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="gdbstub", target="esp32c3-legacy-devkit:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1369", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/wifi lines.last= [1/1] Normalize esp32c3-legacy-devkit/wifi target=esp32c3-legacy-devkit:wifi timestamp=2026-01-08T07:23:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:44", timestamp_log="2026-01-08T07:23:44", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="wifi", target="esp32c3-legacy-devkit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1392", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/pwm lines.last= [1/1] Normalize esp32c3-legacy-devkit/pwm target=esp32c3-legacy-devkit:pwm timestamp=2026-01-08T07:24:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:47", timestamp_log="2026-01-08T07:24:47", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="pwm", target="esp32c3-legacy-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1415", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/nsh lines.last= [1/1] Normalize esp32c3-legacy-devkit/nsh target=esp32c3-legacy-devkit:nsh timestamp=2026-01-08T07:25:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:21", timestamp_log="2026-01-08T07:25:21", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="nsh", target="esp32c3-legacy-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1423", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/uid lines.last= [1/1] Normalize esp32c3-legacy-devkit/uid target=esp32c3-legacy-devkit:uid timestamp=2026-01-08T07:26:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:13", timestamp_log="2026-01-08T07:26:13", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="uid", target="esp32c3-legacy-devkit:uid", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1431", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:uid", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/autopm lines.last= [1/1] Normalize esp32c3-legacy-devkit/autopm target=esp32c3-legacy-devkit:autopm timestamp=2026-01-08T07:26:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:46", timestamp_log="2026-01-08T07:26:46", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="autopm", target="esp32c3-legacy-devkit:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1439", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/tickless lines.last= [1/1] Normalize esp32c3-legacy-devkit/tickless target=esp32c3-legacy-devkit:tickless timestamp=2026-01-08T07:27:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:48", timestamp_log="2026-01-08T07:27:48", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="tickless", target="esp32c3-legacy-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1447", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/coremark lines.last= [1/1] Normalize esp32c3-legacy-devkit/coremark target=esp32c3-legacy-devkit:coremark timestamp=2026-01-08T07:28:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:30", timestamp_log="2026-01-08T07:28:30", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="coremark", target="esp32c3-legacy-devkit:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1455", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/elf lines.last= [1/1] Normalize esp32c3-legacy-devkit/elf target=esp32c3-legacy-devkit:elf timestamp=2026-01-08T07:29:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:20", timestamp_log="2026-01-08T07:29:20", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="elf", target="esp32c3-legacy-devkit:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1471", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/spiflash lines.last= [1/1] Normalize esp32c3-legacy-devkit/spiflash target=esp32c3-legacy-devkit:spiflash timestamp=2026-01-08T07:30:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:13", timestamp_log="2026-01-08T07:30:13", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="spiflash", target="esp32c3-legacy-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1479", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/bmp180 lines.last= [1/1] Normalize esp32c3-legacy-devkit/bmp180 target=esp32c3-legacy-devkit:bmp180 timestamp=2026-01-08T07:30:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:48", timestamp_log="2026-01-08T07:30:48", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="bmp180", target="esp32c3-legacy-devkit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1487", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/watcher lines.last= [1/1] Normalize esp32c3-legacy-devkit/watcher target=esp32c3-legacy-devkit:watcher timestamp=2026-01-08T07:31:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:22", timestamp_log="2026-01-08T07:31:22", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="watcher", target="esp32c3-legacy-devkit:watcher", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1495", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:watcher", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/ble lines.last= [1/1] Normalize esp32c3-legacy-devkit/ble target=esp32c3-legacy-devkit:ble timestamp=2026-01-08T07:31:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:58", timestamp_log="2026-01-08T07:31:58", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="ble", target="esp32c3-legacy-devkit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1503", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/oneshot lines.last= [1/1] Normalize esp32c3-legacy-devkit/oneshot target=esp32c3-legacy-devkit:oneshot timestamp=2026-01-08T07:32:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:58", timestamp_log="2026-01-08T07:32:58", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="oneshot", target="esp32c3-legacy-devkit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1511", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/watchdog lines.last= [1/1] Normalize esp32c3-legacy-devkit/watchdog target=esp32c3-legacy-devkit:watchdog timestamp=2026-01-08T07:33:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:32", timestamp_log="2026-01-08T07:33:32", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="watchdog", target="esp32c3-legacy-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1519", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/sotest lines.last= [1/1] Normalize esp32c3-legacy-devkit/sotest target=esp32c3-legacy-devkit:sotest timestamp=2026-01-08T07:34:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:05", timestamp_log="2026-01-08T07:34:05", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="sotest", target="esp32c3-legacy-devkit:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1527", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit-rust-1/brickmatch lines.last= [1/1] Normalize esp32c3-legacy-devkit-rust-1/brickmatch target=esp32c3-legacy-devkit-rust-1:brickmatch timestamp=2026-01-08T07:34:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:45", timestamp_log="2026-01-08T07:34:45", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit-rust-1", config="brickmatch", target="esp32c3-legacy-devkit-rust-1:brickmatch", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1535", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit-rust-1:brickmatch", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit-rust-1/nsh lines.last= [1/1] Normalize esp32c3-legacy-devkit-rust-1/nsh target=esp32c3-legacy-devkit-rust-1:nsh timestamp=2026-01-08T07:35:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:38", timestamp_log="2026-01-08T07:35:38", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit-rust-1", config="nsh", target="esp32c3-legacy-devkit-rust-1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483783#step:10:1543", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit-rust-1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:52 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-03 + local os=Linux + local step=10 + local group=risc-v-03 + local 'job_name=Linux (risc-v-03)' ++ jq '.jobs | map(select(.name == "Linux (risc-v-03)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 45881 0 0:00:03 0:00:03 --:--:-- 45875 + local job_id=59765483776 + set +x job_id=59765483776 + [[ 59765483776 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/25_Linux (risc-v-03).txt' + local 'log_file=/tmp/ingest-nuttx-builds/25_Linux (risc-v-03).txt' + local filename=ci-risc-v-03.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-03.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/25_Linux (risc-v-03).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-03.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {6ad1dca0-9749-4983-baaa-365de4619a4a} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-03) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1995) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-03.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-03 --run-id 20807787563 --job-id 59765483776 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-03.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-03 --run-id 20807787563 --job-id 59765483776 --step 10` lines[0]=Configuration/Tool: esp32c6-devkitc/ostest lines.last= [1/1] Normalize esp32c6-devkitc/ostest target=esp32c6-devkitc:ostest timestamp=2026-01-08T06:33:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:17", timestamp_log="2026-01-08T06:33:17", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="ostest", target="esp32c6-devkitc:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:774", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/efuse lines.last= [1/1] Normalize esp32c6-devkitc/efuse target=esp32c6-devkitc:efuse timestamp=2026-01-08T06:34:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:46", timestamp_log="2026-01-08T06:34:46", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="efuse", target="esp32c6-devkitc:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:782", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/pm lines.last= [1/1] Normalize esp32c6-devkitc/pm target=esp32c6-devkitc:pm timestamp=2026-01-08T06:35:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:29", timestamp_log="2026-01-08T06:35:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="pm", target="esp32c6-devkitc:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:790", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:16:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/rmt lines.last= [1/1] Normalize esp32c6-devkitc/rmt target=esp32c6-devkitc:rmt timestamp=2026-01-08T06:36:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:13", timestamp_log="2026-01-08T06:36:13", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="rmt", target="esp32c6-devkitc:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:798", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/buttons lines.last= [1/1] Normalize esp32c6-devkitc/buttons target=esp32c6-devkitc:buttons timestamp=2026-01-08T06:36:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:56", timestamp_log="2026-01-08T06:36:56", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="buttons", target="esp32c6-devkitc:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:806", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/temperature_sensor lines.last= [1/1] Normalize esp32c6-devkitc/temperature_sensor target=esp32c6-devkitc:temperature_sensor timestamp=2026-01-08T06:37:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:38", timestamp_log="2026-01-08T06:37:38", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="temperature_sensor", target="esp32c6-devkitc:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:814", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/rtc lines.last= [1/1] Normalize esp32c6-devkitc/rtc target=esp32c6-devkitc:rtc timestamp=2026-01-08T06:38:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:20", timestamp_log="2026-01-08T06:38:20", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="rtc", target="esp32c6-devkitc:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:822", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/motor lines.last= [1/1] Normalize esp32c6-devkitc/motor target=esp32c6-devkitc:motor timestamp=2026-01-08T06:39:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:24", timestamp_log="2026-01-08T06:39:24", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="motor", target="esp32c6-devkitc:motor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:830", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/twai lines.last= [1/1] Normalize esp32c6-devkitc/twai target=esp32c6-devkitc:twai timestamp=2026-01-08T06:40:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:05", timestamp_log="2026-01-08T06:40:05", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="twai", target="esp32c6-devkitc:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:838", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/adc lines.last= [1/1] Normalize esp32c6-devkitc/adc target=esp32c6-devkitc:adc timestamp=2026-01-08T06:40:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:47", timestamp_log="2026-01-08T06:40:47", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="adc", target="esp32c6-devkitc:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:846", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/crypto lines.last= [1/1] Normalize esp32c6-devkitc/crypto target=esp32c6-devkitc:crypto timestamp=2026-01-08T06:41:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:29", timestamp_log="2026-01-08T06:41:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="crypto", target="esp32c6-devkitc:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:854", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/usbconsole lines.last= [1/1] Normalize esp32c6-devkitc/usbconsole target=esp32c6-devkitc:usbconsole timestamp=2026-01-08T06:42:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:34", timestamp_log="2026-01-08T06:42:34", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="usbconsole", target="esp32c6-devkitc:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:862", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/sdm lines.last= [1/1] Normalize esp32c6-devkitc/sdm target=esp32c6-devkitc:sdm timestamp=2026-01-08T06:43:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:15", timestamp_log="2026-01-08T06:43:15", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="sdm", target="esp32c6-devkitc:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:870", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/romfs lines.last= [1/1] Normalize esp32c6-devkitc/romfs target=esp32c6-devkitc:romfs timestamp=2026-01-08T06:43:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:57", timestamp_log="2026-01-08T06:43:57", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="romfs", target="esp32c6-devkitc:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:878", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/random lines.last= [1/1] Normalize esp32c6-devkitc/random target=esp32c6-devkitc:random timestamp=2026-01-08T06:44:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:39", timestamp_log="2026-01-08T06:44:39", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="random", target="esp32c6-devkitc:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:886", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/gpio lines.last= [1/1] Normalize esp32c6-devkitc/gpio target=esp32c6-devkitc:gpio timestamp=2026-01-08T06:45:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:21", timestamp_log="2026-01-08T06:45:21", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="gpio", target="esp32c6-devkitc:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:894", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/mcuboot_update_agent lines.last= [1/1] Normalize esp32c6-devkitc/mcuboot_update_agent target=esp32c6-devkitc:mcuboot_update_agent timestamp=2026-01-08T06:46:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:02", timestamp_log="2026-01-08T06:46:02", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="mcuboot_update_agent", target="esp32c6-devkitc:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:902", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/sta_softap lines.last= [1/1] Normalize esp32c6-devkitc/sta_softap target=esp32c6-devkitc:sta_softap timestamp=2026-01-08T06:47:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:42", timestamp_log="2026-01-08T06:47:42", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="sta_softap", target="esp32c6-devkitc:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:924", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/oa_tc6 lines.last= [1/1] Normalize esp32c6-devkitc/oa_tc6 target=esp32c6-devkitc:oa_tc6 timestamp=2026-01-08T06:48:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:43", timestamp_log="2026-01-08T06:48:43", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="oa_tc6", target="esp32c6-devkitc:oa_tc6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:946", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:oa_tc6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/wifi lines.last= [1/1] Normalize esp32c6-devkitc/wifi target=esp32c6-devkitc:wifi timestamp=2026-01-08T06:49:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:43", timestamp_log="2026-01-08T06:49:43", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="wifi", target="esp32c6-devkitc:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:954", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/pwm lines.last= [1/1] Normalize esp32c6-devkitc/pwm target=esp32c6-devkitc:pwm timestamp=2026-01-08T06:51:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:12", timestamp_log="2026-01-08T06:51:12", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="pwm", target="esp32c6-devkitc:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:976", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/nsh lines.last= [1/1] Normalize esp32c6-devkitc/nsh target=esp32c6-devkitc:nsh timestamp=2026-01-08T06:51:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:54", timestamp_log="2026-01-08T06:51:54", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="nsh", target="esp32c6-devkitc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:984", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/qencoder lines.last= [1/1] Normalize esp32c6-devkitc/qencoder target=esp32c6-devkitc:qencoder timestamp=2026-01-08T06:52:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:35", timestamp_log="2026-01-08T06:52:35", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="qencoder", target="esp32c6-devkitc:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:992", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/sdmmc_spi lines.last= [1/1] Normalize esp32c6-devkitc/sdmmc_spi target=esp32c6-devkitc:sdmmc_spi timestamp=2026-01-08T06:53:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:17", timestamp_log="2026-01-08T06:53:17", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="sdmmc_spi", target="esp32c6-devkitc:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1000", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/capture lines.last= [1/1] Normalize esp32c6-devkitc/capture target=esp32c6-devkitc:capture timestamp=2026-01-08T06:54:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:29", timestamp_log="2026-01-08T06:54:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="capture", target="esp32c6-devkitc:capture", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1008", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/tickless lines.last= [1/1] Normalize esp32c6-devkitc/tickless target=esp32c6-devkitc:tickless timestamp=2026-01-08T06:55:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:55:12", timestamp_log="2026-01-08T06:55:12", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="tickless", target="esp32c6-devkitc:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1016", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/i2c lines.last= [1/1] Normalize esp32c6-devkitc/i2c target=esp32c6-devkitc:i2c timestamp=2026-01-08T06:56:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:00", timestamp_log="2026-01-08T06:56:00", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="i2c", target="esp32c6-devkitc:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1024", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/timers lines.last= [1/1] Normalize esp32c6-devkitc/timers target=esp32c6-devkitc:timers timestamp=2026-01-08T06:56:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:42", timestamp_log="2026-01-08T06:56:42", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="timers", target="esp32c6-devkitc:timers", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1032", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/ulp lines.last= [1/1] Normalize esp32c6-devkitc/ulp target=esp32c6-devkitc:ulp timestamp=2026-01-08T06:57:25 *** Msg: mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/risc-v/src/chip/ulp': File exists body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:25", timestamp_log="2026-01-08T06:57:25", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="ulp", target="esp32c6-devkitc:ulp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1040", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1040", msg="mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/risc-v/src/chip/ulp': File exists", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:ulp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/coremark lines.last= [1/1] Normalize esp32c6-devkitc/coremark target=esp32c6-devkitc:coremark timestamp=2026-01-08T06:58:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:07", timestamp_log="2026-01-08T06:58:07", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="coremark", target="esp32c6-devkitc:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1049", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/spiflash lines.last= [1/1] Normalize esp32c6-devkitc/spiflash target=esp32c6-devkitc:spiflash timestamp=2026-01-08T06:59:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:12", timestamp_log="2026-01-08T06:59:12", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="spiflash", target="esp32c6-devkitc:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1064", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/bmp180 lines.last= [1/1] Normalize esp32c6-devkitc/bmp180 target=esp32c6-devkitc:bmp180 timestamp=2026-01-08T07:00:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:15", timestamp_log="2026-01-08T07:00:15", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="bmp180", target="esp32c6-devkitc:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1072", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/mpu60x0 lines.last= [1/1] Normalize esp32c6-devkitc/mpu60x0 target=esp32c6-devkitc:mpu60x0 timestamp=2026-01-08T07:00:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:57", timestamp_log="2026-01-08T07:00:57", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="mpu60x0", target="esp32c6-devkitc:mpu60x0", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1080", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:mpu60x0", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/i2schar lines.last= [1/1] Normalize esp32c6-devkitc/i2schar target=esp32c6-devkitc:i2schar timestamp=2026-01-08T07:01:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:39", timestamp_log="2026-01-08T07:01:39", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="i2schar", target="esp32c6-devkitc:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1088", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/mcuboot_nsh lines.last= [1/1] Normalize esp32c6-devkitc/mcuboot_nsh target=esp32c6-devkitc:mcuboot_nsh timestamp=2026-01-08T07:02:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:23", timestamp_log="2026-01-08T07:02:23", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="mcuboot_nsh", target="esp32c6-devkitc:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1096", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/spislv lines.last= [1/1] Normalize esp32c6-devkitc/spislv target=esp32c6-devkitc:spislv timestamp=2026-01-08T07:03:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:03", timestamp_log="2026-01-08T07:03:03", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="spislv", target="esp32c6-devkitc:spislv", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1104", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:spislv", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/watchdog lines.last= [1/1] Normalize esp32c6-devkitc/watchdog target=esp32c6-devkitc:watchdog timestamp=2026-01-08T07:03:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:47", timestamp_log="2026-01-08T07:03:47", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="watchdog", target="esp32c6-devkitc:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1112", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/spi lines.last= [1/1] Normalize esp32c6-devkitc/spi target=esp32c6-devkitc:spi timestamp=2026-01-08T07:04:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:29", timestamp_log="2026-01-08T07:04:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="spi", target="esp32c6-devkitc:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1120", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/usbnsh lines.last= [1/1] Normalize esp32c6-xiao/usbnsh target=esp32c6-xiao:usbnsh timestamp=2026-01-08T07:05:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:11", timestamp_log="2026-01-08T07:05:11", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="usbnsh", target="esp32c6-xiao:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1128", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/gpio lines.last= [1/1] Normalize esp32c6-xiao/gpio target=esp32c6-xiao:gpio timestamp=2026-01-08T07:05:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:52", timestamp_log="2026-01-08T07:05:52", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="gpio", target="esp32c6-xiao:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1136", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/wifi lines.last= [1/1] Normalize esp32c6-xiao/wifi target=esp32c6-xiao:wifi timestamp=2026-01-08T07:06:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:33", timestamp_log="2026-01-08T07:06:33", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="wifi", target="esp32c6-xiao:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1144", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/nsh lines.last= [1/1] Normalize esp32c6-xiao/nsh target=esp32c6-xiao:nsh timestamp=2026-01-08T07:07:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:33", timestamp_log="2026-01-08T07:07:33", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="nsh", target="esp32c6-xiao:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1160", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/ostest lines.last= [1/1] Normalize esp32c6-devkitm/ostest target=esp32c6-devkitm:ostest timestamp=2026-01-08T07:08:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:15", timestamp_log="2026-01-08T07:08:15", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="ostest", target="esp32c6-devkitm:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1168", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/efuse lines.last= [1/1] Normalize esp32c6-devkitm/efuse target=esp32c6-devkitm:efuse timestamp=2026-01-08T07:09:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:22", timestamp_log="2026-01-08T07:09:22", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="efuse", target="esp32c6-devkitm:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1176", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/rmt lines.last= [1/1] Normalize esp32c6-devkitm/rmt target=esp32c6-devkitm:rmt timestamp=2026-01-08T07:10:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:04", timestamp_log="2026-01-08T07:10:04", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="rmt", target="esp32c6-devkitm:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1184", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/buttons lines.last= [1/1] Normalize esp32c6-devkitm/buttons target=esp32c6-devkitm:buttons timestamp=2026-01-08T07:10:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:46", timestamp_log="2026-01-08T07:10:46", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="buttons", target="esp32c6-devkitm:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1192", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/rtc lines.last= [1/1] Normalize esp32c6-devkitm/rtc target=esp32c6-devkitm:rtc timestamp=2026-01-08T07:11:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:29", timestamp_log="2026-01-08T07:11:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="rtc", target="esp32c6-devkitm:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1200", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/twai lines.last= [1/1] Normalize esp32c6-devkitm/twai target=esp32c6-devkitm:twai timestamp=2026-01-08T07:12:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:32", timestamp_log="2026-01-08T07:12:32", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="twai", target="esp32c6-devkitm:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1208", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/usbconsole lines.last= [1/1] Normalize esp32c6-devkitm/usbconsole target=esp32c6-devkitm:usbconsole timestamp=2026-01-08T07:13:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:14", timestamp_log="2026-01-08T07:13:14", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="usbconsole", target="esp32c6-devkitm:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1216", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/romfs lines.last= [1/1] Normalize esp32c6-devkitm/romfs target=esp32c6-devkitm:romfs timestamp=2026-01-08T07:13:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:55", timestamp_log="2026-01-08T07:13:55", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="romfs", target="esp32c6-devkitm:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1224", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/random lines.last= [1/1] Normalize esp32c6-devkitm/random target=esp32c6-devkitm:random timestamp=2026-01-08T07:14:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:38", timestamp_log="2026-01-08T07:14:38", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="random", target="esp32c6-devkitm:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1232", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/gpio lines.last= [1/1] Normalize esp32c6-devkitm/gpio target=esp32c6-devkitm:gpio timestamp=2026-01-08T07:15:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:20", timestamp_log="2026-01-08T07:15:20", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="gpio", target="esp32c6-devkitm:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1240", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/sta_softap lines.last= [1/1] Normalize esp32c6-devkitm/sta_softap target=esp32c6-devkitm:sta_softap timestamp=2026-01-08T07:16:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:01", timestamp_log="2026-01-08T07:16:01", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="sta_softap", target="esp32c6-devkitm:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1248", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/oa_tc6 lines.last= [1/1] Normalize esp32c6-devkitm/oa_tc6 target=esp32c6-devkitm:oa_tc6 timestamp=2026-01-08T07:17:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:35", timestamp_log="2026-01-08T07:17:35", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="oa_tc6", target="esp32c6-devkitm:oa_tc6", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1263", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:oa_tc6", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/wifi lines.last= [1/1] Normalize esp32c6-devkitm/wifi target=esp32c6-devkitm:wifi timestamp=2026-01-08T07:18:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:31", timestamp_log="2026-01-08T07:18:31", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="wifi", target="esp32c6-devkitm:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1271", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/pwm lines.last= [1/1] Normalize esp32c6-devkitm/pwm target=esp32c6-devkitm:pwm timestamp=2026-01-08T07:19:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:26", timestamp_log="2026-01-08T07:19:26", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="pwm", target="esp32c6-devkitm:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1286", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/nsh lines.last= [1/1] Normalize esp32c6-devkitm/nsh target=esp32c6-devkitm:nsh timestamp=2026-01-08T07:20:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:08", timestamp_log="2026-01-08T07:20:08", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="nsh", target="esp32c6-devkitm:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1294", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/sdmmc_spi lines.last= [1/1] Normalize esp32c6-devkitm/sdmmc_spi target=esp32c6-devkitm:sdmmc_spi timestamp=2026-01-08T07:20:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:49", timestamp_log="2026-01-08T07:20:49", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="sdmmc_spi", target="esp32c6-devkitm:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1302", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/tickless lines.last= [1/1] Normalize esp32c6-devkitm/tickless target=esp32c6-devkitm:tickless timestamp=2026-01-08T07:21:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:33", timestamp_log="2026-01-08T07:21:33", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="tickless", target="esp32c6-devkitm:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1310", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/i2c lines.last= [1/1] Normalize esp32c6-devkitm/i2c target=esp32c6-devkitm:i2c timestamp=2026-01-08T07:22:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:22", timestamp_log="2026-01-08T07:22:22", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="i2c", target="esp32c6-devkitm:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1318", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/timers lines.last= [1/1] Normalize esp32c6-devkitm/timers target=esp32c6-devkitm:timers timestamp=2026-01-08T07:23:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:04", timestamp_log="2026-01-08T07:23:04", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="timers", target="esp32c6-devkitm:timers", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1326", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/spiflash lines.last= [1/1] Normalize esp32c6-devkitm/spiflash target=esp32c6-devkitm:spiflash timestamp=2026-01-08T07:23:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:47", timestamp_log="2026-01-08T07:23:47", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="spiflash", target="esp32c6-devkitm:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1334", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/bmp180 lines.last= [1/1] Normalize esp32c6-devkitm/bmp180 target=esp32c6-devkitm:bmp180 timestamp=2026-01-08T07:24:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:49", timestamp_log="2026-01-08T07:24:49", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="bmp180", target="esp32c6-devkitm:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1342", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/i2schar lines.last= [1/1] Normalize esp32c6-devkitm/i2schar target=esp32c6-devkitm:i2schar timestamp=2026-01-08T07:25:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:32", timestamp_log="2026-01-08T07:25:32", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="i2schar", target="esp32c6-devkitm:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1350", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/mcuboot_nsh lines.last= [1/1] Normalize esp32c6-devkitm/mcuboot_nsh target=esp32c6-devkitm:mcuboot_nsh timestamp=2026-01-08T07:26:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:20", timestamp_log="2026-01-08T07:26:20", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="mcuboot_nsh", target="esp32c6-devkitm:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1358", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/spislv lines.last= [1/1] Normalize esp32c6-devkitm/spislv target=esp32c6-devkitm:spislv timestamp=2026-01-08T07:27:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:00", timestamp_log="2026-01-08T07:27:00", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="spislv", target="esp32c6-devkitm:spislv", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1366", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:spislv", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/watchdog lines.last= [1/1] Normalize esp32c6-devkitm/watchdog target=esp32c6-devkitm:watchdog timestamp=2026-01-08T07:27:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:43", timestamp_log="2026-01-08T07:27:43", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="watchdog", target="esp32c6-devkitm:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1374", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/spi lines.last= [1/1] Normalize esp32c6-devkitm/spi target=esp32c6-devkitm:spi timestamp=2026-01-08T07:28:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:26", timestamp_log="2026-01-08T07:28:26", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="spi", target="esp32c6-devkitm:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1382", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/ostest lines.last= [1/1] Normalize esp32h2-devkit/ostest target=esp32h2-devkit:ostest timestamp=2026-01-08T07:29:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:08", timestamp_log="2026-01-08T07:29:08", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="ostest", target="esp32h2-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1390", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/efuse lines.last= [1/1] Normalize esp32h2-devkit/efuse target=esp32h2-devkit:efuse timestamp=2026-01-08T07:30:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:13", timestamp_log="2026-01-08T07:30:13", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="efuse", target="esp32h2-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1398", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/pm lines.last= [1/1] Normalize esp32h2-devkit/pm target=esp32h2-devkit:pm timestamp=2026-01-08T07:30:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:55", timestamp_log="2026-01-08T07:30:55", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="pm", target="esp32h2-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1406", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/rmt lines.last= [1/1] Normalize esp32h2-devkit/rmt target=esp32h2-devkit:rmt timestamp=2026-01-08T07:31:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:39", timestamp_log="2026-01-08T07:31:39", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="rmt", target="esp32h2-devkit:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1414", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/buttons lines.last= [1/1] Normalize esp32h2-devkit/buttons target=esp32h2-devkit:buttons timestamp=2026-01-08T07:32:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:20", timestamp_log="2026-01-08T07:32:20", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="buttons", target="esp32h2-devkit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1422", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/temperature_sensor lines.last= [1/1] Normalize esp32h2-devkit/temperature_sensor target=esp32h2-devkit:temperature_sensor timestamp=2026-01-08T07:33:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:02", timestamp_log="2026-01-08T07:33:02", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="temperature_sensor", target="esp32h2-devkit:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1430", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/rtc lines.last= [1/1] Normalize esp32h2-devkit/rtc target=esp32h2-devkit:rtc timestamp=2026-01-08T07:33:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:43", timestamp_log="2026-01-08T07:33:43", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="rtc", target="esp32h2-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1438", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/motor lines.last= [1/1] Normalize esp32h2-devkit/motor target=esp32h2-devkit:motor timestamp=2026-01-08T07:34:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:45", timestamp_log="2026-01-08T07:34:45", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="motor", target="esp32h2-devkit:motor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1446", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/twai lines.last= [1/1] Normalize esp32h2-devkit/twai target=esp32h2-devkit:twai timestamp=2026-01-08T07:35:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:26", timestamp_log="2026-01-08T07:35:26", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="twai", target="esp32h2-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1454", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/adc lines.last= [1/1] Normalize esp32h2-devkit/adc target=esp32h2-devkit:adc timestamp=2026-01-08T07:36:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:08", timestamp_log="2026-01-08T07:36:08", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="adc", target="esp32h2-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1462", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/crypto lines.last= [1/1] Normalize esp32h2-devkit/crypto target=esp32h2-devkit:crypto timestamp=2026-01-08T07:36:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:49", timestamp_log="2026-01-08T07:36:49", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="crypto", target="esp32h2-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1470", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/usbconsole lines.last= [1/1] Normalize esp32h2-devkit/usbconsole target=esp32h2-devkit:usbconsole timestamp=2026-01-08T07:37:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:52", timestamp_log="2026-01-08T07:37:52", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="usbconsole", target="esp32h2-devkit:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1478", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/sdm lines.last= [1/1] Normalize esp32h2-devkit/sdm target=esp32h2-devkit:sdm timestamp=2026-01-08T07:38:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:33", timestamp_log="2026-01-08T07:38:33", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="sdm", target="esp32h2-devkit:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1486", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/romfs lines.last= [1/1] Normalize esp32h2-devkit/romfs target=esp32h2-devkit:romfs timestamp=2026-01-08T07:39:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:14", timestamp_log="2026-01-08T07:39:14", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="romfs", target="esp32h2-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1494", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/random lines.last= [1/1] Normalize esp32h2-devkit/random target=esp32h2-devkit:random timestamp=2026-01-08T07:39:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:55", timestamp_log="2026-01-08T07:39:55", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="random", target="esp32h2-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1502", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/gpio lines.last= [1/1] Normalize esp32h2-devkit/gpio target=esp32h2-devkit:gpio timestamp=2026-01-08T07:40:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:37", timestamp_log="2026-01-08T07:40:37", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="gpio", target="esp32h2-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1510", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/pwm lines.last= [1/1] Normalize esp32h2-devkit/pwm target=esp32h2-devkit:pwm timestamp=2026-01-08T07:41:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:18", timestamp_log="2026-01-08T07:41:18", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="pwm", target="esp32h2-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1518", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/nsh lines.last= [1/1] Normalize esp32h2-devkit/nsh target=esp32h2-devkit:nsh timestamp=2026-01-08T07:41:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:58", timestamp_log="2026-01-08T07:41:58", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="nsh", target="esp32h2-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1526", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/qencoder lines.last= [1/1] Normalize esp32h2-devkit/qencoder target=esp32h2-devkit:qencoder timestamp=2026-01-08T07:42:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:39", timestamp_log="2026-01-08T07:42:39", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="qencoder", target="esp32h2-devkit:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1534", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/sdmmc_spi lines.last= [1/1] Normalize esp32h2-devkit/sdmmc_spi target=esp32h2-devkit:sdmmc_spi timestamp=2026-01-08T07:43:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:20", timestamp_log="2026-01-08T07:43:20", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="sdmmc_spi", target="esp32h2-devkit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1542", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/capture lines.last= [1/1] Normalize esp32h2-devkit/capture target=esp32h2-devkit:capture timestamp=2026-01-08T07:44:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:04", timestamp_log="2026-01-08T07:44:04", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="capture", target="esp32h2-devkit:capture", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1550", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/tickless lines.last= [1/1] Normalize esp32h2-devkit/tickless target=esp32h2-devkit:tickless timestamp=2026-01-08T07:44:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:45", timestamp_log="2026-01-08T07:44:45", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="tickless", target="esp32h2-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1558", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/i2c lines.last= [1/1] Normalize esp32h2-devkit/i2c target=esp32h2-devkit:i2c timestamp=2026-01-08T07:45:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:32", timestamp_log="2026-01-08T07:45:32", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="i2c", target="esp32h2-devkit:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1566", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/timers lines.last= [1/1] Normalize esp32h2-devkit/timers target=esp32h2-devkit:timers timestamp=2026-01-08T07:46:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:14", timestamp_log="2026-01-08T07:46:14", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="timers", target="esp32h2-devkit:timers", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1574", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/spiflash lines.last= [1/1] Normalize esp32h2-devkit/spiflash target=esp32h2-devkit:spiflash timestamp=2026-01-08T07:46:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:56", timestamp_log="2026-01-08T07:46:56", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="spiflash", target="esp32h2-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1582", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/bmp180 lines.last= [1/1] Normalize esp32h2-devkit/bmp180 target=esp32h2-devkit:bmp180 timestamp=2026-01-08T07:47:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:57", timestamp_log="2026-01-08T07:47:57", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="bmp180", target="esp32h2-devkit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1590", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/i2schar lines.last= [1/1] Normalize esp32h2-devkit/i2schar target=esp32h2-devkit:i2schar timestamp=2026-01-08T07:48:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:38", timestamp_log="2026-01-08T07:48:38", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="i2schar", target="esp32h2-devkit:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1598", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/mcuboot_nsh lines.last= [1/1] Normalize esp32h2-devkit/mcuboot_nsh target=esp32h2-devkit:mcuboot_nsh timestamp=2026-01-08T07:49:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:25", timestamp_log="2026-01-08T07:49:25", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="mcuboot_nsh", target="esp32h2-devkit:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1606", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/watchdog lines.last= [1/1] Normalize esp32h2-devkit/watchdog target=esp32h2-devkit:watchdog timestamp=2026-01-08T07:50:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:05", timestamp_log="2026-01-08T07:50:05", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="watchdog", target="esp32h2-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1614", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/spi lines.last= [1/1] Normalize esp32h2-devkit/spi target=esp32h2-devkit:spi timestamp=2026-01-08T07:50:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:47", timestamp_log="2026-01-08T07:50:47", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="spi", target="esp32h2-devkit:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483776#step:10:1622", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:17:56 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-04 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-04 + local os=Linux + local step=10 + local group=risc-v-04 + local 'job_name=Linux (risc-v-04)' ++ jq '.jobs | map(select(.name == "Linux (risc-v-04)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 59051 0 0:00:02 0:00:02 --:--:-- 59038 + local job_id=59765483828 + set +x job_id=59765483828 + [[ 59765483828 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/9_Linux (risc-v-04).txt' + local 'log_file=/tmp/ingest-nuttx-builds/9_Linux (risc-v-04).txt' + local filename=ci-risc-v-04.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-04.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/9_Linux (risc-v-04).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-04.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {1d23cbc2-1d9b-47fd-af04-27ea97caa48e} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-04) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1994) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-04.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-04 --run-id 20807787563 --job-id 59765483828 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-04.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-04 --run-id 20807787563 --job-id 59765483828 --step 10` lines[0]=Configuration/Tool: hifive1-revb/nsh lines.last= [1/1] Normalize hifive1-revb/nsh target=hifive1-revb:nsh timestamp=2026-01-08T07:09:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:47", timestamp_log="2026-01-08T07:09:47", user="NuttX", arch="risc-v", subarch="fe310", group="risc-v-04", board="hifive1-revb", config="nsh", target="hifive1-revb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hifive1-revb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hpm6360evk/nsh lines.last= [1/1] Normalize hpm6360evk/nsh target=hpm6360evk:nsh timestamp=2026-01-08T07:10:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:41", timestamp_log="2026-01-08T07:10:41", user="NuttX", arch="risc-v", subarch="hpm6000", group="risc-v-04", board="hpm6360evk", config="nsh", target="hpm6360evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:784", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hpm6360evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hpm6750evk2/nsh lines.last= [1/1] Normalize hpm6750evk2/nsh target=hpm6750evk2:nsh timestamp=2026-01-08T07:11:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:29", timestamp_log="2026-01-08T07:11:29", user="NuttX", arch="risc-v", subarch="hpm6750", group="risc-v-04", board="hpm6750evk2", config="nsh", target="hpm6750evk2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:792", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hpm6750evk2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: star64/nsh lines.last= [1/1] Normalize star64/nsh target=star64:nsh timestamp=2026-01-08T07:12:12 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:12", timestamp_log="2026-01-08T07:12:12", user="NuttX", arch="risc-v", subarch="jh7110", group="risc-v-04", board="star64", config="nsh", target="star64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:800", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:800", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/star64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/kostest lines.last= [1/1] Normalize maix-bit/kostest target=maix-bit:kostest timestamp=2026-01-08T07:13:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:45", timestamp_log="2026-01-08T07:13:45", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="kostest", target="maix-bit:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:811", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/knsh_smp lines.last= [1/1] Normalize maix-bit/knsh_smp target=maix-bit:knsh_smp timestamp=2026-01-08T07:15:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:06", timestamp_log="2026-01-08T07:15:06", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="knsh_smp", target="maix-bit:knsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:819", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:knsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/module lines.last= [1/1] Normalize maix-bit/module target=maix-bit:module timestamp=2026-01-08T07:16:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:30", timestamp_log="2026-01-08T07:16:30", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="module", target="maix-bit:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:827", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/knsh lines.last= [1/1] Normalize maix-bit/knsh target=maix-bit:knsh timestamp=2026-01-08T07:17:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:23", timestamp_log="2026-01-08T07:17:23", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="knsh", target="maix-bit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:835", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/posix_spawn lines.last= [1/1] Normalize maix-bit/posix_spawn target=maix-bit:posix_spawn timestamp=2026-01-08T07:18:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:41", timestamp_log="2026-01-08T07:18:41", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="posix_spawn", target="maix-bit:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:843", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/smp lines.last= [1/1] Normalize maix-bit/smp target=maix-bit:smp timestamp=2026-01-08T07:19:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:34", timestamp_log="2026-01-08T07:19:34", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="smp", target="maix-bit:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:851", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/nsh lines.last= [1/1] Normalize maix-bit/nsh target=maix-bit:nsh timestamp=2026-01-08T07:20:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:25", timestamp_log="2026-01-08T07:20:25", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="nsh", target="maix-bit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:859", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/elf lines.last= [1/1] Normalize maix-bit/elf target=maix-bit:elf timestamp=2026-01-08T07:21:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:16", timestamp_log="2026-01-08T07:21:16", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="elf", target="maix-bit:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:867", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/smp2 lines.last= [1/1] Normalize maix-bit/smp2 target=maix-bit:smp2 timestamp=2026-01-08T07:22:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:10", timestamp_log="2026-01-08T07:22:10", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="smp2", target="maix-bit:smp2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:875", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:smp2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/remote lines.last= [1/1] Normalize canmv230/remote target=canmv230:remote timestamp=2026-01-08T07:23:03 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:03", timestamp_log="2026-01-08T07:23:03", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="remote", target="canmv230:remote", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:883", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:883", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:remote", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/pnsh lines.last= [1/1] Normalize canmv230/pnsh target=canmv230:pnsh timestamp=2026-01-08T07:24:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:40", timestamp_log="2026-01-08T07:24:40", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="pnsh", target="canmv230:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:894", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/knsh lines.last= [1/1] Normalize canmv230/knsh target=canmv230:knsh timestamp=2026-01-08T07:26:07 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:07", timestamp_log="2026-01-08T07:26:07", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="knsh", target="canmv230:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:902", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:902", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/master lines.last= [1/1] Normalize canmv230/master target=canmv230:master timestamp=2026-01-08T07:27:37 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:37", timestamp_log="2026-01-08T07:27:37", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="master", target="canmv230:master", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:916", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:916", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:master", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/nsh lines.last= [1/1] Normalize canmv230/nsh target=canmv230:nsh timestamp=2026-01-08T07:28:38 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:38", timestamp_log="2026-01-08T07:28:38", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="nsh", target="canmv230:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:930", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:930", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/nsbi lines.last= [1/1] Normalize canmv230/nsbi target=canmv230:nsbi timestamp=2026-01-08T07:29:30 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:30", timestamp_log="2026-01-08T07:29:30", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="nsbi", target="canmv230:nsbi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:939", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:939", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:nsbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:14 GMT", "content-length": "0"} } lines[0]=Skipping: arty_a7/knsh-tickless lines.last= Skipping: arty_a7/knsh-tickless *** Not a target: Skipping: arty_a7/knsh-tickless lines[0]=Skipping: arty_a7/sdmmc lines.last= Skipping: arty_a7/sdmmc *** Not a target: Skipping: arty_a7/sdmmc lines[0]=Skipping: arty_a7/knsh lines.last= Skipping: arty_a7/knsh *** Not a target: Skipping: arty_a7/knsh lines[0]=Skipping: arty_a7/nsh-vexii lines.last= Skipping: arty_a7/nsh-vexii *** Not a target: Skipping: arty_a7/nsh-vexii lines[0]=Skipping: arty_a7/pwm lines.last= Skipping: arty_a7/pwm *** Not a target: Skipping: arty_a7/pwm lines[0]=Skipping: arty_a7/nsh lines.last= Skipping: arty_a7/nsh *** Not a target: Skipping: arty_a7/nsh lines[0]=Skipping: arty_a7/netnsh lines.last= Skipping: arty_a7/netnsh *** Not a target: Skipping: arty_a7/netnsh lines[0]=Skipping: arty_a7/nsh-tickless lines.last= Skipping: arty_a7/nsh-tickless *** Not a target: Skipping: arty_a7/nsh-tickless lines[0]=Configuration/Tool: m100pfsevp/nsh lines.last= [1/1] Normalize m100pfsevp/nsh target=m100pfsevp:nsh timestamp=2026-01-08T07:30:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:32", timestamp_log="2026-01-08T07:30:32", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="m100pfsevp", config="nsh", target="m100pfsevp:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1009", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/m100pfsevp:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/rpmsg-sbi lines.last= [1/1] Normalize icicle/rpmsg-sbi target=icicle:rpmsg-sbi timestamp=2026-01-08T07:31:23 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:23", timestamp_log="2026-01-08T07:31:23", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="rpmsg-sbi", target="icicle:rpmsg-sbi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1017", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1017", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:rpmsg-sbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/hwtest lines.last= [1/1] Normalize icicle/hwtest target=icicle:hwtest timestamp=2026-01-08T07:32:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:14", timestamp_log="2026-01-08T07:32:14", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="hwtest", target="icicle:hwtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1026", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:hwtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/opensbi lines.last= [1/1] Normalize icicle/opensbi target=icicle:opensbi timestamp=2026-01-08T07:33:20 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:20", timestamp_log="2026-01-08T07:33:20", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="opensbi", target="icicle:opensbi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1034", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1034", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:opensbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/pnsh lines.last= [1/1] Normalize icicle/pnsh target=icicle:pnsh timestamp=2026-01-08T07:34:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:12", timestamp_log="2026-01-08T07:34:12", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="pnsh", target="icicle:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1043", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/knsh lines.last= [1/1] Normalize icicle/knsh target=icicle:knsh timestamp=2026-01-08T07:35:33 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:33", timestamp_log="2026-01-08T07:35:33", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="knsh", target="icicle:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1051", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1051", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/nsh lines.last= [1/1] Normalize icicle/nsh target=icicle:nsh timestamp=2026-01-08T07:37:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:45", timestamp_log="2026-01-08T07:37:45", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="nsh", target="icicle:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1062", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/rpmsg-ch2 lines.last= [1/1] Normalize icicle/rpmsg-ch2 target=icicle:rpmsg-ch2 timestamp=2026-01-08T07:38:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:20", timestamp_log="2026-01-08T07:38:20", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="rpmsg-ch2", target="icicle:rpmsg-ch2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1070", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:rpmsg-ch2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/rpmsg-ch1 lines.last=find: 'boards/risc-v/q[0-d]*': No such file or directory target=icicle:rpmsg-ch1 timestamp=2026-01-08T07:39:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:17", timestamp_log="2026-01-08T07:39:17", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="rpmsg-ch1", target="icicle:rpmsg-ch1", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483828#step:10:1078", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:rpmsg-ch1", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:17 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-05 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-05 + local os=Linux + local step=10 + local group=risc-v-05 + local 'job_name=Linux (risc-v-05)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-05)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 59858 0 0:00:02 0:00:02 --:--:-- 59855 + local job_id=59765483790 + set +x job_id=59765483790 + [[ 59765483790 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/21_Linux (risc-v-05).txt' + local 'log_file=/tmp/ingest-nuttx-builds/21_Linux (risc-v-05).txt' + local filename=ci-risc-v-05.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-05.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483790#step:10:83 + cat '/tmp/ingest-nuttx-builds/21_Linux (risc-v-05).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-05.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {419eac3b-3104-4304-988b-255d22005a5d} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) ##[warning]Failed to download action 'https://api.github.com/repos/actions/download-artifact/tarball/37930b1c2abaa49bbe596cd826c3c89aef350131'. Error: Connection refused (api.github.com:443) ##[warning]Back off 14.99 seconds before retry. Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-05) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2081) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483790#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-05.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-05 --run-id 20807787563 --job-id 59765483790 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-05.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-05 --run-id 20807787563 --job-id 59765483790 --step 10` lines[0]=Configuration/Tool: rv-virt/citest lines.last= [1/1] Normalize rv-virt/citest target=rv-virt:citest timestamp=2026-01-08T06:33:53 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ *** Msg: + dd if=/dev/zero of=fatfs.img bs=512 count=128K *** Msg: 131072+0 records in *** Msg: 131072+0 records out *** Msg: 67108864 bytes (67 MB, 64 MiB) copied, 0.114278 s, 587 MB/s *** Msg: + mkfs.fat fatfs.img *** Msg: /github/workspace/sources/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run.sh: line 33: mkfs.fat: command not found *** Msg: + chmod 777 ./fatfs.img *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './'}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'qemu', *** Msg: 'elf_path': './nuttx', *** Msg: 'exec_args': '-semihosting -M virt,aclint=on ' *** Msg: '-smp 1 -bios none -nographic ' *** Msg: '-drive ' *** Msg: 'index=0,id=userdata,if=none,format=raw,file=./fatfs.img ' *** Msg: '-device ' *** Msg: 'virtio-blk-device,bus=virtio-mmio-bus.0,drive=userdata', *** Msg: 'exec_path': 'qemu-system-riscv32', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'rv-virt'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': ['Nuttx_System_Fs_Fs'], *** Msg: 'include_module': [], *** Msg: 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 3600.0s *** Msg: collected 2437 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_romfs SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_cxxtest SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_psram_test SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stability/test_fs_stability.py::test_fstest SKIPPED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stress/test_fs_stress_integration.py::test_fs_fstest SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_1] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_2] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_3] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_1_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_2_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_3] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_4] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_2_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_4_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_3_2] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_4_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_mqueue_h_1_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_sched_h_10_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_13_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_19_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_26_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_2] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_conpro] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_lock] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_philosopher] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_readerwriter] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_sleepingbarber] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_10_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_1_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_2] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_3_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_4_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_5_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_6_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_7_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_8_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_9_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_1_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_2_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_3_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_12_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_14_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_2_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_3_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_4_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_5_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_2] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_3] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_4] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_9_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_10_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_2] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_1_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_2] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_4_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_5_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_7_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_8_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_9_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_1_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_2_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_2] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_4_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_1_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_3_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_4_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_5_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_9_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_2] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_2_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_3_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_5_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_6_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_7_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_2] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_2] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_asctime_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_2_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_2] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_2_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_5_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_6_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_3_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_5_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_2] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_7_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_8_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_2] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_2_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_3_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_4_1] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_7_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_2] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_11_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_13_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_1_1] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_2_1] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_3_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_2] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_19_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_1_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_20_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_6_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_8_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_ctime_1_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_difftime_1_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_11_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_12_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_13_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_14_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_16_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_2] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_18_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_19_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_1_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_21_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_22_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_2_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_3_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_4_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_6_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_8_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_9_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_4_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_5_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_7_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_getpid_1_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_1_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_2] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_2] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_3_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_4_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_5_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_6_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_8_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_10_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_12_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_13_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_14_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_15_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_18_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_1_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_2_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_3_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_4_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_5_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_6_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_7_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_8_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_9_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_localtime_1_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mktime_1_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_10_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_12_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_5_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_8_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_2] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_15_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_8_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_10_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_2] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_3] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_5] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_6] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_13_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_18_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_19_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_2] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_21_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_23_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_27_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_31_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_32_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_3_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_5_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_3] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_4] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_5] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_6] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_3] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_4] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_9_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_2_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_3] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_4_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_4_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_2_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_4_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_5_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_8_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_9_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_11_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_12_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_13_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_15_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_16_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_18_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_19_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_1_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_20_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_21_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_23_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_25_2] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_29_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_2_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_3_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_2] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_3] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_2] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_2] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_10_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_2] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_12_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_13_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_2_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_5_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_7_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_8_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_10_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_2] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_12_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_13_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_14_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_1_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_2_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_2] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_2] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_3] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_2] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_7_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_8_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_9_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_2] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_2_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_5_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_2] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_11_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_13_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_14_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_15_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_2] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_3] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_1_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_2_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_3] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_7_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_8_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_10_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_2] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_12_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_13_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_14_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_15_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_16_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_18_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_19_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_1_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_20_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_2_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_2] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_2] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_3] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_2] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_3] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_7_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_8_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_9_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_1_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_2] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_7_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_10_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_11_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_7_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlockall_5_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_2] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_2_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_3_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_8_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_9_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_10000_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_3] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_2_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_6_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_1_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_2_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_3_3] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_1_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_3_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getinheritsched_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedparam_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedpolicy_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstack_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstacksize_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_3_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_4_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_4_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_4] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_4_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_4] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_4_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_5_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_4_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_1_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_4_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_6_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_7_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_1_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_4_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_2_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_3_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_4_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_2] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_destroy_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_2_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_2] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_3] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_3_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_4_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_5_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_3] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_2] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_3] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_3_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_2_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_3_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_3] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_2_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_3_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_4_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_2] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_2_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_1_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_3_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_3] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_11_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_12_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_3] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_6] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_3_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_5_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_8_1] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_3_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_2] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_2_1] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_2_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getcpuclockid_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_3] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_2_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_5_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_6_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_2] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_2_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_2] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_2] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_7_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_8_1] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_2] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_4_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_5_1] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_timedlock_4_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_2_1] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_4_3] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_2_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_4_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_2] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_3] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_3] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_4] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_5] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_1_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_3_3] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_7_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_3_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_6_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_6_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_3] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_4_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_2_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_2] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_2_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_2] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_tryrdlock_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_trywrlock_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_3_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_3_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_2_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_4_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_setpshared_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_self_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_2_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_5_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedprio_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setspecific_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_10_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_12_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_14_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_15_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_16_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_5_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_6_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_7_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_3] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_9_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_3_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_2] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_4_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_2] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_1_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_4_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_2] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_3_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_testcancel_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_10000_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_2] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_4_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_6_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_7_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_3] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_4] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_2] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_3] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_4] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_2_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_4_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_6_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_4_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_5_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_7_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_3_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_1_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_22_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_2] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_3] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_4] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_5] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_6] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_7] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_2] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_3] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_4] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_26_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_27_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_2] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_5_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_16_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_2] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_3] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_4] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_5] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_6] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_7] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_5] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_20_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_21_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_2] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_3_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_2] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_5_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_2] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_3] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_6_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_7_1] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_10_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_15_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_3] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_4] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_2] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_3_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_4_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_5_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_6_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_2] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_2_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_4_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_5_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_6_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_10_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_11_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_2] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_3_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_4_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_7_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_9_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_1_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_3_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_2] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_5_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_6_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_7_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_9_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_11_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_12_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_13_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_2] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_3_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_5_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_7_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_11_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_13_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_14_2] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_15_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_16_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_17_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_18_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_3] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_21_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_22_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_23_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_25_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_2] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_3] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_32_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_34_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_37_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_38_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_41_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_5_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_8_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_11_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_1_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_2_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_3_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_5_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_6_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_8_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_9_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_10_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_11_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_10] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_11] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_12] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_13] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_14] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_15] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_16] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_17] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_18] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_19] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_20] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_21] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_22] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_23] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_24] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_25] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_26] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_27] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_28] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_29] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_2] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_30] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_31] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_32] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_33] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_34] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_35] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_36] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_37] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_38] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_39] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_3] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_40] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_41] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_42] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_43] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_44] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_45] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_46] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_47] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_48] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_49] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_4] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_50] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_51] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_52] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_5] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_6] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_7] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_8] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_9] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_10] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_11] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_12] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_13] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_14] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_15] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_16] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_17] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_18] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_19] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_20] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_21] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_22] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_23] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_24] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_25] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_26] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_2] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_3] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_4] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_5] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_6] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_7] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_8] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_9] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_16_1] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_10] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_11] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_12] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_13] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_14] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_15] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_16] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_17] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_18] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_19] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_1] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_20] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_21] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_22] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_23] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_24] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_25] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_26] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_2] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_3] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_4] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_5] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_6] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_7] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_8] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_9] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_10] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_11] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_12] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_13] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_14] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_15] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_16] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_17] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_18] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_19] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_1] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_20] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_21] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_22] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_23] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_24] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_25] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_26] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_2] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_3] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_4] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_5] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_6] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_7] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_8] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_9] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_10] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_11] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_12] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_13] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_14] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_15] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_16] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_17] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_18] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_19] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_1] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_20] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_21] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_22] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_23] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_24] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_25] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_26] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_2] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_3] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_4] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_5] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_6] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_7] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_8] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_9] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_10] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_11] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_12] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_13] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_14] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_15] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_16] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_17] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_18] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_19] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_1] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_20] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_21] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_22] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_23] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_24] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_25] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_26] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_2] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_3] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_4] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_5] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_6] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_7] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_8] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_9] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_21_1] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_10] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_11] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_12] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_13] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_14] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_15] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_16] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_17] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_18] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_19] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_1] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_20] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_21] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_22] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_23] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_24] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_25] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_26] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_2] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_3] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_4] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_5] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_6] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_7] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_8] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_9] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_10] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_11] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_12] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_13] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_14] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_15] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_16] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_17] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_18] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_19] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_1] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_20] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_21] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_22] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_23] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_24] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_25] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_26] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_2] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_3] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_4] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_5] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_6] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_7] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_8] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_9] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_10] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_11] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_12] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_13] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_14] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_15] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_16] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_17] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_18] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_19] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_1] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_20] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_21] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_22] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_23] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_24] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_25] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_26] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_2] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_3] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_4] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_5] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_6] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_7] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_8] SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_9] SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_10] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_11] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_12] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_13] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_14] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_15] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_16] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_17] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_18] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_19] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_1] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_20] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_21] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_22] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_23] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_24] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_25] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_26] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_2] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_3] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_4] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_5] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_6] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_7] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_8] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_9] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_29_1] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_10] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_11] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_12] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_13] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_14] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_15] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_16] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_17] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_18] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_19] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_1] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_20] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_21] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_22] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_23] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_24] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_25] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_26] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_2] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_3] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_4] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_5] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_6] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_7] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_8] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_9] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_30_1] SKIPPED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_10] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_11] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_12] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_13] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_14] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_15] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_16] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_17] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_18] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_19] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_1] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_20] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_21] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_22] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_23] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_24] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_25] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_26] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_2] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_3] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_4] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_5] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_6] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_7] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_8] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_9] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_100] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_101] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_102] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_103] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_104] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_10] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_11] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_12] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_13] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_14] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_15] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_16] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_17] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_18] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_19] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_1] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_20] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_21] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_22] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_23] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_24] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_25] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_26] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_27] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_28] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_29] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_2] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_30] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_31] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_32] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_33] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_34] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_35] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_36] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_37] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_38] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_39] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_3] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_40] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_41] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_42] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_43] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_44] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_45] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_46] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_47] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_48] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_49] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_4] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_50] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_51] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_52] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_53] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_54] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_55] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_56] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_57] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_58] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_59] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_5] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_60] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_61] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_62] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_63] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_64] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_65] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_66] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_67] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_68] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_69] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_6] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_70] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_71] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_72] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_73] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_74] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_75] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_76] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_77] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_78] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_79] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_7] SKIPPED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_80] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_81] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_82] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_83] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_84] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_85] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_86] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_87] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_88] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_89] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_8] SKIPPED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_90] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_91] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_92] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_93] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_94] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_95] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_96] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_97] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_98] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_99] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_9] SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_10] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_11] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_12] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_13] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_14] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_15] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_16] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_17] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_18] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_19] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_1] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_20] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_21] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_22] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_23] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_24] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_25] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_26] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_2] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_3] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_4] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_5] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_6] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_7] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_8] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_9] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_10] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_11] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_12] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_13] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_14] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_15] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_16] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_17] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_18] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_19] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_1] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_20] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_21] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_22] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_23] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_24] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_25] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_26] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_2] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_3] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_4] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_5] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_6] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_7] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_8] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_9] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_9_1] SKIPPED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_2] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_3] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_2_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_4_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_10_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_11_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_12_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_1_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_2_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_3_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_5_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_6_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_7_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_8_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_9_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_2] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_3] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_4] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_4_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_3_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_4_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_5_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_2] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_3_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_4_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_5_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_5_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_6_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_7_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_2] SKIPPED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_2] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_3] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_10_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_12_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_15_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_17_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_5_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_6_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_7_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_2] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_3] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_9_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_10_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_11_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_12_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_1_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_2] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_3_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_4_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_7_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_8_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_9_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_1_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_2_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_3_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_10_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_1_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_2_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_3_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_4_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_7_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_8_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_9_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_1_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_3_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_4_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_6_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_1_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_4_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_5_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_6_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_1_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_3_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_4_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_2] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_7_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_8_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_3_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_5_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_6_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_7_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_8_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_9_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strchr_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strcpy_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_3_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strlen_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_2_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_time_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_10_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_11_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_16_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_3_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_7_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_8_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_9_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_2] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_2] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_4] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_3_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_13_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_2] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_2_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_3] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_2] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_6_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_1] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_2] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_4] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlock_speculative_12_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlockall_speculative_15_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_getattr_speculative_7_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_26_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_6_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedreceive_speculative_10_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedsend_speculative_18_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_unlink_speculative_7_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_getcpuclockid_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_join_speculative_6_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_key_create_speculative_5_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutex_init_speculative_5_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutexattr_gettype_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_rwlock_trywrlock_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_getparam_speculative_7_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_rr_get_interval_speculative_5_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_semaphores_multi_con_pro] PASSED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_signals_sigismember_stress_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_threads_helper] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cancel_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cond_init_s_c] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_getschedparam_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_schedule_1_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_getvalue_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_init_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_open_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_15_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_3] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_invaliddates] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_twopsetclock] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoevtimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoptimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test2] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling2] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test3] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_deadlock_prevention] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test09] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test18] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test19] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test21] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_01] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_02] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_07] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_08] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_09] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_06] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_07] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_smoke01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================ 1087 passed, 542 skipped in 3223.89s (0:53:43) ================ *** Msg: 0 *** Msg: + ret=0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + mv result /github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + rm -f fatfs.img *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:53", timestamp_log="2026-01-08T06:33:53", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-05", board="rv-virt", config="citest", target="rv-virt:citest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483790#step:10:776", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483790#step:10:776", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ \n + dd if=/dev/zero of=fatfs.img bs=512 count=128K \n 131072+0 records in \n 131072+0 records out \n 67108864 bytes (6", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/citest64 lines.last= [1/1] Normalize rv-virt/citest64 target=rv-virt:citest64 timestamp=2026-01-08T07:30:42 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './'}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'qemu', *** Msg: 'elf_path': './nuttx', *** Msg: 'exec_args': '-semihosting -M virt,aclint=on ' *** Msg: '-smp 1 -bios none -nographic', *** Msg: 'exec_path': 'qemu-system-riscv64', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'ntfc-rv-virt64'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': [], 'include_module': [], 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 3600.0s *** Msg: collected 932 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================== 72 passed, 7 skipped in 521.02s (0:08:41) =================== *** Msg: + ret=0 *** Msg: 0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + mv result /github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:42", timestamp_log="2026-01-08T07:30:42", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-05", board="rv-virt", config="citest64", target="rv-virt:citest64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483790#step:10:2517", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483790#step:10:2517", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ \n + source /github/workspace/nuttx-ntfc/venv/bin/activate \n ++ deactivate nondestructive \n ++ '[' -n '' ']' \n +", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:citest64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:28 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-06 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-06 + local os=Linux + local step=10 + local group=risc-v-06 + local 'job_name=Linux (risc-v-06)' ++ jq '.jobs | map(select(.name == "Linux (risc-v-06)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 65640 0 0:00:02 0:00:02 --:--:-- 65645 + local job_id=59765483846 + set +x job_id=59765483846 + [[ 59765483846 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/7_Linux (risc-v-06).txt' + local 'log_file=/tmp/ingest-nuttx-builds/7_Linux (risc-v-06).txt' + local filename=ci-risc-v-06.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-06.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/7_Linux (risc-v-06).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-06.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {1b59a221-1131-45e4-ae2d-21f5574deafa} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-06) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1992) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-06.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-06 --run-id 20807787563 --job-id 59765483846 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-06.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-06 --run-id 20807787563 --job-id 59765483846 --step 10` lines[0]=Configuration/Tool: rv-virt/elf lines.last= [1/1] Normalize rv-virt/elf target=rv-virt:elf timestamp=2026-01-08T07:11:34 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:34", timestamp_log="2026-01-08T07:11:34", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="elf", target="rv-virt:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:770", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:770", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/fb lines.last= [1/1] Normalize rv-virt/fb target=rv-virt:fb timestamp=2026-01-08T07:12:30 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:30", timestamp_log="2026-01-08T07:12:30", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="fb", target="rv-virt:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:779", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:779", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/fb64 lines.last= [1/1] Normalize rv-virt/fb64 target=rv-virt:fb64 timestamp=2026-01-08T07:13:32 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:32", timestamp_log="2026-01-08T07:13:32", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="fb64", target="rv-virt:fb64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:788", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:788", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:fb64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/flats lines.last= [1/1] Normalize rv-virt/flats target=rv-virt:flats timestamp=2026-01-08T07:14:33 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:33", timestamp_log="2026-01-08T07:14:33", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="flats", target="rv-virt:flats", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:797", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:797", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:flats", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/flats64 lines.last= [1/1] Normalize rv-virt/flats64 target=rv-virt:flats64 timestamp=2026-01-08T07:15:31 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:31", timestamp_log="2026-01-08T07:15:31", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="flats64", target="rv-virt:flats64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:806", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:806", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:flats64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/kfb64 lines.last= [1/1] Normalize rv-virt/kfb64 target=rv-virt:kfb64 timestamp=2026-01-08T07:16:31 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stOdSbk6: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stugm8b5: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st0oNtUk: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:31", timestamp_log="2026-01-08T07:16:31", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="kfb64", target="rv-virt:kfb64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:815", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:815", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stOdSbk6: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stugm8b5: section .fini_array lma 0xc0101279 adjusted to 0xc010127c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st0oNtUk: section .fini_array lma 0xc0101279 ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:kfb64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knetnsh64 lines.last= [1/1] Normalize rv-virt/knetnsh64 target=rv-virt:knetnsh64 timestamp=2026-01-08T07:18:09 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stZKk8cw: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:09", timestamp_log="2026-01-08T07:18:09", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knetnsh64", target="rv-virt:knetnsh64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:832", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:832", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stZKk8cw: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knetnsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knetnsh64_smp lines.last= [1/1] Normalize rv-virt/knetnsh64_smp target=rv-virt:knetnsh64_smp timestamp=2026-01-08T07:19:58 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stVWl49o: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:58", timestamp_log="2026-01-08T07:19:58", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knetnsh64_smp", target="rv-virt:knetnsh64_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:854", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:854", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stVWl49o: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knetnsh64_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh lines.last= [1/1] Normalize rv-virt/knsh target=rv-virt:knsh timestamp=2026-01-08T07:21:50 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/sthihH8j: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st0G9Ick: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stq1LbkA: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:50", timestamp_log="2026-01-08T07:21:50", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh", target="rv-virt:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:876", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:876", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/sthihH8j: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st0G9Ick: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stq1LbkA: section .fini_array lma 0xc0101261 ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh64 lines.last= [1/1] Normalize rv-virt/knsh64 target=rv-virt:knsh64 timestamp=2026-01-08T07:23:26 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stsO7kys: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stjCPR6U: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st8lKP0S: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:26", timestamp_log="2026-01-08T07:23:26", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh64", target="rv-virt:knsh64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:893", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:893", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stsO7kys: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stjCPR6U: section .fini_array lma 0xc0101279 adjusted to 0xc010127c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st8lKP0S: section .fini_array lma 0xc0101279 ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh_paging lines.last= [1/1] Normalize rv-virt/knsh_paging target=rv-virt:knsh_paging timestamp=2026-01-08T07:25:02 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stoKMeP3: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st11C3UI: section .fini_array lma 0xc0101265 adjusted to 0xc0101268 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st7c59uJ: section .fini_array lma 0xc0101265 adjusted to 0xc0101268 *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:02", timestamp_log="2026-01-08T07:25:02", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh_paging", target="rv-virt:knsh_paging", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:910", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:910", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stoKMeP3: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st11C3UI: section .fini_array lma 0xc0101265 adjusted to 0xc0101268 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st7c59uJ: section .fini_array lma 0xc0101265 ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh_paging", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh_romfs lines.last= [1/1] Normalize rv-virt/knsh_romfs target=rv-virt:knsh_romfs timestamp=2026-01-08T07:26:32 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:32", timestamp_log="2026-01-08T07:26:32", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh_romfs", target="rv-virt:knsh_romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:927", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:927", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh_romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/ksmp64 lines.last= [1/1] Normalize rv-virt/ksmp64 target=rv-virt:ksmp64 timestamp=2026-01-08T07:28:05 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/steby5Oe: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:05", timestamp_log="2026-01-08T07:28:05", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="ksmp64", target="rv-virt:ksmp64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:941", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:941", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/steby5Oe: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:ksmp64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds lines.last= [1/1] Normalize rv-virt/leds target=rv-virt:leds timestamp=2026-01-08T07:29:39 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:39", timestamp_log="2026-01-08T07:29:39", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds", target="rv-virt:leds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:956", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:956", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds64 lines.last= [1/1] Normalize rv-virt/leds64 target=rv-virt:leds64 timestamp=2026-01-08T07:30:35 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:35", timestamp_log="2026-01-08T07:30:35", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds64", target="rv-virt:leds64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:965", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:965", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds64_rust lines.last= [1/1] Normalize rv-virt/leds64_rust target=rv-virt:leds64_rust timestamp=2026-01-08T07:31:31 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:31", timestamp_log="2026-01-08T07:31:31", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds64_rust", target="rv-virt:leds64_rust", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:974", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:974", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds64_rust", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds64_zig lines.last= [1/1] Normalize rv-virt/leds64_zig target=rv-virt:leds64_zig timestamp=2026-01-08T07:32:09 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:09", timestamp_log="2026-01-08T07:32:09", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds64_zig", target="rv-virt:leds64_zig", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:983", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:983", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds64_zig", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/libcxx lines.last= [1/1] Normalize rv-virt/libcxx target=rv-virt:libcxx timestamp=2026-01-08T07:32:48 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:48", timestamp_log="2026-01-08T07:32:48", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="libcxx", target="rv-virt:libcxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:992", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:992", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:libcxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/libcxx64 lines.last= [1/1] Normalize rv-virt/libcxx64 target=rv-virt:libcxx64 timestamp=2026-01-08T07:34:15 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:15", timestamp_log="2026-01-08T07:34:15", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="libcxx64", target="rv-virt:libcxx64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1001", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1001", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:libcxx64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/lvgl64_vector lines.last= [1/1] Normalize rv-virt/lvgl64_vector target=rv-virt:lvgl64_vector timestamp=2026-01-08T07:35:39 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:39", timestamp_log="2026-01-08T07:35:39", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="lvgl64_vector", target="rv-virt:lvgl64_vector", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1010", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1010", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:lvgl64_vector", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh lines.last= [1/1] Normalize rv-virt/netnsh target=rv-virt:netnsh timestamp=2026-01-08T07:37:36 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:36", timestamp_log="2026-01-08T07:37:36", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh", target="rv-virt:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1019", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1019", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh64 lines.last= [1/1] Normalize rv-virt/netnsh64 target=rv-virt:netnsh64 timestamp=2026-01-08T07:38:29 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:29", timestamp_log="2026-01-08T07:38:29", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh64", target="rv-virt:netnsh64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1036", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1036", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh64_smp lines.last= [1/1] Normalize rv-virt/netnsh64_smp target=rv-virt:netnsh64_smp timestamp=2026-01-08T07:39:23 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:23", timestamp_log="2026-01-08T07:39:23", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh64_smp", target="rv-virt:netnsh64_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1052", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1052", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh64_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh_smp lines.last= [1/1] Normalize rv-virt/netnsh_smp target=rv-virt:netnsh_smp timestamp=2026-01-08T07:40:37 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:37", timestamp_log="2026-01-08T07:40:37", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh_smp", target="rv-virt:netnsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1069", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1069", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsbi lines.last= [1/1] Normalize rv-virt/nsbi target=rv-virt:nsbi timestamp=2026-01-08T07:41:51 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st1oSGQ1: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stlKqOHM: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st7lPZxh: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:51", timestamp_log="2026-01-08T07:41:51", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsbi", target="rv-virt:nsbi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1086", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1086", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st1oSGQ1: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stlKqOHM: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st7lPZxh: section .fini_array lma 0xc0101261 ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsbi64 lines.last= [1/1] Normalize rv-virt/nsbi64 target=rv-virt:nsbi64 timestamp=2026-01-08T07:42:57 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stJI8CoC: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stCyohL6: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stQOu4nJ: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:57", timestamp_log="2026-01-08T07:42:57", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsbi64", target="rv-virt:nsbi64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1103", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1103", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stJI8CoC: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stCyohL6: section .fini_array lma 0xc0101279 adjusted to 0xc010127c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stQOu4nJ: section .fini_array lma 0xc0101279 ", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsbi64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsh lines.last= [1/1] Normalize rv-virt/nsh target=rv-virt:nsh timestamp=2026-01-08T07:44:04 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:04", timestamp_log="2026-01-08T07:44:04", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsh", target="rv-virt:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1120", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1120", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsh64 lines.last= [1/1] Normalize rv-virt/nsh64 target=rv-virt:nsh64 timestamp=2026-01-08T07:44:40 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:40", timestamp_log="2026-01-08T07:44:40", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsh64", target="rv-virt:nsh64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1129", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1129", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/pnsh lines.last= [1/1] Normalize rv-virt/pnsh target=rv-virt:pnsh timestamp=2026-01-08T07:45:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:17", timestamp_log="2026-01-08T07:45:17", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="pnsh", target="rv-virt:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1138", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/pnsh64 lines.last= [1/1] Normalize rv-virt/pnsh64 target=rv-virt:pnsh64 timestamp=2026-01-08T07:46:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:44", timestamp_log="2026-01-08T07:46:44", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="pnsh64", target="rv-virt:pnsh64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1146", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:pnsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:51 GMT", "content-length": "0"} } lines[0]=Skipping: rv-virt/python lines.last= Skipping: rv-virt/python *** Not a target: Skipping: rv-virt/python lines[0]=Cmake in present: rv-virt/smp lines.last= Building NuttX... target=rv-virt:smp timestamp=2026-01-08T07:48:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:15", timestamp_log="2026-01-08T07:48:15", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="smp", target="rv-virt:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1162", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: rv-virt/smp64 lines.last= Building NuttX... target=rv-virt:smp64 timestamp=2026-01-08T07:48:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:53", timestamp_log="2026-01-08T07:48:53", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="smp64", target="rv-virt:smp64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1171", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:smp64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/virt_nsh lines.last=find: 'boards/risc-v/q[f-z]*': No such file or directory target=rv-virt:virt_nsh timestamp=2026-01-08T07:49:33 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:33", timestamp_log="2026-01-08T07:49:33", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="virt_nsh", target="rv-virt:virt_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1179", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1179", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:virt_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2-rv/usbnsh lines.last= [1/1] Normalize raspberrypi-pico-2-rv/usbnsh target=raspberrypi-pico-2-rv:usbnsh timestamp=2026-01-08T07:50:16 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:16", timestamp_log="2026-01-08T07:50:16", user="NuttX", arch="risc-v", subarch="rp23xx-rv", group="risc-v-06", board="raspberrypi-pico-2-rv", config="usbnsh", target="raspberrypi-pico-2-rv:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1189", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1189", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2-rv:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2-rv/nsh lines.last= [1/1] Normalize raspberrypi-pico-2-rv/nsh target=raspberrypi-pico-2-rv:nsh timestamp=2026-01-08T07:51:12 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:12", timestamp_log="2026-01-08T07:51:12", user="NuttX", arch="risc-v", subarch="rp23xx-rv", group="risc-v-06", board="raspberrypi-pico-2-rv", config="nsh", target="raspberrypi-pico-2-rv:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1198", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1198", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2-rv:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv32m1-vega/buttons lines.last= [1/1] Normalize rv32m1-vega/buttons target=rv32m1-vega:buttons timestamp=2026-01-08T07:51:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:49", timestamp_log="2026-01-08T07:51:49", user="NuttX", arch="risc-v", subarch="rv32m1", group="risc-v-06", board="rv32m1-vega", config="buttons", target="rv32m1-vega:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1207", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv32m1-vega:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv32m1-vega/nsh-itcm lines.last= [1/1] Normalize rv32m1-vega/nsh-itcm target=rv32m1-vega:nsh-itcm timestamp=2026-01-08T07:52:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:40", timestamp_log="2026-01-08T07:52:40", user="NuttX", arch="risc-v", subarch="rv32m1", group="risc-v-06", board="rv32m1-vega", config="nsh-itcm", target="rv32m1-vega:nsh-itcm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1215", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv32m1-vega:nsh-itcm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv32m1-vega/nsh lines.last= [1/1] Normalize rv32m1-vega/nsh target=rv32m1-vega:nsh timestamp=2026-01-08T07:53:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:25", timestamp_log="2026-01-08T07:53:25", user="NuttX", arch="risc-v", subarch="rv32m1", group="risc-v-06", board="rv32m1-vega", config="nsh", target="rv32m1-vega:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1223", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv32m1-vega:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: milkv_duos/nsh lines.last= [1/1] Normalize milkv_duos/nsh target=milkv_duos:nsh timestamp=2026-01-08T07:53:57 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:57", timestamp_log="2026-01-08T07:53:57", user="NuttX", arch="risc-v", subarch="sg2000", group="risc-v-06", board="milkv_duos", config="nsh", target="milkv_duos:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1231", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483846#step:10:1231", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/milkv_duos:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:18:55 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-01 + local os=Linux + local step=10 + local group=sim-01 + local 'job_name=Linux (sim-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 58028 0 0:00:02 0:00:02 --:--:-- 58028 + local job_id=59765483764 + set +x job_id=59765483764 + [[ 59765483764 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/31_Linux (sim-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/31_Linux (sim-01).txt' + local filename=ci-sim-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-sim-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:83 + cat '/tmp/ingest-nuttx-builds/31_Linux (sim-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-sim-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {2459b4e0-fd73-4db9-a59f-f5837a985a2e} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (sim-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2014) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-01 --run-id 20807787563 --job-id 59765483764 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-01 --run-id 20807787563 --job-id 59765483764 --step 10` lines[0]=Configuration/Tool: sim/adb lines.last= [1/1] Normalize sim/adb target=sim:adb timestamp=2026-01-08T06:34:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:02", timestamp_log="2026-01-08T06:34:02", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="adb", target="sim:adb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:773", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/alsa lines.last= Building NuttX... target=sim:alsa timestamp=2026-01-08T06:35:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:10", timestamp_log="2026-01-08T06:35:10", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="alsa", target="sim:alsa", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:799", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:alsa", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/asan lines.last= [1/1] Normalize sim/asan target=sim:asan timestamp=2026-01-08T06:35:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:52", timestamp_log="2026-01-08T06:35:52", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="asan", target="sim:asan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:808", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:asan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/bas lines.last= [1/1] Normalize sim/bas target=sim:bas timestamp=2026-01-08T06:36:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:39", timestamp_log="2026-01-08T06:36:39", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bas", target="sim:bas", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:816", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bas", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/bastest lines.last= [1/1] Normalize sim/bastest target=sim:bastest timestamp=2026-01-08T06:37:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:24", timestamp_log="2026-01-08T06:37:24", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bastest", target="sim:bastest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:824", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bastest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/bluetooth lines.last= Building NuttX... target=sim:bluetooth timestamp=2026-01-08T06:37:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:58", timestamp_log="2026-01-08T06:37:58", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bluetooth", target="sim:bluetooth", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:833", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bluetooth", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/bthcisock lines.last= Building NuttX... target=sim:bthcisock timestamp=2026-01-08T06:38:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:31", timestamp_log="2026-01-08T06:38:31", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bthcisock", target="sim:bthcisock", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:843", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bthcisock", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/btuart lines.last= [1/1] Normalize sim/btuart target=sim:btuart timestamp=2026-01-08T06:38:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:50", timestamp_log="2026-01-08T06:38:50", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="btuart", target="sim:btuart", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:852", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:btuart", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/can lines.last= [1/1] Normalize sim/can target=sim:can timestamp=2026-01-08T06:39:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:28", timestamp_log="2026-01-08T06:39:28", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="can", target="sim:can", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:860", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/citest lines.last= [1/1] Normalize sim/citest target=sim:citest timestamp=2026-01-08T06:40:13 *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './', 'timeout_session': 6000}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'sim', *** Msg: 'elf_path': './nuttx', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'ntfc-sim'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': ['Nuttx_System_Driver_Pm', 'Nuttx_System_Fs_Fs'], *** Msg: 'include_module': [], *** Msg: 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 6000.0s *** Msg: collected 2438 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_romfs SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_cxxtest SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_scanftest PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_psram_test SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration01 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration02 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration03 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration04 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/rtc/test_driver_rtc_integration.py::test_case_rtc_integration PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/simple/test_driver_simple_integration.py::TestDriverSimple::test_driver_simple_01_integration PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/simple/test_driver_simple_integration.py::TestDriverSimple::test_driver_simple_02_integration PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/timer/test_driver_timer_integration.py::test_driver_posix_timer_integration PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_close_order PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_run_once PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_run_nowait PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_alive PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_close PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_instant_close PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_stop PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_update_time PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_backend_timeout PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_configure PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_default_loop_close PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_1 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_2 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_3 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_serial_thread PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_serial_thread_single PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_1 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_2 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_3 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_4 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_5 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_semaphore_1 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_semaphore_2 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_semaphore_3 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tty PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tty_file PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tty_pty PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_bind_error_inval PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_connect_close_multiple PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_bind_or_listen_error_after_close PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_overlong_path PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_connect_bad_name PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_connect_on_prepare PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_getsockname_abstract PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_getsockname_blocking PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_pending_instances PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_sys_error PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_init PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_again PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_start_twice PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_order PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_huge_timeout PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_huge_repeat PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_run_once PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_from_check PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_is_closing PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_null_callback PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_early_check PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_no_double_call_once PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_no_run_on_unref PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_idle_starvation PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_handles PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_loadavg PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_walk_handles PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_idle_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_async_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_prepare_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_check_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_unref_in_prepare_cb PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_ref2 PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_ref2 PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_process_ref SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_has_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_active PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_process_title_big_argv SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_cwd_and_chdir PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_passwd PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_passwd2 PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_group PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_homedir PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tmpdir PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_hrtime PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_clock_gettime PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_gettimeofday PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_test_macros PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_spawn_fails SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_spawn_quoted_path PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_poll_getpath PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_poll_close_request PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_kill_invalid_signum PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_file_noent PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_fstat_stdio PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_realpath PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_stat_missing_path PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_watch_dir_recursive PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_immediate_close PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_start_and_close PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_error_reporting PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_getpath PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_scandir_empty_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_scandir_non_existent_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_readdir_empty_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_readdir_non_existing_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_partial_read PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_null_req PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_get_system_error PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_strscpy PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_strtok PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_queue_work_simple PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_queue_work_einval PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_getaddrinfo PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_getnameinfo PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_random PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_work PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_fs PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_single PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_local_storage PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_stack_size PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_stack_size_explicit PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_mutex PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_mutex_recursive PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_rwlock PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_rwlock_trylock PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_create PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_equal PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_affinity PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_close_fd PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signal PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signals PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signal_one_shot PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signals_mixed PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_signal_close_loop_alive PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_queue_foreach_delete PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_random_async SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_random_sync SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_handle_type_name PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_req_type_name PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_read PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stability/test_fs_stability.py::test_fstest SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stress/test_fs_stress_integration.py::test_fs_fstest SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_3] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_1_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_2_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_3] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_4] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_2_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_4_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_3_2] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_4_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_mqueue_h_1_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_sched_h_10_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_13_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_19_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_26_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_2] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_conpro] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_lock] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_philosopher] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_readerwriter] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_sleepingbarber] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_10_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_2] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_3_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_4_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_5_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_6_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_7_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_8_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_9_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_2_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_3_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_12_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_14_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_2_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_3_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_4_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_5_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_2] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_3] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_4] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_9_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_10_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_2] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_1_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_2] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_4_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_5_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_7_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_8_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_9_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_1_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_2_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_2] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_4_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_1_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_3_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_4_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_5_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_9_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_2] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_2_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_3_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_5_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_6_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_7_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_2] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_2] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_asctime_1_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_1_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_2_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_2_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_5_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_6_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_1_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_3_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_5_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_7_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_8_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_2_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_4_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_7_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_2] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_11_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_13_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_1_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_2_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_19_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_20_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_6_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_8_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_ctime_1_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_difftime_1_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_11_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_12_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_13_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_14_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_16_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_18_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_19_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_1_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_21_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_22_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_2_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_3_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_4_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_6_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_8_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_9_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_4_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_5_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_7_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_getpid_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_2_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_2] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_2] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_3_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_1_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_2_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_4_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_5_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_6_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_8_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_10_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_12_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_13_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_14_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_15_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_18_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_1_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_2_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_3_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_4_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_5_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_6_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_7_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_8_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_9_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_localtime_1_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mktime_1_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_10_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_12_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_5_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_8_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_2] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_15_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_8_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_10_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_3] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_5] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_6] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_13_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_18_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_19_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_2] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_21_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_23_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_27_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_31_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_32_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_3_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_5_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_2] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_3] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_4] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_5] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_6] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_3] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_4] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_9_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_1_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_2_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_2] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_3] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_4_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_2] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_3_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_4_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_1_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_2_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_3_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_4_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_5_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_8_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_9_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_11_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_12_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_13_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_15_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_16_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_18_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_19_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_1_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_20_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_21_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_23_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_25_2] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_29_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_2_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_3_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_3] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_10_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_12_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_13_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_5_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_7_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_8_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_10_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_12_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_13_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_14_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_2] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_7_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_8_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_9_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_2_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_5_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_11_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_13_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_14_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_15_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_2] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_3] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_2] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_2_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_2] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_3] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_7_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_8_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_10_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_2] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_12_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_13_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_14_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_15_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_16_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_18_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_19_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_20_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_3] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_2] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_3] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_7_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_8_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_9_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_2] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_7_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_10_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_11_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_7_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlockall_5_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_2] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_2_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_3_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_8_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_9_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_10000_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_3] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_6_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_1_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_2_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_3_3] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_1_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_3_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getinheritsched_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedparam_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedpolicy_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstack_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstacksize_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_3_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_1] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_3] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_4] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_4_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_3] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_4] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_3] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_4_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_5_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_4_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_4_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_6_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_7_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_4_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_4_1] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_2] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_destroy_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_2_1] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_2] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_3] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_3_1] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_4_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_5_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_3] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_3] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_2_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_3] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_2_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_4_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_2_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_1_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_3] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_2_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_11_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_12_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_3] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_6] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_4_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_5_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_8_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_2] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_2_1] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_2_1] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getcpuclockid_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_2] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_3] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_1_1] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_2_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_6_2] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_2] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_3_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_3_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_7_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_8_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_3_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_5_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_timedlock_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_2_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_4_3] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_2_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_2] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_3] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_3] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_4] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_5] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_1_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_3_3] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_7_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_3_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_6_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_3_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_3_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_6_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_3] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_4_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_5_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_5_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_2] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_5_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_2] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_tryrdlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_trywrlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_3_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_2] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_3_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_2_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_4_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_setpshared_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_self_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_2] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_3_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_2] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_4_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_5_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedprio_1_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setspecific_1_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setspecific_1_2] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_10_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_12_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_14_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_15_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_16_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_5_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_6_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_7_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_2] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_3] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_9_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_3_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_2] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_4_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_2] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_2] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_2] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_3_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_testcancel_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_10000_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_2] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_2_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_4_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_6_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_7_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_3] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_4] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_2_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_3] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_4] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_2_1] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_2_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_3_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_4_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_6_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_3_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_4_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_5_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_7_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_2_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_3_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_1_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_22_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_2] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_3] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_4] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_5] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_6] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_7] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_3] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_4] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_26_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_27_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_5_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_16_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_3] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_4] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_5] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_6] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_7] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_5] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_1_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_20_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_21_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_4_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_1_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_2_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_2_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_2] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_3_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_4_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_4_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_5_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_1_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_2] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_3] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_6_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_7_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_10_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_15_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_3] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_4] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_3_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_4_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_5_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_6_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_2_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_4_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_5_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_6_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_10_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_11_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_1_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_2] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_3_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_4_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_2] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_7_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_9_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_1_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_2] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_3_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_2] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_5_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_6_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_7_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_9_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_11_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_12_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_13_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_2] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_3_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_5_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_7_1] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_11_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_13_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_14_2] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_15_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_16_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_17_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_18_1] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_1_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_2] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_3] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_21_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_22_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_23_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_25_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_2] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_2] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_3] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_32_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_34_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_37_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_38_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_2] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_41_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_5_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_8_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_2] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_11_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_1_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_2_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_3_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_5_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_6_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_8_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_9_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_10_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_11_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_10] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_11] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_12] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_13] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_14] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_15] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_16] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_17] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_18] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_19] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_1] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_20] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_21] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_22] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_23] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_24] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_25] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_26] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_27] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_28] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_29] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_2] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_30] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_31] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_32] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_33] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_34] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_35] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_36] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_37] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_38] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_39] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_3] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_40] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_41] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_42] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_43] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_44] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_45] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_46] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_47] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_48] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_49] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_4] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_50] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_51] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_52] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_5] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_6] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_7] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_8] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_9] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_10] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_11] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_12] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_13] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_14] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_15] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_16] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_17] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_18] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_19] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_1] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_20] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_21] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_22] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_23] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_24] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_25] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_26] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_2] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_3] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_4] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_5] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_6] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_7] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_8] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_9] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_16_1] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_10] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_11] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_12] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_13] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_14] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_15] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_16] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_17] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_18] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_19] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_1] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_20] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_21] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_22] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_23] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_24] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_25] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_26] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_2] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_3] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_4] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_5] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_6] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_7] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_8] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_9] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_10] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_11] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_12] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_13] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_14] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_15] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_16] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_17] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_18] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_19] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_1] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_20] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_21] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_22] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_23] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_24] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_25] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_26] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_2] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_3] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_4] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_5] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_6] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_7] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_8] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_9] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_10] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_11] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_12] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_13] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_14] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_15] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_16] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_17] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_18] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_19] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_1] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_20] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_21] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_22] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_23] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_24] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_25] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_26] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_2] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_3] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_4] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_5] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_6] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_7] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_8] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_9] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_10] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_11] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_12] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_13] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_14] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_15] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_16] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_17] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_18] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_19] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_1] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_20] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_21] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_22] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_23] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_24] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_25] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_26] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_2] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_3] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_4] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_5] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_6] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_7] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_8] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_9] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_21_1] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_10] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_11] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_12] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_13] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_14] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_15] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_16] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_17] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_18] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_19] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_1] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_20] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_21] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_22] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_23] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_24] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_25] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_26] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_2] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_3] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_4] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_5] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_6] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_7] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_8] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_9] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_10] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_11] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_12] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_13] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_14] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_15] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_16] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_17] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_18] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_19] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_1] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_20] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_21] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_22] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_23] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_24] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_25] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_26] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_2] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_3] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_4] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_5] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_6] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_7] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_8] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_9] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_10] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_11] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_12] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_13] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_14] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_15] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_16] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_17] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_18] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_19] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_1] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_20] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_21] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_22] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_23] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_24] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_25] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_26] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_2] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_3] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_4] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_5] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_6] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_7] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_8] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_9] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_10] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_11] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_12] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_13] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_14] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_15] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_16] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_17] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_18] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_19] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_1] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_20] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_21] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_22] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_23] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_24] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_25] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_26] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_2] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_3] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_4] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_5] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_6] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_7] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_8] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_9] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_29_1] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_10] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_11] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_12] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_13] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_14] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_15] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_16] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_17] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_18] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_19] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_1] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_20] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_21] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_22] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_23] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_24] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_25] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_26] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_2] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_3] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_4] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_5] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_6] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_7] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_8] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_9] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_30_1] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_10] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_11] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_12] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_13] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_14] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_15] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_16] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_17] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_18] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_19] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_1] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_20] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_21] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_22] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_23] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_24] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_25] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_26] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_2] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_3] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_4] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_5] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_6] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_7] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_8] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_9] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_100] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_101] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_102] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_103] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_104] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_10] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_11] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_12] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_13] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_14] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_15] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_16] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_17] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_18] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_19] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_1] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_20] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_21] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_22] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_23] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_24] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_25] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_26] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_27] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_28] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_29] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_2] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_30] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_31] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_32] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_33] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_34] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_35] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_36] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_37] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_38] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_39] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_3] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_40] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_41] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_42] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_43] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_44] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_45] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_46] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_47] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_48] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_49] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_4] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_50] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_51] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_52] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_53] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_54] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_55] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_56] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_57] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_58] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_59] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_5] SKIPPED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_60] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_61] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_62] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_63] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_64] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_65] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_66] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_67] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_68] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_69] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_6] SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_70] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_71] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_72] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_73] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_74] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_75] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_76] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_77] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_78] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_79] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_7] SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_80] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_81] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_82] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_83] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_84] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_85] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_86] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_87] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_88] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_89] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_8] SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_90] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_91] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_92] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_93] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_94] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_95] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_96] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_97] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_98] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_99] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_9] SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_10] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_11] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_12] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_13] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_14] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_15] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_16] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_17] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_18] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_19] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_1] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_20] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_21] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_22] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_23] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_24] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_25] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_26] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_2] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_3] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_4] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_5] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_6] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_7] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_8] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_9] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_10] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_11] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_12] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_13] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_14] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_15] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_16] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_17] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_18] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_19] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_20] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_21] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_22] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_23] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_24] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_25] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_26] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_2] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_3] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_4] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_5] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_6] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_7] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_8] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_9] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_9_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_2] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_3] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_4_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_10_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_11_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_12_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_1_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_3_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_5_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_6_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_7_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_8_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_9_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_2] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_3] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_4] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_5_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_2] SKIPPED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_5_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_2_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_3_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_5_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_6_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_7_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_2] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_2_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_3_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_4_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_2] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_3] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_2_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_10_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_12_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_15_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_17_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_7_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_2] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_3] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_9_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_10_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_11_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_12_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_1_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_2] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_3_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_4_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_7_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_8_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_9_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_1_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_3_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_10_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_1_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_3_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_4_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_5_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_6_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_7_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_8_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_9_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_1_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_3_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_4_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_6_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_4_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_5_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_6_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_3_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_4_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_2] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_7_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_8_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_3_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_5_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_6_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_7_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_8_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_9_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strchr_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strcpy_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_2_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_3_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strlen_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_2_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_time_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_10_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_11_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_16_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_1_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_3_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_7_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_8_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_9_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_1_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_2] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_4] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_3_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_13_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_2_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_1] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_2] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_3] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_6_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_1] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_2] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_4] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlock_speculative_12_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlockall_speculative_15_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_getattr_speculative_7_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_26_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_3] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_6_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedreceive_speculative_10_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedsend_speculative_18_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_unlink_speculative_7_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_getcpuclockid_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_join_speculative_6_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_key_create_speculative_5_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutex_init_speculative_5_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutexattr_gettype_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_rwlock_trywrlock_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_getparam_speculative_7_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_rr_get_interval_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_semaphores_multi_con_pro] PASSED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_signals_sigismember_stress_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_threads_helper] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cancel_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cond_init_s_c] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_getschedparam_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_schedule_1_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_getvalue_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_init_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_open_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_15_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_invaliddates] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_twopsetclock] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoevtimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoptimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test2] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling2] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test3] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_deadlock_prevention] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test09] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test18] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test19] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test21] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_01] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_02] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_07] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_08] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_09] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_06] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_07] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_smoke01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================ 1224 passed, 548 skipped in 3623.42s (1:00:23) ================ *** Msg: + ret=0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: 0 *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + mv result /github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:13", timestamp_log="2026-01-08T06:40:13", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="citest", target="sim:citest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:868", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483764#step:10:868", msg="Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ \n + source /github/workspace/nuttx-ntfc/venv/bin/activate \n ++ deactivate nondestructive \n ++ '[' -n '' ']' \n ++ '[' -n '' ']' \n ++ '[' -n /usr/bin/bash -o -n '' ']' \n ++ hash -r \n ++ '[' -n '' ']' \n ++ unset VIRTUAL_ENV \n ++ unset VIRTUAL_E", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:13 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-02 + local os=Linux + local step=10 + local group=sim-02 + local 'job_name=Linux (sim-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 66644 0 0:00:02 0:00:02 --:--:-- 66631 + local job_id=59765483785 + set +x job_id=59765483785 + [[ 59765483785 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/12_Linux (sim-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/12_Linux (sim-02).txt' + local filename=ci-sim-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-sim-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/12_Linux (sim-02).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-sim-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {80f40ed8-b292-4863-8214-09301add46ac} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (sim-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2013) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-02.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-02 --run-id 20807787563 --job-id 59765483785 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-02.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-02 --run-id 20807787563 --job-id 59765483785 --step 10` lines[0]=Configuration/Tool: sim/configdata lines.last= [1/1] Normalize sim/configdata target=sim:configdata timestamp=2026-01-08T07:08:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:22", timestamp_log="2026-01-08T07:08:22", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="configdata", target="sim:configdata", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:772", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:configdata", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/crypto lines.last= [1/1] Normalize sim/crypto target=sim:crypto timestamp=2026-01-08T07:09:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:01", timestamp_log="2026-01-08T07:09:01", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="crypto", target="sim:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:780", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:19 GMT", "content-length": "0"} } lines[0]=Skipping: sim/cxxtest lines.last= Skipping: sim/cxxtest *** Not a target: Skipping: sim/cxxtest lines[0]=Configuration/Tool: sim/duktape lines.last= [1/1] Normalize sim/duktape target=sim:duktape timestamp=2026-01-08T07:09:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:57", timestamp_log="2026-01-08T07:09:57", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="duktape", target="sim:duktape", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:805", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:duktape", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/dynconns lines.last= Building NuttX... target=sim:dynconns timestamp=2026-01-08T07:10:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:40", timestamp_log="2026-01-08T07:10:40", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="dynconns", target="sim:dynconns", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:822", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:dynconns", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/elf lines.last= [1/1] Normalize sim/elf target=sim:elf timestamp=2026-01-08T07:11:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:27", timestamp_log="2026-01-08T07:11:27", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="elf", target="sim:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:831", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/fb lines.last= Building NuttX... target=sim:fb timestamp=2026-01-08T07:12:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:03", timestamp_log="2026-01-08T07:12:03", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="fb", target="sim:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:840", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/foc lines.last= Building NuttX... target=sim:foc timestamp=2026-01-08T07:12:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:30", timestamp_log="2026-01-08T07:12:30", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="foc", target="sim:foc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:850", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:foc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/ipforward lines.last= Building NuttX... target=sim:ipforward timestamp=2026-01-08T07:13:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:02", timestamp_log="2026-01-08T07:13:02", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="ipforward", target="sim:ipforward", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:860", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ipforward", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/libcxxtest lines.last= [1/1] Normalize sim/libcxxtest target=sim:libcxxtest timestamp=2026-01-08T07:13:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:34", timestamp_log="2026-01-08T07:13:34", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="libcxxtest", target="sim:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:869", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/linuxi2c lines.last= Building NuttX... target=sim:linuxi2c timestamp=2026-01-08T07:15:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:00", timestamp_log="2026-01-08T07:15:00", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="linuxi2c", target="sim:linuxi2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:878", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:linuxi2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/linuxspi lines.last= Building NuttX... target=sim:linuxspi timestamp=2026-01-08T07:15:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:20", timestamp_log="2026-01-08T07:15:20", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="linuxspi", target="sim:linuxspi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:888", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:linuxspi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/loadable lines.last= [1/1] Normalize sim/loadable target=sim:loadable timestamp=2026-01-08T07:15:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:46", timestamp_log="2026-01-08T07:15:46", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="loadable", target="sim:loadable", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:897", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:loadable", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/login lines.last= [1/1] Normalize sim/login target=sim:login timestamp=2026-01-08T07:16:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:27", timestamp_log="2026-01-08T07:16:27", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="login", target="sim:login", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:905", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:login", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/lua lines.last= [1/1] Normalize sim/lua target=sim:lua timestamp=2026-01-08T07:17:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:09", timestamp_log="2026-01-08T07:17:09", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="lua", target="sim:lua", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:913", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:lua", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/lvgl_fb lines.last= [1/1] Normalize sim/lvgl_fb target=sim:lvgl_fb timestamp=2026-01-08T07:18:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:04", timestamp_log="2026-01-08T07:18:04", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="lvgl_fb", target="sim:lvgl_fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:968", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:lvgl_fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/lvgl_lcd lines.last= [1/1] Normalize sim/lvgl_lcd target=sim:lvgl_lcd timestamp=2026-01-08T07:19:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:39", timestamp_log="2026-01-08T07:19:39", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="lvgl_lcd", target="sim:lvgl_lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:976", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:lvgl_lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/matter lines.last=diff: args.gn: No such file or directory target=sim:matter timestamp=2026-01-08T07:20:51 *** Msg: diff: args.gn: No such file or directory body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:51", timestamp_log="2026-01-08T07:20:51", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="matter", target="sim:matter", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:985", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:985", msg="diff: args.gn: No such file or directory", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:matter", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:29 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/minibasic lines.last= Building NuttX... target=sim:minibasic timestamp=2026-01-08T07:26:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:06", timestamp_log="2026-01-08T07:26:06", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="minibasic", target="sim:minibasic", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:996", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:minibasic", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/minmea lines.last= [1/1] Normalize sim/minmea target=sim:minmea timestamp=2026-01-08T07:26:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:25", timestamp_log="2026-01-08T07:26:25", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="minmea", target="sim:minmea", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1005", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:minmea", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/mnemofs lines.last= [1/1] Normalize sim/mnemofs target=sim:mnemofs timestamp=2026-01-08T07:26:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:55", timestamp_log="2026-01-08T07:26:55", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mnemofs", target="sim:mnemofs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1021", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mnemofs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/module lines.last= [1/1] Normalize sim/module target=sim:module timestamp=2026-01-08T07:27:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:43", timestamp_log="2026-01-08T07:27:43", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="module", target="sim:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1029", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/module32 lines.last= [1/1] Normalize sim/module32 target=sim:module32 timestamp=2026-01-08T07:28:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:39", timestamp_log="2026-01-08T07:28:39", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="module32", target="sim:module32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1037", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:module32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:31 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/mount lines.last= Building NuttX... target=sim:mount timestamp=2026-01-08T07:29:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:35", timestamp_log="2026-01-08T07:29:35", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mount", target="sim:mount", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1046", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mount", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:31 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/mtdpart lines.last= Building NuttX... target=sim:mtdpart timestamp=2026-01-08T07:30:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:05", timestamp_log="2026-01-08T07:30:05", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mtdpart", target="sim:mtdpart", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1056", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mtdpart", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/mtdrwb lines.last= Building NuttX... target=sim:mtdrwb timestamp=2026-01-08T07:30:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:31", timestamp_log="2026-01-08T07:30:31", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mtdrwb", target="sim:mtdrwb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1066", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mtdrwb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nand lines.last= [1/1] Normalize sim/nand target=sim:nand timestamp=2026-01-08T07:30:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:59", timestamp_log="2026-01-08T07:30:59", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nand", target="sim:nand", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1075", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nand", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/nettest lines.last= Building NuttX... target=sim:nettest timestamp=2026-01-08T07:31:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:29", timestamp_log="2026-01-08T07:31:29", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nettest", target="sim:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1084", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nimble lines.last= [1/1] Normalize sim/nimble target=sim:nimble timestamp=2026-01-08T07:32:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:04", timestamp_log="2026-01-08T07:32:04", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nimble", target="sim:nimble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1093", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/note lines.last= Building NuttX... target=sim:note timestamp=2026-01-08T07:32:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:52", timestamp_log="2026-01-08T07:32:52", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="note", target="sim:note", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1110", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:note", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:34 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/nsh lines.last= Building NuttX... target=sim:nsh timestamp=2026-01-08T07:33:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:25", timestamp_log="2026-01-08T07:33:25", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nsh", target="sim:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1120", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nsh2 lines.last= [1/1] Normalize sim/nsh2 target=sim:nsh2 timestamp=2026-01-08T07:33:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:58", timestamp_log="2026-01-08T07:33:58", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nsh2", target="sim:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1129", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nshcromfs lines.last= [1/1] Normalize sim/nshcromfs target=sim:nshcromfs timestamp=2026-01-08T07:34:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:44", timestamp_log="2026-01-08T07:34:44", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nshcromfs", target="sim:nshcromfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1137", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nshcromfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nx lines.last= [1/1] Normalize sim/nx target=sim:nx timestamp=2026-01-08T07:35:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:21", timestamp_log="2026-01-08T07:35:21", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nx", target="sim:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1145", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nx11 lines.last= [1/1] Normalize sim/nx11 target=sim:nx11 timestamp=2026-01-08T07:36:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:07", timestamp_log="2026-01-08T07:36:07", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nx11", target="sim:nx11", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1153", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nx11", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxcamera lines.last= [1/1] Normalize sim/nxcamera target=sim:nxcamera timestamp=2026-01-08T07:36:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:41", timestamp_log="2026-01-08T07:36:41", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxcamera", target="sim:nxcamera", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1161", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxcamera", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/nxffs lines.last= Building NuttX... target=sim:nxffs timestamp=2026-01-08T07:37:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:18", timestamp_log="2026-01-08T07:37:18", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxffs", target="sim:nxffs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1175", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxlines lines.last= [1/1] Normalize sim/nxlines target=sim:nxlines timestamp=2026-01-08T07:37:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:34", timestamp_log="2026-01-08T07:37:34", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxlines", target="sim:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1184", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxscope lines.last= [1/1] Normalize sim/nxscope target=sim:nxscope timestamp=2026-01-08T07:38:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:19", timestamp_log="2026-01-08T07:38:19", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxscope", target="sim:nxscope", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1192", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxscope", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxwm lines.last= [1/1] Normalize sim/nxwm target=sim:nxwm timestamp=2026-01-08T07:39:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:00", timestamp_log="2026-01-08T07:39:00", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxwm", target="sim:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483785#step:10:1200", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:37 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-03 + local os=Linux + local step=10 + local group=sim-03 + local 'job_name=Linux (sim-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 64026 0 0:00:02 0:00:02 --:--:-- 64042 + local job_id=59765483782 + set +x job_id=59765483782 + [[ 59765483782 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/18_Linux (sim-03).txt' + local 'log_file=/tmp/ingest-nuttx-builds/18_Linux (sim-03).txt' + local filename=ci-sim-03.log + local pathname=/tmp/ingest-nuttx-builds/ci-sim-03.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/18_Linux (sim-03).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-sim-03.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {906cf479-f479-46f3-ac64-dce1dd2b69d6} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (sim-03) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1997) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-03.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-03 --run-id 20807787563 --job-id 59765483782 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-03.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-03 --run-id 20807787563 --job-id 59765483782 --step 10` lines[0]=Cmake in present: sim/ostest lines.last= Building NuttX... target=sim:ostest timestamp=2026-01-08T06:33:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:22", timestamp_log="2026-01-08T06:33:22", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="ostest", target="sim:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:771", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/ostest_oneholder lines.last= Building NuttX... target=sim:ostest_oneholder timestamp=2026-01-08T06:33:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:54", timestamp_log="2026-01-08T06:33:54", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="ostest_oneholder", target="sim:ostest_oneholder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:781", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ostest_oneholder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/pf_ieee802154 lines.last= Building NuttX... target=sim:pf_ieee802154 timestamp=2026-01-08T06:34:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:22", timestamp_log="2026-01-08T06:34:22", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="pf_ieee802154", target="sim:pf_ieee802154", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:791", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:pf_ieee802154", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/pktradio lines.last= Building NuttX... target=sim:pktradio timestamp=2026-01-08T06:34:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:55", timestamp_log="2026-01-08T06:34:55", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="pktradio", target="sim:pktradio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:801", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:pktradio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/posix_spawn lines.last= [1/1] Normalize sim/posix_spawn target=sim:posix_spawn timestamp=2026-01-08T06:35:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:37", timestamp_log="2026-01-08T06:35:37", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="posix_spawn", target="sim:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:810", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/posix_test lines.last= [1/1] Normalize sim/posix_test target=sim:posix_test timestamp=2026-01-08T06:36:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:36:19", timestamp_log="2026-01-08T06:36:19", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="posix_test", target="sim:posix_test", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:818", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:posix_test", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/quickjs lines.last= Building NuttX... target=sim:quickjs timestamp=2026-01-08T06:38:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:26", timestamp_log="2026-01-08T06:38:26", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="quickjs", target="sim:quickjs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:827", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:quickjs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rc lines.last= Building NuttX... target=sim:rc timestamp=2026-01-08T06:39:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:32", timestamp_log="2026-01-08T06:39:32", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rc", target="sim:rc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:837", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/romfs lines.last= Building NuttX... target=sim:romfs timestamp=2026-01-08T06:40:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:00", timestamp_log="2026-01-08T06:40:00", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="romfs", target="sim:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:847", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:47 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rpproxy lines.last= Building NuttX... target=sim:rpproxy timestamp=2026-01-08T06:40:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:19", timestamp_log="2026-01-08T06:40:19", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpproxy", target="sim:rpproxy", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:857", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpproxy", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpproxy_uart lines.last= [1/1] Normalize sim/rpproxy_uart target=sim:rpproxy_uart timestamp=2026-01-08T06:40:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:57", timestamp_log="2026-01-08T06:40:57", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpproxy_uart", target="sim:rpproxy_uart", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:875", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpproxy_uart", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpproxy_virtio lines.last= [1/1] Normalize sim/rpproxy_virtio target=sim:rpproxy_virtio timestamp=2026-01-08T06:41:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:45", timestamp_log="2026-01-08T06:41:45", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpproxy_virtio", target="sim:rpproxy_virtio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:891", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpproxy_virtio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rpserver lines.last= Building NuttX... target=sim:rpserver timestamp=2026-01-08T06:42:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:23", timestamp_log="2026-01-08T06:42:23", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpserver", target="sim:rpserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:907", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpserver_uart lines.last= [1/1] Normalize sim/rpserver_uart target=sim:rpserver_uart timestamp=2026-01-08T06:42:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:56", timestamp_log="2026-01-08T06:42:56", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpserver_uart", target="sim:rpserver_uart", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:925", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpserver_uart", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpserver_virtio lines.last= [1/1] Normalize sim/rpserver_virtio target=sim:rpserver_virtio timestamp=2026-01-08T06:43:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:41", timestamp_log="2026-01-08T06:43:41", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpserver_virtio", target="sim:rpserver_virtio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:940", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpserver_virtio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rtptools lines.last= Building NuttX... target=sim:rtptools timestamp=2026-01-08T06:44:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:21", timestamp_log="2026-01-08T06:44:21", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rtptools", target="sim:rtptools", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:956", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rtptools", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rust lines.last= [1/1] Normalize sim/rust target=sim:rust timestamp=2026-01-08T06:45:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:13", timestamp_log="2026-01-08T06:45:13", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rust", target="sim:rust", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:965", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rust", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/segger lines.last= [1/1] Normalize sim/segger target=sim:segger timestamp=2026-01-08T06:45:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:53", timestamp_log="2026-01-08T06:45:53", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="segger", target="sim:segger", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:973", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:segger", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/sensor lines.last= Building NuttX... target=sim:sensor timestamp=2026-01-08T06:46:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:46:41", timestamp_log="2026-01-08T06:46:41", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sensor", target="sim:sensor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:982", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/sixlowpan lines.last= Building NuttX... target=sim:sixlowpan timestamp=2026-01-08T06:47:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:04", timestamp_log="2026-01-08T06:47:04", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sixlowpan", target="sim:sixlowpan", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:992", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sixlowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/smartfs lines.last= Building NuttX... target=sim:smartfs timestamp=2026-01-08T06:47:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:30", timestamp_log="2026-01-08T06:47:30", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="smartfs", target="sim:smartfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1002", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:smartfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/smp lines.last= Building NuttX... target=sim:smp timestamp=2026-01-08T06:47:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:59", timestamp_log="2026-01-08T06:47:59", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="smp", target="sim:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1012", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/sotest lines.last= [1/1] Normalize sim/sotest target=sim:sotest timestamp=2026-01-08T06:48:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:29", timestamp_log="2026-01-08T06:48:29", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sotest", target="sim:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1021", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/sotest32 lines.last= [1/1] Normalize sim/sotest32 target=sim:sotest32 timestamp=2026-01-08T06:49:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:22", timestamp_log="2026-01-08T06:49:22", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sotest32", target="sim:sotest32", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1029", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sotest32", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/spiffs lines.last= Building NuttX... target=sim:spiffs timestamp=2026-01-08T06:50:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:19", timestamp_log="2026-01-08T06:50:19", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="spiffs", target="sim:spiffs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1038", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:spiffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/sqlite lines.last= [1/1] Normalize sim/sqlite target=sim:sqlite timestamp=2026-01-08T06:50:45 *** Msg: configure: WARNING: Can't find Tcl configuration definitions *** Msg: configure: WARNING: *** Without Tcl the regression tests cannot be executed *** *** Msg: configure: WARNING: *** Consider using --with-tcl=... to define location of Tcl *** *** Msg: make[4]: warning: -j0 forced in submake: resetting jobserver mode. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:45", timestamp_log="2026-01-08T06:50:45", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sqlite", target="sim:sqlite", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1047", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1047", msg="configure: WARNING: Can't find Tcl configuration definitions \n configure: WARNING: *** Without Tcl the regression tests cannot be executed *** \n configure: WARNING: *** Consider using --with-tcl=... to define location of Tcl *** \n make[4]: warning: -j0 forced in submake: resetting jobserver mode.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sqlite", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/tcpblaster lines.last= Building NuttX... target=sim:tcpblaster timestamp=2026-01-08T06:51:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:45", timestamp_log="2026-01-08T06:51:45", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="tcpblaster", target="sim:tcpblaster", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1068", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:tcpblaster", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/tcploop lines.last= Building NuttX... target=sim:tcploop timestamp=2026-01-08T06:52:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:08", timestamp_log="2026-01-08T06:52:08", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="tcploop", target="sim:tcploop", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1078", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:tcploop", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:19:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/tflm lines.last= Building NuttX... target=sim:tflm timestamp=2026-01-08T06:52:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:52:31", timestamp_log="2026-01-08T06:52:31", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="tflm", target="sim:tflm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1088", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:tflm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/thermal lines.last=Note: skipping refresh for debug defconfig. target=sim:thermal timestamp=2026-01-08T06:57:05 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:05", timestamp_log="2026-01-08T06:57:05", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="thermal", target="sim:thermal", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1097", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1097", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:thermal", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/touchscreen lines.last= [1/1] Normalize sim/touchscreen target=sim:touchscreen timestamp=2026-01-08T06:57:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:44", timestamp_log="2026-01-08T06:57:44", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="touchscreen", target="sim:touchscreen", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1106", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:touchscreen", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/toywasm lines.last= [1/1] Normalize sim/toywasm target=sim:toywasm timestamp=2026-01-08T06:58:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:31", timestamp_log="2026-01-08T06:58:31", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="toywasm", target="sim:toywasm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1114", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:toywasm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/udgram lines.last= Building NuttX... target=sim:udgram timestamp=2026-01-08T06:59:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:28", timestamp_log="2026-01-08T06:59:28", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="udgram", target="sim:udgram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1131", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:udgram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/unionfs lines.last= Building NuttX... target=sim:unionfs timestamp=2026-01-08T06:59:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:59", timestamp_log="2026-01-08T06:59:59", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="unionfs", target="sim:unionfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1141", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:unionfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/usbdev lines.last= Building NuttX... target=sim:usbdev timestamp=2026-01-08T07:00:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:18", timestamp_log="2026-01-08T07:00:18", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="usbdev", target="sim:usbdev", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1151", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:usbdev", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/usbhost lines.last= Building NuttX... target=sim:usbhost timestamp=2026-01-08T07:01:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:01", timestamp_log="2026-01-08T07:01:01", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="usbhost", target="sim:usbhost", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1161", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:usbhost", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/userfs lines.last= Building NuttX... target=sim:userfs timestamp=2026-01-08T07:01:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:27", timestamp_log="2026-01-08T07:01:27", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="userfs", target="sim:userfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1171", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:userfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/usrsocktest lines.last= Building NuttX... target=sim:usrsocktest timestamp=2026-01-08T07:01:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:50", timestamp_log="2026-01-08T07:01:50", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="usrsocktest", target="sim:usrsocktest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1181", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:usrsocktest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/ustream lines.last= Building NuttX... target=sim:ustream timestamp=2026-01-08T07:02:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:22", timestamp_log="2026-01-08T07:02:22", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="ustream", target="sim:ustream", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1191", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ustream", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/vncserver lines.last= Building NuttX... target=sim:vncserver timestamp=2026-01-08T07:02:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:42", timestamp_log="2026-01-08T07:02:42", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="vncserver", target="sim:vncserver", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1201", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:vncserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/vpnkit lines.last= [1/1] Normalize sim/vpnkit target=sim:vpnkit timestamp=2026-01-08T07:03:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:12", timestamp_log="2026-01-08T07:03:12", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="vpnkit", target="sim:vpnkit", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1210", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:vpnkit", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/wakaama lines.last= [1/1] Normalize sim/wakaama target=sim:wakaama timestamp=2026-01-08T07:03:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:48", timestamp_log="2026-01-08T07:03:48", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="wakaama", target="sim:wakaama", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1218", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:wakaama", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/wamr lines.last= [1/1] Normalize sim/wamr target=sim:wamr timestamp=2026-01-08T07:04:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:36", timestamp_log="2026-01-08T07:04:36", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="wamr", target="sim:wamr", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1226", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:wamr", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:06 GMT", "content-length": "0"} } lines[0]=Skipping: sim/windows lines.last= Skipping: sim/windows *** Not a target: Skipping: sim/windows lines[0]=Configuration/Tool: sim/windows64 lines.last= [1/1] Normalize sim/windows64 target=sim:windows64 timestamp=2026-01-08T07:05:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:37", timestamp_log="2026-01-08T07:05:37", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="windows64", target="sim:windows64", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1257", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:windows64", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/zipfs lines.last= [1/1] Normalize sim/zipfs target=sim:zipfs timestamp=2026-01-08T07:06:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:36", timestamp_log="2026-01-08T07:06:36", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="zipfs", target="sim:zipfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483782#step:10:1265", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:zipfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:07 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ x86_64-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 x86_64-01 + local os=Linux + local step=10 + local group=x86_64-01 + local 'job_name=Linux (x86_64-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (x86_64-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 69436 0 0:00:02 0:00:02 --:--:-- 69439 + local job_id=59765483775 + set +x job_id=59765483775 + [[ 59765483775 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/24_Linux (x86_64-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/24_Linux (x86_64-01).txt' + local filename=ci-x86_64-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-x86_64-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:83 + cat '/tmp/ingest-nuttx-builds/24_Linux (x86_64-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-x86_64-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {a4bcef66-b59e-45f7-b6e2-11f506e7ade6} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (x86_64-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2024) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-x86_64-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group x86_64-01 --run-id 20807787563 --job-id 59765483775 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-x86_64-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group x86_64-01 --run-id 20807787563 --job-id 59765483775 --step 10` lines[0]=Configuration/Tool: qemu-intel64/ostest lines.last= [1/1] Normalize qemu-intel64/ostest target=qemu-intel64:ostest timestamp=2026-01-08T06:35:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:05", timestamp_log="2026-01-08T06:35:05", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="ostest", target="qemu-intel64:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:770", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/lvgl lines.last= [1/1] Normalize qemu-intel64/lvgl target=qemu-intel64:lvgl timestamp=2026-01-08T06:35:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:52", timestamp_log="2026-01-08T06:35:52", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="lvgl", target="qemu-intel64:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:778", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/knsh_romfs lines.last= [1/1] Normalize qemu-intel64/knsh_romfs target=qemu-intel64:knsh_romfs timestamp=2026-01-08T06:37:25 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:25", timestamp_log="2026-01-08T06:37:25", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="knsh_romfs", target="qemu-intel64:knsh_romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:786", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:786", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:knsh_romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/nsh lines.last= [1/1] Normalize qemu-intel64/nsh target=qemu-intel64:nsh timestamp=2026-01-08T06:38:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:38:40", timestamp_log="2026-01-08T06:38:40", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="nsh", target="qemu-intel64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:797", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/nsh_pci lines.last= [1/1] Normalize qemu-intel64/nsh_pci target=qemu-intel64:nsh_pci timestamp=2026-01-08T06:39:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:12", timestamp_log="2026-01-08T06:39:12", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="nsh_pci", target="qemu-intel64:nsh_pci", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:805", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:nsh_pci", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/jumbo lines.last= [1/1] Normalize qemu-intel64/jumbo target=qemu-intel64:jumbo timestamp=2026-01-08T06:40:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:03", timestamp_log="2026-01-08T06:40:03", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="jumbo", target="qemu-intel64:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:813", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/earlyfb lines.last= [1/1] Normalize qemu-intel64/earlyfb target=qemu-intel64:earlyfb timestamp=2026-01-08T06:41:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:03", timestamp_log="2026-01-08T06:41:03", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="earlyfb", target="qemu-intel64:earlyfb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:828", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:earlyfb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/fb lines.last= [1/1] Normalize qemu-intel64/fb target=qemu-intel64:fb timestamp=2026-01-08T06:41:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:48", timestamp_log="2026-01-08T06:41:48", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="fb", target="qemu-intel64:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:836", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/nsh_pci_smp lines.last= [1/1] Normalize qemu-intel64/nsh_pci_smp target=qemu-intel64:nsh_pci_smp timestamp=2026-01-08T06:42:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:42:27", timestamp_log="2026-01-08T06:42:27", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="nsh_pci_smp", target="qemu-intel64:nsh_pci_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:844", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:nsh_pci_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/knsh_romfs_pci lines.last= [1/1] Normalize qemu-intel64/knsh_romfs_pci target=qemu-intel64:knsh_romfs_pci timestamp=2026-01-08T06:43:17 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:17", timestamp_log="2026-01-08T06:43:17", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="knsh_romfs_pci", target="qemu-intel64:knsh_romfs_pci", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:852", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483775#step:10:852", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:knsh_romfs_pci", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:13 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ xtensa-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 xtensa-01 + local os=Linux + local step=10 + local group=xtensa-01 + local 'job_name=Linux (xtensa-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (xtensa-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 65811 0 0:00:02 0:00:02 --:--:-- 65795 + local job_id=59765483761 + set +x job_id=59765483761 + [[ 59765483761 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/33_Linux (xtensa-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/33_Linux (xtensa-01).txt' + local filename=ci-xtensa-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-xtensa-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/33_Linux (xtensa-01).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-xtensa-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {d01e7e03-aaa0-4680-9e19-d17872578f4f} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (xtensa-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20807787563 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5059056220, Size: 521620208, Expected Digest: sha256:eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d) Redirecting to blob download url: https://productionresultssa13.blob.core.windows.net/actions-results/388a8ee3-bb2d-4df8-a8fe-35f13f243594/workflow-job-run-b8455e88-9c0d-542e-8686-a1a33358d5fd/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1996) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is eb0e255017d3dca70311e60c0b3b3088cbdd4c2651a1228f16b90b7c452eac3d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-xtensa-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group xtensa-01 --run-id 20807787563 --job-id 59765483761 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-xtensa-01.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group xtensa-01 --run-id 20807787563 --job-id 59765483761 --step 10` lines[0]=Configuration/Tool: heltec_wifi_lora32/sx1276 lines.last= [1/1] Normalize heltec_wifi_lora32/sx1276 target=heltec_wifi_lora32:sx1276 timestamp=2026-01-08T06:33:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:33:23", timestamp_log="2026-01-08T06:33:23", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="heltec_wifi_lora32", config="sx1276", target="heltec_wifi_lora32:sx1276", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:776", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/heltec_wifi_lora32:sx1276", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: heltec_wifi_lora32/nsh lines.last= [1/1] Normalize heltec_wifi_lora32/nsh target=heltec_wifi_lora32:nsh timestamp=2026-01-08T06:34:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:34:49", timestamp_log="2026-01-08T06:34:49", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="heltec_wifi_lora32", config="nsh", target="heltec_wifi_lora32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:784", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/heltec_wifi_lora32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-audio-kit/wifi lines.last= [1/1] Normalize esp32-audio-kit/wifi target=esp32-audio-kit:wifi timestamp=2026-01-08T06:35:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:35:42", timestamp_log="2026-01-08T06:35:42", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-audio-kit", config="wifi", target="esp32-audio-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:792", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-audio-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-audio-kit/nsh lines.last= [1/1] Normalize esp32-audio-kit/nsh target=esp32-audio-kit:nsh timestamp=2026-01-08T06:37:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:08", timestamp_log="2026-01-08T06:37:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-audio-kit", config="nsh", target="esp32-audio-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:814", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-audio-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-audio-kit/audio lines.last= [1/1] Normalize esp32-audio-kit/audio target=esp32-audio-kit:audio timestamp=2026-01-08T06:37:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:37:47", timestamp_log="2026-01-08T06:37:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-audio-kit", config="audio", target="esp32-audio-kit:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:822", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-audio-kit:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_eink5_v2/fb lines.last= [1/1] Normalize ttgo_eink5_v2/fb target=ttgo_eink5_v2:fb timestamp=2026-01-08T06:39:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:11", timestamp_log="2026-01-08T06:39:11", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_eink5_v2", config="fb", target="ttgo_eink5_v2:fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:844", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_eink5_v2:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lilygo_tbeam_lora_gps/nsh lines.last= [1/1] Normalize lilygo_tbeam_lora_gps/nsh target=lilygo_tbeam_lora_gps:nsh timestamp=2026-01-08T06:39:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:39:53", timestamp_log="2026-01-08T06:39:53", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="lilygo_tbeam_lora_gps", config="nsh", target="lilygo_tbeam_lora_gps:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:852", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lilygo_tbeam_lora_gps:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lilygo_tbeam_lora_gps/gps lines.last= [1/1] Normalize lilygo_tbeam_lora_gps/gps target=lilygo_tbeam_lora_gps:gps timestamp=2026-01-08T06:40:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:40:31", timestamp_log="2026-01-08T06:40:31", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="lilygo_tbeam_lora_gps", config="gps", target="lilygo_tbeam_lora_gps:gps", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:860", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lilygo_tbeam_lora_gps:gps", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lilygo_tbeam_lora_gps/sx127x lines.last= [1/1] Normalize lilygo_tbeam_lora_gps/sx127x target=lilygo_tbeam_lora_gps:sx127x timestamp=2026-01-08T06:41:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:09", timestamp_log="2026-01-08T06:41:09", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="lilygo_tbeam_lora_gps", config="sx127x", target="lilygo_tbeam_lora_gps:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:875", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lilygo_tbeam_lora_gps:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-2432S028/lvgl lines.last= [1/1] Normalize esp32-2432S028/lvgl target=esp32-2432S028:lvgl timestamp=2026-01-08T06:41:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:41:48", timestamp_log="2026-01-08T06:41:48", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-2432S028", config="lvgl", target="esp32-2432S028:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:883", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-2432S028:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-2432S028/nsh lines.last= [1/1] Normalize esp32-2432S028/nsh target=esp32-2432S028:nsh timestamp=2026-01-08T06:43:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:43:34", timestamp_log="2026-01-08T06:43:34", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-2432S028", config="nsh", target="esp32-2432S028:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:891", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-2432S028:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/buttons lines.last= [1/1] Normalize esp32-ethernet-kit/buttons target=esp32-ethernet-kit:buttons timestamp=2026-01-08T06:44:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:14", timestamp_log="2026-01-08T06:44:14", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="buttons", target="esp32-ethernet-kit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:899", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/rtc lines.last= [1/1] Normalize esp32-ethernet-kit/rtc target=esp32-ethernet-kit:rtc timestamp=2026-01-08T06:44:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:44:53", timestamp_log="2026-01-08T06:44:53", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="rtc", target="esp32-ethernet-kit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:907", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/wifi lines.last= [1/1] Normalize esp32-ethernet-kit/wifi target=esp32-ethernet-kit:wifi timestamp=2026-01-08T06:45:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:45:47", timestamp_log="2026-01-08T06:45:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="wifi", target="esp32-ethernet-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:915", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/ethernet lines.last= [1/1] Normalize esp32-ethernet-kit/ethernet target=esp32-ethernet-kit:ethernet timestamp=2026-01-08T06:47:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:08", timestamp_log="2026-01-08T06:47:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="ethernet", target="esp32-ethernet-kit:ethernet", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:937", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:ethernet", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/nsh lines.last= [1/1] Normalize esp32-ethernet-kit/nsh target=esp32-ethernet-kit:nsh timestamp=2026-01-08T06:47:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:47:59", timestamp_log="2026-01-08T06:47:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="nsh", target="esp32-ethernet-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:945", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/autopm lines.last= [1/1] Normalize esp32-ethernet-kit/autopm target=esp32-ethernet-kit:autopm timestamp=2026-01-08T06:48:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:48:38", timestamp_log="2026-01-08T06:48:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="autopm", target="esp32-ethernet-kit:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:953", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/oneshot lines.last= [1/1] Normalize esp32-ethernet-kit/oneshot target=esp32-ethernet-kit:oneshot timestamp=2026-01-08T06:49:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:49:39", timestamp_log="2026-01-08T06:49:39", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="oneshot", target="esp32-ethernet-kit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:968", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/buttons lines.last= [1/1] Normalize esp32-lyrat/buttons target=esp32-lyrat:buttons timestamp=2026-01-08T06:50:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:18", timestamp_log="2026-01-08T06:50:18", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="buttons", target="esp32-lyrat:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:976", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/nxrecorder lines.last= [1/1] Normalize esp32-lyrat/nxrecorder target=esp32-lyrat:nxrecorder timestamp=2026-01-08T06:50:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:50:58", timestamp_log="2026-01-08T06:50:58", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="nxrecorder", target="esp32-lyrat:nxrecorder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:984", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:nxrecorder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/rtptools lines.last= [1/1] Normalize esp32-lyrat/rtptools target=esp32-lyrat:rtptools timestamp=2026-01-08T06:51:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:51:54", timestamp_log="2026-01-08T06:51:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="rtptools", target="esp32-lyrat:rtptools", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:992", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:rtptools", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/wifi lines.last= [1/1] Normalize esp32-lyrat/wifi target=esp32-lyrat:wifi timestamp=2026-01-08T06:53:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:53:15", timestamp_log="2026-01-08T06:53:15", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="wifi", target="esp32-lyrat:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1014", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/nsh lines.last= [1/1] Normalize esp32-lyrat/nsh target=esp32-lyrat:nsh timestamp=2026-01-08T06:54:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:08", timestamp_log="2026-01-08T06:54:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="nsh", target="esp32-lyrat:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1037", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/audio lines.last= [1/1] Normalize esp32-lyrat/audio target=esp32-lyrat:audio timestamp=2026-01-08T06:54:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:54:47", timestamp_log="2026-01-08T06:54:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="audio", target="esp32-lyrat:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1045", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/sdmmc_spi lines.last= [1/1] Normalize esp32-lyrat/sdmmc_spi target=esp32-lyrat:sdmmc_spi timestamp=2026-01-08T06:56:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:08", timestamp_log="2026-01-08T06:56:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="sdmmc_spi", target="esp32-lyrat:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1068", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/lcd1602 lines.last= [1/1] Normalize esp32-wrover-kit/lcd1602 target=esp32-wrover-kit:lcd1602 timestamp=2026-01-08T06:56:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:56:48", timestamp_log="2026-01-08T06:56:48", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="lcd1602", target="esp32-wrover-kit:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1076", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/nx lines.last= [1/1] Normalize esp32-wrover-kit/nx target=esp32-wrover-kit:nx timestamp=2026-01-08T06:57:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:57:27", timestamp_log="2026-01-08T06:57:27", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="nx", target="esp32-wrover-kit:nx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1084", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/buttons lines.last= [1/1] Normalize esp32-wrover-kit/buttons target=esp32-wrover-kit:buttons timestamp=2026-01-08T06:58:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:12", timestamp_log="2026-01-08T06:58:12", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="buttons", target="esp32-wrover-kit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1092", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/rtc lines.last= [1/1] Normalize esp32-wrover-kit/rtc target=esp32-wrover-kit:rtc timestamp=2026-01-08T06:58:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:58:51", timestamp_log="2026-01-08T06:58:51", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="rtc", target="esp32-wrover-kit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1100", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/lvgl lines.last= [1/1] Normalize esp32-wrover-kit/lvgl target=esp32-wrover-kit:lvgl timestamp=2026-01-08T06:59:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T06:59:29", timestamp_log="2026-01-08T06:59:29", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="lvgl", target="esp32-wrover-kit:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1108", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/gpio lines.last= [1/1] Normalize esp32-wrover-kit/gpio target=esp32-wrover-kit:gpio timestamp=2026-01-08T07:00:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:00:54", timestamp_log="2026-01-08T07:00:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="gpio", target="esp32-wrover-kit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1116", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/wifi lines.last= [1/1] Normalize esp32-wrover-kit/wifi target=esp32-wrover-kit:wifi timestamp=2026-01-08T07:01:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:01:33", timestamp_log="2026-01-08T07:01:33", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="wifi", target="esp32-wrover-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1124", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/lua lines.last= [1/1] Normalize esp32-wrover-kit/lua target=esp32-wrover-kit:lua timestamp=2026-01-08T07:02:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:02:24", timestamp_log="2026-01-08T07:02:24", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="lua", target="esp32-wrover-kit:lua", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1140", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:lua", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/nsh lines.last= [1/1] Normalize esp32-wrover-kit/nsh target=esp32-wrover-kit:nsh timestamp=2026-01-08T07:03:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:16", timestamp_log="2026-01-08T07:03:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="nsh", target="esp32-wrover-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1155", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/autopm lines.last= [1/1] Normalize esp32-wrover-kit/autopm target=esp32-wrover-kit:autopm timestamp=2026-01-08T07:03:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:55", timestamp_log="2026-01-08T07:03:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="autopm", target="esp32-wrover-kit:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1163", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/sdmmc_spi lines.last= [1/1] Normalize esp32-wrover-kit/sdmmc_spi target=esp32-wrover-kit:sdmmc_spi timestamp=2026-01-08T07:04:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:46", timestamp_log="2026-01-08T07:04:46", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="sdmmc_spi", target="esp32-wrover-kit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1178", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/leds lines.last= [1/1] Normalize esp32-wrover-kit/leds target=esp32-wrover-kit:leds timestamp=2026-01-08T07:05:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:25", timestamp_log="2026-01-08T07:05:25", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="leds", target="esp32-wrover-kit:leds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1186", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/bmp180 lines.last= [1/1] Normalize esp32-wrover-kit/bmp180 target=esp32-wrover-kit:bmp180 timestamp=2026-01-08T07:06:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:04", timestamp_log="2026-01-08T07:06:04", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="bmp180", target="esp32-wrover-kit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1194", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/oneshot lines.last= [1/1] Normalize esp32-wrover-kit/oneshot target=esp32-wrover-kit:oneshot timestamp=2026-01-08T07:06:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:42", timestamp_log="2026-01-08T07:06:42", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="oneshot", target="esp32-wrover-kit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1202", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-pico-kit/nsh lines.last= [1/1] Normalize esp32-pico-kit/nsh target=esp32-pico-kit:nsh timestamp=2026-01-08T07:07:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:21", timestamp_log="2026-01-08T07:07:21", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-pico-kit", config="nsh", target="esp32-pico-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1210", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-pico-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_t_display_esp32/lvgl_lcd lines.last= [1/1] Normalize ttgo_t_display_esp32/lvgl_lcd target=ttgo_t_display_esp32:lvgl_lcd timestamp=2026-01-08T07:07:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:59", timestamp_log="2026-01-08T07:07:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_t_display_esp32", config="lvgl_lcd", target="ttgo_t_display_esp32:lvgl_lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1218", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_t_display_esp32:lvgl_lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_t_display_esp32/lvgl_fb lines.last= [1/1] Normalize ttgo_t_display_esp32/lvgl_fb target=ttgo_t_display_esp32:lvgl_fb timestamp=2026-01-08T07:09:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:09:19", timestamp_log="2026-01-08T07:09:19", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_t_display_esp32", config="lvgl_fb", target="ttgo_t_display_esp32:lvgl_fb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1226", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_t_display_esp32:lvgl_fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_t_display_esp32/nsh lines.last= [1/1] Normalize ttgo_t_display_esp32/nsh target=ttgo_t_display_esp32:nsh timestamp=2026-01-08T07:10:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:38", timestamp_log="2026-01-08T07:10:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_t_display_esp32", config="nsh", target="ttgo_t_display_esp32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1234", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_t_display_esp32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_lora_esp32/nsh lines.last= [1/1] Normalize ttgo_lora_esp32/nsh target=ttgo_lora_esp32:nsh timestamp=2026-01-08T07:11:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:16", timestamp_log="2026-01-08T07:11:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_lora_esp32", config="nsh", target="ttgo_lora_esp32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1242", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_lora_esp32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_lora_esp32/sx127x lines.last= [1/1] Normalize ttgo_lora_esp32/sx127x target=ttgo_lora_esp32:sx127x timestamp=2026-01-08T07:11:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:55", timestamp_log="2026-01-08T07:11:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_lora_esp32", config="sx127x", target="ttgo_lora_esp32:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1250", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_lora_esp32:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/mqttc lines.last= [1/1] Normalize esp32-sparrow-kit/mqttc target=esp32-sparrow-kit:mqttc timestamp=2026-01-08T07:12:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:33", timestamp_log="2026-01-08T07:12:33", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="mqttc", target="esp32-sparrow-kit:mqttc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1258", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:mqttc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/wifi lines.last= [1/1] Normalize esp32-sparrow-kit/wifi target=esp32-sparrow-kit:wifi timestamp=2026-01-08T07:13:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:42", timestamp_log="2026-01-08T07:13:42", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="wifi", target="esp32-sparrow-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1273", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/nsh lines.last= [1/1] Normalize esp32-sparrow-kit/nsh target=esp32-sparrow-kit:nsh timestamp=2026-01-08T07:14:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:48", timestamp_log="2026-01-08T07:14:48", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="nsh", target="esp32-sparrow-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1296", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/ble lines.last= [1/1] Normalize esp32-sparrow-kit/ble target=esp32-sparrow-kit:ble timestamp=2026-01-08T07:15:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:29", timestamp_log="2026-01-08T07:15:29", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="ble", target="esp32-sparrow-kit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1304", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/ostest lines.last= [1/1] Normalize esp32-devkitc/ostest target=esp32-devkitc:ostest timestamp=2026-01-08T07:16:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:22", timestamp_log="2026-01-08T07:16:22", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="ostest", target="esp32-devkitc:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1312", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/efuse lines.last= [1/1] Normalize esp32-devkitc/efuse target=esp32-devkitc:efuse timestamp=2026-01-08T07:17:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:17:07", timestamp_log="2026-01-08T07:17:07", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="efuse", target="esp32-devkitc:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1320", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/pm lines.last= [1/1] Normalize esp32-devkitc/pm target=esp32-devkitc:pm timestamp=2026-01-08T07:18:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:01", timestamp_log="2026-01-08T07:18:01", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="pm", target="esp32-devkitc:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1335", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/rmt lines.last= [1/1] Normalize esp32-devkitc/rmt target=esp32-devkitc:rmt timestamp=2026-01-08T07:18:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:42", timestamp_log="2026-01-08T07:18:42", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="rmt", target="esp32-devkitc:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1343", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/buttons lines.last= [1/1] Normalize esp32-devkitc/buttons target=esp32-devkitc:buttons timestamp=2026-01-08T07:19:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:21", timestamp_log="2026-01-08T07:19:21", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="buttons", target="esp32-devkitc:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1351", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/rtc lines.last= [1/1] Normalize esp32-devkitc/rtc target=esp32-devkitc:rtc timestamp=2026-01-08T07:19:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:59", timestamp_log="2026-01-08T07:19:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="rtc", target="esp32-devkitc:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1359", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mqttc lines.last= [1/1] Normalize esp32-devkitc/mqttc target=esp32-devkitc:mqttc timestamp=2026-01-08T07:20:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:38", timestamp_log="2026-01-08T07:20:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mqttc", target="esp32-devkitc:mqttc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1367", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mqttc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcp2515 lines.last= [1/1] Normalize esp32-devkitc/mcp2515 target=esp32-devkitc:mcp2515 timestamp=2026-01-08T07:21:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:32", timestamp_log="2026-01-08T07:21:32", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcp2515", target="esp32-devkitc:mcp2515", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1383", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcp2515", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifinsh lines.last= [1/1] Normalize esp32-devkitc/wifinsh target=esp32-devkitc:wifinsh timestamp=2026-01-08T07:22:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:22:12", timestamp_log="2026-01-08T07:22:12", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifinsh", target="esp32-devkitc:wifinsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1391", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifinsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/motor lines.last= [1/1] Normalize esp32-devkitc/motor target=esp32-devkitc:motor timestamp=2026-01-08T07:23:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:05", timestamp_log="2026-01-08T07:23:05", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="motor", target="esp32-devkitc:motor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1406", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/twai lines.last= [1/1] Normalize esp32-devkitc/twai target=esp32-devkitc:twai timestamp=2026-01-08T07:23:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:44", timestamp_log="2026-01-08T07:23:44", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="twai", target="esp32-devkitc:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1414", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:20:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/nvblk lines.last= [1/1] Normalize esp32-devkitc/nvblk target=esp32-devkitc:nvblk timestamp=2026-01-08T07:24:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:22", timestamp_log="2026-01-08T07:24:22", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="nvblk", target="esp32-devkitc:nvblk", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1422", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:nvblk", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/adc lines.last= [1/1] Normalize esp32-devkitc/adc target=esp32-devkitc:adc timestamp=2026-01-08T07:25:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:22", timestamp_log="2026-01-08T07:25:22", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="adc", target="esp32-devkitc:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1430", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/cxx lines.last= [1/1] Normalize esp32-devkitc/cxx target=esp32-devkitc:cxx timestamp=2026-01-08T07:26:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:01", timestamp_log="2026-01-08T07:26:01", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="cxx", target="esp32-devkitc:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1438", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/module lines.last= [1/1] Normalize esp32-devkitc/module target=esp32-devkitc:module timestamp=2026-01-08T07:27:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:28", timestamp_log="2026-01-08T07:27:28", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="module", target="esp32-devkitc:module", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1446", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/knsh lines.last= [1/1] Normalize esp32-devkitc/knsh target=esp32-devkitc:knsh timestamp=2026-01-08T07:28:26 *** Msg: /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld:/github/workspace/sources/nuttx/boards/xtensa/esp32/esp32-devkitc/../common/scripts/kernel-space.ld.tmp:250: warning: memory region `rtc_reserved_seg' not declared body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:26", timestamp_log="2026-01-08T07:28:26", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="knsh", target="esp32-devkitc:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1454", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1454", msg="/tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld:/github/workspace/sources/nuttx/boards/xtensa/esp32/esp32-devkitc/../common/scripts/kernel-space.ld.tmp:250: warning: memory region `rtc_reserved_seg' not declared", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/crypto lines.last= [1/1] Normalize esp32-devkitc/crypto target=esp32-devkitc:crypto timestamp=2026-01-08T07:29:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:47", timestamp_log="2026-01-08T07:29:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="crypto", target="esp32-devkitc:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1463", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifishare lines.last= [1/1] Normalize esp32-devkitc/wifishare target=esp32-devkitc:wifishare timestamp=2026-01-08T07:30:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:43", timestamp_log="2026-01-08T07:30:43", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifishare", target="esp32-devkitc:wifishare", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1471", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifishare", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/brickmatch lines.last= [1/1] Normalize esp32-devkitc/brickmatch target=esp32-devkitc:brickmatch timestamp=2026-01-08T07:31:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:40", timestamp_log="2026-01-08T07:31:40", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="brickmatch", target="esp32-devkitc:brickmatch", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1486", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:brickmatch", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sdm lines.last= [1/1] Normalize esp32-devkitc/sdm target=esp32-devkitc:sdm timestamp=2026-01-08T07:32:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:38", timestamp_log="2026-01-08T07:32:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sdm", target="esp32-devkitc:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1494", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/romfs lines.last= [1/1] Normalize esp32-devkitc/romfs target=esp32-devkitc:romfs timestamp=2026-01-08T07:33:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:16", timestamp_log="2026-01-08T07:33:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="romfs", target="esp32-devkitc:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1502", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/random lines.last= [1/1] Normalize esp32-devkitc/random target=esp32-devkitc:random timestamp=2026-01-08T07:33:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:55", timestamp_log="2026-01-08T07:33:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="random", target="esp32-devkitc:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1510", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/espnow lines.last= [1/1] Normalize esp32-devkitc/espnow target=esp32-devkitc:espnow timestamp=2026-01-08T07:34:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:34", timestamp_log="2026-01-08T07:34:34", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="espnow", target="esp32-devkitc:espnow", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1518", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:espnow", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:07 GMT", "content-length": "0"} } lines[0]=Skipping: esp32-devkitc/nxlooper lines.last= Skipping: esp32-devkitc/nxlooper *** Not a target: Skipping: esp32-devkitc/nxlooper lines[0]=Configuration/Tool: esp32-devkitc/timer lines.last= [1/1] Normalize esp32-devkitc/timer target=esp32-devkitc:timer timestamp=2026-01-08T07:35:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:55", timestamp_log="2026-01-08T07:35:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="timer", target="esp32-devkitc:timer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1533", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifi_smp lines.last= [1/1] Normalize esp32-devkitc/wifi_smp target=esp32-devkitc:wifi_smp timestamp=2026-01-08T07:36:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:31", timestamp_log="2026-01-08T07:36:31", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifi_smp", target="esp32-devkitc:wifi_smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1541", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifi_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcuboot_update_agent lines.last= [1/1] Normalize esp32-devkitc/mcuboot_update_agent target=esp32-devkitc:mcuboot_update_agent timestamp=2026-01-08T07:38:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:01", timestamp_log="2026-01-08T07:38:01", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcuboot_update_agent", target="esp32-devkitc:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1563", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcuboot_slot_confirm lines.last= [1/1] Normalize esp32-devkitc/mcuboot_slot_confirm target=esp32-devkitc:mcuboot_slot_confirm timestamp=2026-01-08T07:39:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:24", timestamp_log="2026-01-08T07:39:24", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcuboot_slot_confirm", target="esp32-devkitc:mcuboot_slot_confirm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1592", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcuboot_slot_confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sta_softap lines.last= [1/1] Normalize esp32-devkitc/sta_softap target=esp32-devkitc:sta_softap timestamp=2026-01-08T07:40:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:18", timestamp_log="2026-01-08T07:40:18", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sta_softap", target="esp32-devkitc:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1607", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/smp lines.last= [1/1] Normalize esp32-devkitc/smp target=esp32-devkitc:smp timestamp=2026-01-08T07:41:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:41:23", timestamp_log="2026-01-08T07:41:23", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="smp", target="esp32-devkitc:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1629", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/nxdiag lines.last= [1/1] Normalize esp32-devkitc/nxdiag target=esp32-devkitc:nxdiag timestamp=2026-01-08T07:42:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:22", timestamp_log="2026-01-08T07:42:22", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="nxdiag", target="esp32-devkitc:nxdiag", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1637", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:nxdiag", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifi lines.last= [1/1] Normalize esp32-devkitc/wifi target=esp32-devkitc:wifi timestamp=2026-01-08T07:43:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:07", timestamp_log="2026-01-08T07:43:07", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifi", target="esp32-devkitc:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1645", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/pwm lines.last= [1/1] Normalize esp32-devkitc/pwm target=esp32-devkitc:pwm timestamp=2026-01-08T07:43:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:59", timestamp_log="2026-01-08T07:43:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="pwm", target="esp32-devkitc:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1667", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/modbus lines.last= [1/1] Normalize esp32-devkitc/modbus target=esp32-devkitc:modbus timestamp=2026-01-08T07:44:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:38", timestamp_log="2026-01-08T07:44:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="modbus", target="esp32-devkitc:modbus", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1675", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:modbus", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/nsh lines.last= [1/1] Normalize esp32-devkitc/nsh target=esp32-devkitc:nsh timestamp=2026-01-08T07:45:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:18", timestamp_log="2026-01-08T07:45:18", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="nsh", target="esp32-devkitc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1683", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/qencoder lines.last= [1/1] Normalize esp32-devkitc/qencoder target=esp32-devkitc:qencoder timestamp=2026-01-08T07:45:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:56", timestamp_log="2026-01-08T07:45:56", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="qencoder", target="esp32-devkitc:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1691", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/audio lines.last= [1/1] Normalize esp32-devkitc/audio target=esp32-devkitc:audio timestamp=2026-01-08T07:46:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:35", timestamp_log="2026-01-08T07:46:35", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="audio", target="esp32-devkitc:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1699", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/softap lines.last= [1/1] Normalize esp32-devkitc/softap target=esp32-devkitc:softap timestamp=2026-01-08T07:47:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:38", timestamp_log="2026-01-08T07:47:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="softap", target="esp32-devkitc:softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1722", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/autopm lines.last= [1/1] Normalize esp32-devkitc/autopm target=esp32-devkitc:autopm timestamp=2026-01-08T07:48:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:55", timestamp_log="2026-01-08T07:48:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="autopm", target="esp32-devkitc:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1737", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sdmmc_spi lines.last= [1/1] Normalize esp32-devkitc/sdmmc_spi target=esp32-devkitc:sdmmc_spi timestamp=2026-01-08T07:49:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:47", timestamp_log="2026-01-08T07:49:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sdmmc_spi", target="esp32-devkitc:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1752", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/capture lines.last= [1/1] Normalize esp32-devkitc/capture target=esp32-devkitc:capture timestamp=2026-01-08T07:50:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:26", timestamp_log="2026-01-08T07:50:26", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="capture", target="esp32-devkitc:capture", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1760", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wamr_wasi_debug lines.last= [1/1] Normalize esp32-devkitc/wamr_wasi_debug target=esp32-devkitc:wamr_wasi_debug timestamp=2026-01-08T07:51:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:05", timestamp_log="2026-01-08T07:51:05", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wamr_wasi_debug", target="esp32-devkitc:wamr_wasi_debug", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1768", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wamr_wasi_debug", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/tickless lines.last= [1/1] Normalize esp32-devkitc/tickless target=esp32-devkitc:tickless timestamp=2026-01-08T07:52:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:40", timestamp_log="2026-01-08T07:52:40", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="tickless", target="esp32-devkitc:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1783", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/psram_usrheap lines.last= [1/1] Normalize esp32-devkitc/psram_usrheap target=esp32-devkitc:psram_usrheap timestamp=2026-01-08T07:53:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:27", timestamp_log="2026-01-08T07:53:27", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="psram_usrheap", target="esp32-devkitc:psram_usrheap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1791", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:psram_usrheap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/blewifi lines.last= [1/1] Normalize esp32-devkitc/blewifi target=esp32-devkitc:blewifi timestamp=2026-01-08T07:54:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:29", timestamp_log="2026-01-08T07:54:29", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="blewifi", target="esp32-devkitc:blewifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1799", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:blewifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/match4 lines.last= [1/1] Normalize esp32-devkitc/match4 target=esp32-devkitc:match4 timestamp=2026-01-08T07:55:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:55:52", timestamp_log="2026-01-08T07:55:52", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="match4", target="esp32-devkitc:match4", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1821", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:match4", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/snake lines.last= [1/1] Normalize esp32-devkitc/snake target=esp32-devkitc:snake timestamp=2026-01-08T07:56:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:56:33", timestamp_log="2026-01-08T07:56:33", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="snake", target="esp32-devkitc:snake", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1829", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:snake", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/coremark lines.last= [1/1] Normalize esp32-devkitc/coremark target=esp32-devkitc:coremark timestamp=2026-01-08T07:57:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:57:12", timestamp_log="2026-01-08T07:57:12", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="coremark", target="esp32-devkitc:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1837", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/elf lines.last= [1/1] Normalize esp32-devkitc/elf target=esp32-devkitc:elf timestamp=2026-01-08T07:58:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:58:08", timestamp_log="2026-01-08T07:58:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="elf", target="esp32-devkitc:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1853", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/spiflash lines.last= [1/1] Normalize esp32-devkitc/spiflash target=esp32-devkitc:spiflash timestamp=2026-01-08T07:59:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:59:06", timestamp_log="2026-01-08T07:59:06", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="spiflash", target="esp32-devkitc:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1861", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/leds lines.last= [1/1] Normalize esp32-devkitc/leds target=esp32-devkitc:leds timestamp=2026-01-08T08:00:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:00:02", timestamp_log="2026-01-08T08:00:02", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="leds", target="esp32-devkitc:leds", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483761#step:10:1869", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:25 GMT", "content-length": "0"} } lines[0]=Skipping: esp32-devkitc/qemu_openeth lines.last= Skipping: esp32-devkitc/qemu_openeth ... # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:14", timestamp_log="2026-01-08T07:03:14", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="buttons", target="esp32s2-kaluga-1:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1106", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/rtc lines.last= [1/1] Normalize esp32s2-kaluga-1/rtc target=esp32s2-kaluga-1:rtc timestamp=2026-01-08T07:03:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:03:57", timestamp_log="2026-01-08T07:03:57", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="rtc", target="esp32s2-kaluga-1:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1114", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/twai lines.last= [1/1] Normalize esp32s2-kaluga-1/twai target=esp32s2-kaluga-1:twai timestamp=2026-01-08T07:04:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:04:55", timestamp_log="2026-01-08T07:04:55", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="twai", target="esp32s2-kaluga-1:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1122", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/nxlooper lines.last= [1/1] Normalize esp32s2-kaluga-1/nxlooper target=esp32s2-kaluga-1:nxlooper timestamp=2026-01-08T07:05:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:05:35", timestamp_log="2026-01-08T07:05:35", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="nxlooper", target="esp32s2-kaluga-1:nxlooper", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1130", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:nxlooper", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/nsh lines.last= [1/1] Normalize esp32s2-kaluga-1/nsh target=esp32s2-kaluga-1:nsh timestamp=2026-01-08T07:06:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:06:19", timestamp_log="2026-01-08T07:06:19", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="nsh", target="esp32s2-kaluga-1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1138", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/audio lines.last= [1/1] Normalize esp32s2-kaluga-1/audio target=esp32s2-kaluga-1:audio timestamp=2026-01-08T07:07:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:00", timestamp_log="2026-01-08T07:07:00", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="audio", target="esp32s2-kaluga-1:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1146", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/i2c lines.last= [1/1] Normalize esp32s2-kaluga-1/i2c target=esp32s2-kaluga-1:i2c timestamp=2026-01-08T07:07:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:07:42", timestamp_log="2026-01-08T07:07:42", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="i2c", target="esp32s2-kaluga-1:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1154", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:21:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/lvgl_st7789 lines.last= [1/1] Normalize esp32s2-kaluga-1/lvgl_st7789 target=esp32s2-kaluga-1:lvgl_st7789 timestamp=2026-01-08T07:08:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:08:27", timestamp_log="2026-01-08T07:08:27", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="lvgl_st7789", target="esp32s2-kaluga-1:lvgl_st7789", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1162", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:lvgl_st7789", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/lvgl_ili9341 lines.last= [1/1] Normalize esp32s2-kaluga-1/lvgl_ili9341 target=esp32s2-kaluga-1:lvgl_ili9341 timestamp=2026-01-08T07:10:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:10:01", timestamp_log="2026-01-08T07:10:01", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="lvgl_ili9341", target="esp32s2-kaluga-1:lvgl_ili9341", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1170", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:lvgl_ili9341", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/watchdog lines.last= [1/1] Normalize esp32s2-kaluga-1/watchdog target=esp32s2-kaluga-1:watchdog timestamp=2026-01-08T07:11:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:11:09", timestamp_log="2026-01-08T07:11:09", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="watchdog", target="esp32s2-kaluga-1:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1178", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/fastboot_usb lines.last=Note: skipping refresh for debug defconfig. target=lckfb-szpi-esp32s3:fastboot_usb timestamp=2026-01-08T07:12:11 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:12:11", timestamp_log="2026-01-08T07:12:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="fastboot_usb", target="lckfb-szpi-esp32s3:fastboot_usb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1186", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1186", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:fastboot_usb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/pca9557 lines.last= [1/1] Normalize lckfb-szpi-esp32s3/pca9557 target=lckfb-szpi-esp32s3:pca9557 timestamp=2026-01-08T07:13:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:13:11", timestamp_log="2026-01-08T07:13:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="pca9557", target="lckfb-szpi-esp32s3:pca9557", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1195", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:pca9557", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/txtable lines.last=Note: skipping refresh for debug defconfig. target=lckfb-szpi-esp32s3:txtable timestamp=2026-01-08T07:14:13 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:14:13", timestamp_log="2026-01-08T07:14:13", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="txtable", target="lckfb-szpi-esp32s3:txtable", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1203", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1203", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:txtable", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/qmi8658 lines.last= [1/1] Normalize lckfb-szpi-esp32s3/qmi8658 target=lckfb-szpi-esp32s3:qmi8658 timestamp=2026-01-08T07:15:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:15:18", timestamp_log="2026-01-08T07:15:18", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="qmi8658", target="lckfb-szpi-esp32s3:qmi8658", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1226", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:qmi8658", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/lvgl lines.last= [1/1] Normalize lckfb-szpi-esp32s3/lvgl target=lckfb-szpi-esp32s3:lvgl timestamp=2026-01-08T07:16:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:16:22", timestamp_log="2026-01-08T07:16:22", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="lvgl", target="lckfb-szpi-esp32s3:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1234", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/lcd lines.last= [1/1] Normalize lckfb-szpi-esp32s3/lcd target=lckfb-szpi-esp32s3:lcd timestamp=2026-01-08T07:18:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:18:18", timestamp_log="2026-01-08T07:18:18", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="lcd", target="lckfb-szpi-esp32s3:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1242", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/adb lines.last=Note: skipping refresh for debug defconfig. target=lckfb-szpi-esp32s3:adb timestamp=2026-01-08T07:19:04 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:19:04", timestamp_log="2026-01-08T07:19:04", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="adb", target="lckfb-szpi-esp32s3:adb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1250", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1250", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/fastboot lines.last= [1/1] Normalize lckfb-szpi-esp32s3/fastboot target=lckfb-szpi-esp32s3:fastboot timestamp=2026-01-08T07:20:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:20:05", timestamp_log="2026-01-08T07:20:05", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="fastboot", target="lckfb-szpi-esp32s3:fastboot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1275", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:fastboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/fastboot_tcp lines.last= [1/1] Normalize lckfb-szpi-esp32s3/fastboot_tcp target=lckfb-szpi-esp32s3:fastboot_tcp timestamp=2026-01-08T07:21:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:21:43", timestamp_log="2026-01-08T07:21:43", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="fastboot_tcp", target="lckfb-szpi-esp32s3:fastboot_tcp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1299", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:fastboot_tcp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/gpio lines.last= [1/1] Normalize lckfb-szpi-esp32s3/gpio target=lckfb-szpi-esp32s3:gpio timestamp=2026-01-08T07:23:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:14", timestamp_log="2026-01-08T07:23:14", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="gpio", target="lckfb-szpi-esp32s3:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1321", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/pwm lines.last= [1/1] Normalize lckfb-szpi-esp32s3/pwm target=lckfb-szpi-esp32s3:pwm timestamp=2026-01-08T07:23:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:23:58", timestamp_log="2026-01-08T07:23:58", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="pwm", target="lckfb-szpi-esp32s3:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1329", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/nsh lines.last= [1/1] Normalize lckfb-szpi-esp32s3/nsh target=lckfb-szpi-esp32s3:nsh timestamp=2026-01-08T07:24:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:24:41", timestamp_log="2026-01-08T07:24:41", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="nsh", target="lckfb-szpi-esp32s3:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1337", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/psram lines.last= [1/1] Normalize lckfb-szpi-esp32s3/psram target=lckfb-szpi-esp32s3:psram timestamp=2026-01-08T07:25:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:25:23", timestamp_log="2026-01-08T07:25:23", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="psram", target="lckfb-szpi-esp32s3:psram", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1345", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:psram", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/usb_device lines.last= [1/1] Normalize lckfb-szpi-esp32s3/usb_device target=lckfb-szpi-esp32s3:usb_device timestamp=2026-01-08T07:26:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:08", timestamp_log="2026-01-08T07:26:08", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="usb_device", target="lckfb-szpi-esp32s3:usb_device", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1353", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:usb_device", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lhcbit/usbnsh lines.last= [1/1] Normalize esp32s3-lhcbit/usbnsh target=esp32s3-lhcbit:usbnsh timestamp=2026-01-08T07:26:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:26:52", timestamp_log="2026-01-08T07:26:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lhcbit", config="usbnsh", target="esp32s3-lhcbit:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1361", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lhcbit:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-xiao/usbnsh lines.last= [1/1] Normalize esp32s3-xiao/usbnsh target=esp32s3-xiao:usbnsh timestamp=2026-01-08T07:27:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:27:36", timestamp_log="2026-01-08T07:27:36", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-xiao", config="usbnsh", target="esp32s3-xiao:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1369", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-xiao:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-xiao/combo lines.last= [1/1] Normalize esp32s3-xiao/combo target=esp32s3-xiao:combo timestamp=2026-01-08T07:28:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:28:19", timestamp_log="2026-01-08T07:28:19", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-xiao", config="combo", target="esp32s3-xiao:combo", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1377", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-xiao:combo", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/lcd lines.last= [1/1] Normalize esp32s3-eye/lcd target=esp32s3-eye:lcd timestamp=2026-01-08T07:29:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:03", timestamp_log="2026-01-08T07:29:03", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="lcd", target="esp32s3-eye:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1385", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/usbnsh lines.last= [1/1] Normalize esp32s3-eye/usbnsh target=esp32s3-eye:usbnsh timestamp=2026-01-08T07:29:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:29:52", timestamp_log="2026-01-08T07:29:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="usbnsh", target="esp32s3-eye:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1393", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/gpio lines.last= [1/1] Normalize esp32s3-eye/gpio target=esp32s3-eye:gpio timestamp=2026-01-08T07:30:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:30:37", timestamp_log="2026-01-08T07:30:37", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="gpio", target="esp32s3-eye:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1401", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/wifi lines.last= [1/1] Normalize esp32s3-eye/wifi target=esp32s3-eye:wifi timestamp=2026-01-08T07:31:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:31:20", timestamp_log="2026-01-08T07:31:20", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="wifi", target="esp32s3-eye:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1409", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/nsh lines.last= [1/1] Normalize esp32s3-eye/nsh target=esp32s3-eye:nsh timestamp=2026-01-08T07:32:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:32:51", timestamp_log="2026-01-08T07:32:51", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="nsh", target="esp32s3-eye:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1432", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/i2c lines.last= [1/1] Normalize esp32s3-eye/i2c target=esp32s3-eye:i2c timestamp=2026-01-08T07:33:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:33:34", timestamp_log="2026-01-08T07:33:34", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="i2c", target="esp32s3-eye:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1440", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/sdmmc lines.last= [1/1] Normalize esp32s3-8048S043/sdmmc target=esp32s3-8048S043:sdmmc timestamp=2026-01-08T07:34:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:15", timestamp_log="2026-01-08T07:34:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="sdmmc", target="esp32s3-8048S043:sdmmc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1448", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:sdmmc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/lcd lines.last= [1/1] Normalize esp32s3-8048S043/lcd target=esp32s3-8048S043:lcd timestamp=2026-01-08T07:34:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:34:58", timestamp_log="2026-01-08T07:34:58", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="lcd", target="esp32s3-8048S043:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1456", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/gpio lines.last= [1/1] Normalize esp32s3-8048S043/gpio target=esp32s3-8048S043:gpio timestamp=2026-01-08T07:35:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:35:58", timestamp_log="2026-01-08T07:35:58", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="gpio", target="esp32s3-8048S043:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1464", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/touchscreen lines.last= [1/1] Normalize esp32s3-8048S043/touchscreen target=esp32s3-8048S043:touchscreen timestamp=2026-01-08T07:36:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:36:38", timestamp_log="2026-01-08T07:36:38", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="touchscreen", target="esp32s3-8048S043:touchscreen", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1472", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:touchscreen", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/nsh lines.last= [1/1] Normalize esp32s3-8048S043/nsh target=esp32s3-8048S043:nsh timestamp=2026-01-08T07:37:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:37:36", timestamp_log="2026-01-08T07:37:36", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="nsh", target="esp32s3-8048S043:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1480", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/i2c lines.last= [1/1] Normalize esp32s3-8048S043/i2c target=esp32s3-8048S043:i2c timestamp=2026-01-08T07:38:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:17", timestamp_log="2026-01-08T07:38:17", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="i2c", target="esp32s3-8048S043:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1488", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/spi lines.last= [1/1] Normalize esp32s3-8048S043/spi target=esp32s3-8048S043:spi timestamp=2026-01-08T07:38:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:38:57", timestamp_log="2026-01-08T07:38:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="spi", target="esp32s3-8048S043:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1496", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/sdmmc lines.last= [1/1] Normalize esp32s3-korvo-2/sdmmc target=esp32s3-korvo-2:sdmmc timestamp=2026-01-08T07:39:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:39:54", timestamp_log="2026-01-08T07:39:54", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="sdmmc", target="esp32s3-korvo-2:sdmmc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1504", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:sdmmc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/rtptools lines.last= [1/1] Normalize esp32s3-korvo-2/rtptools target=esp32s3-korvo-2:rtptools timestamp=2026-01-08T07:40:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:40:54", timestamp_log="2026-01-08T07:40:54", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="rtptools", target="esp32s3-korvo-2:rtptools", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1512", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:rtptools", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/nsh lines.last= [1/1] Normalize esp32s3-korvo-2/nsh target=esp32s3-korvo-2:nsh timestamp=2026-01-08T07:42:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:42:25", timestamp_log="2026-01-08T07:42:25", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="nsh", target="esp32s3-korvo-2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1535", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/audio lines.last= [1/1] Normalize esp32s3-korvo-2/audio target=esp32s3-korvo-2:audio timestamp=2026-01-08T07:43:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:43:06", timestamp_log="2026-01-08T07:43:06", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="audio", target="esp32s3-korvo-2:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1543", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-meadow/usbnsh lines.last= [1/1] Normalize esp32s3-meadow/usbnsh target=esp32s3-meadow:usbnsh timestamp=2026-01-08T07:44:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:02", timestamp_log="2026-01-08T07:44:02", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-meadow", config="usbnsh", target="esp32s3-meadow:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1558", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-meadow:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-meadow/nsh lines.last= [1/1] Normalize esp32s3-meadow/nsh target=esp32s3-meadow:nsh timestamp=2026-01-08T07:44:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:44:43", timestamp_log="2026-01-08T07:44:43", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-meadow", config="nsh", target="esp32s3-meadow:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1566", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-meadow:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/buttons lines.last= [1/1] Normalize esp32s3-box/buttons target=esp32s3-box:buttons timestamp=2026-01-08T07:45:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:45:23", timestamp_log="2026-01-08T07:45:23", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="buttons", target="esp32s3-box:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1574", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/lvgl lines.last= [1/1] Normalize esp32s3-box/lvgl target=esp32s3-box:lvgl timestamp=2026-01-08T07:46:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:46:04", timestamp_log="2026-01-08T07:46:04", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="lvgl", target="esp32s3-box:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1582", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/touchscreen lines.last= [1/1] Normalize esp32s3-box/touchscreen target=esp32s3-box:touchscreen timestamp=2026-01-08T07:47:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:47:58", timestamp_log="2026-01-08T07:47:58", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="touchscreen", target="esp32s3-box:touchscreen", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1590", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:touchscreen", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/nsh lines.last= [1/1] Normalize esp32s3-box/nsh target=esp32s3-box:nsh timestamp=2026-01-08T07:48:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:48:41", timestamp_log="2026-01-08T07:48:41", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="nsh", target="esp32s3-box:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1598", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/lvgl-3 lines.last= [1/1] Normalize esp32s3-box/lvgl-3 target=esp32s3-box:lvgl-3 timestamp=2026-01-08T07:49:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:49:22", timestamp_log="2026-01-08T07:49:22", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="lvgl-3", target="esp32s3-box:lvgl-3", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1606", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:lvgl-3", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/buttons lines.last= [1/1] Normalize esp32s3-lcd-ev/buttons target=esp32s3-lcd-ev:buttons timestamp=2026-01-08T07:50:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:50:28", timestamp_log="2026-01-08T07:50:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="buttons", target="esp32s3-lcd-ev:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1614", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/lvgl lines.last= [1/1] Normalize esp32s3-lcd-ev/lvgl target=esp32s3-lcd-ev:lvgl timestamp=2026-01-08T07:51:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:51:08", timestamp_log="2026-01-08T07:51:08", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="lvgl", target="esp32s3-lcd-ev:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1622", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/lcd lines.last= [1/1] Normalize esp32s3-lcd-ev/lcd target=esp32s3-lcd-ev:lcd timestamp=2026-01-08T07:52:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:52:54", timestamp_log="2026-01-08T07:52:54", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="lcd", target="esp32s3-lcd-ev:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1630", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/nsh lines.last= [1/1] Normalize esp32s3-lcd-ev/nsh target=esp32s3-lcd-ev:nsh timestamp=2026-01-08T07:53:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:53:36", timestamp_log="2026-01-08T07:53:36", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="nsh", target="esp32s3-lcd-ev:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1638", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/ws2812 lines.last= [1/1] Normalize esp32s3-lcd-ev/ws2812 target=esp32s3-lcd-ev:ws2812 timestamp=2026-01-08T07:54:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:17", timestamp_log="2026-01-08T07:54:17", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="ws2812", target="esp32s3-lcd-ev:ws2812", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1646", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:ws2812", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/audio lines.last= [1/1] Normalize esp32s3-lcd-ev/audio target=esp32s3-lcd-ev:audio timestamp=2026-01-08T07:54:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:54:58", timestamp_log="2026-01-08T07:54:58", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="audio", target="esp32s3-lcd-ev:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1654", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/ostest lines.last= [1/1] Normalize esp32s3-devkit/ostest target=esp32s3-devkit:ostest timestamp=2026-01-08T07:56:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:56:28", timestamp_log="2026-01-08T07:56:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ostest", target="esp32s3-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1669", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/efuse lines.last= [1/1] Normalize esp32s3-devkit/efuse target=esp32s3-devkit:efuse timestamp=2026-01-08T07:57:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:57:18", timestamp_log="2026-01-08T07:57:18", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="efuse", target="esp32s3-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1677", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/fastboot_usb lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:fastboot_usb timestamp=2026-01-08T07:58:00 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:58:00", timestamp_log="2026-01-08T07:58:00", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="fastboot_usb", target="esp32s3-devkit:fastboot_usb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1685", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1685", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:fastboot_usb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/pm lines.last= [1/1] Normalize esp32s3-devkit/pm target=esp32s3-devkit:pm timestamp=2026-01-08T07:58:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:58:36", timestamp_log="2026-01-08T07:58:36", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="pm", target="esp32s3-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1694", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/rmt lines.last= [1/1] Normalize esp32s3-devkit/rmt target=esp32s3-devkit:rmt timestamp=2026-01-08T07:59:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T07:59:21", timestamp_log="2026-01-08T07:59:21", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="rmt", target="esp32s3-devkit:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1702", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/buttons lines.last= [1/1] Normalize esp32s3-devkit/buttons target=esp32s3-devkit:buttons timestamp=2026-01-08T08:00:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:00:06", timestamp_log="2026-01-08T08:00:06", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="buttons", target="esp32s3-devkit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1710", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/temperature_sensor lines.last= [1/1] Normalize esp32s3-devkit/temperature_sensor target=esp32s3-devkit:temperature_sensor timestamp=2026-01-08T08:00:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:00:47", timestamp_log="2026-01-08T08:00:47", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="temperature_sensor", target="esp32s3-devkit:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1718", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:35 GMT", "content-length": "0"} } lines[0]=Skipping: esp32s3-devkit/python lines.last= Skipping: esp32s3-devkit/python *** Not a target: Skipping: esp32s3-devkit/python lines[0]=Configuration/Tool: esp32s3-devkit/rtc lines.last= [1/1] Normalize esp32s3-devkit/rtc target=esp32s3-devkit:rtc timestamp=2026-01-08T08:01:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:01:31", timestamp_log="2026-01-08T08:01:31", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="rtc", target="esp32s3-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1733", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/toywasm lines.last= [1/1] Normalize esp32s3-devkit/toywasm target=esp32s3-devkit:toywasm timestamp=2026-01-08T08:02:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:02:26", timestamp_log="2026-01-08T08:02:26", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="toywasm", target="esp32s3-devkit:toywasm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1741", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:toywasm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/txtable lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:txtable timestamp=2026-01-08T08:04:04 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:04:04", timestamp_log="2026-01-08T08:04:04", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="txtable", target="esp32s3-devkit:txtable", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1772", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1772", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:txtable", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/motor lines.last= [1/1] Normalize esp32s3-devkit/motor target=esp32s3-devkit:motor timestamp=2026-01-08T08:04:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:04:43", timestamp_log="2026-01-08T08:04:43", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="motor", target="esp32s3-devkit:motor", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1795", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/twai lines.last= [1/1] Normalize esp32s3-devkit/twai target=esp32s3-devkit:twai timestamp=2026-01-08T08:05:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:05:25", timestamp_log="2026-01-08T08:05:25", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="twai", target="esp32s3-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1803", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/usbmsc lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:usbmsc timestamp=2026-01-08T08:06:07 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:06:07", timestamp_log="2026-01-08T08:06:07", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="usbmsc", target="esp32s3-devkit:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1811", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1811", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/adc lines.last= [1/1] Normalize esp32s3-devkit/adc target=esp32s3-devkit:adc timestamp=2026-01-08T08:07:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:07:03", timestamp_log="2026-01-08T08:07:03", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="adc", target="esp32s3-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1820", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sdmmc lines.last= [1/1] Normalize esp32s3-devkit/sdmmc target=esp32s3-devkit:sdmmc timestamp=2026-01-08T08:07:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:07:44", timestamp_log="2026-01-08T08:07:44", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sdmmc", target="esp32s3-devkit:sdmmc", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1828", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sdmmc", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/cxx lines.last= [1/1] Normalize esp32s3-devkit/cxx target=esp32s3-devkit:cxx timestamp=2026-01-08T08:08:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:08:26", timestamp_log="2026-01-08T08:08:26", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="cxx", target="esp32s3-devkit:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1836", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/knsh lines.last= [1/1] Normalize esp32s3-devkit/knsh target=esp32s3-devkit:knsh timestamp=2026-01-08T08:10:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:10:06", timestamp_log="2026-01-08T08:10:06", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="knsh", target="esp32s3-devkit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1844", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/usbnsh lines.last= [1/1] Normalize esp32s3-devkit/usbnsh target=esp32s3-devkit:usbnsh timestamp=2026-01-08T08:11:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:11:32", timestamp_log="2026-01-08T08:11:32", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="usbnsh", target="esp32s3-devkit:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1852", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/crypto lines.last= [1/1] Normalize esp32s3-devkit/crypto target=esp32s3-devkit:crypto timestamp=2026-01-08T08:12:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:12:14", timestamp_log="2026-01-08T08:12:14", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="crypto", target="esp32s3-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1860", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sdm lines.last= [1/1] Normalize esp32s3-devkit/sdm target=esp32s3-devkit:sdm timestamp=2026-01-08T08:13:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:13:15", timestamp_log="2026-01-08T08:13:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sdm", target="esp32s3-devkit:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1868", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/adb lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:adb timestamp=2026-01-08T08:13:56 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:13:56", timestamp_log="2026-01-08T08:13:56", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="adb", target="esp32s3-devkit:adb", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1876", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1876", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/romfs lines.last= [1/1] Normalize esp32s3-devkit/romfs target=esp32s3-devkit:romfs timestamp=2026-01-08T08:14:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:14:34", timestamp_log="2026-01-08T08:14:34", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="romfs", target="esp32s3-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1901", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/random lines.last= [1/1] Normalize esp32s3-devkit/random target=esp32s3-devkit:random timestamp=2026-01-08T08:15:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:15:15", timestamp_log="2026-01-08T08:15:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="random", target="esp32s3-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1909", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/fastboot lines.last= [1/1] Normalize esp32s3-devkit/fastboot target=esp32s3-devkit:fastboot timestamp=2026-01-08T08:15:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:15:57", timestamp_log="2026-01-08T08:15:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="fastboot", target="esp32s3-devkit:fastboot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1917", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:fastboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/nxlooper lines.last= [1/1] Normalize esp32s3-devkit/nxlooper target=esp32s3-devkit:nxlooper timestamp=2026-01-08T08:16:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:16:59", timestamp_log="2026-01-08T08:16:59", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="nxlooper", target="esp32s3-devkit:nxlooper", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1940", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:nxlooper", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/fastboot_tcp lines.last= [1/1] Normalize esp32s3-devkit/fastboot_tcp target=esp32s3-devkit:fastboot_tcp timestamp=2026-01-08T08:17:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:17:58", timestamp_log="2026-01-08T08:17:58", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="fastboot_tcp", target="esp32s3-devkit:fastboot_tcp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1948", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:fastboot_tcp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/timer lines.last= [1/1] Normalize esp32s3-devkit/timer target=esp32s3-devkit:timer timestamp=2026-01-08T08:18:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:18:59", timestamp_log="2026-01-08T08:18:59", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="timer", target="esp32s3-devkit:timer", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1971", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/gpio lines.last= [1/1] Normalize esp32s3-devkit/gpio target=esp32s3-devkit:gpio timestamp=2026-01-08T08:19:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:19:42", timestamp_log="2026-01-08T08:19:42", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="gpio", target="esp32s3-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1979", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/mcuboot_update_agent lines.last= [1/1] Normalize esp32s3-devkit/mcuboot_update_agent target=esp32s3-devkit:mcuboot_update_agent timestamp=2026-01-08T08:20:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:20:23", timestamp_log="2026-01-08T08:20:23", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="mcuboot_update_agent", target="esp32s3-devkit:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:1987", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sta_softap lines.last= [1/1] Normalize esp32s3-devkit/sta_softap target=esp32s3-devkit:sta_softap timestamp=2026-01-08T08:21:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:21:49", timestamp_log="2026-01-08T08:21:49", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sta_softap", target="esp32s3-devkit:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2017", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/smp lines.last= [1/1] Normalize esp32s3-devkit/smp target=esp32s3-devkit:smp timestamp=2026-01-08T08:23:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:23:15", timestamp_log="2026-01-08T08:23:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="smp", target="esp32s3-devkit:smp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2041", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/wifi lines.last= [1/1] Normalize esp32s3-devkit/wifi target=esp32s3-devkit:wifi timestamp=2026-01-08T08:24:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:24:19", timestamp_log="2026-01-08T08:24:19", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="wifi", target="esp32s3-devkit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2049", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/pwm lines.last= [1/1] Normalize esp32s3-devkit/pwm target=esp32s3-devkit:pwm timestamp=2026-01-08T08:25:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:25:15", timestamp_log="2026-01-08T08:25:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="pwm", target="esp32s3-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2073", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/qemu_debug lines.last= [1/1] Normalize esp32s3-devkit/qemu_debug target=esp32s3-devkit:qemu_debug timestamp=2026-01-08T08:25:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:25:57", timestamp_log="2026-01-08T08:25:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="qemu_debug", target="esp32s3-devkit:qemu_debug", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2081", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:qemu_debug", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/nsh lines.last= [1/1] Normalize esp32s3-devkit/nsh target=esp32s3-devkit:nsh timestamp=2026-01-08T08:27:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:27:13", timestamp_log="2026-01-08T08:27:13", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="nsh", target="esp32s3-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2104", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/qencoder lines.last= [1/1] Normalize esp32s3-devkit/qencoder target=esp32s3-devkit:qencoder timestamp=2026-01-08T08:27:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:27:55", timestamp_log="2026-01-08T08:27:55", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="qencoder", target="esp32s3-devkit:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2112", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/audio lines.last= [1/1] Normalize esp32s3-devkit/audio target=esp32s3-devkit:audio timestamp=2026-01-08T08:28:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:28:36", timestamp_log="2026-01-08T08:28:36", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="audio", target="esp32s3-devkit:audio", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2120", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/eth_lan9250 lines.last= [1/1] Normalize esp32s3-devkit/eth_lan9250 target=esp32s3-devkit:eth_lan9250 timestamp=2026-01-08T08:30:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:30:02", timestamp_log="2026-01-08T08:30:02", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="eth_lan9250", target="esp32s3-devkit:eth_lan9250", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2136", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:eth_lan9250", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sdmmc_spi lines.last= [1/1] Normalize esp32s3-devkit/sdmmc_spi target=esp32s3-devkit:sdmmc_spi timestamp=2026-01-08T08:31:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:31:11", timestamp_log="2026-01-08T08:31:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sdmmc_spi", target="esp32s3-devkit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2151", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/capture lines.last= [1/1] Normalize esp32s3-devkit/capture target=esp32s3-devkit:capture timestamp=2026-01-08T08:31:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:31:57", timestamp_log="2026-01-08T08:31:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="capture", target="esp32s3-devkit:capture", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2159", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/tickless lines.last= [1/1] Normalize esp32s3-devkit/tickless target=esp32s3-devkit:tickless timestamp=2026-01-08T08:32:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:32:37", timestamp_log="2026-01-08T08:32:37", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="tickless", target="esp32s3-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2167", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/psram_usrheap lines.last= [1/1] Normalize esp32s3-devkit/psram_usrheap target=esp32s3-devkit:psram_usrheap timestamp=2026-01-08T08:33:26 *** Msg: Killing pytest after timeout... body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:33:26", timestamp_log="2026-01-08T08:33:26", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="psram_usrheap", target="esp32s3-devkit:psram_usrheap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2175", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2175", msg="Killing pytest after timeout...", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:psram_usrheap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/i2c lines.last= [1/1] Normalize esp32s3-devkit/i2c target=esp32s3-devkit:i2c timestamp=2026-01-08T08:34:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:34:29", timestamp_log="2026-01-08T08:34:29", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="i2c", target="esp32s3-devkit:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2184", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/psram_octal lines.last= [1/1] Normalize esp32s3-devkit/psram_octal target=esp32s3-devkit:psram_octal timestamp=2026-01-08T08:35:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:35:11", timestamp_log="2026-01-08T08:35:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="psram_octal", target="esp32s3-devkit:psram_octal", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2192", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:psram_octal", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:22:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/ulp lines.last= [1/1] Normalize esp32s3-devkit/ulp target=esp32s3-devkit:ulp timestamp=2026-01-08T08:35:53 *** Msg: mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/xtensa/src/esp32s3/ulp': File exists body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:35:53", timestamp_log="2026-01-08T08:35:53", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ulp", target="esp32s3-devkit:ulp", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2200", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2200", msg="mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/xtensa/src/esp32s3/ulp': File exists", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ulp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/blewifi lines.last= [1/1] Normalize esp32s3-devkit/blewifi target=esp32s3-devkit:blewifi timestamp=2026-01-08T08:36:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:36:35", timestamp_log="2026-01-08T08:36:35", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="blewifi", target="esp32s3-devkit:blewifi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2209", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:blewifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/psram_quad lines.last= [1/1] Normalize esp32s3-devkit/psram_quad target=esp32s3-devkit:psram_quad timestamp=2026-01-08T08:38:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:38:02", timestamp_log="2026-01-08T08:38:02", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="psram_quad", target="esp32s3-devkit:psram_quad", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2233", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:psram_quad", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/coremark lines.last= [1/1] Normalize esp32s3-devkit/coremark target=esp32s3-devkit:coremark timestamp=2026-01-08T08:38:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:38:45", timestamp_log="2026-01-08T08:38:45", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="coremark", target="esp32s3-devkit:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2241", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/stack lines.last= [1/1] Normalize esp32s3-devkit/stack target=esp32s3-devkit:stack timestamp=2026-01-08T08:39:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:39:46", timestamp_log="2026-01-08T08:39:46", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="stack", target="esp32s3-devkit:stack", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2256", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:stack", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/elf lines.last= [1/1] Normalize esp32s3-devkit/elf target=esp32s3-devkit:elf timestamp=2026-01-08T08:40:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:40:51", timestamp_log="2026-01-08T08:40:51", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="elf", target="esp32s3-devkit:elf", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2264", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/spiflash lines.last= [1/1] Normalize esp32s3-devkit/spiflash target=esp32s3-devkit:spiflash timestamp=2026-01-08T08:41:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:41:52", timestamp_log="2026-01-08T08:41:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="spiflash", target="esp32s3-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2272", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/ksta_softap lines.last= [1/1] Normalize esp32s3-devkit/ksta_softap target=esp32s3-devkit:ksta_softap timestamp=2026-01-08T08:42:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:42:54", timestamp_log="2026-01-08T08:42:54", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ksta_softap", target="esp32s3-devkit:ksta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2280", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ksta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:03 GMT", "content-length": "0"} } lines[0]=Skipping: esp32s3-devkit/qemu_openeth lines.last= Skipping: esp32s3-devkit/qemu_openeth *** Not a target: Skipping: esp32s3-devkit/qemu_openeth lines[0]=Configuration/Tool: esp32s3-devkit/ble lines.last= [1/1] Normalize esp32s3-devkit/ble target=esp32s3-devkit:ble timestamp=2026-01-08T08:44:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:44:56", timestamp_log="2026-01-08T08:44:56", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ble", target="esp32s3-devkit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2310", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/oneshot lines.last= [1/1] Normalize esp32s3-devkit/oneshot target=esp32s3-devkit:oneshot timestamp=2026-01-08T08:46:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:46:02", timestamp_log="2026-01-08T08:46:02", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="oneshot", target="esp32s3-devkit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2325", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/usb_device lines.last= [1/1] Normalize esp32s3-devkit/usb_device target=esp32s3-devkit:usb_device timestamp=2026-01-08T08:46:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:46:46", timestamp_log="2026-01-08T08:46:46", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="usb_device", target="esp32s3-devkit:usb_device", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2333", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:usb_device", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/i2schar lines.last= [1/1] Normalize esp32s3-devkit/i2schar target=esp32s3-devkit:i2schar timestamp=2026-01-08T08:47:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:47:29", timestamp_log="2026-01-08T08:47:29", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="i2schar", target="esp32s3-devkit:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2341", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/mcuboot_nsh lines.last= [1/1] Normalize esp32s3-devkit/mcuboot_nsh target=esp32s3-devkit:mcuboot_nsh timestamp=2026-01-08T08:48:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:48:16", timestamp_log="2026-01-08T08:48:16", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="mcuboot_nsh", target="esp32s3-devkit:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2349", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/spislv lines.last= [1/1] Normalize esp32s3-devkit/spislv target=esp32s3-devkit:spislv timestamp=2026-01-08T08:49:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:49:15", timestamp_log="2026-01-08T08:49:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="spislv", target="esp32s3-devkit:spislv", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2357", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:spislv", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/watchdog lines.last= [1/1] Normalize esp32s3-devkit/watchdog target=esp32s3-devkit:watchdog timestamp=2026-01-08T08:49:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:49:57", timestamp_log="2026-01-08T08:49:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="watchdog", target="esp32s3-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2365", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sotest lines.last= [1/1] Normalize esp32s3-devkit/sotest target=esp32s3-devkit:sotest timestamp=2026-01-08T08:50:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:50:41", timestamp_log="2026-01-08T08:50:41", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sotest", target="esp32s3-devkit:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2373", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/mbedtls lines.last= [1/1] Normalize esp32s3-devkit/mbedtls target=esp32s3-devkit:mbedtls timestamp=2026-01-08T08:51:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:51:32", timestamp_log="2026-01-08T08:51:32", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="mbedtls", target="esp32s3-devkit:mbedtls", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2381", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:mbedtls", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/qemu_toywasm lines.last= [1/1] Normalize esp32s3-devkit/qemu_toywasm target=esp32s3-devkit:qemu_toywasm timestamp=2026-01-08T08:52:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:52:49", timestamp_log="2026-01-08T08:52:49", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="qemu_toywasm", target="esp32s3-devkit:qemu_toywasm", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2422", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:qemu_toywasm", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/spi lines.last= [1/1] Normalize esp32s3-devkit/spi target=esp32s3-devkit:spi timestamp=2026-01-08T08:53:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T08:53:53", timestamp_log="2026-01-08T08:53:53", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="spi", target="esp32s3-devkit:spi", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483781#step:10:2454", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:08 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ msys2 == \m\s\y\s\2 ]] + ingest_log msys2 9 msys2 + local os=msys2 + local step=9 + local group=msys2 + local 'job_name=msys2 (msys2)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20807787563/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "msys2 (msys2)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 69677 0 0:00:02 0:00:02 --:--:-- 69690 + local job_id=59765483697 + set +x job_id=59765483697 + [[ 59765483697 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/26_msys2 (msys2).txt' + local 'log_file=/tmp/ingest-nuttx-builds/26_msys2 (msys2).txt' + local filename=ci-msys2.log + local pathname=/tmp/ingest-nuttx-builds/ci-msys2.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483697#step:9:83 + cat '/tmp/ingest-nuttx-builds/26_msys2 (msys2).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-msys2.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {a6d9bebf-f40d-4c92-abae-9a23b389dd65} ##[endgroup] ##[group]Operating System Microsoft Windows Server 2025 10.0.26100 Datacenter ##[endgroup] ##[group]Runner Image Image: windows-2025 Version: 20260105.172.1 Included Software: https://github.com/actions/runner-images/blob/win25/20260105.172/images/windows/Windows2025-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/win25%2F20260105.172 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/checkout@v6' (SHA:8e8c483db84b4bee98b60c0593521ed34d9990e8) Download action repository 'msys2/setup-msys2@v2' (SHA:4f806de0a5a7294ffabaff804b38a9b435a73bda) Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: msys2 (msys2) ##[group]Run actions/checkout@v6 with: repository: NuttX/nuttx token: *** ssh-strict: true ssh-user: git persist-credentials: true clean: true sparse-checkout-cone-mode: true fetch-depth: 1 fetch-tags: false show-progress: true lfs: false submodules: false set-safe-directory: true ##[endgroup] Syncing repository: NuttX/nuttx ##[group]Getting Git version info Working directory is 'D:\a\nuttx\nuttx' [command]"C:\Program Files\Git\bin\git.exe" version git version 2.52.0.windows.1 ##[endgroup] Temporarily overriding HOME='D:\a\_temp\8227eeed-886c-46c8-811e-46e92e82c70b' before making global git config changes Adding repository directory to the temporary git global config as a safe directory [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\nuttx\nuttx Deleting the contents of 'D:\a\nuttx\nuttx' ##[group]Initializing the repository [command]"C:\Program Files\Git\bin\git.exe" init D:\a\nuttx\nuttx Initialized empty Git repository in D:/a/nuttx/nuttx/.git/ [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/NuttX/nuttx ##[endgroup] ##[group]Disabling automatic garbage collection [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0 ##[endgroup] ##[group]Setting up auth Removing SSH command configuration [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" Removing HTTP extra header [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" Removing includeIf entries pointing to credentials config files [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-75474b36-1dc1-4aae-86da-bbd3eb1a1560.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***" [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/nuttx/nuttx/.git.path D:\a\_temp\git-credentials-75474b36-1dc1-4aae-86da-bbd3eb1a1560.config [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/nuttx/nuttx/.git/worktrees/*.path D:\a\_temp\git-credentials-75474b36-1dc1-4aae-86da-bbd3eb1a1560.config [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-75474b36-1dc1-4aae-86da-bbd3eb1a1560.config [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-75474b36-1dc1-4aae-86da-bbd3eb1a1560.config ##[endgroup] ##[group]Fetching the repository [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +47e1811492f20eb7e67c53ff210b0a69f349ddad:refs/remotes/origin/master From https://github.com/NuttX/nuttx * [new ref] 47e1811492f20eb7e67c53ff210b0a69f349ddad -> origin/master ##[endgroup] ##[group]Determining the checkout info ##[endgroup] [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig ##[group]Checking out the ref [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B master refs/remotes/origin/master Updating files: 7% (1796/25302) Updating files: 8% (2025/25302) Updating files: 9% (2278/25302) Updating files: 10% (2531/25302) Updating files: 11% (2784/25302) Updating files: 12% (3037/25302) Updating files: 13% (3290/25302) + set +x url=https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483697#step:9:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-msys2.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group msys2 --run-id 20807787563 --job-id 59765483697 --step 9 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-msys2.log --nuttx-hash 43d26e289094346f7a2c7d303716585b15582882 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group msys2 --run-id 20807787563 --job-id 59765483697 --step 9` lines[0]=Cmake in present: nucleo-l152re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-l152re:nsh timestamp=2026-01-08T07:00:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build ", user="NuttX", arch="msys2", subarch="stm32", group="msys2", board="nucleo-l152re", config="nsh", target="nucleo-l152re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483697#step:9:1144", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l152re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f411re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f411re/nsh target=nucleo-f411re:nsh timestamp=2026-01-08T07:01:37 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build ", user="NuttX", arch="msys2", subarch="stm32", group="msys2", board="nucleo-f411re", config="nsh", target="nucleo-f411re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483697#step:9:1155", url_display="github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483697#step:9:1155", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f411re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/nsh_smp lines.last= [1/1] Normalize qemu-armv8a/nsh_smp target=qemu-armv8a:nsh_smp timestamp=2026-01-08T07:08:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build ", user="NuttX", arch="msys2", subarch="unknown", group="msys2", board="qemu-ar", url="https://github.com/NuttX/nuttx/actions/runs/20807787563/job/59765483697#step:9:1168", url_display="", nuttx_hash="43d26e289094346f7a2c7d303716585b15582882", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 09:23:12 GMT", "content-length": "0"} } + break + popd /tmp/sync-build-ingest + set +x **** Done! + date Thu Jan 8 09:23:12 UTC 2026 + sleep 900 + (( 1 )) + (( 1 )) + set +x **** Checking Downstream Commit: Enable macOS Builds... + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 6, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (2/2), done. remote: Total 6 (delta 2), reused 3 (delta 2), pack-reused 2 (from 1) Unpacking objects: 100% (6/6), 4.40 KiB | 300.00 KiB/s, done. From ssh://github.com/NuttX/nuttx 43d26e2890..47e1811492 master -> origin/master Updating 43d26e2890..47e1811492 Fast-forward .github/workflows/arch.yml | 2 +- .github/workflows/build.yml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) ++ git log -1 --format=%s + downstream_msg='Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' + [[ Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh != \E\n\a\b\l\e\ \m\a\c\O\S\ \B\u\i\l\d\s* ]] + popd /tmp/sync-build-ingest + set +x **** Watching for Updates to NuttX Repo... + pushd upstream /tmp/sync-build-ingest/upstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 4, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (3/3), done. remote: Total 4 (delta 0), reused 1 (delta 0), pack-reused 1 (from 1) Unpacking objects: 100% (4/4), 15.03 KiB | 5.01 MiB/s, done. From https://github.com/apache/nuttx 43d26e2890..69d4e4101f master -> origin/master Updating 43d26e2890..69d4e4101f Fast-forward Documentation/Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ++ git log -1 --format=%cI + upstream_date=2026-01-08T09:05:02+01:00 + git --no-pager log -1 commit 69d4e4101ff0665067a22026d05bbc8f3ece4243 (HEAD -> master, origin/master, origin/HEAD) Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jan 8 06:37:11 2026 +0000 build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /Documentation Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] + popd /tmp/sync-build-ingest + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest ++ git log -1 --format=%cI HEAD~1 + downstream_date=2026-01-08T12:05:46+08:00 + git --no-pager log -1 HEAD~1 commit 43d26e289094346f7a2c7d303716585b15582882 Author: wangshaoxin Date: Thu Mar 13 09:50:31 2025 +0800 drivers/rptun: solve the poweroff stuck problem The rpmsg_ioctl() function will first obtain the read lock before traversing g_rpmsg, then the rpmsg_dev_destory function will try to obtain the write lock. At this time, rpmsg_ioctl does not release the read lock, resulting in a deadlock. To solve this problem, add a standardalone list for the rptun instance to avoid hold the rpmsg lock when execute rptun_poweroff() Backtrace: Thread 14 nsh_main 0 0x4412b9da in up_switch_context (tcb=0xeac03380, rtcb=0xe7f02480) at sim/sim_switchcontext.c:95 1 0x43fbe5e4 in nxsem_wait_slow (sem=0x5179d570 ) at semaphore/sem_wait.c:170 2 0x43fbeacf in nxsem_wait (sem=0x5179d570 ) at semaphore/sem_wait.c:272 3 0x44671a26 in down_write (rwsem=0x5179d560 ) at semaphore/sem_rw.c:248 4 0x4401e255 in rpmsg_device_destory (rpmsg=0xe7b03280) at rpmsg/rpmsg.c:469 5 0x4402f5fe in rptun_dev_stop (rproc=0xe7b033e4, stop_ns=true) at rptun/rptun.c:973 6 0x4402aa28 in rptun_ioctl (rpmsg=0xe7b03280, cmd=11109, arg=0) at rptun/rptun.c:661 7 0x4401ba1e in rpmsg_dev_ioctl_ (rpmsg=0xe7b03280, cmd=11109, arg=0) at rpmsg/rpmsg.c:137 8 0x4401ee88 in rpmsg_ioctl (cpuname=0x0, cmd=11109, arg=0) at rpmsg/rpmsg.c:562 9 0x44030cb0 in rptun_poweroff (cpuname=0x0) at rptun/rptun.c:1183 10 0x43f27be2 in board_power_off (status=0) at sim/sim_head.c:211 11 0x446fd933 in boardctl (cmd=65283, arg=0) at boardctl.c:401 12 0x44313b95 in cmd_poweroff (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_syscmds.c:368 13 0x442d148c in nsh_command (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_command.c:1275 14 0x442f65f5 in nsh_execute (vtbl=0xe7600e80, argc=1, argv=0xe7824350, param=0xe78242b0) at nsh_parse.c:716 15 0x44304fb4 in nsh_parse_command (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2809 16 0x44305a50 in nsh_parse (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2919 17 0x442bdc91 in nsh_session (pstate=0xe7600e80, login=1, argc=1, argv=0xe7814870) at nsh_session.c:246 18 0x442bbbe5 in nsh_consolemain (argc=1, argv=0xe7814870) at nsh_consolemain.c:75 19 0x4422b4bb in nsh_main (argc=1, argv=0xe7814870) at nsh_main.c:74 20 0x440ee098 in nxtask_startup (entrypt=0x4422b39a , argc=1, argv=0xe7814870) at sched/task_startup.c:72 21 0x43fa1d6e in nxtask_start () at task/task_start.c:116 22 0x4412982c in pre_start () at sim/sim_initialstate.c:53 23 0x00000000 in ?? () Signed-off-by: wangshaoxin + popd /tmp/sync-build-ingest + [[ 2026-01-08T09:05:02+01:00 == \2\0\2\6\-\0\1\-\0\8\T\1\2\:\0\5\:\4\6\+\0\8\:\0\0 ]] + set +x **** Discarding 'Enable macOS' commit from NuttX Mirror... + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git --no-pager log -1 commit 47e1811492f20eb7e67c53ff210b0a69f349ddad (HEAD -> master, origin/master, origin/HEAD) Author: nuttxpr (nuttx-dashboard-vm) Date: Thu Jan 8 06:27:52 2026 +0000 Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh + git reset --hard HEAD~1 HEAD is now at 43d26e2890 drivers/rptun: solve the poweroff stuck problem + git status On branch master Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) nothing to commit, working tree clean + git push -f Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 To ssh://github.com/NuttX/nuttx + 47e1811492...43d26e2890 master -> master (forced update) + popd /tmp/sync-build-ingest + sleep 10 + set +x **** Syncing NuttX Mirror with NuttX Repo... + gh repo sync NuttX/nuttx --force ✓ Synced the "NuttX:master" branch from "apache:master" + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 4, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (3/3), done. remote: Total 4 (delta 0), reused 1 (delta 0), pack-reused 1 (from 1) Unpacking objects: 100% (4/4), 15.03 KiB | 810.00 KiB/s, done. From ssh://github.com/NuttX/nuttx 43d26e2890..69d4e4101f master -> origin/master Updating 43d26e2890..69d4e4101f Fast-forward Documentation/Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git --no-pager log -1 commit 69d4e4101ff0665067a22026d05bbc8f3ece4243 (HEAD -> master, origin/master, origin/HEAD) Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jan 8 06:37:11 2026 +0000 build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /Documentation Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] + popd /tmp/sync-build-ingest + sleep 10 + set +x **** Building NuttX Mirror... + /home/luppy/nuttx-release/enable-macos-windows.sh + tmp_dir=/tmp/enable-macos-windows + rm -rf /tmp/enable-macos-windows + mkdir /tmp/enable-macos-windows + cd /tmp/enable-macos-windows + git clone ssh://git@github.com/NuttX/nuttx Cloning into 'nuttx'... remote: Enumerating objects: 872763, done. remote: Counting objects: 100% (547/547), done. remote: Compressing objects: 100% (248/248), done. remote: Total 872763 (delta 351), reused 299 (delta 299), pack-reused 872216 (from 2) Receiving objects: 100% (872763/872763), 342.35 MiB | 8.57 MiB/s, done. Resolving deltas: 100% (683815/683815), done. Updating files: 100% (25302/25302), done. + cd nuttx + file=.github/workflows/build.yml + tmp_file=/tmp/enable-macos-windows/build.yml + search=branches: + replace='branches:\n - master' + sed 's/branches:/branches:\n - master/g' + cat .github/workflows/build.yml + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='apache\/nuttx\/.github\/workflows\/arch.yml@master' + replace='NuttX\/nuttx\/.github\/workflows\/arch.yml@master' + cat .github/workflows/build.yml + sed 's/apache\/nuttx\/.github\/workflows\/arch.yml@master/NuttX\/nuttx\/.github\/workflows\/arch.yml@master/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='max-parallel: 12' + replace='fail-fast: false' + cat .github/workflows/build.yml + sed 's/max-parallel: 12/fail-fast: false/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='max-parallel: 2' + replace='fail-fast: false' + cat .github/workflows/build.yml + sed 's/max-parallel: 2/fail-fast: false/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='cache: false' + replace= + cat .github/workflows/build.yml + sed 's/cache: false//g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + file=.github/workflows/arch.yml + tmp_file=/tmp/enable-macos-windows/arch.yml + search='== "macOS"' + replace='== "NOTUSED"' + sed 's/== "macOS"/== "NOTUSED"/g' + cat .github/workflows/arch.yml + mv /tmp/enable-macos-windows/arch.yml .github/workflows/arch.yml + git pull Already up to date. + git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: .github/workflows/arch.yml modified: .github/workflows/build.yml no changes added to commit (use "git add" and/or "git commit -a") + git add . + git commit --all '--message=Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' [master fc547cf999] Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh 2 files changed, 9 insertions(+), 8 deletions(-) + git push Enumerating objects: 11, done. Counting objects: 100% (11/11), done. Delta compression using up to 2 threads Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 652 bytes | 652.00 KiB/s, done. Total 6 (delta 5), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (5/5), completed with 5 local objects. To ssh://github.com/NuttX/nuttx 69d4e4101f..fc547cf999 master -> master + set +x **** Waiting for Build to start... + date Thu Jan 8 09:40:55 UTC 2026 + sleep 900 + set +x **** Waiting for Build to Complete then Ingest GitHub Actions Logs... + pushd /home/luppy/nuttx-release/../ingest-nuttx-builds ~/ingest-nuttx-builds /tmp/sync-build-ingest + ./github.sh + run_id= + user=NuttX + repo=nuttx + linux_step=10 + msys2_step=9 + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 09:56:02 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:01:05 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:06:07 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:11:10 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:16:12 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:21:14 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:26:16 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:31:18 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:36:20 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:41:22 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:46:24 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:51:26 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 10:56:29 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:01:31 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:06:34 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:11:36 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:16:38 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:21:40 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:26:42 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:31:45 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:36:47 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:41:49 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:46:52 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:51:54 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 11:56:56 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:01:58 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:07:00 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:12:02 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:17:04 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:22:07 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:27:09 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:32:11 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:37:13 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812312057 + set +x completed_run_id=20812312057 + [[ 20812375605 == '' ]] + [[ 20812312057 == '' ]] + [[ 20812312057 != \2\0\8\1\2\3\7\5\6\0\5 ]] + set +x **** Latest run has not completed, waiting... + date Thu Jan 8 12:42:16 UTC 2026 + sleep 300 + continue + (( 1 )) + (( 1 )) + defconfig=/tmp/defconfig-github.txt + find /home/luppy/riscv/nuttx -name defconfig + [[ '' == '' ]] ++ gh run list --repo NuttX/nuttx --limit 1 --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + latest_run_id=20812375605 + set +x latest_run_id=20812375605 ++ gh run list --repo NuttX/nuttx --limit 1 --status completed --json databaseId,name,displayTitle,conclusion --jq '.[].databaseId' + completed_run_id=20812375605 + set +x completed_run_id=20812375605 + [[ 20812375605 == '' ]] + [[ 20812375605 == '' ]] + [[ 20812375605 != \2\0\8\1\2\3\7\5\6\0\5 ]] + run_id=20812375605 + tmp_path=/tmp/ingest-nuttx-builds-nuttx + rm -rf /tmp/ingest-nuttx-builds-nuttx + mkdir /tmp/ingest-nuttx-builds-nuttx + pushd /tmp/ingest-nuttx-builds-nuttx /tmp/ingest-nuttx-builds-nuttx ~/ingest-nuttx-builds + git clone https://github.com/NuttX/nuttx Cloning into 'nuttx'... remote: Enumerating objects: 872769, done. remote: Counting objects: 100% (483/483), done. remote: Compressing objects: 100% (242/242), done. remote: Total 872769 (delta 289), reused 241 (delta 241), pack-reused 872286 (from 3) Receiving objects: 100% (872769/872769), 342.36 MiB | 15.63 MiB/s, done. Resolving deltas: 100% (683819/683819), done. Updating files: 100% (25302/25302), done. + cd nuttx ++ git log -2 --pretty=format:%H + last_two_commits='fc547cf9995fb289c43b2c58be34f0fa964c0860 69d4e4101ff0665067a22026d05bbc8f3ece4243' + set +x last_two_commits=fc547cf9995fb289c43b2c58be34f0fa964c0860 69d4e4101ff0665067a22026d05bbc8f3ece4243 ++ cut -d ' ' -f 2 ++ echo fc547cf9995fb289c43b2c58be34f0fa964c0860 69d4e4101ff0665067a22026d05bbc8f3ece4243 + nuttx_hash=69d4e4101ff0665067a22026d05bbc8f3ece4243 + set +x nuttx_hash=69d4e4101ff0665067a22026d05bbc8f3ece4243 + popd ~/ingest-nuttx-builds + rm -rf /tmp/ingest-nuttx-builds-nuttx + mkdir /tmp/ingest-nuttx-builds-nuttx + pushd /tmp/ingest-nuttx-builds-nuttx /tmp/ingest-nuttx-builds-nuttx ~/ingest-nuttx-builds + git clone https://github.com/apache/nuttx-apps Cloning into 'nuttx-apps'... remote: Enumerating objects: 97032, done. remote: Counting objects: 100% (659/659), done. remote: Compressing objects: 100% (392/392), done. remote: Total 97032 (delta 424), reused 274 (delta 267), pack-reused 96373 (from 3) Receiving objects: 100% (97032/97032), 26.06 MiB | 3.78 MiB/s, done. Resolving deltas: 100% (78133/78133), done. + cd nuttx-apps ++ git log -1 --pretty=format:%H + apps_hash=1512f9c6e55efc4c43d2ddb1f02445304fbdee9b + set +x apps_hash=1512f9c6e55efc4c43d2ddb1f02445304fbdee9b + popd ~/ingest-nuttx-builds + curl -L --output /tmp/run-log.zip -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/logs % 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 1248k 0 1248k 0 0 269k 0 --:--:-- 0:00:04 --:--:-- 361k + tmp_path=/tmp/ingest-nuttx-builds + rm -rf /tmp/ingest-nuttx-builds + mkdir /tmp/ingest-nuttx-builds + pushd /tmp/ingest-nuttx-builds /tmp/ingest-nuttx-builds ~/ingest-nuttx-builds + unzip /tmp/run-log.zip Archive: /tmp/run-log.zip inflating: 0_OOT-Build.txt inflating: OOT-Build/system.txt inflating: OOT-Build/1_Set up job.txt inflating: OOT-Build/2_Download Source Artifact.txt inflating: OOT-Build/3_Extract sources.txt inflating: OOT-Build/4_Docker Login.txt inflating: OOT-Build/5_Export NuttX Repo SHA.txt inflating: OOT-Build/6_Run Out-of-Tree Build Test.txt inflating: OOT-Build/7_Run actions_upload-artifact@v6.txt inflating: OOT-Build/14_Post Docker Login.txt inflating: OOT-Build/15_Complete job.txt inflating: 1_macOS (sim-03).txt inflating: macOS (sim-03)/system.txt inflating: macOS (sim-03)/1_Set up job.txt inflating: macOS (sim-03)/2_Download Source Artifact.txt inflating: macOS (sim-03)/3_Extract sources.txt inflating: macOS (sim-03)/4_Restore Tools Cache.txt inflating: macOS (sim-03)/5_Export NuttX Repo SHA.txt inflating: macOS (sim-03)/6_Run actions_setup-python@v6.txt inflating: macOS (sim-03)/7_Run Builds.txt inflating: macOS (sim-03)/17_Complete job.txt inflating: 2_macOS (macos).txt inflating: macOS (macos)/system.txt inflating: 3_macOS (sim-02).txt inflating: macOS (sim-02)/system.txt inflating: 4_macOS (sim-01).txt inflating: macOS (sim-01)/system.txt inflating: 5_msvc.txt inflating: msvc/system.txt inflating: 6_Linux (arm-06).txt inflating: Linux (arm-06)/system.txt inflating: Linux (arm-06)/1_Set up job.txt inflating: Linux (arm-06)/2_Show Disk Space.txt inflating: Linux (arm-06)/3_Free Disk Space (Ubuntu).txt inflating: Linux (arm-06)/4_After CLEAN-UP Disk Space.txt inflating: Linux (arm-06)/5_Download Source Artifact.txt inflating: Linux (arm-06)/6_Extract sources.txt inflating: Linux (arm-06)/7_Docker Login.txt inflating: Linux (arm-06)/8_Docker Pull.txt inflating: Linux (arm-06)/9_Export NuttX Repo SHA.txt inflating: Linux (arm-06)/10_Install NTFC.txt inflating: Linux (arm-06)/11_Run builds.txt inflating: Linux (arm-06)/12_Post-build Disk Space.txt inflating: Linux (arm-06)/13_Run actions_upload-artifact@v6.txt inflating: Linux (arm-06)/26_Post Docker Login.txt inflating: Linux (arm-06)/27_Complete job.txt inflating: 7_Linux (arm-04).txt inflating: Linux (arm-04)/system.txt inflating: 8_msys2 (msys2).txt inflating: msys2 (msys2)/system.txt inflating: 9_Linux (xtensa-02).txt inflating: Linux (xtensa-02)/system.txt inflating: Linux (xtensa-02)/1_Set up job.txt inflating: Linux (xtensa-02)/2_Show Disk Space.txt inflating: Linux (xtensa-02)/3_Free Disk Space (Ubuntu).txt inflating: Linux (xtensa-02)/4_After CLEAN-UP Disk Space.txt inflating: Linux (xtensa-02)/5_Download Source Artifact.txt inflating: Linux (xtensa-02)/6_Extract sources.txt inflating: Linux (xtensa-02)/7_Docker Login.txt inflating: Linux (xtensa-02)/8_Docker Pull.txt inflating: Linux (xtensa-02)/9_Export NuttX Repo SHA.txt inflating: Linux (xtensa-02)/10_Install NTFC.txt inflating: Linux (xtensa-02)/11_Run builds.txt inflating: Linux (xtensa-02)/12_Post-build Disk Space.txt inflating: Linux (xtensa-02)/13_Run actions_upload-artifact@v6.txt inflating: Linux (xtensa-02)/26_Post Docker Login.txt inflating: Linux (xtensa-02)/27_Complete job.txt inflating: 10_Linux (arm-10).txt inflating: Linux (arm-10)/system.txt inflating: 11_Linux (risc-v-03).txt inflating: Linux (risc-v-03)/system.txt inflating: 12_Linux (risc-v-01).txt inflating: Linux (risc-v-01)/system.txt inflating: 13_Linux (xtensa-01).txt inflating: Linux (xtensa-01)/system.txt inflating: 14_Linux (arm-12).txt inflating: Linux (arm-12)/system.txt inflating: 15_Linux (arm-01).txt inflating: Linux (arm-01)/system.txt inflating: 16_Linux (arm-13).txt inflating: Linux (arm-13)/system.txt inflating: 17_Linux (arm-08).txt inflating: Linux (arm-08)/system.txt inflating: 18_Linux (arm-11).txt inflating: Linux (arm-11)/system.txt inflating: 19_Linux (sim-03).txt inflating: Linux (sim-03)/system.txt inflating: 20_Linux (arm-07).txt inflating: Linux (arm-07)/system.txt inflating: 21_Linux (arm-02).txt inflating: Linux (arm-02)/system.txt inflating: 22_Linux (arm-09).txt inflating: Linux (arm-09)/system.txt inflating: 23_Linux (arm-14).txt inflating: Linux (arm-14)/system.txt inflating: 24_Linux (arm64-01).txt inflating: Linux (arm64-01)/system.txt inflating: 25_Linux (risc-v-06).txt inflating: Linux (risc-v-06)/system.txt inflating: 26_Linux (arm-05).txt inflating: Linux (arm-05)/system.txt inflating: 27_Linux (arm-03).txt inflating: Linux (arm-03)/system.txt inflating: 28_Linux (risc-v-04).txt inflating: Linux (risc-v-04)/system.txt inflating: 29_Linux (risc-v-05).txt inflating: Linux (risc-v-05)/system.txt inflating: 30_Linux (sim-02).txt inflating: Linux (sim-02)/system.txt inflating: 31_Linux (risc-v-02).txt inflating: Linux (risc-v-02)/system.txt inflating: 32_Linux (other).txt inflating: Linux (other)/system.txt inflating: 33_Linux (sim-01).txt inflating: Linux (sim-01)/system.txt inflating: 34_Linux (x86_64-01).txt inflating: Linux (x86_64-01)/system.txt inflating: 35_msys2-Arch _ Select-Builds.txt inflating: msys2-Arch _ Select-Builds/system.txt inflating: 36_macOS-Arch _ Select-Builds.txt inflating: macOS-Arch _ Select-Builds/system.txt inflating: 37_Linux-Arch _ Select-Builds.txt inflating: Linux-Arch _ Select-Builds/system.txt inflating: 38_msvc-Arch _ Select-Builds.txt inflating: msvc-Arch _ Select-Builds/system.txt inflating: 39_Fetch-Source.txt inflating: Fetch-Source/system.txt + popd ~/ingest-nuttx-builds + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-01 + local os=Linux + local step=10 + local group=arm-01 + local 'job_name=Linux (arm-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 62560 0 0:00:02 0:00:02 --:--:-- 62560 + local job_id=59779663259 + set +x job_id=59779663259 + [[ 59779663259 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/15_Linux (arm-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/15_Linux (arm-01).txt' + local filename=ci-arm-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:83 + cat '/tmp/ingest-nuttx-builds/15_Linux (arm-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {49aac7c4-8bf8-4406-8773-d4bec82da4ec} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2003) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-01 --run-id 20812375605 --job-id 59779663259 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-01 --run-id 20812375605 --job-id 59779663259 --step 10` lines[0]=Configuration/Tool: pcduino-a10/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pcduino-a10/nsh target=pcduino-a10:nsh timestamp=2026-01-08T10:08:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:31", timestamp_log="2026-01-08T10:08:31", user="NuttX", arch="arm", subarch="a1x", group="arm-01", board="pcduino-a10", config="nsh", target="pcduino-a10:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:776", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pcduino-a10:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: beaglebone-black/lcd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize beaglebone-black/lcd target=beaglebone-black:lcd timestamp=2026-01-08T10:09:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:22", timestamp_log="2026-01-08T10:09:22", user="NuttX", arch="arm", subarch="am335x", group="arm-01", board="beaglebone-black", config="lcd", target="beaglebone-black:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:786", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/beaglebone-black:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: beaglebone-black/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize beaglebone-black/nsh target=beaglebone-black:nsh timestamp=2026-01-08T10:10:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:10", timestamp_log="2026-01-08T10:10:10", user="NuttX", arch="arm", subarch="am335x", group="arm-01", board="beaglebone-black", config="nsh", target="beaglebone-black:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:796", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/beaglebone-black:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/rtc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/rtc target=at32f437-mini:rtc timestamp=2026-01-08T10:10:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:45", timestamp_log="2026-01-08T10:10:45", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="rtc", target="at32f437-mini:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:806", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/usbserial target=at32f437-mini:usbserial timestamp=2026-01-08T10:11:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:34", timestamp_log="2026-01-08T10:11:34", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="usbserial", target="at32f437-mini:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:816", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/adc target=at32f437-mini:adc timestamp=2026-01-08T10:12:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:22", timestamp_log="2026-01-08T10:12:22", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="adc", target="at32f437-mini:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:826", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/usbnsh target=at32f437-mini:usbnsh timestamp=2026-01-08T10:12:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:58", timestamp_log="2026-01-08T10:12:58", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="usbnsh", target="at32f437-mini:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:836", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/can_socket,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/can_socket target=at32f437-mini:can_socket timestamp=2026-01-08T10:13:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:34", timestamp_log="2026-01-08T10:13:34", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="can_socket", target="at32f437-mini:can_socket", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:846", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:can_socket", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/msc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/msc target=at32f437-mini:msc timestamp=2026-01-08T10:14:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:15", timestamp_log="2026-01-08T10:14:15", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="msc", target="at32f437-mini:msc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:856", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:msc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/sdcard,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/sdcard target=at32f437-mini:sdcard timestamp=2026-01-08T10:15:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:06", timestamp_log="2026-01-08T10:15:06", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="sdcard", target="at32f437-mini:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:866", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/can_char,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/can_char target=at32f437-mini:can_char timestamp=2026-01-08T10:15:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:42", timestamp_log="2026-01-08T10:15:42", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="can_char", target="at32f437-mini:can_char", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:876", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:can_char", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/pwm target=at32f437-mini:pwm timestamp=2026-01-08T10:16:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:17", timestamp_log="2026-01-08T10:16:17", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="pwm", target="at32f437-mini:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:886", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/nsh target=at32f437-mini:nsh timestamp=2026-01-08T10:16:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:52", timestamp_log="2026-01-08T10:16:52", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="nsh", target="at32f437-mini:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:896", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/systemview,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/systemview target=at32f437-mini:systemview timestamp=2026-01-08T10:17:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:27", timestamp_log="2026-01-08T10:17:27", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="systemview", target="at32f437-mini:systemview", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:906", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:systemview", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: at32f437-mini/eth,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize at32f437-mini/eth target=at32f437-mini:eth timestamp=2026-01-08T10:18:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:12", timestamp_log="2026-01-08T10:18:12", user="NuttX", arch="arm", subarch="at32", group="arm-01", board="at32f437-mini", config="eth", target="at32f437-mini:eth", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:916", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/at32f437-mini:eth", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: c5471evm/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=c5471evm:nettest timestamp=2026-01-08T10:18:55 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:55", timestamp_log="2026-01-08T10:18:55", user="NuttX", arch="arm", subarch="c5471", group="arm-01", board="c5471evm", config="nettest", target="c5471evm:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:926", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:926", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/c5471evm:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: c5471evm/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=c5471evm:nsh timestamp=2026-01-08T10:19:44 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:44", timestamp_log="2026-01-08T10:19:44", user="NuttX", arch="arm", subarch="c5471", group="arm-01", board="c5471evm", config="nsh", target="c5471evm:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:938", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:938", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/c5471evm:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: c5471evm/httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=c5471evm:httpd timestamp=2026-01-08T10:20:40 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:40", timestamp_log="2026-01-08T10:20:40", user="NuttX", arch="arm", subarch="c5471", group="arm-01", board="c5471evm", config="httpd", target="c5471evm:httpd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:950", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:950", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/c5471evm:httpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: csk6011a-nano/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize csk6011a-nano/nsh target=csk6011a-nano:nsh timestamp=2026-01-08T10:21:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:32", timestamp_log="2026-01-08T10:21:32", user="NuttX", arch="arm", subarch="csk6", group="arm-01", board="csk6011a-nano", config="nsh", target="csk6011a-nano:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:962", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/csk6011a-nano:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/rndis_composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/rndis_composite target=spresense:rndis_composite timestamp=2026-01-08T10:22:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:18", timestamp_log="2026-01-08T10:22:18", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="rndis_composite", target="spresense:rndis_composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:972", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:rndis_composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/charger,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/charger target=spresense:charger timestamp=2026-01-08T10:23:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:36", timestamp_log="2026-01-08T10:23:36", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="charger", target="spresense:charger", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:990", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:charger", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/lte,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/lte target=spresense:lte timestamp=2026-01-08T10:24:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:32", timestamp_log="2026-01-08T10:24:32", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="lte", target="spresense:lte", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1000", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:lte", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/usbmsc target=spresense:usbmsc timestamp=2026-01-08T10:25:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:52", timestamp_log="2026-01-08T10:25:52", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="usbmsc", target="spresense:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1021", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/rndis target=spresense:rndis timestamp=2026-01-08T10:26:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:47", timestamp_log="2026-01-08T10:26:47", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="rndis", target="spresense:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1031", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/lcd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/lcd target=spresense:lcd timestamp=2026-01-08T10:27:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:38", timestamp_log="2026-01-08T10:27:38", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="lcd", target="spresense:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1049", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/module target=spresense:module timestamp=2026-01-08T10:28:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:17", timestamp_log="2026-01-08T10:28:17", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="module", target="spresense:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1059", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/usbnsh target=spresense:usbnsh timestamp=2026-01-08T10:29:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:09", timestamp_log="2026-01-08T10:29:09", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="usbnsh", target="spresense:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1069", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/posix_spawn target=spresense:posix_spawn timestamp=2026-01-08T10:29:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:48", timestamp_log="2026-01-08T10:29:48", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="posix_spawn", target="spresense:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1079", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/wifi_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/wifi_smp target=spresense:wifi_smp timestamp=2026-01-08T10:30:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:42", timestamp_log="2026-01-08T10:30:42", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="wifi_smp", target="spresense:wifi_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1089", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:wifi_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/smp target=spresense:smp timestamp=2026-01-08T10:32:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:05", timestamp_log="2026-01-08T10:32:05", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="smp", target="spresense:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1099", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/fmsynth,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/fmsynth target=spresense:fmsynth timestamp=2026-01-08T10:33:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:03", timestamp_log="2026-01-08T10:33:03", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="fmsynth", target="spresense:fmsynth", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1109", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:fmsynth", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/rndis_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/rndis_smp target=spresense:rndis_smp timestamp=2026-01-08T10:33:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:43", timestamp_log="2026-01-08T10:33:43", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="rndis_smp", target="spresense:rndis_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1119", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:rndis_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/wifi,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/wifi target=spresense:wifi timestamp=2026-01-08T10:35:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:00", timestamp_log="2026-01-08T10:35:00", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="wifi", target="spresense:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1136", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/camera,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/camera target=spresense:camera timestamp=2026-01-08T10:36:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:22", timestamp_log="2026-01-08T10:36:22", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="camera", target="spresense:camera", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1146", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:camera", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/nsh target=spresense:nsh timestamp=2026-01-08T10:37:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:03", timestamp_log="2026-01-08T10:37:03", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="nsh", target="spresense:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1156", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/audio target=spresense:audio timestamp=2026-01-08T10:37:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:41", timestamp_log="2026-01-08T10:37:41", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="audio", target="spresense:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1166", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/nsh_trace,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/nsh_trace target=spresense:nsh_trace timestamp=2026-01-08T10:38:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:20", timestamp_log="2026-01-08T10:38:20", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="nsh_trace", target="spresense:nsh_trace", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1176", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:nsh_trace", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/audio_sdk,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/audio_sdk target=spresense:audio_sdk timestamp=2026-01-08T10:39:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:05", timestamp_log="2026-01-08T10:39:05", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="audio_sdk", target="spresense:audio_sdk", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1186", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:audio_sdk", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/elf target=spresense:elf timestamp=2026-01-08T10:39:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:44", timestamp_log="2026-01-08T10:39:44", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="elf", target="spresense:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1196", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/example_camera,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/example_camera target=spresense:example_camera timestamp=2026-01-08T10:40:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:39", timestamp_log="2026-01-08T10:40:39", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="example_camera", target="spresense:example_camera", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1206", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:example_camera", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/mpy,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/mpy target=spresense:mpy timestamp=2026-01-08T10:41:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:24", timestamp_log="2026-01-08T10:41:24", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="mpy", target="spresense:mpy", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1216", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:mpy", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/nsh_automount,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/nsh_automount target=spresense:nsh_automount timestamp=2026-01-08T10:42:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:01", timestamp_log="2026-01-08T10:42:01", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="nsh_automount", target="spresense:nsh_automount", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1226", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:nsh_automount", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: spresense/example_lcd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize spresense/example_lcd target=spresense:example_lcd timestamp=2026-01-08T10:42:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:49", timestamp_log="2026-01-08T10:42:49", user="NuttX", arch="arm", subarch="cxd56xx", group="arm-01", board="spresense", config="example_lcd", target="spresense:example_lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1236", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/spresense:example_lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/nettest target=ntosd-dm320:nettest timestamp=2026-01-08T10:43:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:32", timestamp_log="2026-01-08T10:43:32", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="nettest", target="ntosd-dm320:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1246", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/webserver target=ntosd-dm320:webserver timestamp=2026-01-08T10:44:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:22", timestamp_log="2026-01-08T10:44:22", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="webserver", target="ntosd-dm320:webserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1256", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:webserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/nsh target=ntosd-dm320:nsh timestamp=2026-01-08T10:45:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:13", timestamp_log="2026-01-08T10:45:13", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="nsh", target="ntosd-dm320:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1266", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/udp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/udp target=ntosd-dm320:udp timestamp=2026-01-08T10:46:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:10", timestamp_log="2026-01-08T10:46:10", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="udp", target="ntosd-dm320:udp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1276", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:udp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ntosd-dm320/poll,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ntosd-dm320/poll target=ntosd-dm320:poll timestamp=2026-01-08T10:46:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:58", timestamp_log="2026-01-08T10:46:58", user="NuttX", arch="arm", subarch="dm320", group="arm-01", board="ntosd-dm320", config="poll", target="ntosd-dm320:poll", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1286", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ntosd-dm320:poll", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-efm32g880f128-stk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-efm32g880f128-stk/nsh target=olimex-efm32g880f128-stk:nsh timestamp=2026-01-08T10:47:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:49", timestamp_log="2026-01-08T10:47:49", user="NuttX", arch="arm", subarch="efm32", group="arm-01", board="olimex-efm32g880f128-stk", config="nsh", target="olimex-efm32g880f128-stk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1296", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-efm32g880f128-stk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: efm32gg-stk3700/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize efm32gg-stk3700/nsh target=efm32gg-stk3700:nsh timestamp=2026-01-08T10:48:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:37", timestamp_log="2026-01-08T10:48:37", user="NuttX", arch="arm", subarch="efm32", group="arm-01", board="efm32gg-stk3700", config="nsh", target="efm32gg-stk3700:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1306", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/efm32gg-stk3700:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: efm32-g8xx-stk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize efm32-g8xx-stk/nsh target=efm32-g8xx-stk:nsh timestamp=2026-01-08T10:49:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:19", timestamp_log="2026-01-08T10:49:19", user="NuttX", arch="arm", subarch="efm32", group="arm-01", board="efm32-g8xx-stk", config="nsh", target="efm32-g8xx-stk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1316", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/efm32-g8xx-stk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: quickfeather/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize quickfeather/nsh target=quickfeather:nsh timestamp=2026-01-08T10:49:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:51", timestamp_log="2026-01-08T10:49:51", user="NuttX", arch="arm", subarch="eoss3", group="arm-01", board="quickfeather", config="nsh", target="quickfeather:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1326", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/quickfeather:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r-aarch32/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize fvp-armv8r-aarch32/nsh target=fvp-armv8r-aarch32:nsh timestamp=2026-01-08T10:50:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:38", timestamp_log="2026-01-08T10:50:38", user="NuttX", arch="arm", subarch="fvp-v8r-aarch32", group="arm-01", board="fvp-armv8r-aarch32", config="nsh", target="fvp-armv8r-aarch32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1336", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r-aarch32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-aiotbox/aiotboxnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-aiotbox/aiotboxnsh target=gd32f450zk-aiotbox:aiotboxnsh timestamp=2026-01-08T10:51:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:26", timestamp_log="2026-01-08T10:51:26", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-aiotbox", config="aiotboxnsh", target="gd32f450zk-aiotbox:aiotboxnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1346", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-aiotbox:aiotboxnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-aiotbox/aiotboxnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-aiotbox/aiotboxnsh target=gd32f470zk-aiotbox:aiotboxnsh timestamp=2026-01-08T10:52:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:11", timestamp_log="2026-01-08T10:52:11", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-aiotbox", config="aiotboxnsh", target="gd32f470zk-aiotbox:aiotboxnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1356", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-aiotbox:aiotboxnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/fmclfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/fmclfsnsh target=gd32f470ik-eval:fmclfsnsh timestamp=2026-01-08T10:52:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:45", timestamp_log="2026-01-08T10:52:45", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="fmclfsnsh", target="gd32f470ik-eval:fmclfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1366", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:fmclfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/nsh target=gd32f470ik-eval:nsh timestamp=2026-01-08T10:53:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:38", timestamp_log="2026-01-08T10:53:38", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="nsh", target="gd32f470ik-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1376", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/i2c0testnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/i2c0testnsh target=gd32f470ik-eval:i2c0testnsh timestamp=2026-01-08T10:54:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:12", timestamp_log="2026-01-08T10:54:12", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="i2c0testnsh", target="gd32f470ik-eval:i2c0testnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1386", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:i2c0testnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470ik-eval/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470ik-eval/netnsh target=gd32f470ik-eval:netnsh timestamp=2026-01-08T10:54:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:57", timestamp_log="2026-01-08T10:54:57", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470ik-eval", config="netnsh", target="gd32f470ik-eval:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1396", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470ik-eval:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/spilfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/spilfsnsh target=gd32f470zk-eval:spilfsnsh timestamp=2026-01-08T10:55:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:49", timestamp_log="2026-01-08T10:55:49", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="spilfsnsh", target="gd32f470zk-eval:spilfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1406", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:spilfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/fmclfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/fmclfsnsh target=gd32f470zk-eval:fmclfsnsh timestamp=2026-01-08T10:56:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:44", timestamp_log="2026-01-08T10:56:44", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="fmclfsnsh", target="gd32f470zk-eval:fmclfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1416", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:fmclfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/nsh target=gd32f470zk-eval:nsh timestamp=2026-01-08T10:57:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:24", timestamp_log="2026-01-08T10:57:24", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="nsh", target="gd32f470zk-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1426", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/i2c0testnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/i2c0testnsh target=gd32f470zk-eval:i2c0testnsh timestamp=2026-01-08T10:58:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:08", timestamp_log="2026-01-08T10:58:08", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="i2c0testnsh", target="gd32f470zk-eval:i2c0testnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1436", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:i2c0testnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/netnsh target=gd32f470zk-eval:netnsh timestamp=2026-01-08T10:58:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:52", timestamp_log="2026-01-08T10:58:52", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="netnsh", target="gd32f470zk-eval:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1446", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f470zk-eval/sdionsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f470zk-eval/sdionsh target=gd32f470zk-eval:sdionsh timestamp=2026-01-08T10:59:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:43", timestamp_log="2026-01-08T10:59:43", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f470zk-eval", config="sdionsh", target="gd32f470zk-eval:sdionsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1456", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f470zk-eval:sdionsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/spilfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/spilfsnsh target=gd32f450zk-eval:spilfsnsh timestamp=2026-01-08T11:00:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:38", timestamp_log="2026-01-08T11:00:38", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="spilfsnsh", target="gd32f450zk-eval:spilfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1466", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:spilfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/btngpionsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/btngpionsh target=gd32f450zk-eval:btngpionsh timestamp=2026-01-08T11:01:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:19", timestamp_log="2026-01-08T11:01:19", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="btngpionsh", target="gd32f450zk-eval:btngpionsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1476", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:btngpionsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/fmcfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/fmcfsnsh target=gd32f450zk-eval:fmcfsnsh timestamp=2026-01-08T11:02:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:04", timestamp_log="2026-01-08T11:02:04", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="fmcfsnsh", target="gd32f450zk-eval:fmcfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1486", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:fmcfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/fmclfsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/fmclfsnsh target=gd32f450zk-eval:fmclfsnsh timestamp=2026-01-08T11:02:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:44", timestamp_log="2026-01-08T11:02:44", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="fmclfsnsh", target="gd32f450zk-eval:fmclfsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1496", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:fmclfsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/spifsnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/spifsnsh target=gd32f450zk-eval:spifsnsh timestamp=2026-01-08T11:03:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:23", timestamp_log="2026-01-08T11:03:23", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="spifsnsh", target="gd32f450zk-eval:spifsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1506", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:spifsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/nsh target=gd32f450zk-eval:nsh timestamp=2026-01-08T11:04:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:03", timestamp_log="2026-01-08T11:04:03", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="nsh", target="gd32f450zk-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1516", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/i2c0testnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/i2c0testnsh target=gd32f450zk-eval:i2c0testnsh timestamp=2026-01-08T11:04:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:37", timestamp_log="2026-01-08T11:04:37", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="i2c0testnsh", target="gd32f450zk-eval:i2c0testnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1526", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:i2c0testnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/netnsh target=gd32f450zk-eval:netnsh timestamp=2026-01-08T11:05:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:11", timestamp_log="2026-01-08T11:05:11", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="netnsh", target="gd32f450zk-eval:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1536", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: gd32f450zk-eval/sdionsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize gd32f450zk-eval/sdionsh target=gd32f450zk-eval:sdionsh timestamp=2026-01-08T11:05:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:50", timestamp_log="2026-01-08T11:05:50", user="NuttX", arch="arm", subarch="gd32f4", group="arm-01", board="gd32f450zk-eval", config="sdionsh", target="gd32f450zk-eval:sdionsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663259#step:10:1546", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/gd32f450zk-eval:sdionsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:43 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-02 + local os=Linux + local step=10 + local group=arm-02 + local 'job_name=Linux (arm-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 62859 0 0:00:02 0:00:02 --:--:-- 62855 + local job_id=59779663295 + set +x job_id=59779663295 + [[ 59779663295 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/21_Linux (arm-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/21_Linux (arm-02).txt' + local filename=ci-arm-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/21_Linux (arm-02).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {66450c85-e7e6-4253-b270-c028a9ab1f4e} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1998) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-02 --run-id 20812375605 --job-id 59779663295 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-02 --run-id 20812375605 --job-id 59779663295 --step 10` lines[0]=Configuration/Tool: sabre-6quad/netnsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh_smp target=sabre-6quad:netnsh_smp timestamp=2026-01-08T09:46:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:36", timestamp_log="2026-01-08T09:46:36", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh_smp", target="sabre-6quad:netnsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:777", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/knsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/knsh_smp target=sabre-6quad:knsh_smp timestamp=2026-01-08T09:47:50 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:50", timestamp_log="2026-01-08T09:47:50", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="knsh_smp", target="sabre-6quad:knsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:795", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:795", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:knsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/knsh target=sabre-6quad:knsh timestamp=2026-01-08T09:49:20 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:20", timestamp_log="2026-01-08T09:49:20", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="knsh", target="sabre-6quad:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:808", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:808", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: sabre-6quad/coredump,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=sabre-6quad:coredump timestamp=2026-01-08T09:50:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:43", timestamp_log="2026-01-08T09:50:43", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="coredump", target="sabre-6quad:coredump", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:822", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:coredump", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netnsh_wb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh_wb target=sabre-6quad:netnsh_wb timestamp=2026-01-08T09:51:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:22", timestamp_log="2026-01-08T09:51:22", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh_wb", target="sabre-6quad:netnsh_wb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:832", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh_wb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/posix_spawn target=sabre-6quad:posix_spawn timestamp=2026-01-08T09:52:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:32", timestamp_log="2026-01-08T09:52:32", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="posix_spawn", target="sabre-6quad:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:866", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netknsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netknsh target=sabre-6quad:netknsh timestamp=2026-01-08T09:53:23 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:23", timestamp_log="2026-01-08T09:53:23", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netknsh", target="sabre-6quad:netknsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:876", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:876", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netknsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: sabre-6quad/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=sabre-6quad:smp timestamp=2026-01-08T09:55:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:00", timestamp_log="2026-01-08T09:55:00", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="smp", target="sabre-6quad:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:898", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netknsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netknsh_smp target=sabre-6quad:netknsh_smp timestamp=2026-01-08T09:55:35 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:35", timestamp_log="2026-01-08T09:55:35", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netknsh_smp", target="sabre-6quad:netknsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:908", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:908", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netknsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: sabre-6quad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=sabre-6quad:nsh timestamp=2026-01-08T09:57:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:09", timestamp_log="2026-01-08T09:57:09", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="nsh", target="sabre-6quad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:929", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/libcxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/libcxx target=sabre-6quad:libcxx timestamp=2026-01-08T09:57:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:44", timestamp_log="2026-01-08T09:57:44", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="libcxx", target="sabre-6quad:libcxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:939", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:libcxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/citest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/citest target=sabre-6quad:citest timestamp=2026-01-08T09:59:05 *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './'}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'qemu', *** Msg: 'elf_path': './nuttx', *** Msg: 'exec_args': '-semihosting -M sabrelite -m ' *** Msg: '1024 -smp 4 -nographic', *** Msg: 'exec_path': 'qemu-system-arm', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'sabre-6quad'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': [], 'include_module': [], 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 3600.0s *** Msg: collected 932 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================== 72 passed, 7 skipped in 576.53s (0:09:36) =================== *** Msg: + ret=0 *** Msg: 0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + mv result /github/workspace/buildartifacts/sabre-6quad/citest//ntfc *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:05", timestamp_log="2026-01-08T09:59:05", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="citest", target="sabre-6quad:citest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:949", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:949", msg="Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../ \n + source /github/workspace/nuttx-ntfc/venv/bin/activate \n ++ deactivate nondestructive \n ++ '[' -n '' ']' \n ++ '[' -n '' ']' \n ++ '[' -n /usr/bin/bash -o -n '' ']' \n ++ hash -r \n ++ '[' -n '' ']' \n ++ unset VIRTUAL_ENV \n ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netnsh_ar8031,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh_ar8031 target=sabre-6quad:netnsh_ar8031 timestamp=2026-01-08T10:09:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:48", timestamp_log="2026-01-08T10:09:48", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh_ar8031", target="sabre-6quad:netnsh_ar8031", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1120", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh_ar8031", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/elf target=sabre-6quad:elf timestamp=2026-01-08T10:10:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:52", timestamp_log="2026-01-08T10:10:52", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="elf", target="sabre-6quad:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1138", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sabre-6quad/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sabre-6quad/netnsh target=sabre-6quad:netnsh timestamp=2026-01-08T10:11:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:44", timestamp_log="2026-01-08T10:11:44", user="NuttX", arch="arm", subarch="imx6", group="arm-02", board="sabre-6quad", config="netnsh", target="sabre-6quad:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1148", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sabre-6quad:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imx95-evk/nsh target=imx95-evk:nsh timestamp=2026-01-08T10:12:32 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:32", timestamp_log="2026-01-08T10:12:32", user="NuttX", arch="arm", subarch="imx9", group="arm-02", board="imx95-evk", config="nsh", target="imx95-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1179", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1179", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imx95-evk/can target=imx95-evk:can timestamp=2026-01-08T10:13:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:19", timestamp_log="2026-01-08T10:13:19", user="NuttX", arch="arm", subarch="imx9", group="arm-02", board="imx95-evk", config="can", target="imx95-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1190", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-evk/rpmsg,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imx95-evk/rpmsg target=imx95-evk:rpmsg timestamp=2026-01-08T10:14:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:16", timestamp_log="2026-01-08T10:14:16", user="NuttX", arch="arm", subarch="imx9", group="arm-02", board="imx95-evk", config="rpmsg", target="imx95-evk:rpmsg", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1200", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-evk:rpmsg", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/pwm-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/pwm-4.1 target=teensy-4.x:pwm-4.1 timestamp=2026-01-08T10:15:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:07", timestamp_log="2026-01-08T10:15:07", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="pwm-4.1", target="teensy-4.x:pwm-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1210", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:pwm-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/netnsh-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/netnsh-4.1 target=teensy-4.x:netnsh-4.1 timestamp=2026-01-08T10:15:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:57", timestamp_log="2026-01-08T10:15:57", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="netnsh-4.1", target="teensy-4.x:netnsh-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1220", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:netnsh-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/lcd-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/lcd-4.1 target=teensy-4.x:lcd-4.1 timestamp=2026-01-08T10:16:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:51", timestamp_log="2026-01-08T10:16:51", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="lcd-4.1", target="teensy-4.x:lcd-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1230", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:lcd-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/nsh-4.0,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/nsh-4.0 target=teensy-4.x:nsh-4.0 timestamp=2026-01-08T10:17:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:28", timestamp_log="2026-01-08T10:17:28", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="nsh-4.0", target="teensy-4.x:nsh-4.0", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1240", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:nsh-4.0", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/nsh-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/nsh-4.1 target=teensy-4.x:nsh-4.1 timestamp=2026-01-08T10:18:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:03", timestamp_log="2026-01-08T10:18:03", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="nsh-4.1", target="teensy-4.x:nsh-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1250", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:nsh-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/lua-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/lua-4.1 target=teensy-4.x:lua-4.1 timestamp=2026-01-08T10:18:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:37", timestamp_log="2026-01-08T10:18:37", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="lua-4.1", target="teensy-4.x:lua-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1260", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:lua-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/enc-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/enc-4.1 target=teensy-4.x:enc-4.1 timestamp=2026-01-08T10:19:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:24", timestamp_log="2026-01-08T10:19:24", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="enc-4.1", target="teensy-4.x:enc-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1278", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:enc-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/can-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/can-4.1 target=teensy-4.x:can-4.1 timestamp=2026-01-08T10:19:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:59", timestamp_log="2026-01-08T10:19:59", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="can-4.1", target="teensy-4.x:can-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1288", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:can-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:49:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/sd-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/sd-4.1 target=teensy-4.x:sd-4.1 timestamp=2026-01-08T10:20:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:39", timestamp_log="2026-01-08T10:20:39", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="sd-4.1", target="teensy-4.x:sd-4.1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1298", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:sd-4.1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-4.x/pikron-bb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-4.x/pikron-bb target=teensy-4.x:pikron-bb timestamp=2026-01-08T10:21:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:15", timestamp_log="2026-01-08T10:21:15", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="teensy-4.x", config="pikron-bb", target="teensy-4.x:pikron-bb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1308", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-4.x:pikron-bb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/knsh target=imxrt1170-evk:knsh timestamp=2026-01-08T10:22:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:23", timestamp_log="2026-01-08T10:22:23", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="knsh", target="imxrt1170-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1318", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/nsh target=imxrt1170-evk:nsh timestamp=2026-01-08T10:23:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:38", timestamp_log="2026-01-08T10:23:38", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="nsh", target="imxrt1170-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1328", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/can target=imxrt1170-evk:can timestamp=2026-01-08T10:24:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:27", timestamp_log="2026-01-08T10:24:27", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="can", target="imxrt1170-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1338", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/canfd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/canfd target=imxrt1170-evk:canfd timestamp=2026-01-08T10:25:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:23", timestamp_log="2026-01-08T10:25:23", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="canfd", target="imxrt1170-evk:canfd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1348", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:canfd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/netnsh target=imxrt1170-evk:netnsh timestamp=2026-01-08T10:26:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:02", timestamp_log="2026-01-08T10:26:02", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="netnsh", target="imxrt1170-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1358", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1170-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1170-evk/libcxxtest target=imxrt1170-evk:libcxxtest timestamp=2026-01-08T10:26:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:58", timestamp_log="2026-01-08T10:26:58", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1170-evk", config="libcxxtest", target="imxrt1170-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1368", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1170-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/nshocram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/nshocram target=imxrt1060-evk:nshocram timestamp=2026-01-08T10:28:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:16", timestamp_log="2026-01-08T10:28:16", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="nshocram", target="imxrt1060-evk:nshocram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1378", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:nshocram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/lvgl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/lvgl target=imxrt1060-evk:lvgl timestamp=2026-01-08T10:28:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:55", timestamp_log="2026-01-08T10:28:55", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="lvgl", target="imxrt1060-evk:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1388", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/knsh target=imxrt1060-evk:knsh timestamp=2026-01-08T10:30:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:19", timestamp_log="2026-01-08T10:30:19", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="knsh", target="imxrt1060-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1398", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/nsh target=imxrt1060-evk:nsh timestamp=2026-01-08T10:31:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:39", timestamp_log="2026-01-08T10:31:39", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="nsh", target="imxrt1060-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1408", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/can target=imxrt1060-evk:can timestamp=2026-01-08T10:32:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:14", timestamp_log="2026-01-08T10:32:14", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="can", target="imxrt1060-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1418", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/canfd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/canfd target=imxrt1060-evk:canfd timestamp=2026-01-08T10:33:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:08", timestamp_log="2026-01-08T10:33:08", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="canfd", target="imxrt1060-evk:canfd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1428", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:canfd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/netnsh target=imxrt1060-evk:netnsh timestamp=2026-01-08T10:33:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:46", timestamp_log="2026-01-08T10:33:46", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="netnsh", target="imxrt1060-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1438", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/netnsh_dcache_wb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/netnsh_dcache_wb target=imxrt1060-evk:netnsh_dcache_wb timestamp=2026-01-08T10:34:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:40", timestamp_log="2026-01-08T10:34:40", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="netnsh_dcache_wb", target="imxrt1060-evk:netnsh_dcache_wb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1455", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:netnsh_dcache_wb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1060-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1060-evk/libcxxtest target=imxrt1060-evk:libcxxtest timestamp=2026-01-08T10:35:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:45", timestamp_log="2026-01-08T10:35:45", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1060-evk", config="libcxxtest", target="imxrt1060-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1473", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1060-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/nshocram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/nshocram target=imxrt1064-evk:nshocram timestamp=2026-01-08T10:37:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:04", timestamp_log="2026-01-08T10:37:04", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="nshocram", target="imxrt1064-evk:nshocram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1483", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:nshocram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/lvgl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/lvgl target=imxrt1064-evk:lvgl timestamp=2026-01-08T10:37:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:38", timestamp_log="2026-01-08T10:37:38", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="lvgl", target="imxrt1064-evk:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1493", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/knsh target=imxrt1064-evk:knsh timestamp=2026-01-08T10:38:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:39", timestamp_log="2026-01-08T10:38:39", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="knsh", target="imxrt1064-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1503", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/mcuboot-loader target=imxrt1064-evk:mcuboot-loader timestamp=2026-01-08T10:39:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:52", timestamp_log="2026-01-08T10:39:52", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="mcuboot-loader", target="imxrt1064-evk:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1513", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/nsh target=imxrt1064-evk:nsh timestamp=2026-01-08T10:40:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:45", timestamp_log="2026-01-08T10:40:45", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="nsh", target="imxrt1064-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1530", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/can target=imxrt1064-evk:can timestamp=2026-01-08T10:41:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:20", timestamp_log="2026-01-08T10:41:20", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="can", target="imxrt1064-evk:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1540", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/mcuboot-app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/mcuboot-app target=imxrt1064-evk:mcuboot-app timestamp=2026-01-08T10:41:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:57", timestamp_log="2026-01-08T10:41:57", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="mcuboot-app", target="imxrt1064-evk:mcuboot-app", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1550", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:mcuboot-app", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/canfd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/canfd target=imxrt1064-evk:canfd timestamp=2026-01-08T10:42:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:58", timestamp_log="2026-01-08T10:42:58", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="canfd", target="imxrt1064-evk:canfd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1567", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:canfd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/netnsh target=imxrt1064-evk:netnsh timestamp=2026-01-08T10:43:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:37", timestamp_log="2026-01-08T10:43:37", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="netnsh", target="imxrt1064-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1577", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1064-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1064-evk/libcxxtest target=imxrt1064-evk:libcxxtest timestamp=2026-01-08T10:44:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:20", timestamp_log="2026-01-08T10:44:20", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1064-evk", config="libcxxtest", target="imxrt1064-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1595", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1064-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arcx-socket-grid/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arcx-socket-grid/nsh target=arcx-socket-grid:nsh timestamp=2026-01-08T10:45:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:02", timestamp_log="2026-01-08T10:45:02", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="arcx-socket-grid", config="nsh", target="arcx-socket-grid:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1605", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arcx-socket-grid:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arcx-socket-grid/usbdisk,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arcx-socket-grid/usbdisk target=arcx-socket-grid:usbdisk timestamp=2026-01-08T10:45:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:49", timestamp_log="2026-01-08T10:45:49", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="arcx-socket-grid", config="usbdisk", target="arcx-socket-grid:usbdisk", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1615", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arcx-socket-grid:usbdisk", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1020-evk/usdhc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1020-evk/usdhc target=imxrt1020-evk:usdhc timestamp=2026-01-08T10:46:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:39", timestamp_log="2026-01-08T10:46:39", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1020-evk", config="usdhc", target="imxrt1020-evk:usdhc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1625", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1020-evk:usdhc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1020-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1020-evk/nsh target=imxrt1020-evk:nsh timestamp=2026-01-08T10:47:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:31", timestamp_log="2026-01-08T10:47:31", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1020-evk", config="nsh", target="imxrt1020-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1635", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1020-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1020-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1020-evk/netnsh target=imxrt1020-evk:netnsh timestamp=2026-01-08T10:48:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:17", timestamp_log="2026-01-08T10:48:17", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1020-evk", config="netnsh", target="imxrt1020-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1645", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1020-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/knsh target=imxrt1050-evk:knsh timestamp=2026-01-08T10:49:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:01", timestamp_log="2026-01-08T10:49:01", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="knsh", target="imxrt1050-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1655", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/nsh target=imxrt1050-evk:nsh timestamp=2026-01-08T10:50:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:09", timestamp_log="2026-01-08T10:50:09", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="nsh", target="imxrt1050-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1665", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/netnsh target=imxrt1050-evk:netnsh timestamp=2026-01-08T10:50:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:43", timestamp_log="2026-01-08T10:50:43", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="netnsh", target="imxrt1050-evk:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1675", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imxrt1050-evk/libcxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize imxrt1050-evk/libcxxtest target=imxrt1050-evk:libcxxtest timestamp=2026-01-08T10:51:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:29", timestamp_log="2026-01-08T10:51:29", user="NuttX", arch="arm", subarch="imxrt", group="arm-02", board="imxrt1050-evk", config="libcxxtest", target="imxrt1050-evk:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1685", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imxrt1050-evk:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: kwikstik-k40/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=kwikstik-k40:ostest timestamp=2026-01-08T10:52:43 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:43", timestamp_log="2026-01-08T10:52:43", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="kwikstik-k40", config="ostest", target="kwikstik-k40:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1695", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1695", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/kwikstik-k40:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: twr-k64f120m/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize twr-k64f120m/nsh target=twr-k64f120m:nsh timestamp=2026-01-08T10:53:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:34", timestamp_log="2026-01-08T10:53:34", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="twr-k64f120m", config="nsh", target="twr-k64f120m:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1707", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/twr-k64f120m:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: twr-k64f120m/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize twr-k64f120m/netnsh target=twr-k64f120m:netnsh timestamp=2026-01-08T10:54:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:23", timestamp_log="2026-01-08T10:54:23", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="twr-k64f120m", config="netnsh", target="twr-k64f120m:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1717", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/twr-k64f120m:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/nsh target=freedom-k64f:nsh timestamp=2026-01-08T10:55:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:08", timestamp_log="2026-01-08T10:55:08", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="nsh", target="freedom-k64f:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1727", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/cdcacm target=freedom-k64f:cdcacm timestamp=2026-01-08T10:56:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:00", timestamp_log="2026-01-08T10:56:00", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="cdcacm", target="freedom-k64f:cdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1737", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:cdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/netnsh target=freedom-k64f:netnsh timestamp=2026-01-08T10:56:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:47", timestamp_log="2026-01-08T10:56:47", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="netnsh", target="freedom-k64f:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1747", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k64f/demo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k64f/demo target=freedom-k64f:demo timestamp=2026-01-08T10:57:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:43", timestamp_log="2026-01-08T10:57:43", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k64f", config="demo", target="freedom-k64f:demo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1757", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k64f:demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k66f/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k66f/nsh target=freedom-k66f:nsh timestamp=2026-01-08T10:58:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:29", timestamp_log="2026-01-08T10:58:29", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k66f", config="nsh", target="freedom-k66f:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1767", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k66f:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k66f/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k66f/netnsh target=freedom-k66f:netnsh timestamp=2026-01-08T10:59:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:25", timestamp_log="2026-01-08T10:59:25", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k66f", config="netnsh", target="freedom-k66f:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1777", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k66f:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: twr-k60n512/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=twr-k60n512:nsh timestamp=2026-01-08T11:00:29 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:29", timestamp_log="2026-01-08T11:00:29", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="twr-k60n512", config="nsh", target="twr-k60n512:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1787", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1787", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/twr-k60n512:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-3.x/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-3.x/usbnsh target=teensy-3.x:usbnsh timestamp=2026-01-08T11:01:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:16", timestamp_log="2026-01-08T11:01:16", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="teensy-3.x", config="usbnsh", target="teensy-3.x:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1799", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-3.x:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-3.x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-3.x/nsh target=teensy-3.x:nsh timestamp=2026-01-08T11:02:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:04", timestamp_log="2026-01-08T11:02:04", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="teensy-3.x", config="nsh", target="teensy-3.x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1809", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-3.x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k28f/nshsdusb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k28f/nshsdusb target=freedom-k28f:nshsdusb timestamp=2026-01-08T11:02:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:52", timestamp_log="2026-01-08T11:02:52", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k28f", config="nshsdusb", target="freedom-k28f:nshsdusb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1819", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k28f:nshsdusb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-k28f/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-k28f/nsh target=freedom-k28f:nsh timestamp=2026-01-08T11:03:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:50", timestamp_log="2026-01-08T11:03:50", user="NuttX", arch="arm", subarch="kinetis", group="arm-02", board="freedom-k28f", config="nsh", target="freedom-k28f:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1829", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-k28f:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-kl25z/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-kl25z/nsh target=freedom-kl25z:nsh timestamp=2026-01-08T11:04:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:38", timestamp_log="2026-01-08T11:04:38", user="NuttX", arch="arm", subarch="kl", group="arm-02", board="freedom-kl25z", config="nsh", target="freedom-kl25z:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1839", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-kl25z:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: freedom-kl26z/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize freedom-kl26z/nsh target=freedom-kl26z:nsh timestamp=2026-01-08T11:05:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:19", timestamp_log="2026-01-08T11:05:19", user="NuttX", arch="arm", subarch="kl", group="arm-02", board="freedom-kl26z", config="nsh", target="freedom-kl26z:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1849", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/freedom-kl26z:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-lc/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize teensy-lc/nsh target=teensy-lc:nsh timestamp=2026-01-08T11:05:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:50", timestamp_log="2026-01-08T11:05:50", user="NuttX", arch="arm", subarch="kl", group="arm-02", board="teensy-lc", config="nsh", target="teensy-lc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663295#step:10:1859", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-lc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:34 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-03 + local os=Linux + local step=10 + local group=arm-03 + local 'job_name=Linux (arm-03)' ++ jq '.jobs | map(select(.name == "Linux (arm-03)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 88095 0 0:00:01 0:00:01 --:--:-- 88062 + local job_id=59779663267 + set +x job_id=59779663267 + [[ 59779663267 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/27_Linux (arm-03).txt' + local 'log_file=/tmp/ingest-nuttx-builds/27_Linux (arm-03).txt' + local filename=ci-arm-03.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-03.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:83 + cat '/tmp/ingest-nuttx-builds/27_Linux (arm-03).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-03.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {a2dc9f12-2c5a-433b-b33f-191ecc9d03ca} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-03) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2008) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-03.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-03 --run-id 20812375605 --job-id 59779663267 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-03.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-03 --run-id 20812375605 --job-id 59779663267 --step 10` lines[0]=Skipping: olimex-lpc1766stk/slip-httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: olimex-lpc1766stk/slip-httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: olimex-lpc1766stk/slip-httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: olimex-lpc1766stk/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:usbserial timestamp=2026-01-08T09:46:15 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:15", timestamp_log="2026-01-08T09:46:15", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="usbserial", target="olimex-lpc1766stk:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:781", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:781", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-lpc1766stk:usbmsc timestamp=2026-01-08T09:47:00 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:00", timestamp_log="2026-01-08T09:47:00", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="usbmsc", target="olimex-lpc1766stk:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:793", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:793", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:nettest timestamp=2026-01-08T09:47:41 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:41", timestamp_log="2026-01-08T09:47:41", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="nettest", target="olimex-lpc1766stk:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:805", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:805", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/hidmouse,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/hidmouse target=olimex-lpc1766stk:hidmouse timestamp=2026-01-08T09:48:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:24", timestamp_log="2026-01-08T09:48:24", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="hidmouse", target="olimex-lpc1766stk:hidmouse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:817", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:hidmouse", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/thttpd-binfs,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/thttpd-binfs target=olimex-lpc1766stk:thttpd-binfs timestamp=2026-01-08T09:49:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:17", timestamp_log="2026-01-08T09:49:17", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="thttpd-binfs", target="olimex-lpc1766stk:thttpd-binfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:827", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:thttpd-binfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/hidkbd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/hidkbd target=olimex-lpc1766stk:hidkbd timestamp=2026-01-08T09:50:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:02", timestamp_log="2026-01-08T09:50:02", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="hidkbd", target="olimex-lpc1766stk:hidkbd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:837", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:hidkbd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:nsh timestamp=2026-01-08T09:50:34 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:34", timestamp_log="2026-01-08T09:50:34", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="nsh", target="olimex-lpc1766stk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:847", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:847", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/zmodem,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=olimex-lpc1766stk:zmodem timestamp=2026-01-08T09:51:15 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:15", timestamp_log="2026-01-08T09:51:15", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="zmodem", target="olimex-lpc1766stk:zmodem", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:859", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:859", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:zmodem", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc1766stk/ftpc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc1766stk/ftpc target=olimex-lpc1766stk:ftpc timestamp=2026-01-08T09:51:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:53", timestamp_log="2026-01-08T09:51:53", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="olimex-lpc1766stk", config="ftpc", target="olimex-lpc1766stk:ftpc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:871", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc1766stk:ftpc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:44 GMT", "content-length": "0"} } lines[0]=Skipping: olimex-lpc1766stk/thttpd-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: olimex-lpc1766stk/thttpd-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: olimex-lpc1766stk/thttpd-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: u-blox-c027/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize u-blox-c027/nsh target=u-blox-c027:nsh timestamp=2026-01-08T09:52:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:32", timestamp_log="2026-01-08T09:52:32", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="u-blox-c027", config="nsh", target="u-blox-c027:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:888", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/u-blox-c027:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zkit-arm-1769/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=zkit-arm-1769:hello timestamp=2026-01-08T09:53:24 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:24", timestamp_log="2026-01-08T09:53:24", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="zkit-arm-1769", config="hello", target="zkit-arm-1769:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:898", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:898", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zkit-arm-1769:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zkit-arm-1769/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=zkit-arm-1769:nsh timestamp=2026-01-08T09:54:06 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:06", timestamp_log="2026-01-08T09:54:06", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="zkit-arm-1769", config="nsh", target="zkit-arm-1769:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:910", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:910", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zkit-arm-1769:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zkit-arm-1769/nxhello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=zkit-arm-1769:nxhello timestamp=2026-01-08T09:54:50 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:50", timestamp_log="2026-01-08T09:54:50", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="zkit-arm-1769", config="nxhello", target="zkit-arm-1769:nxhello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:922", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:922", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zkit-arm-1769:nxhello", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:47 GMT", "content-length": "0"} } lines[0]=Skipping: zkit-arm-1769/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: zkit-arm-1769/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: zkit-arm-1769/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: mbed/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mbed/userled target=mbed:userled timestamp=2026-01-08T09:55:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:49", timestamp_log="2026-01-08T09:55:49", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="mbed", config="userled", target="mbed:userled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:941", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mbed:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mbed/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mbed/nsh target=mbed:nsh timestamp=2026-01-08T09:56:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:28", timestamp_log="2026-01-08T09:56:28", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="mbed", config="nsh", target="mbed:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:951", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mbed:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=open1788:knsh timestamp=2026-01-08T09:56:59 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:59", timestamp_log="2026-01-08T09:56:59", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="knsh", target="open1788:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:961", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:961", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=open1788:nsh timestamp=2026-01-08T09:58:02 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:02", timestamp_log="2026-01-08T09:58:02", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="nsh", target="open1788:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:973", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:973", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/fb target=open1788:fb timestamp=2026-01-08T09:58:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:44", timestamp_log="2026-01-08T09:58:44", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="fb", target="open1788:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:985", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/knxterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/knxterm target=open1788:knxterm timestamp=2026-01-08T09:59:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:32", timestamp_log="2026-01-08T09:59:32", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="knxterm", target="open1788:knxterm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:995", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:knxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/pdcurses,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/pdcurses target=open1788:pdcurses timestamp=2026-01-08T10:00:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:48", timestamp_log="2026-01-08T10:00:48", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="pdcurses", target="open1788:pdcurses", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1005", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:pdcurses", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/pwfb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/pwfb target=open1788:pwfb timestamp=2026-01-08T10:01:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:23", timestamp_log="2026-01-08T10:01:23", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="pwfb", target="open1788:pwfb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1015", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:pwfb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: open1788/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize open1788/nxlines target=open1788:nxlines timestamp=2026-01-08T10:02:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:12", timestamp_log="2026-01-08T10:02:12", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="open1788", config="nxlines", target="open1788:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1025", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/open1788:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lx_cpu/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lx_cpu/nsh target=lx_cpu:nsh timestamp=2026-01-08T10:03:00 *** Msg: arm-none-eabi-ld: warning: errno has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: hello has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: struct has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: signal has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: mutex has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: pthread has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: task has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:00", timestamp_log="2026-01-08T10:03:00", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lx_cpu", config="nsh", target="lx_cpu:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1035", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1035", msg="arm-none-eabi-ld: warning: errno has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: hello has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: struct has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: signal has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: mutex has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: pthread has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: task has a LOAD segment w", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lx_cpu:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/nx target=lpcxpresso-lpc1768:nx timestamp=2026-01-08T10:04:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:07", timestamp_log="2026-01-08T10:04:07", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="nx", target="lpcxpresso-lpc1768:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1052", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/dhcpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/dhcpd target=lpcxpresso-lpc1768:dhcpd timestamp=2026-01-08T10:04:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:54", timestamp_log="2026-01-08T10:04:54", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="dhcpd", target="lpcxpresso-lpc1768:dhcpd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1062", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:dhcpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/usbmsc target=lpcxpresso-lpc1768:usbmsc timestamp=2026-01-08T10:05:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:35", timestamp_log="2026-01-08T10:05:35", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="usbmsc", target="lpcxpresso-lpc1768:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1072", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc1768/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpcxpresso-lpc1768/nsh target=lpcxpresso-lpc1768:nsh timestamp=2026-01-08T10:06:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:04", timestamp_log="2026-01-08T10:06:04", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpcxpresso-lpc1768", config="nsh", target="lpcxpresso-lpc1768:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1082", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc1768:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:54 GMT", "content-length": "0"} } lines[0]=Skipping: lpcxpresso-lpc1768/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: lpcxpresso-lpc1768/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: lpcxpresso-lpc1768/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: pnev5180b/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/knsh target=pnev5180b:knsh timestamp=2026-01-08T10:06:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:46", timestamp_log="2026-01-08T10:06:46", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="knsh", target="pnev5180b:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1099", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/usbnsh target=pnev5180b:usbnsh timestamp=2026-01-08T10:07:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:44", timestamp_log="2026-01-08T10:07:44", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="usbnsh", target="pnev5180b:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1109", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/nsh-cdcecm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/nsh-cdcecm target=pnev5180b:nsh-cdcecm timestamp=2026-01-08T10:08:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:19", timestamp_log="2026-01-08T10:08:19", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="nsh-cdcecm", target="pnev5180b:nsh-cdcecm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1119", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:nsh-cdcecm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/nsh target=pnev5180b:nsh timestamp=2026-01-08T10:08:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:56", timestamp_log="2026-01-08T10:08:56", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="nsh", target="pnev5180b:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1129", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pnev5180b/usbnsh-cdcecm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pnev5180b/usbnsh-cdcecm target=pnev5180b:usbnsh-cdcecm timestamp=2026-01-08T10:09:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:26", timestamp_log="2026-01-08T10:09:26", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="pnev5180b", config="usbnsh-cdcecm", target="pnev5180b:usbnsh-cdcecm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1139", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pnev5180b:usbnsh-cdcecm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-quickstart/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lpc4088-quickstart:knsh timestamp=2026-01-08T10:10:00 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:00", timestamp_log="2026-01-08T10:10:00", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-quickstart", config="knsh", target="lpc4088-quickstart:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1149", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1149", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-quickstart:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-quickstart/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lpc4088-quickstart:nsh timestamp=2026-01-08T10:11:09 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:09", timestamp_log="2026-01-08T10:11:09", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-quickstart", config="nsh", target="lpc4088-quickstart:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1161", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1161", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-quickstart:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:50:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcb1700/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcb1700:nsh timestamp=2026-01-08T10:11:51 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:51", timestamp_log="2026-01-08T10:11:51", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="mcb1700", config="nsh", target="mcb1700:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1173", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1173", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcb1700:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-devkit/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lpc4088-devkit:knsh timestamp=2026-01-08T10:12:21 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:21", timestamp_log="2026-01-08T10:12:21", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-devkit", config="knsh", target="lpc4088-devkit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1185", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1185", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-devkit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4088-devkit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lpc4088-devkit:nsh timestamp=2026-01-08T10:13:06 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:06", timestamp_log="2026-01-08T10:13:06", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lpc4088-devkit", config="nsh", target="lpc4088-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1197", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1197", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4088-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lincoln60/thttpd-binfs,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lincoln60/thttpd-binfs target=lincoln60:thttpd-binfs timestamp=2026-01-08T10:13:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:57", timestamp_log="2026-01-08T10:13:57", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lincoln60", config="thttpd-binfs", target="lincoln60:thttpd-binfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1209", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lincoln60:thttpd-binfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lincoln60/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lincoln60/nsh target=lincoln60:nsh timestamp=2026-01-08T10:14:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:34", timestamp_log="2026-01-08T10:14:34", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lincoln60", config="nsh", target="lincoln60:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1219", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lincoln60:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lincoln60/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lincoln60/netnsh target=lincoln60:netnsh timestamp=2026-01-08T10:15:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:09", timestamp_log="2026-01-08T10:15:09", user="NuttX", arch="arm", subarch="lpc17xx_40xx", group="arm-03", board="lincoln60", config="netnsh", target="lincoln60:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663267#step:10:1229", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lincoln60:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:04 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-04 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-04 + local os=Linux + local step=10 + local group=arm-04 + local 'job_name=Linux (arm-04)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-04)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 58536 0 0:00:02 0:00:02 --:--:-- 58539 + local job_id=59779663391 + set +x job_id=59779663391 + [[ 59779663391 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/7_Linux (arm-04).txt' + local 'log_file=/tmp/ingest-nuttx-builds/7_Linux (arm-04).txt' + local filename=ci-arm-04.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-04.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/7_Linux (arm-04).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-04.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {1956a905-f3c3-4ffc-9a85-3218af2a9b4c} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-04) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1991) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-04.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-04 --run-id 20812375605 --job-id 59779663391 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-04.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-04 --run-id 20812375605 --job-id 59779663391 --step 10` lines[0]=Configuration/Tool: lc823450-xgevk/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/kostest target=lc823450-xgevk:kostest timestamp=2026-01-08T10:26:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:25", timestamp_log="2026-01-08T10:26:25", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="kostest", target="lc823450-xgevk:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:777", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/krndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/krndis target=lc823450-xgevk:krndis timestamp=2026-01-08T10:27:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:36", timestamp_log="2026-01-08T10:27:36", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="krndis", target="lc823450-xgevk:krndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:787", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:krndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/rndis target=lc823450-xgevk:rndis timestamp=2026-01-08T10:29:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:25", timestamp_log="2026-01-08T10:29:25", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="rndis", target="lc823450-xgevk:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:797", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/knsh target=lc823450-xgevk:knsh timestamp=2026-01-08T10:30:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:45", timestamp_log="2026-01-08T10:30:45", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="knsh", target="lc823450-xgevk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:814", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/usb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/usb target=lc823450-xgevk:usb timestamp=2026-01-08T10:32:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:10", timestamp_log="2026-01-08T10:32:10", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="usb", target="lc823450-xgevk:usb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:824", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:usb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/posix_spawn target=lc823450-xgevk:posix_spawn timestamp=2026-01-08T10:33:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:13", timestamp_log="2026-01-08T10:33:13", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="posix_spawn", target="lc823450-xgevk:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:834", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/bt,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/bt target=lc823450-xgevk:bt timestamp=2026-01-08T10:34:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:03", timestamp_log="2026-01-08T10:34:03", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="bt", target="lc823450-xgevk:bt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:844", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:bt", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/nsh target=lc823450-xgevk:nsh timestamp=2026-01-08T10:35:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:16", timestamp_log="2026-01-08T10:35:16", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="nsh", target="lc823450-xgevk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:854", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/audio target=lc823450-xgevk:audio timestamp=2026-01-08T10:36:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:15", timestamp_log="2026-01-08T10:36:15", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="audio", target="lc823450-xgevk:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:864", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/elf target=lc823450-xgevk:elf timestamp=2026-01-08T10:37:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:07", timestamp_log="2026-01-08T10:37:07", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="elf", target="lc823450-xgevk:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:874", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lc823450-xgevk/ipl2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lc823450-xgevk/ipl2 target=lc823450-xgevk:ipl2 timestamp=2026-01-08T10:37:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:58", timestamp_log="2026-01-08T10:37:58", user="NuttX", arch="arm", subarch="lc823450", group="arm-04", board="lc823450-xgevk", config="ipl2", target="lc823450-xgevk:ipl2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:884", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lc823450-xgevk:ipl2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:usbserial timestamp=2026-01-08T10:38:48 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:48", timestamp_log="2026-01-08T10:38:48", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="usbserial", target="mcu123-lpc214x:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:894", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:894", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:usbmsc timestamp=2026-01-08T10:39:33 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:33", timestamp_log="2026-01-08T10:39:33", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="usbmsc", target="mcu123-lpc214x:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:906", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:906", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:nsh timestamp=2026-01-08T10:40:19 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:19", timestamp_log="2026-01-08T10:40:19", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="nsh", target="mcu123-lpc214x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:918", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:918", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mcu123-lpc214x/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=mcu123-lpc214x:composite timestamp=2026-01-08T10:41:08 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:08", timestamp_log="2026-01-08T10:41:08", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="mcu123-lpc214x", config="composite", target="mcu123-lpc214x:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:930", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:930", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mcu123-lpc214x:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zp214xpa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize zp214xpa/nsh target=zp214xpa:nsh timestamp=2026-01-08T10:41:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:55", timestamp_log="2026-01-08T10:41:55", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="zp214xpa", config="nsh", target="zp214xpa:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:942", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zp214xpa:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zp214xpa/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize zp214xpa/nxlines target=zp214xpa:nxlines timestamp=2026-01-08T10:42:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:31", timestamp_log="2026-01-08T10:42:31", user="NuttX", arch="arm", subarch="lpc214x", group="arm-04", board="zp214xpa", config="nxlines", target="zp214xpa:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:952", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zp214xpa:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc2378/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc2378/nsh target=olimex-lpc2378:nsh timestamp=2026-01-08T10:43:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:23", timestamp_log="2026-01-08T10:43:23", user="NuttX", arch="arm", subarch="lpc2378", group="arm-04", board="olimex-lpc2378", config="nsh", target="olimex-lpc2378:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:962", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc2378:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-lpc-h3131/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-lpc-h3131/nsh target=olimex-lpc-h3131:nsh timestamp=2026-01-08T10:44:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:08", timestamp_log="2026-01-08T10:44:08", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="olimex-lpc-h3131", config="nsh", target="olimex-lpc-h3131:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:972", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-lpc-h3131:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3131/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ea3131/usbserial target=ea3131:usbserial timestamp=2026-01-08T10:44:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:58", timestamp_log="2026-01-08T10:44:58", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3131", config="usbserial", target="ea3131:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:982", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3131:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3131/pgnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ea3131/pgnsh target=ea3131:pgnsh timestamp=2026-01-08T10:45:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:45", timestamp_log="2026-01-08T10:45:45", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3131", config="pgnsh", target="ea3131:pgnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:992", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3131:pgnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3131/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ea3131/nsh target=ea3131:nsh timestamp=2026-01-08T10:46:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:27", timestamp_log="2026-01-08T10:46:27", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3131", config="nsh", target="ea3131:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1002", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3131:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ea3152/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=ea3152:ostest timestamp=2026-01-08T10:47:14 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:14", timestamp_log="2026-01-08T10:47:14", user="NuttX", arch="arm", subarch="lpc31xx", group="arm-04", board="ea3152", config="ostest", target="ea3152:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1012", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1012", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ea3152:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4370-link2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4370-link2/nsh target=lpc4370-link2:nsh timestamp=2026-01-08T10:48:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:01", timestamp_log="2026-01-08T10:48:01", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4370-link2", config="nsh", target="lpc4370-link2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1024", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4370-link2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4357-evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4357-evb/nsh target=lpc4357-evb:nsh timestamp=2026-01-08T10:48:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:51", timestamp_log="2026-01-08T10:48:51", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4357-evb", config="nsh", target="lpc4357-evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1034", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4357-evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4337-ws/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4337-ws/nsh target=lpc4337-ws:nsh timestamp=2026-01-08T10:49:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:29", timestamp_log="2026-01-08T10:49:29", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4337-ws", config="nsh", target="lpc4337-ws:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1044", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4337-ws:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/knsh target=bambino-200e:knsh timestamp=2026-01-08T10:50:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:04", timestamp_log="2026-01-08T10:50:04", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="knsh", target="bambino-200e:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1054", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/usbnsh target=bambino-200e:usbnsh timestamp=2026-01-08T10:51:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:13", timestamp_log="2026-01-08T10:51:13", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="usbnsh", target="bambino-200e:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1064", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/nsh target=bambino-200e:nsh timestamp=2026-01-08T10:51:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:57", timestamp_log="2026-01-08T10:51:57", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="nsh", target="bambino-200e:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1074", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/netnsh target=bambino-200e:netnsh timestamp=2026-01-08T10:52:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:32", timestamp_log="2026-01-08T10:52:32", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="netnsh", target="bambino-200e:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1084", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bambino-200e/max31855,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize bambino-200e/max31855 target=bambino-200e:max31855 timestamp=2026-01-08T10:53:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:20", timestamp_log="2026-01-08T10:53:20", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="bambino-200e", config="max31855", target="bambino-200e:max31855", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1094", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bambino-200e:max31855", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpc4330-xplorer/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lpc4330-xplorer/nsh target=lpc4330-xplorer:nsh timestamp=2026-01-08T10:53:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:55", timestamp_log="2026-01-08T10:53:55", user="NuttX", arch="arm", subarch="lpc43xx", group="arm-04", board="lpc4330-xplorer", config="nsh", target="lpc4330-xplorer:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1104", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpc4330-xplorer:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/nxwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/nxwm target=lpcxpresso-lpc54628:nxwm timestamp=2026-01-08T10:54:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:29", timestamp_log="2026-01-08T10:54:29", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="nxwm", target="lpcxpresso-lpc54628:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1114", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/lvgl target=lpcxpresso-lpc54628:lvgl timestamp=2026-01-08T10:55:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:30", timestamp_log="2026-01-08T10:55:30", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="lvgl", target="lpcxpresso-lpc54628:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1124", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/twm4nx1,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/twm4nx1 target=lpcxpresso-lpc54628:twm4nx1 timestamp=2026-01-08T10:57:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:03", timestamp_log="2026-01-08T10:57:03", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="twm4nx1", target="lpcxpresso-lpc54628:twm4nx1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1134", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:twm4nx1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/pwlines,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/pwlines target=lpcxpresso-lpc54628:pwlines timestamp=2026-01-08T10:58:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:06", timestamp_log="2026-01-08T10:58:06", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="pwlines", target="lpcxpresso-lpc54628:pwlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1144", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:pwlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/nsh target=lpcxpresso-lpc54628:nsh timestamp=2026-01-08T10:58:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:59", timestamp_log="2026-01-08T10:58:59", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="nsh", target="lpcxpresso-lpc54628:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1154", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/fb target=lpcxpresso-lpc54628:fb timestamp=2026-01-08T10:59:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:46", timestamp_log="2026-01-08T10:59:46", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="fb", target="lpcxpresso-lpc54628:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1164", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/netnsh target=lpcxpresso-lpc54628:netnsh timestamp=2026-01-08T11:00:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:37", timestamp_log="2026-01-08T11:00:37", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="netnsh", target="lpcxpresso-lpc54628:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1174", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/pwfb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/pwfb target=lpcxpresso-lpc54628:pwfb timestamp=2026-01-08T11:01:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:24", timestamp_log="2026-01-08T11:01:24", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="pwfb", target="lpcxpresso-lpc54628:pwfb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1184", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:pwfb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lpcxpresso-lpc54628/twm4nx2,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize lpcxpresso-lpc54628/twm4nx2 target=lpcxpresso-lpc54628:twm4nx2 timestamp=2026-01-08T11:02:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:18", timestamp_log="2026-01-08T11:02:18", user="NuttX", arch="arm", subarch="lpc54xx", group="arm-04", board="lpcxpresso-lpc54628", config="twm4nx2", target="lpcxpresso-lpc54628:twm4nx2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663391#step:10:1194", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lpcxpresso-lpc54628:twm4nx2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:29 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-05 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-05 + local os=Linux + local step=10 + local group=arm-05 + local 'job_name=Linux (arm-05)' ++ jq '.jobs | map(select(.name == "Linux (arm-05)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 63793 0 0:00:02 0:00:02 --:--:-- 63782 + local job_id=59779663279 + set +x job_id=59779663279 + [[ 59779663279 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/26_Linux (arm-05).txt' + local 'log_file=/tmp/ingest-nuttx-builds/26_Linux (arm-05).txt' + local filename=ci-arm-05.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-05.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/26_Linux (arm-05).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-05.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {2f085974-87d7-4385-857d-7f11a4bbbe29} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-05) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2020) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-05.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-05 --run-id 20812375605 --job-id 59779663279 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-05.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-05 --run-id 20812375605 --job-id 59779663279 --step 10` lines[0]=Configuration/Tool: max32660-evsys/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize max32660-evsys/nsh target=max32660-evsys:nsh timestamp=2026-01-08T09:46:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:56", timestamp_log="2026-01-08T09:46:56", user="NuttX", arch="arm", subarch="max326xx", group="arm-05", board="max32660-evsys", config="nsh", target="max32660-evsys:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:771", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/max32660-evsys:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:35 GMT", "content-length": "0"} } lines[0]=Skipping: moxa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: moxa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: moxa/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: mps2-an500/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps2-an500/knsh target=mps2-an500:knsh timestamp=2026-01-08T09:47:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:49", timestamp_log="2026-01-08T09:47:49", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps2-an500", config="knsh", target="mps2-an500:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:788", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps2-an500:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps2-an500/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps2-an500/nsh target=mps2-an500:nsh timestamp=2026-01-08T09:48:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:58", timestamp_log="2026-01-08T09:48:58", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps2-an500", config="nsh", target="mps2-an500:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:798", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps2-an500:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps2-an521/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps2-an521/nsh target=mps2-an521:nsh timestamp=2026-01-08T09:49:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:45", timestamp_log="2026-01-08T09:49:45", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps2-an521", config="nsh", target="mps2-an521:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:808", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps2-an521:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/ap,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/ap target=mps3-an547:ap timestamp=2026-01-08T09:50:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:31", timestamp_log="2026-01-08T09:50:31", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="ap", target="mps3-an547:ap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:818", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:ap", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/bl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/bl target=mps3-an547:bl timestamp=2026-01-08T09:51:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:23", timestamp_log="2026-01-08T09:51:23", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="bl", target="mps3-an547:bl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:828", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:bl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/clang,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize mps3-an547/clang target=mps3-an547:clang timestamp=2026-01-08T09:52:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:12", timestamp_log="2026-01-08T09:52:12", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="clang", target="mps3-an547:clang", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:838", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:clang", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/nsh target=mps3-an547:nsh timestamp=2026-01-08T09:53:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:02", timestamp_log="2026-01-08T09:53:02", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="nsh", target="mps3-an547:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:848", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mps3-an547/picostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mps3-an547/picostest target=mps3-an547:picostest timestamp=2026-01-08T09:53:50 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/hello has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/ostest has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:50", timestamp_log="2026-01-08T09:53:50", user="NuttX", arch="arm", subarch="mps", group="arm-05", board="mps3-an547", config="picostest", target="mps3-an547:picostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:858", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:858", msg="arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/hello has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/apps/bin/ostest has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mps3-an547:picostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: verdin-mx8mp/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize verdin-mx8mp/nsh target=verdin-mx8mp:nsh timestamp=2026-01-08T09:54:39 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:39", timestamp_log="2026-01-08T09:54:39", user="NuttX", arch="arm", subarch="mx8mp", group="arm-05", board="verdin-mx8mp", config="nsh", target="verdin-mx8mp:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:870", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:870", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/verdin-mx8mp:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: verdin-mx8mp/rpmsg,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize verdin-mx8mp/rpmsg target=verdin-mx8mp:rpmsg timestamp=2026-01-08T09:55:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:58", timestamp_log="2026-01-08T09:55:58", user="NuttX", arch="arm", subarch="mx8mp", group="arm-05", board="verdin-mx8mp", config="rpmsg", target="verdin-mx8mp:rpmsg", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:881", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/verdin-mx8mp:rpmsg", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-mdk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-mdk:nsh timestamp=2026-01-08T09:56:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:52", timestamp_log="2026-01-08T09:56:52", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-mdk", config="nsh", target="nrf52832-mdk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:892", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-mdk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52-feather/userleds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52-feather:userleds timestamp=2026-01-08T09:57:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:24", timestamp_log="2026-01-08T09:57:24", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52-feather", config="userleds", target="nrf52-feather:userleds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:903", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52-feather:userleds", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52-feather/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52-feather:nsh timestamp=2026-01-08T09:57:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:43", timestamp_log="2026-01-08T09:57:43", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52-feather", config="nsh", target="nrf52-feather:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:914", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52-feather:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52-feather/i2c,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52-feather:i2c timestamp=2026-01-08T09:58:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:01", timestamp_log="2026-01-08T09:58:01", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52-feather", config="i2c", target="nrf52-feather:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:925", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52-feather:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dongle/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dongle:usbnsh timestamp=2026-01-08T09:58:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:19", timestamp_log="2026-01-08T09:58:19", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dongle", config="usbnsh", target="nrf52840-dongle:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:936", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dongle:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dongle/ieee802154_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dongle/ieee802154_mac target=nrf52840-dongle:ieee802154_mac timestamp=2026-01-08T09:58:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:53", timestamp_log="2026-01-08T09:58:53", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dongle", config="ieee802154_mac", target="nrf52840-dongle:ieee802154_mac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:946", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dongle:ieee802154_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:48 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dongle/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dongle:nsh timestamp=2026-01-08T09:59:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:42", timestamp_log="2026-01-08T09:59:42", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dongle", config="nsh", target="nrf52840-dongle:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:957", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dongle:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble:usbnsh timestamp=2026-01-08T10:00:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:01", timestamp_log="2026-01-08T10:00:01", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble", config="usbnsh", target="arduino-nano-33ble:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:968", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble:nsh timestamp=2026-01-08T10:00:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:20", timestamp_log="2026-01-08T10:00:20", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble", config="nsh", target="arduino-nano-33ble:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:979", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/sdc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:sdc timestamp=2026-01-08T10:00:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:38", timestamp_log="2026-01-08T10:00:38", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="sdc", target="nrf52832-dk:sdc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:990", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:sdc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/ostest_tickless,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:ostest_tickless timestamp=2026-01-08T10:01:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:21", timestamp_log="2026-01-08T10:01:21", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="ostest_tickless", target="nrf52832-dk:ostest_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1001", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:ostest_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/mcuboot_loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:mcuboot_loader timestamp=2026-01-08T10:01:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:44", timestamp_log="2026-01-08T10:01:44", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mcuboot_loader", target="nrf52832-dk:mcuboot_loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1012", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mcuboot_loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52832-dk/mrf24j40_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52832-dk/mrf24j40_mac target=nrf52832-dk:mrf24j40_mac timestamp=2026-01-08T10:02:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:17", timestamp_log="2026-01-08T10:02:17", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mrf24j40_mac", target="nrf52832-dk:mrf24j40_mac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1022", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mrf24j40_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52832-dk/mrf24j40_6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52832-dk/mrf24j40_6lowpan target=nrf52832-dk:mrf24j40_6lowpan timestamp=2026-01-08T10:03:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:06", timestamp_log="2026-01-08T10:03:06", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mrf24j40_6lowpan", target="nrf52832-dk:mrf24j40_6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1032", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mrf24j40_6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/sdc_nimble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:sdc_nimble timestamp=2026-01-08T10:04:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:04", timestamp_log="2026-01-08T10:04:04", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="sdc_nimble", target="nrf52832-dk:sdc_nimble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1043", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:sdc_nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/mcuboot_app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:mcuboot_app timestamp=2026-01-08T10:04:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:34", timestamp_log="2026-01-08T10:04:34", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mcuboot_app", target="nrf52832-dk:mcuboot_app", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1054", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mcuboot_app", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/mcuboot_loader_minimal,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:mcuboot_loader_minimal timestamp=2026-01-08T10:05:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:06", timestamp_log="2026-01-08T10:05:06", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="mcuboot_loader_minimal", target="nrf52832-dk:mcuboot_loader_minimal", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1065", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:mcuboot_loader_minimal", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-dk:nsh timestamp=2026-01-08T10:05:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:38", timestamp_log="2026-01-08T10:05:38", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="nsh", target="nrf52832-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1076", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52832-dk/jumbo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52832-dk/jumbo target=nrf52832-dk:jumbo timestamp=2026-01-08T10:05:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:56", timestamp_log="2026-01-08T10:05:56", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-dk", config="jumbo", target="nrf52832-dk:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1086", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-dk:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf9160-dk-nrf52/ieee802154_6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf9160-dk-nrf52/ieee802154_6lowpan target=nrf9160-dk-nrf52:ieee802154_6lowpan timestamp=2026-01-08T10:06:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:34", timestamp_log="2026-01-08T10:06:34", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf9160-dk-nrf52", config="ieee802154_6lowpan", target="nrf9160-dk-nrf52:ieee802154_6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1096", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk-nrf52:ieee802154_6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf9160-dk-nrf52/ieee802154_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf9160-dk-nrf52/ieee802154_mac target=nrf9160-dk-nrf52:ieee802154_mac timestamp=2026-01-08T10:07:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:35", timestamp_log="2026-01-08T10:07:35", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf9160-dk-nrf52", config="ieee802154_mac", target="nrf9160-dk-nrf52:ieee802154_mac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1106", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk-nrf52:ieee802154_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf9160-dk-nrf52/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf9160-dk-nrf52/nsh target=nrf9160-dk-nrf52:nsh timestamp=2026-01-08T10:08:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:19", timestamp_log="2026-01-08T10:08:19", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf9160-dk-nrf52", config="nsh", target="nrf9160-dk-nrf52:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1116", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk-nrf52:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52832-sparkfun/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52832-sparkfun:nsh timestamp=2026-01-08T10:08:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:53", timestamp_log="2026-01-08T10:08:53", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52832-sparkfun", config="nsh", target="nrf52832-sparkfun:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1127", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52832-sparkfun:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-nrf52840/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-nrf52840/usbnsh target=xiao-nrf52840:usbnsh timestamp=2026-01-08T10:09:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:11", timestamp_log="2026-01-08T10:09:11", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="xiao-nrf52840", config="usbnsh", target="xiao-nrf52840:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1137", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-nrf52840:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-nrf52840/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-nrf52840/nsh target=xiao-nrf52840:nsh timestamp=2026-01-08T10:09:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:47", timestamp_log="2026-01-08T10:09:47", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="xiao-nrf52840", config="nsh", target="xiao-nrf52840:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1147", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-nrf52840:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-nrf52840/jumbo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-nrf52840/jumbo target=xiao-nrf52840:jumbo timestamp=2026-01-08T10:10:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:21", timestamp_log="2026-01-08T10:10:21", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="xiao-nrf52840", config="jumbo", target="xiao-nrf52840:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1157", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-nrf52840:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy52/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy52:nsh timestamp=2026-01-08T10:10:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:55", timestamp_log="2026-01-08T10:10:55", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="thingy52", config="nsh", target="thingy52:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1168", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy52:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble-rev2/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble-rev2:usbnsh timestamp=2026-01-08T10:11:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:18", timestamp_log="2026-01-08T10:11:18", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble-rev2", config="usbnsh", target="arduino-nano-33ble-rev2:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1179", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble-rev2:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: arduino-nano-33ble-rev2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=arduino-nano-33ble-rev2:nsh timestamp=2026-01-08T10:11:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:36", timestamp_log="2026-01-08T10:11:36", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="arduino-nano-33ble-rev2", config="nsh", target="arduino-nano-33ble-rev2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1190", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-nano-33ble-rev2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/highpri,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:highpri timestamp=2026-01-08T10:11:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:55", timestamp_log="2026-01-08T10:11:55", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="highpri", target="nrf52840-dk:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1201", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:51:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/sdc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:sdc timestamp=2026-01-08T10:12:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:28", timestamp_log="2026-01-08T10:12:28", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="sdc", target="nrf52840-dk:sdc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1212", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:sdc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dk/ieee802154_6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dk/ieee802154_6lowpan target=nrf52840-dk:ieee802154_6lowpan timestamp=2026-01-08T10:12:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:54", timestamp_log="2026-01-08T10:12:54", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="ieee802154_6lowpan", target="nrf52840-dk:ieee802154_6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1222", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:ieee802154_6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:rndis timestamp=2026-01-08T10:13:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:31", timestamp_log="2026-01-08T10:13:31", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="rndis", target="nrf52840-dk:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1233", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/ostest_tickless,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:ostest_tickless timestamp=2026-01-08T10:14:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:07", timestamp_log="2026-01-08T10:14:07", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="ostest_tickless", target="nrf52840-dk:ostest_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1244", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:ostest_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/mcuboot_loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:mcuboot_loader timestamp=2026-01-08T10:14:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:27", timestamp_log="2026-01-08T10:14:27", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="mcuboot_loader", target="nrf52840-dk:mcuboot_loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1255", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:mcuboot_loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dk/ieee802154_mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dk/ieee802154_mac target=nrf52840-dk:ieee802154_mac timestamp=2026-01-08T10:14:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:46", timestamp_log="2026-01-08T10:14:46", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="ieee802154_mac", target="nrf52840-dk:ieee802154_mac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1265", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:ieee802154_mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/sdc_nimble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:sdc_nimble timestamp=2026-01-08T10:15:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:20", timestamp_log="2026-01-08T10:15:20", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="sdc_nimble", target="nrf52840-dk:sdc_nimble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1276", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:sdc_nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/mcuboot_app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:mcuboot_app timestamp=2026-01-08T10:15:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:44", timestamp_log="2026-01-08T10:15:44", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="mcuboot_app", target="nrf52840-dk:mcuboot_app", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1287", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:mcuboot_app", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:nsh timestamp=2026-01-08T10:16:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:04", timestamp_log="2026-01-08T10:16:04", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="nsh", target="nrf52840-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1298", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:cdcacm timestamp=2026-01-08T10:16:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:22", timestamp_log="2026-01-08T10:16:22", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="cdcacm", target="nrf52840-dk:cdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1309", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:cdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nrf52840-dk/jumbo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nrf52840-dk/jumbo target=nrf52840-dk:jumbo timestamp=2026-01-08T10:16:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:42", timestamp_log="2026-01-08T10:16:42", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="jumbo", target="nrf52840-dk:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1319", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:composite timestamp=2026-01-08T10:17:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:26", timestamp_log="2026-01-08T10:17:26", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="composite", target="nrf52840-dk:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1330", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf52840-dk/sx127x,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf52840-dk:sx127x timestamp=2026-01-08T10:17:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:49", timestamp_log="2026-01-08T10:17:49", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="nrf52840-dk", config="sx127x", target="nrf52840-dk:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1341", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf52840-dk:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy91-nrf52/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy91-nrf52/usbnsh target=thingy91-nrf52:usbnsh timestamp=2026-01-08T10:18:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:08", timestamp_log="2026-01-08T10:18:08", user="NuttX", arch="arm", subarch="nrf52", group="arm-05", board="thingy91-nrf52", config="usbnsh", target="thingy91-nrf52:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1351", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy91-nrf52:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy53/nsh_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy53:nsh_cpuapp timestamp=2026-01-08T10:18:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:39", timestamp_log="2026-01-08T10:18:39", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="nsh_cpuapp", target="thingy53:nsh_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1362", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:nsh_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy53/rpmsghci_nimble_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy53/rpmsghci_nimble_cpuapp target=thingy53:rpmsghci_nimble_cpuapp timestamp=2026-01-08T10:19:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:12", timestamp_log="2026-01-08T10:19:12", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="rpmsghci_nimble_cpuapp", target="thingy53:rpmsghci_nimble_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1372", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:rpmsghci_nimble_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy53/nsh_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy53:nsh_cpunet timestamp=2026-01-08T10:20:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:12", timestamp_log="2026-01-08T10:20:12", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="nsh_cpunet", target="thingy53:nsh_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1390", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:nsh_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy53/rgbled_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy53/rgbled_cpuapp target=thingy53:rgbled_cpuapp timestamp=2026-01-08T10:20:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:44", timestamp_log="2026-01-08T10:20:44", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="rgbled_cpuapp", target="thingy53:rgbled_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1400", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:rgbled_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy53/rpmsghci_sdc_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy53/rpmsghci_sdc_cpunet target=thingy53:rpmsghci_sdc_cpunet timestamp=2026-01-08T10:21:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:33", timestamp_log="2026-01-08T10:21:33", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="rpmsghci_sdc_cpunet", target="thingy53:rpmsghci_sdc_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1410", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:rpmsghci_sdc_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: thingy53/composite_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=thingy53:composite_cpuapp timestamp=2026-01-08T10:22:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:22", timestamp_log="2026-01-08T10:22:22", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="thingy53", config="composite_cpuapp", target="thingy53:composite_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1421", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy53:composite_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-audio-dk/nsh_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-audio-dk:nsh_cpuapp timestamp=2026-01-08T10:23:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:06", timestamp_log="2026-01-08T10:23:06", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-audio-dk", config="nsh_cpuapp", target="nrf5340-audio-dk:nsh_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1432", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-audio-dk:nsh_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rptun_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rptun_cpunet timestamp=2026-01-08T10:23:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:26", timestamp_log="2026-01-08T10:23:26", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rptun_cpunet", target="nrf5340-dk:rptun_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1443", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rptun_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rptun_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rptun_cpuapp timestamp=2026-01-08T10:23:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:48", timestamp_log="2026-01-08T10:23:48", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rptun_cpuapp", target="nrf5340-dk:rptun_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1472", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rptun_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/adc_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:adc_cpuapp timestamp=2026-01-08T10:24:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:11", timestamp_log="2026-01-08T10:24:11", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="adc_cpuapp", target="nrf5340-dk:adc_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1501", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:adc_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/mcuboot_loader_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:mcuboot_loader_cpuapp timestamp=2026-01-08T10:24:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:30", timestamp_log="2026-01-08T10:24:30", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="mcuboot_loader_cpuapp", target="nrf5340-dk:mcuboot_loader_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1512", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:mcuboot_loader_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rpmsghci_bt_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rpmsghci_bt_cpuapp timestamp=2026-01-08T10:25:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:05", timestamp_log="2026-01-08T10:25:05", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rpmsghci_bt_cpuapp", target="nrf5340-dk:rpmsghci_bt_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1523", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rpmsghci_bt_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/nsh_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:nsh_cpuapp timestamp=2026-01-08T10:25:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:48", timestamp_log="2026-01-08T10:25:48", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="nsh_cpuapp", target="nrf5340-dk:nsh_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1552", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:nsh_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/pwm_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:pwm_cpuapp timestamp=2026-01-08T10:26:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:07", timestamp_log="2026-01-08T10:26:07", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="pwm_cpuapp", target="nrf5340-dk:pwm_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1563", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:pwm_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:15 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rpmsghci_nimble_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rpmsghci_nimble_cpuapp timestamp=2026-01-08T10:26:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:25", timestamp_log="2026-01-08T10:26:25", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rpmsghci_nimble_cpuapp", target="nrf5340-dk:rpmsghci_nimble_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1574", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rpmsghci_nimble_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/qspi_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:qspi_cpuapp timestamp=2026-01-08T10:27:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:14", timestamp_log="2026-01-08T10:27:14", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="qspi_cpuapp", target="nrf5340-dk:qspi_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1603", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:qspi_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/nsh_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:nsh_cpunet timestamp=2026-01-08T10:27:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:50", timestamp_log="2026-01-08T10:27:50", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="nsh_cpunet", target="nrf5340-dk:nsh_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1614", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:nsh_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/sdc_nimble_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:sdc_nimble_cpunet timestamp=2026-01-08T10:28:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:09", timestamp_log="2026-01-08T10:28:09", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="sdc_nimble_cpunet", target="nrf5340-dk:sdc_nimble_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1625", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:sdc_nimble_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/timer_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:timer_cpuapp timestamp=2026-01-08T10:28:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:50", timestamp_log="2026-01-08T10:28:50", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="timer_cpuapp", target="nrf5340-dk:timer_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1636", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:timer_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/ostest_tickless_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:ostest_tickless_cpuapp timestamp=2026-01-08T10:29:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:09", timestamp_log="2026-01-08T10:29:09", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="ostest_tickless_cpuapp", target="nrf5340-dk:ostest_tickless_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1647", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:ostest_tickless_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/mcuboot_app_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:mcuboot_app_cpuapp timestamp=2026-01-08T10:29:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:29", timestamp_log="2026-01-08T10:29:29", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="mcuboot_app_cpuapp", target="nrf5340-dk:mcuboot_app_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1658", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:mcuboot_app_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/sdc_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:sdc_cpunet timestamp=2026-01-08T10:30:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:02", timestamp_log="2026-01-08T10:30:02", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="sdc_cpunet", target="nrf5340-dk:sdc_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1669", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:sdc_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/buttons_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:buttons_cpuapp timestamp=2026-01-08T10:30:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:40", timestamp_log="2026-01-08T10:30:40", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="buttons_cpuapp", target="nrf5340-dk:buttons_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1680", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:buttons_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/rpmsghci_sdc_cpunet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=nrf5340-dk:rpmsghci_sdc_cpunet timestamp=2026-01-08T10:30:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:59", timestamp_log="2026-01-08T10:30:59", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="rpmsghci_sdc_cpunet", target="nrf5340-dk:rpmsghci_sdc_cpunet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1691", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:rpmsghci_sdc_cpunet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf5340-dk/composite_cpuapp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf5340-dk:composite_cpuapp timestamp=2026-01-08T10:31:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:40", timestamp_log="2026-01-08T10:31:40", user="NuttX", arch="arm", subarch="nrf53", group="arm-05", board="nrf5340-dk", config="composite_cpuapp", target="nrf5340-dk:composite_cpuapp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1720", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf5340-dk:composite_cpuapp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy91/nsh_nrf52,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy91/nsh_nrf52 target=thingy91:nsh_nrf52 timestamp=2026-01-08T10:32:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:02", timestamp_log="2026-01-08T10:32:02", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="thingy91", config="nsh_nrf52", target="thingy91:nsh_nrf52", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1730", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy91:nsh_nrf52", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: thingy91/nsh_rtt,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize thingy91/nsh_rtt target=thingy91:nsh_rtt timestamp=2026-01-08T10:32:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:48", timestamp_log="2026-01-08T10:32:48", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="thingy91", config="nsh_rtt", target="thingy91:nsh_rtt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1740", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/thingy91:nsh_rtt", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/ostest_tickless,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:ostest_tickless timestamp=2026-01-08T10:33:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:24", timestamp_log="2026-01-08T10:33:24", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="ostest_tickless", target="nrf9160-dk:ostest_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1751", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:ostest_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/mcuboot_loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:mcuboot_loader timestamp=2026-01-08T10:33:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:59", timestamp_log="2026-01-08T10:33:59", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="mcuboot_loader", target="nrf9160-dk:mcuboot_loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1762", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:mcuboot_loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/miniboot_s,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:miniboot_s timestamp=2026-01-08T10:34:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:34", timestamp_log="2026-01-08T10:34:34", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="miniboot_s", target="nrf9160-dk:miniboot_s", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:miniboot_s", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/mcuboot_app,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:mcuboot_app timestamp=2026-01-08T10:35:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:07", timestamp_log="2026-01-08T10:35:07", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="mcuboot_app", target="nrf9160-dk:mcuboot_app", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1784", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:mcuboot_app", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:nsh timestamp=2026-01-08T10:35:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:43", timestamp_log="2026-01-08T10:35:43", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="nsh", target="nrf9160-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1795", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:27 GMT", "content-length": "0"} } lines[0]=Cmake in present: nrf9160-dk/modem_ns,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nrf9160-dk:modem_ns timestamp=2026-01-08T10:36:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:08", timestamp_log="2026-01-08T10:36:08", user="NuttX", arch="arm", subarch="nrf91", group="arm-05", board="nrf9160-dk", config="modem_ns", target="nrf9160-dk:modem_ns", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1806", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nrf9160-dk:modem_ns", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nutiny-nuc120/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=nutiny-nuc120:nsh timestamp=2026-01-08T10:36:56 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:56", timestamp_log="2026-01-08T10:36:56", user="NuttX", arch="arm", subarch="nuc1xx", group="arm-05", board="nutiny-nuc120", config="nsh", target="nutiny-nuc120:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1816", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1816", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nutiny-nuc120:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: phy6222/phy_sbp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize phy6222/phy_sbp target=phy6222:phy_sbp timestamp=2026-01-08T10:37:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:31", timestamp_log="2026-01-08T10:37:31", user="NuttX", arch="arm", subarch="phy62xx", group="arm-05", board="phy6222", config="phy_sbp", target="phy6222:phy_sbp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1828", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/phy6222:phy_sbp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: phy6222/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize phy6222/nsh target=phy6222:nsh timestamp=2026-01-08T10:38:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:15", timestamp_log="2026-01-08T10:38:15", user="NuttX", arch="arm", subarch="phy62xx", group="arm-05", board="phy6222", config="nsh", target="phy6222:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1838", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/phy6222:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7r/pnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7r/pnsh target=qemu-armv7r:pnsh timestamp=2026-01-08T10:38:57 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:57", timestamp_log="2026-01-08T10:38:57", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7r", config="pnsh", target="qemu-armv7r:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1848", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1848", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7r:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7r/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7r/nsh target=qemu-armv7r:nsh timestamp=2026-01-08T10:40:14 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:14", timestamp_log="2026-01-08T10:40:14", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7r", config="nsh", target="qemu-armv7r:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1859", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1859", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7r:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/rpserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/rpserver target=qemu-armv7a:rpserver timestamp=2026-01-08T10:41:04 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:04", timestamp_log="2026-01-08T10:41:04", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="rpserver", target="qemu-armv7a:rpserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1870", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1870", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:rpserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/knsh_smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/knsh_smp target=qemu-armv7a:knsh_smp timestamp=2026-01-08T10:42:01 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:01", timestamp_log="2026-01-08T10:42:01", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="knsh_smp", target="qemu-armv7a:knsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1881", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1881", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:knsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/knsh target=qemu-armv7a:knsh timestamp=2026-01-08T10:43:28 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:28", timestamp_log="2026-01-08T10:43:28", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="knsh", target="qemu-armv7a:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1898", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1898", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/rpproxy,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/rpproxy target=qemu-armv7a:rpproxy timestamp=2026-01-08T10:44:50 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:50", timestamp_log="2026-01-08T10:44:50", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="rpproxy", target="qemu-armv7a:rpproxy", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1915", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1915", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:rpproxy", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/smp target=qemu-armv7a:smp timestamp=2026-01-08T10:45:45 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-objcopy: /github/workspace/sources/nuttx/stMiOcDG: section .bss lma 0x66a820 adjusted to 0x66d820 *** Msg: arm-none-eabi-objcopy: /github/workspace/sources/nuttx/nuttx: warning: empty loadable segment detected at vaddr=0x40200000, is this intentional? body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:45", timestamp_log="2026-01-08T10:45:45", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="smp", target="qemu-armv7a:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1926", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1926", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-objcopy: /github/workspace/sources/nuttx/stMiOcDG: section .bss lm", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/gdbstub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/gdbstub target=qemu-armv7a:gdbstub timestamp=2026-01-08T10:46:41 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:41", timestamp_log="2026-01-08T10:46:41", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="gdbstub", target="qemu-armv7a:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1942", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1942", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv7a/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize qemu-armv7a/nsh target=qemu-armv7a:nsh timestamp=2026-01-08T10:47:34 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:34", timestamp_log="2026-01-08T10:47:34", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="nsh", target="qemu-armv7a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1953", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1953", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv7a/full,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=-- C_FLAGS : -Wall -Wextra target=qemu-armv7a:full timestamp=2026-01-08T10:48:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:28", timestamp_log="2026-01-08T10:48:28", user="NuttX", arch="arm", subarch="qemu", group="arm-05", board="qemu-armv7a", config="full", target="qemu-armv7a:full", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663279#step:10:1968", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv7a:full", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:35 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-06 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-06 + local os=Linux + local step=10 + local group=arm-06 + local 'job_name=Linux (arm-06)' ++ jq '.jobs | map(select(.name == "Linux (arm-06)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 64344 0 0:00:02 0:00:02 --:--:-- 64351 + local job_id=59779663664 + set +x job_id=59779663664 + [[ 59779663664 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/6_Linux (arm-06).txt' + local 'log_file=/tmp/ingest-nuttx-builds/6_Linux (arm-06).txt' + local filename=ci-arm-06.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-06.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:83 + cat '/tmp/ingest-nuttx-builds/6_Linux (arm-06).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-06.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {ee308c60-5db2-4086-9e83-ec0560253ca9} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-06) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1995) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-06.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-06 --run-id 20812375605 --job-id 59779663664 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-06.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-06 --run-id 20812375605 --job-id 59779663664 --step 10` lines[0]=Configuration/Tool: arduino-r4-minima/nsh-leds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-r4-minima/nsh-leds target=arduino-r4-minima:nsh-leds timestamp=2026-01-08T10:34:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:34", timestamp_log="2026-01-08T10:34:34", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="arduino-r4-minima", config="nsh-leds", target="arduino-r4-minima:nsh-leds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:770", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-r4-minima:nsh-leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-r4-minima/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-r4-minima/pwm target=arduino-r4-minima:pwm timestamp=2026-01-08T10:35:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:26", timestamp_log="2026-01-08T10:35:26", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="arduino-r4-minima", config="pwm", target="arduino-r4-minima:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:780", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-r4-minima:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-r4-minima/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-r4-minima/nsh target=arduino-r4-minima:nsh timestamp=2026-01-08T10:35:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:59", timestamp_log="2026-01-08T10:35:59", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="arduino-r4-minima", config="nsh", target="arduino-r4-minima:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:790", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-r4-minima:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-ra4m1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-ra4m1/nsh target=xiao-ra4m1:nsh timestamp=2026-01-08T10:36:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:34", timestamp_log="2026-01-08T10:36:34", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="xiao-ra4m1", config="nsh", target="xiao-ra4m1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:800", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-ra4m1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-ra4m1/combo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-ra4m1/combo target=xiao-ra4m1:combo timestamp=2026-01-08T10:37:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:08", timestamp_log="2026-01-08T10:37:08", user="NuttX", arch="arm", subarch="ra4", group="arm-06", board="xiao-ra4m1", config="combo", target="xiao-ra4m1:combo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:810", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-ra4m1:combo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/nshsram target=waveshare-rp2040-lcd-1.28:nshsram timestamp=2026-01-08T10:37:42 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:42", timestamp_log="2026-01-08T10:37:42", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="nshsram", target="waveshare-rp2040-lcd-1.28:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:820", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:820", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/usbmsc target=waveshare-rp2040-lcd-1.28:usbmsc timestamp=2026-01-08T10:38:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:31", timestamp_log="2026-01-08T10:38:31", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="usbmsc", target="waveshare-rp2040-lcd-1.28:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:831", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/lvgl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/lvgl target=waveshare-rp2040-lcd-1.28:lvgl timestamp=2026-01-08T10:39:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:24", timestamp_log="2026-01-08T10:39:24", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="lvgl", target="waveshare-rp2040-lcd-1.28:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:841", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/usbnsh target=waveshare-rp2040-lcd-1.28:usbnsh timestamp=2026-01-08T10:40:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:51", timestamp_log="2026-01-08T10:40:51", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="usbnsh", target="waveshare-rp2040-lcd-1.28:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:851", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/smp target=waveshare-rp2040-lcd-1.28:smp timestamp=2026-01-08T10:41:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:26", timestamp_log="2026-01-08T10:41:26", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="smp", target="waveshare-rp2040-lcd-1.28:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:861", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/nsh target=waveshare-rp2040-lcd-1.28:nsh timestamp=2026-01-08T10:42:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:16", timestamp_log="2026-01-08T10:42:16", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="nsh", target="waveshare-rp2040-lcd-1.28:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:871", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/nsh-flash target=waveshare-rp2040-lcd-1.28:nsh-flash timestamp=2026-01-08T10:42:52 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:52", timestamp_log="2026-01-08T10:42:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="nsh-flash", target="waveshare-rp2040-lcd-1.28:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:881", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:881", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/fb target=waveshare-rp2040-lcd-1.28:fb timestamp=2026-01-08T10:43:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:41", timestamp_log="2026-01-08T10:43:41", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="fb", target="waveshare-rp2040-lcd-1.28:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:892", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/composite target=waveshare-rp2040-lcd-1.28:composite timestamp=2026-01-08T10:44:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:16", timestamp_log="2026-01-08T10:44:16", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="composite", target="waveshare-rp2040-lcd-1.28:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:902", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-lcd-1.28/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-lcd-1.28/spisd target=waveshare-rp2040-lcd-1.28:spisd timestamp=2026-01-08T10:44:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:53", timestamp_log="2026-01-08T10:44:53", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-lcd-1.28", config="spisd", target="waveshare-rp2040-lcd-1.28:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:912", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-lcd-1.28:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/nshsram target=pimoroni-tiny2040:nshsram timestamp=2026-01-08T10:45:28 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:28", timestamp_log="2026-01-08T10:45:28", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="nshsram", target="pimoroni-tiny2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:922", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:922", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/usbmsc target=pimoroni-tiny2040:usbmsc timestamp=2026-01-08T10:46:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:03", timestamp_log="2026-01-08T10:46:03", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="usbmsc", target="pimoroni-tiny2040:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:933", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/usbnsh target=pimoroni-tiny2040:usbnsh timestamp=2026-01-08T10:46:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:39", timestamp_log="2026-01-08T10:46:39", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="usbnsh", target="pimoroni-tiny2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:943", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/gpio target=pimoroni-tiny2040:gpio timestamp=2026-01-08T10:47:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:14", timestamp_log="2026-01-08T10:47:14", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="gpio", target="pimoroni-tiny2040:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:953", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/smp target=pimoroni-tiny2040:smp timestamp=2026-01-08T10:47:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:49", timestamp_log="2026-01-08T10:47:49", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="smp", target="pimoroni-tiny2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:963", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/nsh target=pimoroni-tiny2040:nsh timestamp=2026-01-08T10:48:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:24", timestamp_log="2026-01-08T10:48:24", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="nsh", target="pimoroni-tiny2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:973", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/nsh-flash target=pimoroni-tiny2040:nsh-flash timestamp=2026-01-08T10:48:59 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:59", timestamp_log="2026-01-08T10:48:59", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="nsh-flash", target="pimoroni-tiny2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:983", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:983", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/composite target=pimoroni-tiny2040:composite timestamp=2026-01-08T10:49:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:34", timestamp_log="2026-01-08T10:49:34", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="composite", target="pimoroni-tiny2040:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:994", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-tiny2040/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-tiny2040/spisd target=pimoroni-tiny2040:spisd timestamp=2026-01-08T10:50:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:10", timestamp_log="2026-01-08T10:50:10", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="pimoroni-tiny2040", config="spisd", target="pimoroni-tiny2040:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1004", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-tiny2040:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/nshsram target=adafruit-qt-py-rp2040:nshsram timestamp=2026-01-08T10:50:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:45", timestamp_log="2026-01-08T10:50:45", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="nshsram", target="adafruit-qt-py-rp2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1014", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/usbnsh target=adafruit-qt-py-rp2040:usbnsh timestamp=2026-01-08T10:51:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:21", timestamp_log="2026-01-08T10:51:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="usbnsh", target="adafruit-qt-py-rp2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1024", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/gpio target=adafruit-qt-py-rp2040:gpio timestamp=2026-01-08T10:51:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:55", timestamp_log="2026-01-08T10:51:55", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="gpio", target="adafruit-qt-py-rp2040:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1034", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/smp target=adafruit-qt-py-rp2040:smp timestamp=2026-01-08T10:52:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:30", timestamp_log="2026-01-08T10:52:30", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="smp", target="adafruit-qt-py-rp2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1044", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/nsh target=adafruit-qt-py-rp2040:nsh timestamp=2026-01-08T10:53:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:05", timestamp_log="2026-01-08T10:53:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="nsh", target="adafruit-qt-py-rp2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1054", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-qt-py-rp2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-qt-py-rp2040/nsh-flash target=adafruit-qt-py-rp2040:nsh-flash timestamp=2026-01-08T10:53:40 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:40", timestamp_log="2026-01-08T10:53:40", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-qt-py-rp2040", config="nsh-flash", target="adafruit-qt-py-rp2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1064", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1064", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-qt-py-rp2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/usbnsh target=waveshare-rp2040-zero:usbnsh timestamp=2026-01-08T10:54:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:15", timestamp_log="2026-01-08T10:54:15", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="usbnsh", target="waveshare-rp2040-zero:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1075", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/gpio target=waveshare-rp2040-zero:gpio timestamp=2026-01-08T10:55:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:05", timestamp_log="2026-01-08T10:55:05", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="gpio", target="waveshare-rp2040-zero:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1085", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/nsh target=waveshare-rp2040-zero:nsh timestamp=2026-01-08T10:55:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:40", timestamp_log="2026-01-08T10:55:40", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="nsh", target="waveshare-rp2040-zero:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1095", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: waveshare-rp2040-zero/ws2812,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize waveshare-rp2040-zero/ws2812 target=waveshare-rp2040-zero:ws2812 timestamp=2026-01-08T10:56:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:15", timestamp_log="2026-01-08T10:56:15", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="waveshare-rp2040-zero", config="ws2812", target="waveshare-rp2040-zero:ws2812", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1105", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/waveshare-rp2040-zero:ws2812", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/usbnsh target=seeed-xiao-rp2040:usbnsh timestamp=2026-01-08T10:56:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:51", timestamp_log="2026-01-08T10:56:51", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="usbnsh", target="seeed-xiao-rp2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1115", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/gpio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/gpio target=seeed-xiao-rp2040:gpio timestamp=2026-01-08T10:57:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:25", timestamp_log="2026-01-08T10:57:25", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="gpio", target="seeed-xiao-rp2040:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1125", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/userleds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/userleds target=seeed-xiao-rp2040:userleds timestamp=2026-01-08T10:57:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:59", timestamp_log="2026-01-08T10:57:59", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="userleds", target="seeed-xiao-rp2040:userleds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1135", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:userleds", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/nsh target=seeed-xiao-rp2040:nsh timestamp=2026-01-08T10:58:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:34", timestamp_log="2026-01-08T10:58:34", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="nsh", target="seeed-xiao-rp2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1145", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: seeed-xiao-rp2040/ws2812,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize seeed-xiao-rp2040/ws2812 target=seeed-xiao-rp2040:ws2812 timestamp=2026-01-08T10:59:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:08", timestamp_log="2026-01-08T10:59:08", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="seeed-xiao-rp2040", config="ws2812", target="seeed-xiao-rp2040:ws2812", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1155", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/seeed-xiao-rp2040:ws2812", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/lcd1602 target=raspberrypi-pico:lcd1602 timestamp=2026-01-08T10:59:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:43", timestamp_log="2026-01-08T10:59:43", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="lcd1602", target="raspberrypi-pico:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1165", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/audiopack target=raspberrypi-pico:audiopack timestamp=2026-01-08T11:00:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:18", timestamp_log="2026-01-08T11:00:18", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="audiopack", target="raspberrypi-pico:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1175", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:52:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/tmp112,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/tmp112 target=raspberrypi-pico:tmp112 timestamp=2026-01-08T11:01:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:08", timestamp_log="2026-01-08T11:01:08", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="tmp112", target="raspberrypi-pico:tmp112", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1185", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:tmp112", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/displaypack target=raspberrypi-pico:displaypack timestamp=2026-01-08T11:01:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:43", timestamp_log="2026-01-08T11:01:43", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="displaypack", target="raspberrypi-pico:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1195", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/ssd1306 target=raspberrypi-pico:ssd1306 timestamp=2026-01-08T11:02:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:39", timestamp_log="2026-01-08T11:02:39", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="ssd1306", target="raspberrypi-pico:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1205", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/pico-restouch-lcd-2.8,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/pico-restouch-lcd-2.8 target=raspberrypi-pico:pico-restouch-lcd-2.8 timestamp=2026-01-08T11:03:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:36", timestamp_log="2026-01-08T11:03:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="pico-restouch-lcd-2.8", target="raspberrypi-pico:pico-restouch-lcd-2.8", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1215", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:pico-restouch-lcd-2.8", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/nshsram target=raspberrypi-pico:nshsram timestamp=2026-01-08T11:04:34 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:34", timestamp_log="2026-01-08T11:04:34", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="nshsram", target="raspberrypi-pico:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1225", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1225", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/usbmsc target=raspberrypi-pico:usbmsc timestamp=2026-01-08T11:05:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:09", timestamp_log="2026-01-08T11:05:09", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="usbmsc", target="raspberrypi-pico:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1236", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/usbnsh target=raspberrypi-pico:usbnsh timestamp=2026-01-08T11:05:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:45", timestamp_log="2026-01-08T11:05:45", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="usbnsh", target="raspberrypi-pico:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1246", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/waveshare-lcd-1.14 target=raspberrypi-pico:waveshare-lcd-1.14 timestamp=2026-01-08T11:06:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:06:20", timestamp_log="2026-01-08T11:06:20", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="waveshare-lcd-1.14", target="raspberrypi-pico:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1256", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/smp target=raspberrypi-pico:smp timestamp=2026-01-08T11:07:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:00", timestamp_log="2026-01-08T11:07:00", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="smp", target="raspberrypi-pico:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1266", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/nsh target=raspberrypi-pico:nsh timestamp=2026-01-08T11:07:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:36", timestamp_log="2026-01-08T11:07:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="nsh", target="raspberrypi-pico:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1276", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/nsh-flash target=raspberrypi-pico:nsh-flash timestamp=2026-01-08T11:08:10 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:10", timestamp_log="2026-01-08T11:08:10", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="nsh-flash", target="raspberrypi-pico:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1286", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1286", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/ads7046,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/ads7046 target=raspberrypi-pico:ads7046 timestamp=2026-01-08T11:08:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:45", timestamp_log="2026-01-08T11:08:45", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="ads7046", target="raspberrypi-pico:ads7046", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1297", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:ads7046", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/composite target=raspberrypi-pico:composite timestamp=2026-01-08T11:09:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:21", timestamp_log="2026-01-08T11:09:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="composite", target="raspberrypi-pico:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1307", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/enc28j60 target=raspberrypi-pico:enc28j60 timestamp=2026-01-08T11:09:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:57", timestamp_log="2026-01-08T11:09:57", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="enc28j60", target="raspberrypi-pico:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1317", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/spisd target=raspberrypi-pico:spisd timestamp=2026-01-08T11:10:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:10:52", timestamp_log="2026-01-08T11:10:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="spisd", target="raspberrypi-pico:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1327", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/waveshare-lcd-1.3 target=raspberrypi-pico:waveshare-lcd-1.3 timestamp=2026-01-08T11:11:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:28", timestamp_log="2026-01-08T11:11:28", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="waveshare-lcd-1.3", target="raspberrypi-pico:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1337", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico/st7735 target=raspberrypi-pico:st7735 timestamp=2026-01-08T11:12:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:12:08", timestamp_log="2026-01-08T11:12:08", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="st7735", target="raspberrypi-pico:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1347", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: raspberrypi-pico/bmp280,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=raspberrypi-pico:bmp280 timestamp=2026-01-08T11:12:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:12:43", timestamp_log="2026-01-08T11:12:43", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico", config="bmp280", target="raspberrypi-pico:bmp280", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1358", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico:bmp280", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/lcd1602 target=raspberrypi-pico-w:lcd1602 timestamp=2026-01-08T11:13:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:13:19", timestamp_log="2026-01-08T11:13:19", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="lcd1602", target="raspberrypi-pico-w:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1368", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/audiopack target=raspberrypi-pico-w:audiopack timestamp=2026-01-08T11:13:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:13:51", timestamp_log="2026-01-08T11:13:51", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="audiopack", target="raspberrypi-pico-w:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1378", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/displaypack target=raspberrypi-pico-w:displaypack timestamp=2026-01-08T11:14:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:14:27", timestamp_log="2026-01-08T11:14:27", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="displaypack", target="raspberrypi-pico-w:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1388", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/ssd1306 target=raspberrypi-pico-w:ssd1306 timestamp=2026-01-08T11:15:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:07", timestamp_log="2026-01-08T11:15:07", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="ssd1306", target="raspberrypi-pico-w:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1398", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/nshsram target=raspberrypi-pico-w:nshsram timestamp=2026-01-08T11:15:46 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:46", timestamp_log="2026-01-08T11:15:46", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="nshsram", target="raspberrypi-pico-w:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1408", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1408", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/usbmsc target=raspberrypi-pico-w:usbmsc timestamp=2026-01-08T11:16:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:16:21", timestamp_log="2026-01-08T11:16:21", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="usbmsc", target="raspberrypi-pico-w:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1419", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/telnet,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/telnet target=raspberrypi-pico-w:telnet timestamp=2026-01-08T11:16:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:16:57", timestamp_log="2026-01-08T11:16:57", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="telnet", target="raspberrypi-pico-w:telnet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1429", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:telnet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/usbnsh target=raspberrypi-pico-w:usbnsh timestamp=2026-01-08T11:18:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:18:00", timestamp_log="2026-01-08T11:18:00", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="usbnsh", target="raspberrypi-pico-w:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1439", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/waveshare-lcd-1.14 target=raspberrypi-pico-w:waveshare-lcd-1.14 timestamp=2026-01-08T11:18:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:18:36", timestamp_log="2026-01-08T11:18:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="waveshare-lcd-1.14", target="raspberrypi-pico-w:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1449", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/smp target=raspberrypi-pico-w:smp timestamp=2026-01-08T11:19:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:19:15", timestamp_log="2026-01-08T11:19:15", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="smp", target="raspberrypi-pico-w:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1459", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/nsh target=raspberrypi-pico-w:nsh timestamp=2026-01-08T11:19:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:19:51", timestamp_log="2026-01-08T11:19:51", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="nsh", target="raspberrypi-pico-w:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1469", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/nsh-flash target=raspberrypi-pico-w:nsh-flash timestamp=2026-01-08T11:20:26 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:20:26", timestamp_log="2026-01-08T11:20:26", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="nsh-flash", target="raspberrypi-pico-w:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1479", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1479", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/composite target=raspberrypi-pico-w:composite timestamp=2026-01-08T11:21:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:02", timestamp_log="2026-01-08T11:21:02", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="composite", target="raspberrypi-pico-w:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1490", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/enc28j60 target=raspberrypi-pico-w:enc28j60 timestamp=2026-01-08T11:21:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:38", timestamp_log="2026-01-08T11:21:38", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="enc28j60", target="raspberrypi-pico-w:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1500", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/spisd target=raspberrypi-pico-w:spisd timestamp=2026-01-08T11:22:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:22:19", timestamp_log="2026-01-08T11:22:19", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="spisd", target="raspberrypi-pico-w:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1510", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/waveshare-lcd-1.3 target=raspberrypi-pico-w:waveshare-lcd-1.3 timestamp=2026-01-08T11:22:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:22:55", timestamp_log="2026-01-08T11:22:55", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="waveshare-lcd-1.3", target="raspberrypi-pico-w:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1520", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-w/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-w/st7735 target=raspberrypi-pico-w:st7735 timestamp=2026-01-08T11:23:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:23:35", timestamp_log="2026-01-08T11:23:35", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="raspberrypi-pico-w", config="st7735", target="raspberrypi-pico-w:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1530", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-w:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/lcd1602 target=adafruit-feather-rp2040:lcd1602 timestamp=2026-01-08T11:24:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:24:11", timestamp_log="2026-01-08T11:24:11", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="lcd1602", target="adafruit-feather-rp2040:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1540", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/audiopack target=adafruit-feather-rp2040:audiopack timestamp=2026-01-08T11:24:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:24:46", timestamp_log="2026-01-08T11:24:46", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="audiopack", target="adafruit-feather-rp2040:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1550", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/displaypack target=adafruit-feather-rp2040:displaypack timestamp=2026-01-08T11:25:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:25:22", timestamp_log="2026-01-08T11:25:22", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="displaypack", target="adafruit-feather-rp2040:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1560", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/ssd1306 target=adafruit-feather-rp2040:ssd1306 timestamp=2026-01-08T11:26:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:26:01", timestamp_log="2026-01-08T11:26:01", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="ssd1306", target="adafruit-feather-rp2040:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1570", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/nshsram target=adafruit-feather-rp2040:nshsram timestamp=2026-01-08T11:26:40 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:26:40", timestamp_log="2026-01-08T11:26:40", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="nshsram", target="adafruit-feather-rp2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1580", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1580", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/usbmsc target=adafruit-feather-rp2040:usbmsc timestamp=2026-01-08T11:27:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:27:15", timestamp_log="2026-01-08T11:27:15", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="usbmsc", target="adafruit-feather-rp2040:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1591", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/usbnsh target=adafruit-feather-rp2040:usbnsh timestamp=2026-01-08T11:27:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:27:52", timestamp_log="2026-01-08T11:27:52", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="usbnsh", target="adafruit-feather-rp2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1601", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/waveshare-lcd-1.14 target=adafruit-feather-rp2040:waveshare-lcd-1.14 timestamp=2026-01-08T11:28:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:28:28", timestamp_log="2026-01-08T11:28:28", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="waveshare-lcd-1.14", target="adafruit-feather-rp2040:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1611", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/smp target=adafruit-feather-rp2040:smp timestamp=2026-01-08T11:29:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:29:07", timestamp_log="2026-01-08T11:29:07", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="smp", target="adafruit-feather-rp2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1621", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/nsh target=adafruit-feather-rp2040:nsh timestamp=2026-01-08T11:29:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:29:43", timestamp_log="2026-01-08T11:29:43", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="nsh", target="adafruit-feather-rp2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1631", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/nsh-flash target=adafruit-feather-rp2040:nsh-flash timestamp=2026-01-08T11:30:19 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:30:19", timestamp_log="2026-01-08T11:30:19", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="nsh-flash", target="adafruit-feather-rp2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1641", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1641", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/composite target=adafruit-feather-rp2040:composite timestamp=2026-01-08T11:30:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:30:55", timestamp_log="2026-01-08T11:30:55", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="composite", target="adafruit-feather-rp2040:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1652", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/enc28j60 target=adafruit-feather-rp2040:enc28j60 timestamp=2026-01-08T11:31:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:31:31", timestamp_log="2026-01-08T11:31:31", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="enc28j60", target="adafruit-feather-rp2040:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1662", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/spisd target=adafruit-feather-rp2040:spisd timestamp=2026-01-08T11:32:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:32:13", timestamp_log="2026-01-08T11:32:13", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="spisd", target="adafruit-feather-rp2040:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1672", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/waveshare-lcd-1.3 target=adafruit-feather-rp2040:waveshare-lcd-1.3 timestamp=2026-01-08T11:32:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:32:49", timestamp_log="2026-01-08T11:32:49", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="waveshare-lcd-1.3", target="adafruit-feather-rp2040:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1682", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-feather-rp2040/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-feather-rp2040/st7735 target=adafruit-feather-rp2040:st7735 timestamp=2026-01-08T11:33:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:33:28", timestamp_log="2026-01-08T11:33:28", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-feather-rp2040", config="st7735", target="adafruit-feather-rp2040:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1692", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-feather-rp2040:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: w5500-evb-pico/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize w5500-evb-pico/usbnsh target=w5500-evb-pico:usbnsh timestamp=2026-01-08T11:34:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:34:04", timestamp_log="2026-01-08T11:34:04", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="w5500-evb-pico", config="usbnsh", target="w5500-evb-pico:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1702", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/w5500-evb-pico:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/lcd1602 target=adafruit-kb2040:lcd1602 timestamp=2026-01-08T11:34:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:34:53", timestamp_log="2026-01-08T11:34:53", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="lcd1602", target="adafruit-kb2040:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1712", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/audiopack target=adafruit-kb2040:audiopack timestamp=2026-01-08T11:35:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:35:29", timestamp_log="2026-01-08T11:35:29", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="audiopack", target="adafruit-kb2040:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1722", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/displaypack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/displaypack target=adafruit-kb2040:displaypack timestamp=2026-01-08T11:36:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:36:06", timestamp_log="2026-01-08T11:36:06", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="displaypack", target="adafruit-kb2040:displaypack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1732", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:displaypack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/ssd1306 target=adafruit-kb2040:ssd1306 timestamp=2026-01-08T11:36:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:36:46", timestamp_log="2026-01-08T11:36:46", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="ssd1306", target="adafruit-kb2040:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1742", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/nshsram target=adafruit-kb2040:nshsram timestamp=2026-01-08T11:37:26 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:37:26", timestamp_log="2026-01-08T11:37:26", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="nshsram", target="adafruit-kb2040:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1752", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1752", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/usbmsc target=adafruit-kb2040:usbmsc timestamp=2026-01-08T11:38:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:38:01", timestamp_log="2026-01-08T11:38:01", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="usbmsc", target="adafruit-kb2040:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1763", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/usbnsh target=adafruit-kb2040:usbnsh timestamp=2026-01-08T11:38:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:38:38", timestamp_log="2026-01-08T11:38:38", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="usbnsh", target="adafruit-kb2040:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/waveshare-lcd-1.14,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/waveshare-lcd-1.14 target=adafruit-kb2040:waveshare-lcd-1.14 timestamp=2026-01-08T11:39:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:39:14", timestamp_log="2026-01-08T11:39:14", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="waveshare-lcd-1.14", target="adafruit-kb2040:waveshare-lcd-1.14", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1783", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:waveshare-lcd-1.14", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/smp target=adafruit-kb2040:smp timestamp=2026-01-08T11:39:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:39:54", timestamp_log="2026-01-08T11:39:54", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="smp", target="adafruit-kb2040:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1793", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/nsh target=adafruit-kb2040:nsh timestamp=2026-01-08T11:40:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:40:30", timestamp_log="2026-01-08T11:40:30", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="nsh", target="adafruit-kb2040:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1803", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/nsh-flash target=adafruit-kb2040:nsh-flash timestamp=2026-01-08T11:41:06 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:41:06", timestamp_log="2026-01-08T11:41:06", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="nsh-flash", target="adafruit-kb2040:nsh-flash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1813", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1813", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:nsh-flash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/composite target=adafruit-kb2040:composite timestamp=2026-01-08T11:41:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:41:41", timestamp_log="2026-01-08T11:41:41", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="composite", target="adafruit-kb2040:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1824", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/enc28j60,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/enc28j60 target=adafruit-kb2040:enc28j60 timestamp=2026-01-08T11:42:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:42:18", timestamp_log="2026-01-08T11:42:18", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="enc28j60", target="adafruit-kb2040:enc28j60", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1834", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:enc28j60", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/spisd target=adafruit-kb2040:spisd timestamp=2026-01-08T11:42:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:42:59", timestamp_log="2026-01-08T11:42:59", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="spisd", target="adafruit-kb2040:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1844", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/waveshare-lcd-1.3,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/waveshare-lcd-1.3 target=adafruit-kb2040:waveshare-lcd-1.3 timestamp=2026-01-08T11:43:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:43:36", timestamp_log="2026-01-08T11:43:36", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="waveshare-lcd-1.3", target="adafruit-kb2040:waveshare-lcd-1.3", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1854", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:waveshare-lcd-1.3", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: adafruit-kb2040/st7735,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize adafruit-kb2040/st7735 target=adafruit-kb2040:st7735 timestamp=2026-01-08T11:44:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:44:15", timestamp_log="2026-01-08T11:44:15", user="NuttX", arch="arm", subarch="rp2040", group="arm-06", board="adafruit-kb2040", config="st7735", target="adafruit-kb2040:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1864", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/adafruit-kb2040:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-rp2350/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-rp2350/usbnsh target=xiao-rp2350:usbnsh timestamp=2026-01-08T11:44:51 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:44:51", timestamp_log="2026-01-08T11:44:51", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="xiao-rp2350", config="usbnsh", target="xiao-rp2350:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1874", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1874", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-rp2350:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-rp2350/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-rp2350/nsh target=xiao-rp2350:nsh timestamp=2026-01-08T11:45:44 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:45:44", timestamp_log="2026-01-08T11:45:44", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="xiao-rp2350", config="nsh", target="xiao-rp2350:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1885", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1885", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-rp2350:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-rp2350/combo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xiao-rp2350/combo target=xiao-rp2350:combo timestamp=2026-01-08T11:46:22 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:46:22", timestamp_log="2026-01-08T11:46:22", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="xiao-rp2350", config="combo", target="xiao-rp2350:combo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1896", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1896", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-rp2350:combo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/audiopack,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/audiopack target=pimoroni-pico-2-plus:audiopack timestamp=2026-01-08T11:46:58 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:46:58", timestamp_log="2026-01-08T11:46:58", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="audiopack", target="pimoroni-pico-2-plus:audiopack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1907", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1907", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:audiopack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/nshsram,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/nshsram target=pimoroni-pico-2-plus:nshsram timestamp=2026-01-08T11:47:51 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:47:51", timestamp_log="2026-01-08T11:47:51", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="nshsram", target="pimoroni-pico-2-plus:nshsram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1918", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1918", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:nshsram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/usbmsc target=pimoroni-pico-2-plus:usbmsc timestamp=2026-01-08T11:48:45 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:48:45", timestamp_log="2026-01-08T11:48:45", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="usbmsc", target="pimoroni-pico-2-plus:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1929", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1929", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/usbnsh target=pimoroni-pico-2-plus:usbnsh timestamp=2026-01-08T11:49:25 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:49:25", timestamp_log="2026-01-08T11:49:25", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="usbnsh", target="pimoroni-pico-2-plus:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1940", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1940", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/smp target=pimoroni-pico-2-plus:smp timestamp=2026-01-08T11:50:02 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:50:02", timestamp_log="2026-01-08T11:50:02", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="smp", target="pimoroni-pico-2-plus:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1951", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1951", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/userled target=pimoroni-pico-2-plus:userled timestamp=2026-01-08T11:50:54 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:50:54", timestamp_log="2026-01-08T11:50:54", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="userled", target="pimoroni-pico-2-plus:userled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1962", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1962", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/nsh target=pimoroni-pico-2-plus:nsh timestamp=2026-01-08T11:51:31 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:51:31", timestamp_log="2026-01-08T11:51:31", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="nsh", target="pimoroni-pico-2-plus:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1973", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1973", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pimoroni-pico-2-plus/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pimoroni-pico-2-plus/composite target=pimoroni-pico-2-plus:composite timestamp=2026-01-08T11:52:07 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:52:07", timestamp_log="2026-01-08T11:52:07", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="pimoroni-pico-2-plus", config="composite", target="pimoroni-pico-2-plus:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1984", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1984", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pimoroni-pico-2-plus:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/usbnsh target=raspberrypi-pico-2:usbnsh timestamp=2026-01-08T11:52:45 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:52:45", timestamp_log="2026-01-08T11:52:45", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="usbnsh", target="raspberrypi-pico-2:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1995", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:1995", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/smp,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/smp target=raspberrypi-pico-2:smp timestamp=2026-01-08T11:53:21 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:53:21", timestamp_log="2026-01-08T11:53:21", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="smp", target="raspberrypi-pico-2:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2006", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2006", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/userled target=raspberrypi-pico-2:userled timestamp=2026-01-08T11:54:03 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:54:03", timestamp_log="2026-01-08T11:54:03", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="userled", target="raspberrypi-pico-2:userled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2017", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2017", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/nsh target=raspberrypi-pico-2:nsh timestamp=2026-01-08T11:54:39 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:54:39", timestamp_log="2026-01-08T11:54:39", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="nsh", target="raspberrypi-pico-2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2028", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2028", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2/spisd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize raspberrypi-pico-2/spisd target=raspberrypi-pico-2:spisd timestamp=2026-01-08T11:55:15 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:55:15", timestamp_log="2026-01-08T11:55:15", user="NuttX", arch="arm", subarch="rp23xx", group="arm-06", board="raspberrypi-pico-2", config="spisd", target="raspberrypi-pico-2:spisd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2039", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663664#step:10:2039", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2:spisd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:46 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-07 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-07 + local os=Linux + local step=10 + local group=arm-07 + local 'job_name=Linux (arm-07)' ++ jq '.jobs | map(select(.name == "Linux (arm-07)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 67569 0 0:00:02 0:00:02 --:--:-- 67594 + local job_id=59779663290 + set +x job_id=59779663290 + [[ 59779663290 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/20_Linux (arm-07).txt' + local 'log_file=/tmp/ingest-nuttx-builds/20_Linux (arm-07).txt' + local filename=ci-arm-07.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-07.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:83 + cat '/tmp/ingest-nuttx-builds/20_Linux (arm-07).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-07.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {c9e0a2ee-4c95-458f-9a8c-07d6f841cbec} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-07) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2011) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-07.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-07 --run-id 20812375605 --job-id 59779663290 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-07.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-07 --run-id 20812375605 --job-id 59779663290 --step 10` lines[0]=Configuration/Tool: s32k144evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k144evb/nsh target=s32k144evb:nsh timestamp=2026-01-08T09:47:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:35", timestamp_log="2026-01-08T09:47:35", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k144evb", config="nsh", target="s32k144evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:774", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k144evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s32k148evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k148evb/nsh target=s32k148evb:nsh timestamp=2026-01-08T09:48:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:27", timestamp_log="2026-01-08T09:48:27", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k148evb", config="nsh", target="s32k148evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:784", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k148evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s32k118evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k118evb/nsh target=s32k118evb:nsh timestamp=2026-01-08T09:49:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:07", timestamp_log="2026-01-08T09:49:07", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k118evb", config="nsh", target="s32k118evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:794", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k118evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ucans32k146/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ucans32k146/nsh target=ucans32k146:nsh timestamp=2026-01-08T09:49:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:49", timestamp_log="2026-01-08T09:49:49", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="ucans32k146", config="nsh", target="ucans32k146:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:804", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ucans32k146:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ucans32k146/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ucans32k146/can target=ucans32k146:can timestamp=2026-01-08T09:50:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:24", timestamp_log="2026-01-08T09:50:24", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="ucans32k146", config="can", target="ucans32k146:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:814", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ucans32k146:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ucans32k146/se05x,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize ucans32k146/se05x target=ucans32k146:se05x timestamp=2026-01-08T09:51:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:20", timestamp_log="2026-01-08T09:51:20", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="ucans32k146", config="se05x", target="ucans32k146:se05x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:824", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ucans32k146:se05x", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s32k146evb/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize s32k146evb/nsh target=s32k146evb:nsh timestamp=2026-01-08T09:52:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:29", timestamp_log="2026-01-08T09:52:29", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="s32k146evb", config="nsh", target="s32k146evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:852", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s32k146evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rddrone-bms772/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize rddrone-bms772/nsh target=rddrone-bms772:nsh timestamp=2026-01-08T09:53:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:05", timestamp_log="2026-01-08T09:53:05", user="NuttX", arch="arm", subarch="s32k1xx", group="arm-07", board="rddrone-bms772", config="nsh", target="rddrone-bms772:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:862", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rddrone-bms772:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4l-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam4l-xplained:nsh timestamp=2026-01-08T09:53:41 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:41", timestamp_log="2026-01-08T09:53:41", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4l-xplained", config="nsh", target="sam4l-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:872", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:872", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4l-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4s-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam4s-xplained:nsh timestamp=2026-01-08T09:54:28 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:28", timestamp_log="2026-01-08T09:54:28", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4s-xplained", config="nsh", target="sam4s-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:884", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:884", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4s-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:nxwm timestamp=2026-01-08T09:55:15 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:15", timestamp_log="2026-01-08T09:55:15", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="nxwm", target="sam3u-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:896", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:896", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:nx timestamp=2026-01-08T09:56:20 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:20", timestamp_log="2026-01-08T09:56:20", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="nx", target="sam3u-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:908", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:908", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:knsh timestamp=2026-01-08T09:57:14 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:14", timestamp_log="2026-01-08T09:57:14", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="knsh", target="sam3u-ek:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:920", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:920", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:53:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam3u-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=sam3u-ek:nsh timestamp=2026-01-08T09:58:25 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:25", timestamp_log="2026-01-08T09:58:25", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam3u-ek", config="nsh", target="sam3u-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:932", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:932", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam3u-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-due/nsh-leds,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-due/nsh-leds target=arduino-due:nsh-leds timestamp=2026-01-08T09:59:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:14", timestamp_log="2026-01-08T09:59:14", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="arduino-due", config="nsh-leds", target="arduino-due:nsh-leds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:944", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-due:nsh-leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-due/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize arduino-due/nsh target=arduino-due:nsh timestamp=2026-01-08T10:00:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:03", timestamp_log="2026-01-08T10:00:03", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="arduino-due", config="nsh", target="arduino-due:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:954", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-due:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-sam3x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize flipnclick-sam3x/nsh target=flipnclick-sam3x:nsh timestamp=2026-01-08T10:00:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:39", timestamp_log="2026-01-08T10:00:39", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="flipnclick-sam3x", config="nsh", target="flipnclick-sam3x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:964", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-sam3x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-sam3x/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize flipnclick-sam3x/nxlines target=flipnclick-sam3x:nxlines timestamp=2026-01-08T10:01:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:21", timestamp_log="2026-01-08T10:01:21", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="flipnclick-sam3x", config="nxlines", target="flipnclick-sam3x:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:974", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-sam3x:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4s-xplained-pro/fs,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4s-xplained-pro/fs target=sam4s-xplained-pro:fs timestamp=2026-01-08T10:02:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:04", timestamp_log="2026-01-08T10:02:04", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4s-xplained-pro", config="fs", target="sam4s-xplained-pro:fs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:984", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4s-xplained-pro:fs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4s-xplained-pro/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4s-xplained-pro/nsh target=sam4s-xplained-pro:nsh timestamp=2026-01-08T10:02:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:58", timestamp_log="2026-01-08T10:02:58", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4s-xplained-pro", config="nsh", target="sam4s-xplained-pro:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:994", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4s-xplained-pro:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4cmp-db/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4cmp-db/nsh target=sam4cmp-db:nsh timestamp=2026-01-08T10:03:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:50", timestamp_log="2026-01-08T10:03:50", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4cmp-db", config="nsh", target="sam4cmp-db:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1004", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4cmp-db:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4e-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4e-ek/nxwm target=sam4e-ek:nxwm timestamp=2026-01-08T10:04:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:40", timestamp_log="2026-01-08T10:04:40", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4e-ek", config="nxwm", target="sam4e-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1014", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4e-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4e-ek/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=sam4e-ek:usbnsh timestamp=2026-01-08T10:05:58 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:58", timestamp_log="2026-01-08T10:05:58", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4e-ek", config="usbnsh", target="sam4e-ek:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1024", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1024", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4e-ek:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sam4e-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sam4e-ek/nsh target=sam4e-ek:nsh timestamp=2026-01-08T10:06:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:59", timestamp_log="2026-01-08T10:06:59", user="NuttX", arch="arm", subarch="sam34", group="arm-07", board="sam4e-ek", config="nsh", target="sam4e-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1036", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sam4e-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nxwm target=sama5d3x-ek:nxwm timestamp=2026-01-08T10:07:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:44", timestamp_log="2026-01-08T10:07:44", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nxwm", target="sama5d3x-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1046", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/norboot,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/norboot target=sama5d3x-ek:norboot timestamp=2026-01-08T10:08:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:53", timestamp_log="2026-01-08T10:08:53", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="norboot", target="sama5d3x-ek:norboot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1056", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:norboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nx target=sama5d3x-ek:nx timestamp=2026-01-08T10:09:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:41", timestamp_log="2026-01-08T10:09:41", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nx", target="sama5d3x-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1066", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/ov2640,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/ov2640 target=sama5d3x-ek:ov2640 timestamp=2026-01-08T10:10:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:37", timestamp_log="2026-01-08T10:10:37", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="ov2640", target="sama5d3x-ek:ov2640", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1076", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:ov2640", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/hello target=sama5d3x-ek:hello timestamp=2026-01-08T10:11:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:25", timestamp_log="2026-01-08T10:11:25", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="hello", target="sama5d3x-ek:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1086", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nsh target=sama5d3x-ek:nsh timestamp=2026-01-08T10:12:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:12", timestamp_log="2026-01-08T10:12:12", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nsh", target="sama5d3x-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1096", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/nxplayer,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/nxplayer target=sama5d3x-ek:nxplayer timestamp=2026-01-08T10:13:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:03", timestamp_log="2026-01-08T10:13:03", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="nxplayer", target="sama5d3x-ek:nxplayer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1106", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:nxplayer", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3x-ek/demo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3x-ek/demo target=sama5d3x-ek:demo timestamp=2026-01-08T10:13:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:42", timestamp_log="2026-01-08T10:13:42", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3x-ek", config="demo", target="sama5d3x-ek:demo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1116", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3x-ek:demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d2-xult/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d2-xult/nsh target=sama5d2-xult:nsh timestamp=2026-01-08T10:14:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:35", timestamp_log="2026-01-08T10:14:35", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d2-xult", config="nsh", target="sama5d2-xult:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1126", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d2-xult:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d2-xult/sdmmcnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d2-xult/sdmmcnsh target=sama5d2-xult:sdmmcnsh timestamp=2026-01-08T10:15:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:30", timestamp_log="2026-01-08T10:15:30", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d2-xult", config="sdmmcnsh", target="sama5d2-xult:sdmmcnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1136", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d2-xult:sdmmcnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d2-xult/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d2-xult/netnsh target=sama5d2-xult:netnsh timestamp=2026-01-08T10:16:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:39", timestamp_log="2026-01-08T10:16:39", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d2-xult", config="netnsh", target="sama5d2-xult:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1146", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d2-xult:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/nxwm target=sama5d4-ek:nxwm timestamp=2026-01-08T10:17:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:44", timestamp_log="2026-01-08T10:17:44", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="nxwm", target="sama5d4-ek:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1156", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/at25boot,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/at25boot target=sama5d4-ek:at25boot timestamp=2026-01-08T10:19:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:09", timestamp_log="2026-01-08T10:19:09", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="at25boot", target="sama5d4-ek:at25boot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1166", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:at25boot", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/ipv6 target=sama5d4-ek:ipv6 timestamp=2026-01-08T10:20:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:02", timestamp_log="2026-01-08T10:20:02", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="ipv6", target="sama5d4-ek:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1176", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/knsh target=sama5d4-ek:knsh timestamp=2026-01-08T10:21:12 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:12", timestamp_log="2026-01-08T10:21:12", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="knsh", target="sama5d4-ek:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1186", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1186", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/bridge,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/bridge target=sama5d4-ek:bridge timestamp=2026-01-08T10:22:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:42", timestamp_log="2026-01-08T10:22:42", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="bridge", target="sama5d4-ek:bridge", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1199", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:bridge", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/dramboot,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/dramboot target=sama5d4-ek:dramboot timestamp=2026-01-08T10:23:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:40", timestamp_log="2026-01-08T10:23:40", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="dramboot", target="sama5d4-ek:dramboot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1209", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:dramboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/nsh target=sama5d4-ek:nsh timestamp=2026-01-08T10:24:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:32", timestamp_log="2026-01-08T10:24:32", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="nsh", target="sama5d4-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1219", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/ramtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/ramtest target=sama5d4-ek:ramtest timestamp=2026-01-08T10:25:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:26", timestamp_log="2026-01-08T10:25:26", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="ramtest", target="sama5d4-ek:ramtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1229", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:ramtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d4-ek/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d4-ek/elf target=sama5d4-ek:elf timestamp=2026-01-08T10:26:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:18", timestamp_log="2026-01-08T10:26:18", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d4-ek", config="elf", target="sama5d4-ek:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1239", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d4-ek:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/knsh target=sama5d3-xplained:knsh timestamp=2026-01-08T10:27:22 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:22", timestamp_log="2026-01-08T10:27:22", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="knsh", target="sama5d3-xplained:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1249", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1249", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/ethernet-over-usb-2-high-speed,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/ethernet-over-usb-2-high-speed target=sama5d3-xplained:ethernet-over-usb-2-high-speed timestamp=2026-01-08T10:28:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:50", timestamp_log="2026-01-08T10:28:50", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="ethernet-over-usb-2-high-speed", target="sama5d3-xplained:ethernet-over-usb-2-high-speed", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1262", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:ethernet-over-usb-2-high-speed", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/bridge,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/bridge target=sama5d3-xplained:bridge timestamp=2026-01-08T10:29:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:50", timestamp_log="2026-01-08T10:29:50", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="bridge", target="sama5d3-xplained:bridge", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1272", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:bridge", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/nsh target=sama5d3-xplained:nsh timestamp=2026-01-08T10:30:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:47", timestamp_log="2026-01-08T10:30:47", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="nsh", target="sama5d3-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1282", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sama5d3-xplained/bluetooth,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize sama5d3-xplained/bluetooth target=sama5d3-xplained:bluetooth timestamp=2026-01-08T10:31:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:28", timestamp_log="2026-01-08T10:31:28", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="sama5d3-xplained", config="bluetooth", target="sama5d3-xplained:bluetooth", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1292", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sama5d3-xplained:bluetooth", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/nsh target=giant-board:nsh timestamp=2026-01-08T10:32:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:30", timestamp_log="2026-01-08T10:32:30", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="nsh", target="giant-board:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1302", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/sdmmcnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/sdmmcnsh target=giant-board:sdmmcnsh timestamp=2026-01-08T10:33:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:09", timestamp_log="2026-01-08T10:33:09", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="sdmmcnsh", target="giant-board:sdmmcnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1312", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:sdmmcnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/netnsh target=giant-board:netnsh timestamp=2026-01-08T10:33:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:55", timestamp_log="2026-01-08T10:33:55", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="netnsh", target="giant-board:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1322", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: giant-board/sdmmc-net-nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize giant-board/sdmmc-net-nsh target=giant-board:sdmmc-net-nsh timestamp=2026-01-08T10:34:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:40", timestamp_log="2026-01-08T10:34:40", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="giant-board", config="sdmmc-net-nsh", target="giant-board:sdmmc-net-nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1332", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/giant-board:sdmmc-net-nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/nsh target=jupiter-nano:nsh timestamp=2026-01-08T10:35:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:33", timestamp_log="2026-01-08T10:35:33", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="nsh", target="jupiter-nano:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1342", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/sdmmcnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/sdmmcnsh target=jupiter-nano:sdmmcnsh timestamp=2026-01-08T10:36:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:13", timestamp_log="2026-01-08T10:36:13", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="sdmmcnsh", target="jupiter-nano:sdmmcnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1352", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:sdmmcnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/sdmmc-nsh-net-resolvconf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/sdmmc-nsh-net-resolvconf target=jupiter-nano:sdmmc-nsh-net-resolvconf timestamp=2026-01-08T10:36:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:58", timestamp_log="2026-01-08T10:36:58", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="sdmmc-nsh-net-resolvconf", target="jupiter-nano:sdmmc-nsh-net-resolvconf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1362", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:sdmmc-nsh-net-resolvconf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: jupiter-nano/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize jupiter-nano/netnsh target=jupiter-nano:netnsh timestamp=2026-01-08T10:37:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:46", timestamp_log="2026-01-08T10:37:46", user="NuttX", arch="arm", subarch="sama5", group="arm-07", board="jupiter-nano", config="netnsh", target="jupiter-nano:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1372", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/jupiter-nano:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-m0/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize arduino-m0/usbnsh target=arduino-m0:usbnsh timestamp=2026-01-08T10:38:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:32", timestamp_log="2026-01-08T10:38:32", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="arduino-m0", config="usbnsh", target="arduino-m0:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1382", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-m0:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-m0/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize arduino-m0/nsh target=arduino-m0:nsh timestamp=2026-01-08T10:39:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:17", timestamp_log="2026-01-08T10:39:17", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="arduino-m0", config="nsh", target="arduino-m0:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1392", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-m0:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: saml21-xplained/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize saml21-xplained/nsh target=saml21-xplained:nsh timestamp=2026-01-08T10:39:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:51", timestamp_log="2026-01-08T10:39:51", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="saml21-xplained", config="nsh", target="saml21-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1402", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/saml21-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samd20-xplained/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize samd20-xplained/nsh target=samd20-xplained:nsh timestamp=2026-01-08T10:40:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:32", timestamp_log="2026-01-08T10:40:32", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="samd20-xplained", config="nsh", target="samd20-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1412", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samd20-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xiao-seeeduino/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize xiao-seeeduino/nsh target=xiao-seeeduino:nsh timestamp=2026-01-08T10:41:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:14", timestamp_log="2026-01-08T10:41:14", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="xiao-seeeduino", config="nsh", target="xiao-seeeduino:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1422", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xiao-seeeduino:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samd21-xplained/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize samd21-xplained/nsh target=samd21-xplained:nsh timestamp=2026-01-08T10:41:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:47", timestamp_log="2026-01-08T10:41:47", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="samd21-xplained", config="nsh", target="samd21-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1432", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samd21-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: circuit-express/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize circuit-express/usbnsh target=circuit-express:usbnsh timestamp=2026-01-08T10:42:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:20", timestamp_log="2026-01-08T10:42:20", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="circuit-express", config="usbnsh", target="circuit-express:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1442", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/circuit-express:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: circuit-express/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize circuit-express/nsh target=circuit-express:nsh timestamp=2026-01-08T10:43:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:05", timestamp_log="2026-01-08T10:43:05", user="NuttX", arch="arm", subarch="samd2l2", group="arm-07", board="circuit-express", config="nsh", target="circuit-express:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1452", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/circuit-express:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same54-xplained-pro/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize same54-xplained-pro/nsh target=same54-xplained-pro:nsh timestamp=2026-01-08T10:43:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:48", timestamp_log="2026-01-08T10:43:48", user="NuttX", arch="arm", subarch="samd5e5", group="arm-07", board="same54-xplained-pro", config="nsh", target="same54-xplained-pro:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1462", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same54-xplained-pro:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: metro-m4/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize metro-m4/nsh target=metro-m4:nsh timestamp=2026-01-08T10:44:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:36", timestamp_log="2026-01-08T10:44:36", user="NuttX", arch="arm", subarch="samd5e5", group="arm-07", board="metro-m4", config="nsh", target="metro-m4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1472", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/metro-m4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32czca70-curiosity/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pic32czca70-curiosity/nsh target=pic32czca70-curiosity:nsh timestamp=2026-01-08T10:45:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:12", timestamp_log="2026-01-08T10:45:12", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="pic32czca70-curiosity", config="nsh", target="pic32czca70-curiosity:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1482", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32czca70-curiosity:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32czca70-curiosity/max,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize pic32czca70-curiosity/max target=pic32czca70-curiosity:max timestamp=2026-01-08T10:46:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:07", timestamp_log="2026-01-08T10:46:07", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="pic32czca70-curiosity", config="max", target="pic32czca70-curiosity:max", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1492", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32czca70-curiosity:max", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/nxwm target=samv71-xult:nxwm timestamp=2026-01-08T10:47:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:02", timestamp_log="2026-01-08T10:47:02", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="nxwm", target="samv71-xult:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1502", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/vnc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/vnc target=samv71-xult:vnc timestamp=2026-01-08T10:48:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:16", timestamp_log="2026-01-08T10:48:16", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="vnc", target="samv71-xult:vnc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1512", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:vnc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mxtxplnd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mxtxplnd target=samv71-xult:mxtxplnd timestamp=2026-01-08T10:49:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:31", timestamp_log="2026-01-08T10:49:31", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mxtxplnd", target="samv71-xult:mxtxplnd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1522", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mxtxplnd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/vnxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/vnxwm target=samv71-xult:vnxwm timestamp=2026-01-08T10:50:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:26", timestamp_log="2026-01-08T10:50:26", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="vnxwm", target="samv71-xult:vnxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1532", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:vnxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mrf24j40-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mrf24j40-starhub target=samv71-xult:mrf24j40-starhub timestamp=2026-01-08T10:51:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:52", timestamp_log="2026-01-08T10:51:52", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mrf24j40-starhub", target="samv71-xult:mrf24j40-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1542", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mrf24j40-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-update-agent,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-update-agent target=samv71-xult:mcuboot-update-agent timestamp=2026-01-08T10:52:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:52", timestamp_log="2026-01-08T10:52:52", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-update-agent", target="samv71-xult:mcuboot-update-agent", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1552", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-update-agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/module target=samv71-xult:module timestamp=2026-01-08T10:54:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:04", timestamp_log="2026-01-08T10:54:04", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="module", target="samv71-xult:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1570", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/knsh target=samv71-xult:knsh timestamp=2026-01-08T10:54:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:53", timestamp_log="2026-01-08T10:54:53", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="knsh", target="samv71-xult:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1580", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/oa_tc6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/oa_tc6 target=samv71-xult:oa_tc6 timestamp=2026-01-08T10:56:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:15", timestamp_log="2026-01-08T10:56:15", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="oa_tc6", target="samv71-xult:oa_tc6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1590", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:oa_tc6", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-loader target=samv71-xult:mcuboot-loader timestamp=2026-01-08T10:57:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:07", timestamp_log="2026-01-08T10:57:07", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-loader", target="samv71-xult:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1600", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/nsh target=samv71-xult:nsh timestamp=2026-01-08T10:57:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:59", timestamp_log="2026-01-08T10:57:59", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="nsh", target="samv71-xult:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1618", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-slot-confirm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-slot-confirm target=samv71-xult:mcuboot-slot-confirm timestamp=2026-01-08T10:58:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:39", timestamp_log="2026-01-08T10:58:39", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-slot-confirm", target="samv71-xult:mcuboot-slot-confirm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1628", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-slot-confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/mcuboot-swap-test,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/mcuboot-swap-test target=samv71-xult:mcuboot-swap-test timestamp=2026-01-08T10:59:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:27", timestamp_log="2026-01-08T10:59:27", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="mcuboot-swap-test", target="samv71-xult:mcuboot-swap-test", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1645", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:mcuboot-swap-test", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: samv71-xult/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize samv71-xult/netnsh target=samv71-xult:netnsh timestamp=2026-01-08T11:00:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:06", timestamp_log="2026-01-08T11:00:06", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="samv71-xult", config="netnsh", target="samv71-xult:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1663", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/samv71-xult:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/mrf24j40-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/mrf24j40-starhub target=same70-xplained:mrf24j40-starhub timestamp=2026-01-08T11:01:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:09", timestamp_log="2026-01-08T11:01:09", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="mrf24j40-starhub", target="same70-xplained:mrf24j40-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1673", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:mrf24j40-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/adc target=same70-xplained:adc timestamp=2026-01-08T11:02:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:18", timestamp_log="2026-01-08T11:02:18", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="adc", target="same70-xplained:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1683", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/pwm target=same70-xplained:pwm timestamp=2026-01-08T11:03:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:05", timestamp_log="2026-01-08T11:03:05", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="pwm", target="same70-xplained:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1693", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/mcuboot-loader target=same70-xplained:mcuboot-loader timestamp=2026-01-08T11:03:44 *** Msg: lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. *** Msg: lto-wrapper: warning: using serial compilation of 2 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:44", timestamp_log="2026-01-08T11:03:44", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="mcuboot-loader", target="same70-xplained:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1703", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1703", msg="lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. \n lto-wrapper: warning: using serial compilation of 2 LTRANS jobs \n lto-wrapper: note: see the '-flto' option documentation for more information", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/nsh target=same70-xplained:nsh timestamp=2026-01-08T11:04:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:33", timestamp_log="2026-01-08T11:04:33", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="nsh", target="same70-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1724", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/can target=same70-xplained:can timestamp=2026-01-08T11:05:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:12", timestamp_log="2026-01-08T11:05:12", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="can", target="same70-xplained:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1734", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/twm4nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/twm4nx target=same70-xplained:twm4nx timestamp=2026-01-08T11:05:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:52", timestamp_log="2026-01-08T11:05:52", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="twm4nx", target="same70-xplained:twm4nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1744", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:twm4nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/mcuboot-slot-confirm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/mcuboot-slot-confirm target=same70-xplained:mcuboot-slot-confirm timestamp=2026-01-08T11:07:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:14", timestamp_log="2026-01-08T11:07:14", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="mcuboot-slot-confirm", target="same70-xplained:mcuboot-slot-confirm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1754", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:mcuboot-slot-confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/pysim,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/pysim target=same70-xplained:pysim timestamp=2026-01-08T11:08:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:14", timestamp_log="2026-01-08T11:08:14", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="pysim", target="same70-xplained:pysim", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1772", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:pysim", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-xplained/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-xplained/netnsh target=same70-xplained:netnsh timestamp=2026-01-08T11:09:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:24", timestamp_log="2026-01-08T11:09:24", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-xplained", config="netnsh", target="same70-xplained:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1782", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-xplained:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-qmtech/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-qmtech/mcuboot-loader target=same70-qmtech:mcuboot-loader timestamp=2026-01-08T11:10:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:10:16", timestamp_log="2026-01-08T11:10:16", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-qmtech", config="mcuboot-loader", target="same70-qmtech:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1792", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-qmtech:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-qmtech/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-qmtech/nsh target=same70-qmtech:nsh timestamp=2026-01-08T11:11:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:06", timestamp_log="2026-01-08T11:11:06", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-qmtech", config="nsh", target="same70-qmtech:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1810", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-qmtech:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: same70-qmtech/mcuboot-slot-confirm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize same70-qmtech/mcuboot-slot-confirm target=same70-qmtech:mcuboot-slot-confirm timestamp=2026-01-08T11:11:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:58", timestamp_log="2026-01-08T11:11:58", user="NuttX", arch="arm", subarch="samv7", group="arm-07", board="same70-qmtech", config="mcuboot-slot-confirm", target="same70-qmtech:mcuboot-slot-confirm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663290#step:10:1820", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/same70-qmtech:mcuboot-slot-confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:52 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-08 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-08 + local os=Linux + local step=10 + local group=arm-08 + local 'job_name=Linux (arm-08)' ++ jq '.jobs | map(select(.name == "Linux (arm-08)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 65259 0 0:00:02 0:00:02 --:--:-- 65249 + local job_id=59779663314 + set +x job_id=59779663314 + [[ 59779663314 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/17_Linux (arm-08).txt' + local 'log_file=/tmp/ingest-nuttx-builds/17_Linux (arm-08).txt' + local filename=ci-arm-08.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-08.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:83 + cat '/tmp/ingest-nuttx-builds/17_Linux (arm-08).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-08.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {ca0cef93-ae53-41ef-9678-5a2c65f699f0} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-08) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1994) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-08.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-08 --run-id 20812375605 --job-id 59779663314 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-08.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-08 --run-id 20812375605 --job-id 59779663314 --step 10` lines[0]=Configuration/Tool: axoloti/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize axoloti/nsh target=axoloti:nsh timestamp=2026-01-08T09:46:34 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:34", timestamp_log="2026-01-08T09:46:34", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="axoloti", config="nsh", target="axoloti:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:775", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:775", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/axoloti:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/foc_f32,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/foc_f32 target=b-g431b-esc1:foc_f32 timestamp=2026-01-08T09:47:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:24", timestamp_log="2026-01-08T09:47:24", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="foc_f32", target="b-g431b-esc1:foc_f32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:788", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:foc_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/cansock,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/cansock target=b-g431b-esc1:cansock timestamp=2026-01-08T09:48:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:17", timestamp_log="2026-01-08T09:48:17", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="cansock", target="b-g431b-esc1:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:798", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/nsh target=b-g431b-esc1:nsh timestamp=2026-01-08T09:49:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:13", timestamp_log="2026-01-08T09:49:13", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="nsh", target="b-g431b-esc1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:808", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/can target=b-g431b-esc1:can timestamp=2026-01-08T09:50:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:04", timestamp_log="2026-01-08T09:50:04", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="can", target="b-g431b-esc1:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:818", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g431b-esc1/foc_b16,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g431b-esc1/foc_b16 target=b-g431b-esc1:foc_b16 timestamp=2026-01-08T09:50:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:55", timestamp_log="2026-01-08T09:50:55", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g431b-esc1", config="foc_b16", target="b-g431b-esc1:foc_b16", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:828", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g431b-esc1:foc_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g474e-dpow1/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g474e-dpow1/ostest target=b-g474e-dpow1:ostest timestamp=2026-01-08T09:51:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:32", timestamp_log="2026-01-08T09:51:32", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g474e-dpow1", config="ostest", target="b-g474e-dpow1:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:838", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:838", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g474e-dpow1:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g474e-dpow1/buckboost,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g474e-dpow1/buckboost target=b-g474e-dpow1:buckboost timestamp=2026-01-08T09:52:24 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:24", timestamp_log="2026-01-08T09:52:24", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g474e-dpow1", config="buckboost", target="b-g474e-dpow1:buckboost", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:851", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:851", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g474e-dpow1:buckboost", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:54:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-g474e-dpow1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-g474e-dpow1/nsh target=b-g474e-dpow1:nsh timestamp=2026-01-08T09:53:12 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:12", timestamp_log="2026-01-08T09:53:12", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="b-g474e-dpow1", config="nsh", target="b-g474e-dpow1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:864", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:864", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-g474e-dpow1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-starhub target=clicker2-stm32:mrf24j40-starhub timestamp=2026-01-08T09:54:01 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:01", timestamp_log="2026-01-08T09:54:01", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-starhub", target="clicker2-stm32:mrf24j40-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:877", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:877", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-mac target=clicker2-stm32:mrf24j40-mac timestamp=2026-01-08T09:55:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:07", timestamp_log="2026-01-08T09:55:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-mac", target="clicker2-stm32:mrf24j40-mac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:890", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:890", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/knsh target=clicker2-stm32:knsh timestamp=2026-01-08T09:55:50 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:50", timestamp_log="2026-01-08T09:55:50", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="knsh", target="clicker2-stm32:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:903", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:903", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/usbnsh target=clicker2-stm32:usbnsh timestamp=2026-01-08T09:57:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:06", timestamp_log="2026-01-08T09:57:06", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="usbnsh", target="clicker2-stm32:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:916", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:916", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-6lowpan target=clicker2-stm32:mrf24j40-6lowpan timestamp=2026-01-08T09:57:44 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:44", timestamp_log="2026-01-08T09:57:44", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-6lowpan", target="clicker2-stm32:mrf24j40-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:929", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:929", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/nsh target=clicker2-stm32:nsh timestamp=2026-01-08T09:58:29 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:29", timestamp_log="2026-01-08T09:58:29", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="nsh", target="clicker2-stm32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:942", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:942", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/mrf24j40-starpoint,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/mrf24j40-starpoint target=clicker2-stm32:mrf24j40-starpoint timestamp=2026-01-08T09:59:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:07", timestamp_log="2026-01-08T09:59:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="mrf24j40-starpoint", target="clicker2-stm32:mrf24j40-starpoint", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:955", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:955", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:mrf24j40-starpoint", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: clicker2-stm32/xbee-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize clicker2-stm32/xbee-6lowpan target=clicker2-stm32:xbee-6lowpan timestamp=2026-01-08T09:59:52 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:52", timestamp_log="2026-01-08T09:59:52", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="clicker2-stm32", config="xbee-6lowpan", target="clicker2-stm32:xbee-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:968", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:968", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/clicker2-stm32:xbee-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: cloudctrl/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize cloudctrl/nsh target=cloudctrl:nsh timestamp=2026-01-08T10:00:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:40", timestamp_log="2026-01-08T10:00:40", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="cloudctrl", config="nsh", target="cloudctrl:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:981", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:981", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/cloudctrl:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: emw3162/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize emw3162/nsh target=emw3162:nsh timestamp=2026-01-08T10:01:42 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:42", timestamp_log="2026-01-08T10:01:42", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="emw3162", config="nsh", target="emw3162:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:994", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:994", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/emw3162:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: emw3162/wlan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize emw3162/wlan target=emw3162:wlan timestamp=2026-01-08T10:02:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:31", timestamp_log="2026-01-08T10:02:31", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="emw3162", config="wlan", target="emw3162:wlan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1007", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1007", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/emw3162:wlan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: et-stm32-stamp/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize et-stm32-stamp/nsh target=et-stm32-stamp:nsh timestamp=2026-01-08T10:03:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:32", timestamp_log="2026-01-08T10:03:32", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="et-stm32-stamp", config="nsh", target="et-stm32-stamp:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1020", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1020", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/et-stm32-stamp:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fire-stm32v2/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize fire-stm32v2/nsh target=fire-stm32v2:nsh timestamp=2026-01-08T10:04:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:13", timestamp_log="2026-01-08T10:04:13", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="fire-stm32v2", config="nsh", target="fire-stm32v2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1033", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1033", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fire-stm32v2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/usbserial,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/usbserial target=hymini-stm32v:usbserial timestamp=2026-01-08T10:04:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:57", timestamp_log="2026-01-08T10:04:57", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="usbserial", target="hymini-stm32v:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1046", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1046", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/usbmsc target=hymini-stm32v:usbmsc timestamp=2026-01-08T10:05:44 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:44", timestamp_log="2026-01-08T10:05:44", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="usbmsc", target="hymini-stm32v:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1059", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1059", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/usbnsh target=hymini-stm32v:usbnsh timestamp=2026-01-08T10:06:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:31", timestamp_log="2026-01-08T10:06:31", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="usbnsh", target="hymini-stm32v:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1072", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1072", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/nsh2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/nsh2 target=hymini-stm32v:nsh2 timestamp=2026-01-08T10:07:19 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:19", timestamp_log="2026-01-08T10:07:19", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="nsh2", target="hymini-stm32v:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1085", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1085", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hymini-stm32v/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize hymini-stm32v/nsh target=hymini-stm32v:nsh timestamp=2026-01-08T10:08:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:06", timestamp_log="2026-01-08T10:08:06", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="hymini-stm32v", config="nsh", target="hymini-stm32v:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1098", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1098", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hymini-stm32v:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maple/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize maple/nx target=maple:nx timestamp=2026-01-08T10:08:45 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:45", timestamp_log="2026-01-08T10:08:45", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="maple", config="nx", target="maple:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1111", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1111", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maple:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maple/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize maple/usbnsh target=maple:usbnsh timestamp=2026-01-08T10:09:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:38", timestamp_log="2026-01-08T10:09:38", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="maple", config="usbnsh", target="maple:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1124", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1124", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maple:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maple/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize maple/nsh target=maple:nsh timestamp=2026-01-08T10:10:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:20", timestamp_log="2026-01-08T10:10:20", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="maple", config="nsh", target="maple:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1137", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1137", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maple:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nx target=mikroe-stm32f4:nx timestamp=2026-01-08T10:10:56 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:56", timestamp_log="2026-01-08T10:10:56", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nx", target="mikroe-stm32f4:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1150", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1150", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/kostest target=mikroe-stm32f4:kostest timestamp=2026-01-08T10:11:52 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:52", timestamp_log="2026-01-08T10:11:52", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="kostest", target="mikroe-stm32f4:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1163", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1163", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/usbnsh target=mikroe-stm32f4:usbnsh timestamp=2026-01-08T10:13:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:08", timestamp_log="2026-01-08T10:13:08", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="usbnsh", target="mikroe-stm32f4:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1176", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1176", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nxtext,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nxtext target=mikroe-stm32f4:nxtext timestamp=2026-01-08T10:13:59 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:59", timestamp_log="2026-01-08T10:13:59", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nxtext", target="mikroe-stm32f4:nxtext", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1189", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1189", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nxtext", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nsh target=mikroe-stm32f4:nsh timestamp=2026-01-08T10:14:52 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:52", timestamp_log="2026-01-08T10:14:52", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nsh", target="mikroe-stm32f4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1202", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1202", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/fulldemo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/fulldemo target=mikroe-stm32f4:fulldemo timestamp=2026-01-08T10:15:30 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:30", timestamp_log="2026-01-08T10:15:30", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="fulldemo", target="mikroe-stm32f4:fulldemo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1215", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1215", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:fulldemo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mikroe-stm32f4/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize mikroe-stm32f4/nxlines target=mikroe-stm32f4:nxlines timestamp=2026-01-08T10:16:36 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:36", timestamp_log="2026-01-08T10:16:36", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="mikroe-stm32f4", config="nxlines", target="mikroe-stm32f4:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1228", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1228", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mikroe-stm32f4:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/ihm07m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:ihm07m1_b16 timestamp=2026-01-08T10:17:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:32", timestamp_log="2026-01-08T10:17:32", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="ihm07m1_b16", target="nucleo-f103rb:ihm07m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1242", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:ihm07m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:adc timestamp=2026-01-08T10:18:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:07", timestamp_log="2026-01-08T10:18:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="adc", target="nucleo-f103rb:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1253", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:15 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:pwm timestamp=2026-01-08T10:18:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:36", timestamp_log="2026-01-08T10:18:36", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="pwm", target="nucleo-f103rb:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1264", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:nsh timestamp=2026-01-08T10:18:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:55", timestamp_log="2026-01-08T10:18:55", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="nsh", target="nucleo-f103rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1275", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f103rb/qenco,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f103rb:qenco timestamp=2026-01-08T10:19:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:22", timestamp_log="2026-01-08T10:19:22", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f103rb", config="qenco", target="nucleo-f103rb:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1286", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f103rb:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f207zg/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f207zg:adc timestamp=2026-01-08T10:19:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:40", timestamp_log="2026-01-08T10:19:40", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f207zg", config="adc", target="nucleo-f207zg:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1297", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f207zg:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f207zg/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f207zg:pwm timestamp=2026-01-08T10:20:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:12", timestamp_log="2026-01-08T10:20:12", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f207zg", config="pwm", target="nucleo-f207zg:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1308", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f207zg:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f207zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f207zg:nsh timestamp=2026-01-08T10:20:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:33", timestamp_log="2026-01-08T10:20:33", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f207zg", config="nsh", target="nucleo-f207zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1319", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f207zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/highpri,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:highpri timestamp=2026-01-08T10:20:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:52", timestamp_log="2026-01-08T10:20:52", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="highpri", target="nucleo-f302r8:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1330", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/ihm07m1_b16,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:ihm07m1_b16 timestamp=2026-01-08T10:21:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:28", timestamp_log="2026-01-08T10:21:28", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="ihm07m1_b16", target="nucleo-f302r8:ihm07m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1341", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:ihm07m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/cansock,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:cansock timestamp=2026-01-08T10:22:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:06", timestamp_log="2026-01-08T10:22:06", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="cansock", target="nucleo-f302r8:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1352", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:nsh timestamp=2026-01-08T10:22:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:43", timestamp_log="2026-01-08T10:22:43", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="nsh", target="nucleo-f302r8:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1363", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f302r8/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f302r8/can target=nucleo-f302r8:can timestamp=2026-01-08T10:23:16 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:16", timestamp_log="2026-01-08T10:23:16", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="can", target="nucleo-f302r8:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1373", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1373", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/ihm07m1_f32,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:ihm07m1_f32 timestamp=2026-01-08T10:24:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:05", timestamp_log="2026-01-08T10:24:05", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="ihm07m1_f32", target="nucleo-f302r8:ihm07m1_f32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1387", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:ihm07m1_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f302r8/qenco,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f302r8:qenco timestamp=2026-01-08T10:24:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:28", timestamp_log="2026-01-08T10:24:28", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f302r8", config="qenco", target="nucleo-f302r8:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1398", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f302r8:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:adc timestamp=2026-01-08T10:25:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:04", timestamp_log="2026-01-08T10:25:04", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="adc", target="nucleo-f303re:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1409", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:24 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:hello timestamp=2026-01-08T10:25:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:40", timestamp_log="2026-01-08T10:25:40", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="hello", target="nucleo-f303re:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1420", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:pwm timestamp=2026-01-08T10:26:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:12", timestamp_log="2026-01-08T10:26:12", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="pwm", target="nucleo-f303re:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1431", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:25 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303re:nsh timestamp=2026-01-08T10:26:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:33", timestamp_log="2026-01-08T10:26:33", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="nsh", target="nucleo-f303re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1442", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303re/can,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303re/can target=nucleo-f303re:can timestamp=2026-01-08T10:27:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:07", timestamp_log="2026-01-08T10:27:07", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="can", target="nucleo-f303re:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1452", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1452", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303re/serialrx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303re/serialrx target=nucleo-f303re:serialrx timestamp=2026-01-08T10:27:51 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:51", timestamp_log="2026-01-08T10:27:51", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="serialrx", target="nucleo-f303re:serialrx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1465", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1465", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:serialrx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303re/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303re/nxlines target=nucleo-f303re:nxlines timestamp=2026-01-08T10:28:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:38", timestamp_log="2026-01-08T10:28:38", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303re", config="nxlines", target="nucleo-f303re:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1478", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1478", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303re:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303ze/adc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303ze:adc timestamp=2026-01-08T10:29:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:29", timestamp_log="2026-01-08T10:29:29", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303ze", config="adc", target="nucleo-f303ze:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1492", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303ze:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f303ze/nxlines_oled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f303ze/nxlines_oled target=nucleo-f303ze:nxlines_oled timestamp=2026-01-08T10:29:50 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:50", timestamp_log="2026-01-08T10:29:50", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303ze", config="nxlines_oled", target="nucleo-f303ze:nxlines_oled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1502", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1502", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303ze:nxlines_oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:29 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f303ze/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-f303ze:nsh timestamp=2026-01-08T10:30:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:40", timestamp_log="2026-01-08T10:30:40", user="NuttX", arch="arm", subarch="stm32", group="arm-08", board="nucleo-f303ze", config="nsh", target="nucleo-f303ze:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663314#step:10:1516", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f303ze:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:30 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-09 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-09 + local os=Linux + local step=10 + local group=arm-09 + local 'job_name=Linux (arm-09)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-09)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 57623 0 0:00:03 0:00:03 --:--:-- 57642 + local job_id=59779663340 + set +x job_id=59779663340 + [[ 59779663340 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/22_Linux (arm-09).txt' + local 'log_file=/tmp/ingest-nuttx-builds/22_Linux (arm-09).txt' + local filename=ci-arm-09.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-09.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:83 + cat '/tmp/ingest-nuttx-builds/22_Linux (arm-09).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-09.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {e5438461-4473-4a1a-afb1-17177c6850e2} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-09) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1995) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-09.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-09 --run-id 20812375605 --job-id 59779663340 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-09.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-09 --run-id 20812375605 --job-id 59779663340 --step 10` lines[0]=Cmake in present: nucleo-f334r8/highpri,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:highpri timestamp=2026-01-08T09:47:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:09", timestamp_log="2026-01-08T09:47:09", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="highpri", target="nucleo-f334r8:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/spwm2,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:spwm2 timestamp=2026-01-08T09:47:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:47", timestamp_log="2026-01-08T09:47:47", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="spwm2", target="nucleo-f334r8:spwm2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:784", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:spwm2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:adc timestamp=2026-01-08T09:48:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:23", timestamp_log="2026-01-08T09:48:23", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="adc", target="nucleo-f334r8:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:795", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:nsh timestamp=2026-01-08T09:48:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:53", timestamp_log="2026-01-08T09:48:53", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="nsh", target="nucleo-f334r8:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:806", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f334r8/spwm1,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f334r8:spwm1 timestamp=2026-01-08T09:49:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:25", timestamp_log="2026-01-08T09:49:25", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f334r8", config="spwm1", target="nucleo-f334r8:spwm1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:817", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f334r8:spwm1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f401re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f401re:nsh timestamp=2026-01-08T09:49:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:58", timestamp_log="2026-01-08T09:49:58", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f401re", config="nsh", target="nucleo-f401re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:828", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f401re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f401re/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f401re:fb timestamp=2026-01-08T09:50:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:30", timestamp_log="2026-01-08T09:50:30", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f401re", config="fb", target="nucleo-f401re:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:839", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f401re:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:37 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f410rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f410rb:nsh timestamp=2026-01-08T09:50:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:51", timestamp_log="2026-01-08T09:50:51", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f410rb", config="nsh", target="nucleo-f410rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:850", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f410rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:37 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f411re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f411re:nsh timestamp=2026-01-08T09:51:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:27", timestamp_log="2026-01-08T09:51:27", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f411re", config="nsh", target="nucleo-f411re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:861", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f411re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f411re/mcp2515-extid,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f411re:mcp2515-extid timestamp=2026-01-08T09:51:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:46", timestamp_log="2026-01-08T09:51:46", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f411re", config="mcp2515-extid", target="nucleo-f411re:mcp2515-extid", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:872", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f411re:mcp2515-extid", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f412zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f412zg:nsh timestamp=2026-01-08T09:52:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:06", timestamp_log="2026-01-08T09:52:06", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f412zg", config="nsh", target="nucleo-f412zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:883", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f412zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f429zi/trace,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f429zi/trace target=nucleo-f429zi:trace timestamp=2026-01-08T09:52:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:39", timestamp_log="2026-01-08T09:52:39", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f429zi", config="trace", target="nucleo-f429zi:trace", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:893", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f429zi:trace", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:39 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f429zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f429zi:nsh timestamp=2026-01-08T09:53:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:35", timestamp_log="2026-01-08T09:53:35", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f429zi", config="nsh", target="nucleo-f429zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:904", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f429zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:39 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f429zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f429zi:netnsh timestamp=2026-01-08T09:54:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:07", timestamp_log="2026-01-08T09:54:07", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f429zi", config="netnsh", target="nucleo-f429zi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:915", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f429zi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:40 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/ihm08m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:ihm08m1_f32 timestamp=2026-01-08T09:54:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:36", timestamp_log="2026-01-08T09:54:36", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="ihm08m1_f32", target="nucleo-f446re:ihm08m1_f32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:926", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:ihm08m1_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:40 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:adc timestamp=2026-01-08T09:55:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:12", timestamp_log="2026-01-08T09:55:12", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="adc", target="nucleo-f446re:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:937", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f446re/lcd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f446re/lcd target=nucleo-f446re:lcd timestamp=2026-01-08T09:55:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:33", timestamp_log="2026-01-08T09:55:33", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="lcd", target="nucleo-f446re:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:947", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:947", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:41 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:cansock timestamp=2026-01-08T09:56:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:21", timestamp_log="2026-01-08T09:56:21", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="cansock", target="nucleo-f446re:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:961", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:41 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/gpio,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:gpio timestamp=2026-01-08T09:56:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:59", timestamp_log="2026-01-08T09:56:59", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="gpio", target="nucleo-f446re:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:972", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:pwm timestamp=2026-01-08T09:57:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:19", timestamp_log="2026-01-08T09:57:19", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="pwm", target="nucleo-f446re:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:983", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:nsh timestamp=2026-01-08T09:57:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:39", timestamp_log="2026-01-08T09:57:39", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="nsh", target="nucleo-f446re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:994", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:42 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/systemview,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:systemview timestamp=2026-01-08T09:58:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:00", timestamp_log="2026-01-08T09:58:00", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="systemview", target="nucleo-f446re:systemview", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1005", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:systemview", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f446re/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f446re/can target=nucleo-f446re:can timestamp=2026-01-08T09:58:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:28", timestamp_log="2026-01-08T09:58:28", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="can", target="nucleo-f446re:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1015", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1015", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/ihm08m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:ihm08m1_b16 timestamp=2026-01-08T09:59:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:01", timestamp_log="2026-01-08T09:59:01", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="ihm08m1_b16", target="nucleo-f446re:ihm08m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1029", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:ihm08m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/qenco,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:qenco timestamp=2026-01-08T09:59:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:22", timestamp_log="2026-01-08T09:59:22", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="qenco", target="nucleo-f446re:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1040", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f446re/dac,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f446re:dac timestamp=2026-01-08T09:59:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:55", timestamp_log="2026-01-08T09:59:55", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-f446re", config="dac", target="nucleo-f446re:dac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1051", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f446re:dac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431kb/comp,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431kb:comp timestamp=2026-01-08T10:00:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:15", timestamp_log="2026-01-08T10:00:15", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431kb", config="comp", target="nucleo-g431kb:comp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1062", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431kb:comp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431kb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431kb:pwm timestamp=2026-01-08T10:00:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:45", timestamp_log="2026-01-08T10:00:45", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431kb", config="pwm", target="nucleo-g431kb:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1073", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431kb:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431kb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431kb:nsh timestamp=2026-01-08T10:01:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:03", timestamp_log="2026-01-08T10:01:03", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431kb", config="nsh", target="nucleo-g431kb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1084", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431kb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:47 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/ihm16m1_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:ihm16m1_b16 timestamp=2026-01-08T10:01:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:36", timestamp_log="2026-01-08T10:01:36", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="ihm16m1_b16", target="nucleo-g431rb:ihm16m1_b16", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1095", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:ihm16m1_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:48 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/cordic,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:cordic timestamp=2026-01-08T10:02:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:09", timestamp_log="2026-01-08T10:02:09", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="cordic", target="nucleo-g431rb:cordic", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1106", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:cordic", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:48 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:adc timestamp=2026-01-08T10:02:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:42", timestamp_log="2026-01-08T10:02:42", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="adc", target="nucleo-g431rb:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1117", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:cansock timestamp=2026-01-08T10:03:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:11", timestamp_log="2026-01-08T10:03:11", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="cansock", target="nucleo-g431rb:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1128", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/ihm16m1_f32,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:ihm16m1_f32 timestamp=2026-01-08T10:03:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:48", timestamp_log="2026-01-08T10:03:48", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="ihm16m1_f32", target="nucleo-g431rb:ihm16m1_f32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1139", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:ihm16m1_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:pwm timestamp=2026-01-08T10:04:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:08", timestamp_log="2026-01-08T10:04:08", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="pwm", target="nucleo-g431rb:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1150", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:nsh timestamp=2026-01-08T10:04:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:38", timestamp_log="2026-01-08T10:04:38", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="nsh", target="nucleo-g431rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1161", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g431rb/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g431rb/can target=nucleo-g431rb:can timestamp=2026-01-08T10:04:59 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:59", timestamp_log="2026-01-08T10:04:59", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="can", target="nucleo-g431rb:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1171", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1171", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g431rb/qenco,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g431rb:qenco timestamp=2026-01-08T10:05:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:47", timestamp_log="2026-01-08T10:05:47", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g431rb", config="qenco", target="nucleo-g431rb:qenco", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1185", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g431rb:qenco", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g474re/usbserial,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g474re/usbserial target=nucleo-g474re:usbserial timestamp=2026-01-08T10:06:07 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:07", timestamp_log="2026-01-08T10:06:07", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g474re", config="usbserial", target="nucleo-g474re:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1195", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1195", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g474re:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g474re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g474re:nsh timestamp=2026-01-08T10:06:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:52", timestamp_log="2026-01-08T10:06:52", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g474re", config="nsh", target="nucleo-g474re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1210", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g474re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g474re/lpuartnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g474re/lpuartnsh target=nucleo-g474re:lpuartnsh timestamp=2026-01-08T10:07:26 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:26", timestamp_log="2026-01-08T10:07:26", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-g474re", config="lpuartnsh", target="nucleo-g474re:lpuartnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1220", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1220", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g474re:lpuartnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l152re/lcd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-l152re/lcd target=nucleo-l152re:lcd timestamp=2026-01-08T10:08:00 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:00", timestamp_log="2026-01-08T10:08:00", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-l152re", config="lcd", target="nucleo-l152re:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1234", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1234", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l152re:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-l152re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-l152re:nsh timestamp=2026-01-08T10:08:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:58", timestamp_log="2026-01-08T10:08:58", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="nucleo-l152re", config="nsh", target="nucleo-l152re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1248", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l152re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:discover timestamp=2026-01-08T10:09:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:31", timestamp_log="2026-01-08T10:09:31", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="discover", target="olimex-stm32-e407:discover", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1258", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1258", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:discover", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:telnetd timestamp=2026-01-08T10:10:27 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:27", timestamp_log="2026-01-08T10:10:27", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="telnetd", target="olimex-stm32-e407:telnetd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1273", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1273", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:telnetd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/mrf24j40-mac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/mrf24j40-mac target=olimex-stm32-e407:mrf24j40-mac timestamp=2026-01-08T10:11:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:28", timestamp_log="2026-01-08T10:11:28", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="mrf24j40-mac", target="olimex-stm32-e407:mrf24j40-mac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1288", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1288", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:mrf24j40-mac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/usbnsh target=olimex-stm32-e407:usbnsh timestamp=2026-01-08T10:12:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:20", timestamp_log="2026-01-08T10:12:20", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="usbnsh", target="olimex-stm32-e407:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1301", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1301", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:55:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/mrf24j40-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/mrf24j40-6lowpan target=olimex-stm32-e407:mrf24j40-6lowpan timestamp=2026-01-08T10:13:04 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:04", timestamp_log="2026-01-08T10:13:04", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="mrf24j40-6lowpan", target="olimex-stm32-e407:mrf24j40-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1315", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1315", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:mrf24j40-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/timer,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/timer target=olimex-stm32-e407:timer timestamp=2026-01-08T10:13:56 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:56", timestamp_log="2026-01-08T10:13:56", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="timer", target="olimex-stm32-e407:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1328", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1328", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:webserver timestamp=2026-01-08T10:14:34 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:34", timestamp_log="2026-01-08T10:14:34", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="webserver", target="olimex-stm32-e407:webserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1341", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1341", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:webserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/nsh target=olimex-stm32-e407:nsh timestamp=2026-01-08T10:15:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:33", timestamp_log="2026-01-08T10:15:33", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="nsh", target="olimex-stm32-e407:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1356", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1356", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/bmp180,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/bmp180 target=olimex-stm32-e407:bmp180 timestamp=2026-01-08T10:16:10 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:10", timestamp_log="2026-01-08T10:16:10", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="bmp180", target="olimex-stm32-e407:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1370", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1370", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-e407:netnsh timestamp=2026-01-08T10:16:47 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:47", timestamp_log="2026-01-08T10:16:47", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="netnsh", target="olimex-stm32-e407:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1383", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1383", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/dac,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/dac target=olimex-stm32-e407:dac timestamp=2026-01-08T10:17:47 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:47", timestamp_log="2026-01-08T10:17:47", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="dac", target="olimex-stm32-e407:dac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1398", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1398", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:dac", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-e407/ina219,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-e407/ina219 target=olimex-stm32-e407:ina219 timestamp=2026-01-08T10:18:24 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:24", timestamp_log="2026-01-08T10:18:24", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-e407", config="ina219", target="olimex-stm32-e407:ina219", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1412", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1412", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-e407:ina219", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-h405/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-h405:usbnsh timestamp=2026-01-08T10:19:01 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:01", timestamp_log="2026-01-08T10:19:01", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-h405", config="usbnsh", target="olimex-stm32-h405:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1425", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1425", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-h405:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-h407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-h407/nsh target=olimex-stm32-h407:nsh timestamp=2026-01-08T10:19:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:49", timestamp_log="2026-01-08T10:19:49", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-h407", config="nsh", target="olimex-stm32-h407:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1440", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1440", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-h407:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-h407/nsh_uext,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-h407/nsh_uext target=olimex-stm32-h407:nsh_uext timestamp=2026-01-08T10:20:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:28", timestamp_log="2026-01-08T10:20:28", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-h407", config="nsh_uext", target="olimex-stm32-h407:nsh_uext", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1453", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1453", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-h407:nsh_uext", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p107/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p107/nsh target=olimex-stm32-p107:nsh timestamp=2026-01-08T10:21:09 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:09", timestamp_log="2026-01-08T10:21:09", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p107", config="nsh", target="olimex-stm32-p107:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1466", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1466", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p107:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p207/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-stm32-p207:nsh timestamp=2026-01-08T10:22:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:07", timestamp_log="2026-01-08T10:22:07", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p207", config="nsh", target="olimex-stm32-p207:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1479", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1479", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p207:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/mqttc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/mqttc target=olimex-stm32-p407:mqttc timestamp=2026-01-08T10:23:03 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:03", timestamp_log="2026-01-08T10:23:03", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="mqttc", target="olimex-stm32-p407:mqttc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1494", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1494", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:mqttc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/module target=olimex-stm32-p407:module timestamp=2026-01-08T10:24:09 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:09", timestamp_log="2026-01-08T10:24:09", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="module", target="olimex-stm32-p407:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1514", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1514", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/knsh target=olimex-stm32-p407:knsh timestamp=2026-01-08T10:24:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:57", timestamp_log="2026-01-08T10:24:57", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="knsh", target="olimex-stm32-p407:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1527", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1527", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/dhtxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/dhtxx target=olimex-stm32-p407:dhtxx timestamp=2026-01-08T10:26:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:13", timestamp_log="2026-01-08T10:26:13", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="dhtxx", target="olimex-stm32-p407:dhtxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1540", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1540", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:dhtxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/hidkbd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/hidkbd target=olimex-stm32-p407:hidkbd timestamp=2026-01-08T10:26:59 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:59", timestamp_log="2026-01-08T10:26:59", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="hidkbd", target="olimex-stm32-p407:hidkbd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1553", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1553", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:hidkbd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/nsh target=olimex-stm32-p407:nsh timestamp=2026-01-08T10:27:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:38", timestamp_log="2026-01-08T10:27:38", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="nsh", target="olimex-stm32-p407:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1566", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1566", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/audio target=olimex-stm32-p407:audio timestamp=2026-01-08T10:28:16 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:16", timestamp_log="2026-01-08T10:28:16", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="audio", target="olimex-stm32-p407:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1579", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1579", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/zmodem,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/zmodem target=olimex-stm32-p407:zmodem timestamp=2026-01-08T10:28:55 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:55", timestamp_log="2026-01-08T10:28:55", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="zmodem", target="olimex-stm32-p407:zmodem", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1592", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1592", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:zmodem", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/kelf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/kelf target=olimex-stm32-p407:kelf timestamp=2026-01-08T10:29:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:33", timestamp_log="2026-01-08T10:29:33", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="kelf", target="olimex-stm32-p407:kelf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1605", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1605", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:kelf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-stm32-p407/kmodule,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize olimex-stm32-p407/kmodule target=olimex-stm32-p407:kmodule timestamp=2026-01-08T10:30:51 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:51", timestamp_log="2026-01-08T10:30:51", user="NuttX", arch="arm", subarch="stm32", group="arm-09", board="olimex-stm32-p407", config="kmodule", target="olimex-stm32-p407:kmodule", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1618", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663340#step:10:1618", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-stm32-p407:kmodule", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:14 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-10 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-10 + local os=Linux + local step=10 + local group=arm-10 + local 'job_name=Linux (arm-10)' ++ jq '.jobs | map(select(.name == "Linux (arm-10)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 65545 0 0:00:02 0:00:02 --:--:-- 65571 + local job_id=59779663329 + set +x job_id=59779663329 + [[ 59779663329 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/10_Linux (arm-10).txt' + local 'log_file=/tmp/ingest-nuttx-builds/10_Linux (arm-10).txt' + local filename=ci-arm-10.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-10.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:83 + cat '/tmp/ingest-nuttx-builds/10_Linux (arm-10).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-10.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {397bf60a-2b90-41ce-895d-704ccd2fabe2} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-10) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1988) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-10.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-10 --run-id 20812375605 --job-id 59779663329 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-10.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-10 --run-id 20812375605 --job-id 59779663329 --step 10` lines[0]=Configuration/Tool: olimexino-stm32/tiny,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/tiny target=olimexino-stm32:tiny timestamp=2026-01-08T10:25:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:21", timestamp_log="2026-01-08T10:25:21", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="tiny", target="olimexino-stm32:tiny", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:776", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:tiny", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/nsh target=olimexino-stm32:nsh timestamp=2026-01-08T10:26:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:09", timestamp_log="2026-01-08T10:26:09", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="nsh", target="olimexino-stm32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:786", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/can target=olimexino-stm32:can timestamp=2026-01-08T10:26:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:58", timestamp_log="2026-01-08T10:26:58", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="can", target="olimexino-stm32:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:796", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/smallnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/smallnsh target=olimexino-stm32:smallnsh timestamp=2026-01-08T10:27:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:46", timestamp_log="2026-01-08T10:27:46", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="smallnsh", target="olimexino-stm32:smallnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:806", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:smallnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimexino-stm32/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize olimexino-stm32/composite target=olimexino-stm32:composite timestamp=2026-01-08T10:28:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:35", timestamp_log="2026-01-08T10:28:35", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="olimexino-stm32", config="composite", target="olimexino-stm32:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:816", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimexino-stm32:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: omnibusf4/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize omnibusf4/nsh target=omnibusf4:nsh timestamp=2026-01-08T10:29:11 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:11", timestamp_log="2026-01-08T10:29:11", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="omnibusf4", config="nsh", target="omnibusf4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:826", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:826", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/omnibusf4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/usbnsh target=photon:usbnsh timestamp=2026-01-08T10:30:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:06", timestamp_log="2026-01-08T10:30:06", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="usbnsh", target="photon:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:840", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:840", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/adb target=photon:adb timestamp=2026-01-08T10:30:58 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:58", timestamp_log="2026-01-08T10:30:58", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="adb", target="photon:adb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:853", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:853", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/rgbled target=photon:rgbled timestamp=2026-01-08T10:31:52 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:52", timestamp_log="2026-01-08T10:31:52", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="rgbled", target="photon:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:880", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:880", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/nsh target=photon:nsh timestamp=2026-01-08T10:32:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:28", timestamp_log="2026-01-08T10:32:28", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="nsh", target="photon:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:893", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:893", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/wlan-perf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/wlan-perf target=photon:wlan-perf timestamp=2026-01-08T10:33:05 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:05", timestamp_log="2026-01-08T10:33:05", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="wlan-perf", target="photon:wlan-perf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:906", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:906", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:wlan-perf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: photon/wlan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize photon/wlan target=photon:wlan timestamp=2026-01-08T10:33:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:57", timestamp_log="2026-01-08T10:33:57", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="photon", config="wlan", target="photon:wlan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:926", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:926", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/photon:wlan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: shenzhou/nxwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize shenzhou/nxwm target=shenzhou:nxwm timestamp=2026-01-08T10:35:05 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:05", timestamp_log="2026-01-08T10:35:05", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="shenzhou", config="nxwm", target="shenzhou:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:946", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:946", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/shenzhou:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: shenzhou/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize shenzhou/nsh target=shenzhou:nsh timestamp=2026-01-08T10:36:17 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:17", timestamp_log="2026-01-08T10:36:17", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="shenzhou", config="nsh", target="shenzhou:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:959", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:959", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/shenzhou:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:24 GMT", "content-length": "0"} } lines[0]=Skipping: shenzhou/thttpd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Skipping: shenzhou/thttpd,CONFIG_ARM_TOOLCHAIN_CLANG *** Not a target: Skipping: shenzhou/thttpd,CONFIG_ARM_TOOLCHAIN_CLANG lines[0]=Configuration/Tool: stm3210e-eval/nx,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/nx target=stm3210e-eval:nx timestamp=2026-01-08T10:37:19 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:19", timestamp_log="2026-01-08T10:37:19", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nx", target="stm3210e-eval:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:979", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:979", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/pm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/pm target=stm3210e-eval:pm timestamp=2026-01-08T10:38:09 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:09", timestamp_log="2026-01-08T10:38:09", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="pm", target="stm3210e-eval:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:992", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:992", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/usbserial,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=stm3210e-eval:usbserial timestamp=2026-01-08T10:38:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:57", timestamp_log="2026-01-08T10:38:57", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="usbserial", target="stm3210e-eval:usbserial", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1005", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1005", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:usbserial", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/usbmsc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=stm3210e-eval:usbmsc timestamp=2026-01-08T10:39:44 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:44", timestamp_log="2026-01-08T10:39:44", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="usbmsc", target="stm3210e-eval:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1020", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1020", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/nsh2,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/nsh2 target=stm3210e-eval:nsh2 timestamp=2026-01-08T10:40:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:33", timestamp_log="2026-01-08T10:40:33", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nsh2", target="stm3210e-eval:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1035", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1035", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=stm3210e-eval:nsh timestamp=2026-01-08T10:41:30 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:30", timestamp_log="2026-01-08T10:41:30", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nsh", target="stm3210e-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1048", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1048", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/composite target=stm3210e-eval:composite timestamp=2026-01-08T10:42:14 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:14", timestamp_log="2026-01-08T10:42:14", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="composite", target="stm3210e-eval:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1063", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1063", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3210e-eval/nxterm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm3210e-eval/nxterm target=stm3210e-eval:nxterm timestamp=2026-01-08T10:43:04 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:04", timestamp_log="2026-01-08T10:43:04", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3210e-eval", config="nxterm", target="stm3210e-eval:nxterm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1076", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1076", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3210e-eval:nxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nxwm target=stm3220g-eval:nxwm timestamp=2026-01-08T10:44:00 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:00", timestamp_log="2026-01-08T10:44:00", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nxwm", target="stm3220g-eval:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1089", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1089", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/telnetd target=stm3220g-eval:telnetd timestamp=2026-01-08T10:45:11 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:11", timestamp_log="2026-01-08T10:45:11", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="telnetd", target="stm3220g-eval:telnetd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1102", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1102", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:telnetd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/dhcpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/dhcpd target=stm3220g-eval:dhcpd timestamp=2026-01-08T10:46:02 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:02", timestamp_log="2026-01-08T10:46:02", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="dhcpd", target="stm3220g-eval:dhcpd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1115", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1115", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:dhcpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nettest target=stm3220g-eval:nettest timestamp=2026-01-08T10:46:51 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:51", timestamp_log="2026-01-08T10:46:51", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nettest", target="stm3220g-eval:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1128", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1128", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nsh2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nsh2 target=stm3220g-eval:nsh2 timestamp=2026-01-08T10:47:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:40", timestamp_log="2026-01-08T10:47:40", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nsh2", target="stm3220g-eval:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1141", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1141", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3220g-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3220g-eval/nsh target=stm3220g-eval:nsh timestamp=2026-01-08T10:48:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:38", timestamp_log="2026-01-08T10:48:38", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3220g-eval", config="nsh", target="stm3220g-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1154", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1154", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3220g-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nxwm target=stm3240g-eval:nxwm timestamp=2026-01-08T10:49:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:20", timestamp_log="2026-01-08T10:49:20", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nxwm", target="stm3240g-eval:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1167", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1167", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/discover target=stm3240g-eval:discover timestamp=2026-01-08T10:50:34 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:34", timestamp_log="2026-01-08T10:50:34", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="discover", target="stm3240g-eval:discover", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1180", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1180", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:discover", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/telnetd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/telnetd target=stm3240g-eval:telnetd timestamp=2026-01-08T10:51:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:32", timestamp_log="2026-01-08T10:51:32", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="telnetd", target="stm3240g-eval:telnetd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1193", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1193", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:telnetd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:33 GMT", "content-length": "0"} } lines[0]=Skipping: stm3240g-eval/knxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: stm3240g-eval/knxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: stm3240g-eval/knxwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: stm3240g-eval/dhcpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/dhcpd target=stm3240g-eval:dhcpd timestamp=2026-01-08T10:52:26 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:26", timestamp_log="2026-01-08T10:52:26", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="dhcpd", target="stm3240g-eval:dhcpd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1213", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1213", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:dhcpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nettest target=stm3240g-eval:nettest timestamp=2026-01-08T10:53:12 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:12", timestamp_log="2026-01-08T10:53:12", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nettest", target="stm3240g-eval:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1226", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1226", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nsh2,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nsh2 target=stm3240g-eval:nsh2 timestamp=2026-01-08T10:54:01 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:01", timestamp_log="2026-01-08T10:54:01", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nsh2", target="stm3240g-eval:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1239", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1239", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/webserver,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/webserver target=stm3240g-eval:webserver timestamp=2026-01-08T10:55:01 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:01", timestamp_log="2026-01-08T10:55:01", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="webserver", target="stm3240g-eval:webserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1252", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1252", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:webserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nsh target=stm3240g-eval:nsh timestamp=2026-01-08T10:56:00 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:00", timestamp_log="2026-01-08T10:56:00", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nsh", target="stm3240g-eval:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1265", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1265", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/fb target=stm3240g-eval:fb timestamp=2026-01-08T10:56:57 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:57", timestamp_log="2026-01-08T10:56:57", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="fb", target="stm3240g-eval:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1278", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1278", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/xmlrpc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/xmlrpc target=stm3240g-eval:xmlrpc timestamp=2026-01-08T10:57:41 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:41", timestamp_log="2026-01-08T10:57:41", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="xmlrpc", target="stm3240g-eval:xmlrpc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1291", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1291", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:xmlrpc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm3240g-eval/nxterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm3240g-eval/nxterm target=stm3240g-eval:nxterm timestamp=2026-01-08T10:58:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:38", timestamp_log="2026-01-08T10:58:38", user="NuttX", arch="arm", subarch="stm32", group="arm-10", board="stm3240g-eval", config="nxterm", target="stm3240g-eval:nxterm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1304", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663329#step:10:1304", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm3240g-eval:nxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:38 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-11 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-11 + local os=Linux + local step=10 + local group=arm-11 + local 'job_name=Linux (arm-11)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm-11)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 54249 0 0:00:03 0:00:03 --:--:-- 54262 + local job_id=59779663361 + set +x job_id=59779663361 + [[ 59779663361 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/18_Linux (arm-11).txt' + local 'log_file=/tmp/ingest-nuttx-builds/18_Linux (arm-11).txt' + local filename=ci-arm-11.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-11.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/18_Linux (arm-11).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-11.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {66a96d40-9e73-432a-973d-3a80e1aba836} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-11) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1996) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-11.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-11 --run-id 20812375605 --job-id 59779663361 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-11.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-11 --run-id 20812375605 --job-id 59779663361 --step 10` lines[0]=Cmake in present: stm32_tiny/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32_tiny:usbnsh timestamp=2026-01-08T09:46:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:34", timestamp_log="2026-01-08T09:46:34", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32_tiny", config="usbnsh", target="stm32_tiny:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:775", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32_tiny:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32_tiny/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32_tiny:nsh timestamp=2026-01-08T09:47:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:10", timestamp_log="2026-01-08T09:47:10", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32_tiny", config="nsh", target="stm32_tiny:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:786", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32_tiny:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nshusbhost,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nshusbhost timestamp=2026-01-08T09:47:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:41", timestamp_log="2026-01-08T09:47:41", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nshusbhost", target="stm32butterfly2:nshusbhost", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:797", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nshusbhost", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nsh timestamp=2026-01-08T09:48:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:16", timestamp_log="2026-01-08T09:48:16", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nsh", target="stm32butterfly2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:808", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:45 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nshnet,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nshnet timestamp=2026-01-08T09:48:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:36", timestamp_log="2026-01-08T09:48:36", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nshnet", target="stm32butterfly2:nshnet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:819", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nshnet", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:46 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32butterfly2/nshusbdev,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32butterfly2:nshusbdev timestamp=2026-01-08T09:49:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:16", timestamp_log="2026-01-08T09:49:16", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32butterfly2", config="nshusbdev", target="stm32butterfly2:nshusbdev", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:830", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32butterfly2:nshusbdev", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:47 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:lcd1602 timestamp=2026-01-08T09:49:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:38", timestamp_log="2026-01-08T09:49:38", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="lcd1602", target="stm32f103-minimum:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:841", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:47 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/buttons,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:buttons timestamp=2026-01-08T09:49:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:58", timestamp_log="2026-01-08T09:49:58", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="buttons", target="stm32f103-minimum:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:852", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/ssd1306,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/ssd1306 target=stm32f103-minimum:ssd1306 timestamp=2026-01-08T09:50:17 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:17", timestamp_log="2026-01-08T09:50:17", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="ssd1306", target="stm32f103-minimum:ssd1306", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:862", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:862", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:ssd1306", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/nrf24,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:nrf24 timestamp=2026-01-08T09:51:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:03", timestamp_log="2026-01-08T09:51:03", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="nrf24", target="stm32f103-minimum:nrf24", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:876", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:nrf24", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/mcp2515,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:mcp2515 timestamp=2026-01-08T09:51:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:23", timestamp_log="2026-01-08T09:51:23", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="mcp2515", target="stm32f103-minimum:mcp2515", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:887", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:mcp2515", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/jlx12864g,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/jlx12864g target=stm32f103-minimum:jlx12864g timestamp=2026-01-08T09:51:42 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:42", timestamp_log="2026-01-08T09:51:42", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="jlx12864g", target="stm32f103-minimum:jlx12864g", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:897", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:897", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:jlx12864g", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:usbnsh timestamp=2026-01-08T09:52:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:30", timestamp_log="2026-01-08T09:52:30", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="usbnsh", target="stm32f103-minimum:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:911", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/audio_tone,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:audio_tone timestamp=2026-01-08T09:52:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:49", timestamp_log="2026-01-08T09:52:49", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="audio_tone", target="stm32f103-minimum:audio_tone", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:922", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:audio_tone", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/adb target=stm32f103-minimum:adb timestamp=2026-01-08T09:53:09 *** Msg: %% TToottaall %% RReecceeiivveedd %% XXffeerrdd AAvveerraaggee SSppeeeedd TTiimmee TTiimmee TTiimmee CCuurrrreenntt *** Msg: DDllooaadd UUppllooaad d T oTtoatla l S pSepnetn t L eLfetf t S pSepeede *** Msg: d *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:09", timestamp_log="2026-01-08T09:53:09", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="adb", target="stm32f103-minimum:adb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:932", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:932", msg="%% TToottaall %% RReecceeiivveedd %% XXffeerrdd AAvveerraaggee SSppeeeedd TTiimmee TTiimmee TTiimmee CCuurrrreenntt \n DDllooaadd UUppllooaad d T oTtoatla l S pSepnetn t L eLfetf t S pSepeede \n d \n chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_p", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/rfid-rc522,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:rfid-rc522 timestamp=2026-01-08T09:54:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:00", timestamp_log="2026-01-08T09:54:00", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="rfid-rc522", target="stm32f103-minimum:rfid-rc522", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:960", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:rfid-rc522", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/hello,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:hello timestamp=2026-01-08T09:54:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:19", timestamp_log="2026-01-08T09:54:19", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="hello", target="stm32f103-minimum:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:971", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:rgbled timestamp=2026-01-08T09:54:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:47", timestamp_log="2026-01-08T09:54:47", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="rgbled", target="stm32f103-minimum:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:982", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f103-minimum/sensors,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f103-minimum/sensors target=stm32f103-minimum:sensors timestamp=2026-01-08T09:55:06 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. *** Msg: lto-wrapper: warning: using serial compilation of 2 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information *** Msg: /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:06", timestamp_log="2026-01-08T09:55:06", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="sensors", target="stm32f103-minimum:sensors", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:992", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:992", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n lto-wrapper: warning: Extra option to '-Xassembler': -mthumb, dropping all '-Xassembler' and '-Wa' options. \n lto-wrapper: warning: using serial compilation of 2 LTRANS jobs \n lto-wrapper: note: see the '-flto'", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:sensors", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/userled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:userled timestamp=2026-01-08T09:55:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:50", timestamp_log="2026-01-08T09:55:50", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="userled", target="stm32f103-minimum:userled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1010", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:userled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/pwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:pwm timestamp=2026-01-08T09:56:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:10", timestamp_log="2026-01-08T09:56:10", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="pwm", target="stm32f103-minimum:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1021", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:nsh timestamp=2026-01-08T09:56:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:29", timestamp_log="2026-01-08T09:56:29", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="nsh", target="stm32f103-minimum:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1032", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/veml6070,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:veml6070 timestamp=2026-01-08T09:56:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:48", timestamp_log="2026-01-08T09:56:48", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="veml6070", target="stm32f103-minimum:veml6070", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1043", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:veml6070", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f103-minimum/apds9960,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=stm32f103-minimum:apds9960 timestamp=2026-01-08T09:57:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:08", timestamp_log="2026-01-08T09:57:08", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f103-minimum", config="apds9960", target="stm32f103-minimum:apds9960", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1054", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f103-minimum:apds9960", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f334-disco/buckboost,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f334-disco:buckboost timestamp=2026-01-08T09:57:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:27", timestamp_log="2026-01-08T09:57:27", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f334-disco", config="buckboost", target="stm32f334-disco:buckboost", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1065", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f334-disco:buckboost", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f334-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f334-disco:nsh timestamp=2026-01-08T09:58:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:03", timestamp_log="2026-01-08T09:58:03", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f334-disco", config="nsh", target="stm32f334-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1076", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f334-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f334-disco/powerled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f334-disco:powerled timestamp=2026-01-08T09:58:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:35", timestamp_log="2026-01-08T09:58:35", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f334-disco", config="powerled", target="stm32f334-disco:powerled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1087", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f334-disco:powerled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f3discovery/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f3discovery:usbnsh timestamp=2026-01-08T09:59:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:07", timestamp_log="2026-01-08T09:59:07", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f3discovery", config="usbnsh", target="stm32f3discovery:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1098", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f3discovery:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f3discovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f3discovery:nsh timestamp=2026-01-08T09:59:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:42", timestamp_log="2026-01-08T09:59:42", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f3discovery", config="nsh", target="stm32f3discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1109", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f3discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/usbmsc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:usbmsc timestamp=2026-01-08T10:00:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:04", timestamp_log="2026-01-08T10:00:04", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="usbmsc", target="stm32f411-minimum:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1120", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f411-minimum/rgbled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f411-minimum/rgbled target=stm32f411-minimum:rgbled timestamp=2026-01-08T10:00:38 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:38", timestamp_log="2026-01-08T10:00:38", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="rgbled", target="stm32f411-minimum:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1130", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1130", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/spifsnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:spifsnsh timestamp=2026-01-08T10:01:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:25", timestamp_log="2026-01-08T10:01:25", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="spifsnsh", target="stm32f411-minimum:spifsnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1144", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:spifsnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f411-minimum/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f411-minimum/pwm target=stm32f411-minimum:pwm timestamp=2026-01-08T10:01:46 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:46", timestamp_log="2026-01-08T10:01:46", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="pwm", target="stm32f411-minimum:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1154", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1154", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:56:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:nsh timestamp=2026-01-08T10:02:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:18", timestamp_log="2026-01-08T10:02:18", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="nsh", target="stm32f411-minimum:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1168", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411-minimum/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411-minimum:composite timestamp=2026-01-08T10:02:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:50", timestamp_log="2026-01-08T10:02:50", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411-minimum", config="composite", target="stm32f411-minimum:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1179", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411-minimum:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f411e-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f411e-disco:nsh timestamp=2026-01-08T10:03:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:11", timestamp_log="2026-01-08T10:03:11", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f411e-disco", config="nsh", target="stm32f411e-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1190", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f411e-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/nxwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/nxwm target=stm32f429i-disco:nxwm timestamp=2026-01-08T10:03:32 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:32", timestamp_log="2026-01-08T10:03:32", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="nxwm", target="stm32f429i-disco:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1200", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1200", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/highpri,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:highpri timestamp=2026-01-08T10:04:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:39", timestamp_log="2026-01-08T10:04:39", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="highpri", target="stm32f429i-disco:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1214", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/bootlogo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/bootlogo target=stm32f429i-disco:bootlogo timestamp=2026-01-08T10:05:13 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:13", timestamp_log="2026-01-08T10:05:13", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="bootlogo", target="stm32f429i-disco:bootlogo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1224", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1224", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:bootlogo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/usbmsc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:usbmsc timestamp=2026-01-08T10:05:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:59", timestamp_log="2026-01-08T10:05:59", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="usbmsc", target="stm32f429i-disco:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1238", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:adc timestamp=2026-01-08T10:06:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:33", timestamp_log="2026-01-08T10:06:33", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="adc", target="stm32f429i-disco:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1249", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/lvgl target=stm32f429i-disco:lvgl timestamp=2026-01-08T10:06:54 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:54", timestamp_log="2026-01-08T10:06:54", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="lvgl", target="stm32f429i-disco:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1259", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1259", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/lcd,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/lcd target=stm32f429i-disco:lcd timestamp=2026-01-08T10:08:35 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:35", timestamp_log="2026-01-08T10:08:35", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="lcd", target="stm32f429i-disco:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1272", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1272", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:04 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:usbnsh timestamp=2026-01-08T10:09:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:19", timestamp_log="2026-01-08T10:09:19", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="usbnsh", target="stm32f429i-disco:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1286", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/gdbstub,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/gdbstub target=stm32f429i-disco:gdbstub timestamp=2026-01-08T10:09:46 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:46", timestamp_log="2026-01-08T10:09:46", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="gdbstub", target="stm32f429i-disco:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1296", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1296", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:06 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:nsh timestamp=2026-01-08T10:10:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:34", timestamp_log="2026-01-08T10:10:34", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="nsh", target="stm32f429i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1310", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/systemview,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/systemview target=stm32f429i-disco:systemview timestamp=2026-01-08T10:10:53 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:53", timestamp_log="2026-01-08T10:10:53", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="systemview", target="stm32f429i-disco:systemview", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1320", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1320", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:systemview", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f429i-disco/extflash,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f429i-disco:extflash timestamp=2026-01-08T10:11:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:35", timestamp_log="2026-01-08T10:11:35", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="extflash", target="stm32f429i-disco:extflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1334", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:extflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/fb target=stm32f429i-disco:fb timestamp=2026-01-08T10:12:07 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:07", timestamp_log="2026-01-08T10:12:07", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="fb", target="stm32f429i-disco:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1344", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1344", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/ofloader,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/ofloader target=stm32f429i-disco:ofloader timestamp=2026-01-08T10:12:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:40", timestamp_log="2026-01-08T10:12:40", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="ofloader", target="stm32f429i-disco:ofloader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1357", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1357", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:ofloader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/nxhello,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/nxhello target=stm32f429i-disco:nxhello timestamp=2026-01-08T10:13:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:31", timestamp_log="2026-01-08T10:13:31", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="nxhello", target="stm32f429i-disco:nxhello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1371", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1371", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:nxhello", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f429i-disco/stack,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f429i-disco/stack target=stm32f429i-disco:stack timestamp=2026-01-08T10:14:21 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:21", timestamp_log="2026-01-08T10:14:21", user="NuttX", arch="arm", subarch="stm32", group="arm-11", board="stm32f429i-disco", config="stack", target="stm32f429i-disco:stack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1384", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663361#step:10:1384", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f429i-disco:stack", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:10 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-12 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-12 + local os=Linux + local step=10 + local group=arm-12 + local 'job_name=Linux (arm-12)' ++ jq '.jobs | map(select(.name == "Linux (arm-12)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 62888 0 0:00:02 0:00:02 --:--:-- 62878 + local job_id=59779663343 + set +x job_id=59779663343 + [[ 59779663343 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/14_Linux (arm-12).txt' + local 'log_file=/tmp/ingest-nuttx-builds/14_Linux (arm-12).txt' + local filename=ci-arm-12.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-12.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/14_Linux (arm-12).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-12.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {d426586f-2b81-426c-852f-f8c5289467f2} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-12) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2070) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-12.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-12 --run-id 20812375605 --job-id 59779663343 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-12.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-12 --run-id 20812375605 --job-id 59779663343 --step 10` lines[0]=Configuration/Tool: stm32f4discovery/modbus_slave,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/modbus_slave target=stm32f4discovery:modbus_slave timestamp=2026-01-08T10:13:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:31", timestamp_log="2026-01-08T10:13:31", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="modbus_slave", target="stm32f4discovery:modbus_slave", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:769", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:769", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:modbus_slave", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/st7789,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/st7789 target=stm32f4discovery:st7789 timestamp=2026-01-08T10:14:25 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:25", timestamp_log="2026-01-08T10:14:25", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="st7789", target="stm32f4discovery:st7789", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:782", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:782", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:st7789", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/lcd1602 target=stm32f4discovery:lcd1602 timestamp=2026-01-08T10:15:03 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:03", timestamp_log="2026-01-08T10:15:03", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="lcd1602", target="stm32f4discovery:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:795", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:795", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/nxscope_cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/nxscope_cdcacm target=stm32f4discovery:nxscope_cdcacm timestamp=2026-01-08T10:15:39 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:39", timestamp_log="2026-01-08T10:15:39", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="nxscope_cdcacm", target="stm32f4discovery:nxscope_cdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:808", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:808", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:nxscope_cdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/pm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/pm target=stm32f4discovery:pm timestamp=2026-01-08T10:16:31 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:31", timestamp_log="2026-01-08T10:16:31", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="pm", target="stm32f4discovery:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:821", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:821", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/kostest target=stm32f4discovery:kostest timestamp=2026-01-08T10:17:21 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:21", timestamp_log="2026-01-08T10:17:21", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="kostest", target="stm32f4discovery:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:834", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:834", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/cxx-oot-build,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/cxx-oot-build target=stm32f4discovery:cxx-oot-build timestamp=2026-01-08T10:18:36 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:36", timestamp_log="2026-01-08T10:18:36", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="cxx-oot-build", target="stm32f4discovery:cxx-oot-build", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:847", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:847", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:cxx-oot-build", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/canard,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/canard target=stm32f4discovery:canard timestamp=2026-01-08T10:19:25 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:25", timestamp_log="2026-01-08T10:19:25", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="canard", target="stm32f4discovery:canard", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:860", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:860", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:canard", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/lwl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/lwl target=stm32f4discovery:lwl timestamp=2026-01-08T10:20:17 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:17", timestamp_log="2026-01-08T10:20:17", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="lwl", target="stm32f4discovery:lwl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:880", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:880", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:lwl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/ipv6 target=stm32f4discovery:ipv6 timestamp=2026-01-08T10:20:55 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:55", timestamp_log="2026-01-08T10:20:55", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="ipv6", target="stm32f4discovery:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:893", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:893", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/usbmsc target=stm32f4discovery:usbmsc timestamp=2026-01-08T10:21:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:49", timestamp_log="2026-01-08T10:21:49", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="usbmsc", target="stm32f4discovery:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:906", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:906", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/rndis target=stm32f4discovery:rndis timestamp=2026-01-08T10:22:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:40", timestamp_log="2026-01-08T10:22:40", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="rndis", target="stm32f4discovery:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:919", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:919", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/module target=stm32f4discovery:module timestamp=2026-01-08T10:23:49 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:49", timestamp_log="2026-01-08T10:23:49", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="module", target="stm32f4discovery:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:940", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:940", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/usbnsh target=stm32f4discovery:usbnsh timestamp=2026-01-08T10:24:29 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:29", timestamp_log="2026-01-08T10:24:29", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="usbnsh", target="stm32f4discovery:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:953", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:953", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/brickmatch,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/brickmatch target=stm32f4discovery:brickmatch timestamp=2026-01-08T10:25:23 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:23", timestamp_log="2026-01-08T10:25:23", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="brickmatch", target="stm32f4discovery:brickmatch", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:966", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:966", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:brickmatch", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/sporadic,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/sporadic target=stm32f4discovery:sporadic timestamp=2026-01-08T10:26:17 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:17", timestamp_log="2026-01-08T10:26:17", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="sporadic", target="stm32f4discovery:sporadic", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:979", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:979", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:sporadic", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/adb target=stm32f4discovery:adb timestamp=2026-01-08T10:27:09 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:09", timestamp_log="2026-01-08T10:27:09", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="adb", target="stm32f4discovery:adb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:992", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:992", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/pseudoterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/pseudoterm target=stm32f4discovery:pseudoterm timestamp=2026-01-08T10:28:10 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:10", timestamp_log="2026-01-08T10:28:10", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="pseudoterm", target="stm32f4discovery:pseudoterm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1019", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1019", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:pseudoterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/posix_spawn target=stm32f4discovery:posix_spawn timestamp=2026-01-08T10:29:01 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:01", timestamp_log="2026-01-08T10:29:01", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="posix_spawn", target="stm32f4discovery:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1032", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1032", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/rgbled target=stm32f4discovery:rgbled timestamp=2026-01-08T10:29:53 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:53", timestamp_log="2026-01-08T10:29:53", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="rgbled", target="stm32f4discovery:rgbled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1045", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1045", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:rgbled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/max7219,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/max7219 target=stm32f4discovery:max7219 timestamp=2026-01-08T10:30:46 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:46", timestamp_log="2026-01-08T10:30:46", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="max7219", target="stm32f4discovery:max7219", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1058", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1058", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:max7219", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/wifi,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/wifi target=stm32f4discovery:wifi timestamp=2026-01-08T10:31:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:40", timestamp_log="2026-01-08T10:31:40", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="wifi", target="stm32f4discovery:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1071", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1071", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/xen1210,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/xen1210 target=stm32f4discovery:xen1210 timestamp=2026-01-08T10:32:54 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:54", timestamp_log="2026-01-08T10:32:54", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="xen1210", target="stm32f4discovery:xen1210", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1084", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1084", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:xen1210", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/nsh target=stm32f4discovery:nsh timestamp=2026-01-08T10:33:33 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:33", timestamp_log="2026-01-08T10:33:33", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="nsh", target="stm32f4discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1097", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1097", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/audio target=stm32f4discovery:audio timestamp=2026-01-08T10:34:10 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:10", timestamp_log="2026-01-08T10:34:10", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="audio", target="stm32f4discovery:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1110", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1110", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:31 GMT", "content-length": "0"} } lines[0]=Skipping: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: stm32f4discovery/ether_w5500,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/ether_w5500 target=stm32f4discovery:ether_w5500 timestamp=2026-01-08T10:34:54 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:54", timestamp_log="2026-01-08T10:34:54", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="ether_w5500", target="stm32f4discovery:ether_w5500", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1130", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1130", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:ether_w5500", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/composite target=stm32f4discovery:composite timestamp=2026-01-08T10:35:40 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:40", timestamp_log="2026-01-08T10:35:40", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="composite", target="stm32f4discovery:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1143", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1143", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/elf target=stm32f4discovery:elf timestamp=2026-01-08T10:36:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:28", timestamp_log="2026-01-08T10:36:28", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="elf", target="stm32f4discovery:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1164", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1164", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/netnsh target=stm32f4discovery:netnsh timestamp=2026-01-08T10:37:20 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:20", timestamp_log="2026-01-08T10:37:20", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="netnsh", target="stm32f4discovery:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1177", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1177", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/testlibcxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/testlibcxx target=stm32f4discovery:testlibcxx timestamp=2026-01-08T10:38:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:08", timestamp_log="2026-01-08T10:38:08", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="testlibcxx", target="stm32f4discovery:testlibcxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1190", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1190", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~ \n arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:testlibcxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/sbutton,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/sbutton target=stm32f4discovery:sbutton timestamp=2026-01-08T10:39:29 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:29", timestamp_log="2026-01-08T10:39:29", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="sbutton", target="stm32f4discovery:sbutton", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1204", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1204", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:sbutton", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/max31855,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/max31855 target=stm32f4discovery:max31855 timestamp=2026-01-08T10:40:08 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:08", timestamp_log="2026-01-08T10:40:08", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="max31855", target="stm32f4discovery:max31855", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1217", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1217", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:max31855", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/mmcsdspi,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/mmcsdspi target=stm32f4discovery:mmcsdspi timestamp=2026-01-08T10:40:45 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:45", timestamp_log="2026-01-08T10:40:45", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="mmcsdspi", target="stm32f4discovery:mmcsdspi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1230", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1230", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:mmcsdspi", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f4discovery/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32f4discovery/nxlines target=stm32f4discovery:nxlines timestamp=2026-01-08T10:41:28 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:28", timestamp_log="2026-01-08T10:41:28", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32f4discovery", config="nxlines", target="stm32f4discovery:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1243", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1243", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f4discovery:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32ldiscovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32ldiscovery/nsh target=stm32ldiscovery:nsh timestamp=2026-01-08T10:42:26 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:26", timestamp_log="2026-01-08T10:42:26", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32ldiscovery", config="nsh", target="stm32ldiscovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1256", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1256", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32ldiscovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32ldiscovery/chrono,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32ldiscovery/chrono target=stm32ldiscovery:chrono timestamp=2026-01-08T10:43:08 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:08", timestamp_log="2026-01-08T10:43:08", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32ldiscovery", config="chrono", target="stm32ldiscovery:chrono", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1270", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1270", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32ldiscovery:chrono", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32vldiscovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32vldiscovery/nsh target=stm32vldiscovery:nsh timestamp=2026-01-08T10:43:50 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:50", timestamp_log="2026-01-08T10:43:50", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="stm32vldiscovery", config="nsh", target="stm32vldiscovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1284", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1284", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32vldiscovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/highpri,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/highpri target=viewtool-stm32f107:highpri timestamp=2026-01-08T10:44:34 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:34", timestamp_log="2026-01-08T10:44:34", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="highpri", target="viewtool-stm32f107:highpri", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1298", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1298", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:highpri", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/tcpblaster,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/tcpblaster target=viewtool-stm32f107:tcpblaster timestamp=2026-01-08T10:45:22 *** Msg: ##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^ *** Msg: 1 warning generated. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:22", timestamp_log="2026-01-08T10:45:22", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="tcpblaster", target="viewtool-stm32f107:tcpblaster", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1311", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1311", msg="##[warning]chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages] \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^ \n 1 warning generated.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:tcpblaster", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/nsh target=viewtool-stm32f107:nsh timestamp=2026-01-08T10:46:19 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:19", timestamp_log="2026-01-08T10:46:19", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="nsh", target="viewtool-stm32f107:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1325", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1325", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/ft80x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/ft80x target=viewtool-stm32f107:ft80x timestamp=2026-01-08T10:47:10 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:10", timestamp_log="2026-01-08T10:47:10", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="ft80x", target="viewtool-stm32f107:ft80x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1338", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1338", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:ft80x", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: viewtool-stm32f107/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize viewtool-stm32f107/netnsh target=viewtool-stm32f107:netnsh timestamp=2026-01-08T10:47:54 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:54", timestamp_log="2026-01-08T10:47:54", user="NuttX", arch="arm", subarch="stm32", group="arm-12", board="viewtool-stm32f107", config="netnsh", target="viewtool-stm32f107:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1351", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663343#step:10:1351", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/viewtool-stm32f107:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:43 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-13 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-13 + local os=Linux + local step=10 + local group=arm-13 + local 'job_name=Linux (arm-13)' ++ jq '.jobs | map(select(.name == "Linux (arm-13)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 76657 0 0:00:02 0:00:02 --:--:-- 76669 + local job_id=59779663372 + set +x job_id=59779663372 + [[ 59779663372 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/16_Linux (arm-13).txt' + local 'log_file=/tmp/ingest-nuttx-builds/16_Linux (arm-13).txt' + local filename=ci-arm-13.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-13.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:83 + cat '/tmp/ingest-nuttx-builds/16_Linux (arm-13).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-13.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {0ff892a2-54dc-4f89-9ce2-92834c1e2cf1} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-13) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2012) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-13.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-13 --run-id 20812375605 --job-id 59779663372 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-13.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-13 --run-id 20812375605 --job-id 59779663372 --step 10` lines[0]=Cmake in present: nucleo-f072rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f072rb:nsh timestamp=2026-01-08T09:57:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:48", timestamp_log="2026-01-08T09:57:48", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-f072rb", config="nsh", target="nucleo-f072rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:775", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f072rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g0b1re/adc_dma,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g0b1re/adc_dma target=nucleo-g0b1re:adc_dma timestamp=2026-01-08T09:58:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:14", timestamp_log="2026-01-08T09:58:14", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g0b1re", config="adc_dma", target="nucleo-g0b1re:adc_dma", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:785", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g0b1re:adc_dma", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g0b1re/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g0b1re/adc target=nucleo-g0b1re:adc timestamp=2026-01-08T09:58:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:49", timestamp_log="2026-01-08T09:58:49", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g0b1re", config="adc", target="nucleo-g0b1re:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:795", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g0b1re:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-g0b1re/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-g0b1re/nsh target=nucleo-g0b1re:nsh timestamp=2026-01-08T09:59:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:30", timestamp_log="2026-01-08T09:59:30", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g0b1re", config="nsh", target="nucleo-g0b1re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:805", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g0b1re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:47 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g070rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g070rb:nsh timestamp=2026-01-08T10:00:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:08", timestamp_log="2026-01-08T10:00:08", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g070rb", config="nsh", target="nucleo-g070rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:816", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g070rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32g071b-disco/oled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32g071b-disco/oled target=stm32g071b-disco:oled timestamp=2026-01-08T10:00:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:37", timestamp_log="2026-01-08T10:00:37", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32g071b-disco", config="oled", target="stm32g071b-disco:oled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:826", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32g071b-disco:oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:48 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32g071b-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32g071b-disco:nsh timestamp=2026-01-08T10:01:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:19", timestamp_log="2026-01-08T10:01:19", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32g071b-disco", config="nsh", target="stm32g071b-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:837", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32g071b-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/cansock target=nucleo-c092rc:cansock timestamp=2026-01-08T10:01:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:45", timestamp_log="2026-01-08T10:01:45", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="cansock", target="nucleo-c092rc:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:847", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/nsh target=nucleo-c092rc:nsh timestamp=2026-01-08T10:02:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:28", timestamp_log="2026-01-08T10:02:28", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="nsh", target="nucleo-c092rc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:857", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/can target=nucleo-c092rc:can timestamp=2026-01-08T10:03:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:07", timestamp_log="2026-01-08T10:03:07", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="can", target="nucleo-c092rc:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:867", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c092rc/jumbo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c092rc/jumbo target=nucleo-c092rc:jumbo timestamp=2026-01-08T10:03:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:47", timestamp_log="2026-01-08T10:03:47", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c092rc", config="jumbo", target="nucleo-c092rc:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:877", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c092rc:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:49 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-l073rz/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-l073rz:nsh timestamp=2026-01-08T10:04:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:24", timestamp_log="2026-01-08T10:04:24", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-l073rz", config="nsh", target="nucleo-l073rz:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:888", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l073rz:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-l073rz/sx127x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-l073rz:sx127x timestamp=2026-01-08T10:04:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:49", timestamp_log="2026-01-08T10:04:49", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-l073rz", config="sx127x", target="nucleo-l073rz:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:899", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l073rz:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:50 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32l0538-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32l0538-disco:nsh timestamp=2026-01-08T10:05:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:06", timestamp_log="2026-01-08T10:05:06", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32l0538-disco", config="nsh", target="stm32l0538-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:910", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l0538-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c071rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c071rb/nsh target=nucleo-c071rb:nsh timestamp=2026-01-08T10:05:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:31", timestamp_log="2026-01-08T10:05:31", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c071rb", config="nsh", target="nucleo-c071rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:920", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c071rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-c071rb/jumbo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-c071rb/jumbo target=nucleo-c071rb:jumbo timestamp=2026-01-08T10:05:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:57", timestamp_log="2026-01-08T10:05:57", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-c071rb", config="jumbo", target="nucleo-c071rb:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:930", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-c071rb:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:51 GMT", "content-length": "0"} } lines[0]=Cmake in present: b-l072z-lrwan1/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=b-l072z-lrwan1:adc timestamp=2026-01-08T10:06:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:25", timestamp_log="2026-01-08T10:06:25", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="adc", target="b-l072z-lrwan1:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:941", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l072z-lrwan1/nxlines_oled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize b-l072z-lrwan1/nxlines_oled target=b-l072z-lrwan1:nxlines_oled timestamp=2026-01-08T10:06:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:45", timestamp_log="2026-01-08T10:06:45", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="nxlines_oled", target="b-l072z-lrwan1:nxlines_oled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:951", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:nxlines_oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: b-l072z-lrwan1/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=b-l072z-lrwan1:nsh timestamp=2026-01-08T10:07:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:28", timestamp_log="2026-01-08T10:07:28", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="nsh", target="b-l072z-lrwan1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:962", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:52 GMT", "content-length": "0"} } lines[0]=Cmake in present: b-l072z-lrwan1/sx127x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=b-l072z-lrwan1:sx127x timestamp=2026-01-08T10:07:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:43", timestamp_log="2026-01-08T10:07:43", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="b-l072z-lrwan1", config="sx127x", target="b-l072z-lrwan1:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:973", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l072z-lrwan1:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f072-discovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f072-discovery:nsh timestamp=2026-01-08T10:07:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:59", timestamp_log="2026-01-08T10:07:59", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32f072-discovery", config="nsh", target="stm32f072-discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:984", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f072-discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:53 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-g071rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-g071rb:nsh timestamp=2026-01-08T10:08:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:21", timestamp_log="2026-01-08T10:08:21", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-g071rb", config="nsh", target="nucleo-g071rb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:995", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-g071rb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f091rc/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f091rc:nsh timestamp=2026-01-08T10:08:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:37", timestamp_log="2026-01-08T10:08:37", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-f091rc", config="nsh", target="nucleo-f091rc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1006", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f091rc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f091rc/sx127x,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f091rc:sx127x timestamp=2026-01-08T10:09:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:00", timestamp_log="2026-01-08T10:09:00", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="nucleo-f091rc", config="sx127x", target="nucleo-f091rc:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1017", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f091rc:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f051-discovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f051-discovery:nsh timestamp=2026-01-08T10:09:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:26", timestamp_log="2026-01-08T10:09:26", user="NuttX", arch="arm", subarch="stm32f0l0g0", group="arm-13", board="stm32f051-discovery", config="nsh", target="stm32f051-discovery:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1028", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f051-discovery:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f722ze/cansock,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f722ze:cansock timestamp=2026-01-08T10:09:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:40", timestamp_log="2026-01-08T10:09:40", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="cansock", target="nucleo-f722ze:cansock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1039", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:cansock", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f722ze/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f722ze/nsh target=nucleo-f722ze:nsh timestamp=2026-01-08T10:10:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:10", timestamp_log="2026-01-08T10:10:10", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="nsh", target="nucleo-f722ze:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1049", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f722ze/can,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f722ze:can timestamp=2026-01-08T10:10:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:47", timestamp_log="2026-01-08T10:10:47", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="can", target="nucleo-f722ze:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1060", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:57 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f722ze/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f722ze:composite timestamp=2026-01-08T10:11:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:04", timestamp_log="2026-01-08T10:11:04", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f722ze", config="composite", target="nucleo-f722ze:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1071", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f722ze:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f769i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f769i-disco:nsh timestamp=2026-01-08T10:11:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:43", timestamp_log="2026-01-08T10:11:43", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f769i-disco", config="nsh", target="stm32f769i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1082", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f769i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f769i-disco/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f769i-disco:netnsh timestamp=2026-01-08T10:12:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:14", timestamp_log="2026-01-08T10:12:14", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f769i-disco", config="netnsh", target="stm32f769i-disco:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1093", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f769i-disco:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:57:59 GMT", "content-length": "0"} } lines[0]=Cmake in present: steval-eth001v1/foc_f32,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=steval-eth001v1:foc_f32 timestamp=2026-01-08T10:12:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:40", timestamp_log="2026-01-08T10:12:40", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="steval-eth001v1", config="foc_f32", target="steval-eth001v1:foc_f32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1104", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-eth001v1:foc_f32", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: steval-eth001v1/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=steval-eth001v1:nsh timestamp=2026-01-08T10:13:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:11", timestamp_log="2026-01-08T10:13:11", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="steval-eth001v1", config="nsh", target="steval-eth001v1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1115", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-eth001v1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: steval-eth001v1/foc_b16,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=steval-eth001v1:foc_b16 timestamp=2026-01-08T10:13:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:31", timestamp_log="2026-01-08T10:13:31", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="steval-eth001v1", config="foc_b16", target="steval-eth001v1:foc_b16", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1126", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-eth001v1:foc_b16", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f746zg/note,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-f746zg/note target=nucleo-f746zg:note timestamp=2026-01-08T10:13:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:47", timestamp_log="2026-01-08T10:13:47", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="note", target="nucleo-f746zg:note", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1136", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:note", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f746zg/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f746zg:nsh timestamp=2026-01-08T10:14:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:34", timestamp_log="2026-01-08T10:14:34", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="nsh", target="nucleo-f746zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1147", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f746zg/pysim,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f746zg:pysim timestamp=2026-01-08T10:14:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:59", timestamp_log="2026-01-08T10:14:59", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="pysim", target="nucleo-f746zg:pysim", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1158", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:pysim", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f746zg/evalos,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f746zg:evalos timestamp=2026-01-08T10:15:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:37", timestamp_log="2026-01-08T10:15:37", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f746zg", config="evalos", target="nucleo-f746zg:evalos", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1169", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f746zg:evalos", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746-ws/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746-ws:nsh timestamp=2026-01-08T10:16:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:03", timestamp_log="2026-01-08T10:16:03", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746-ws", config="nsh", target="stm32f746-ws:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1180", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746-ws:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f746g-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f746g-disco/lvgl target=stm32f746g-disco:lvgl timestamp=2026-01-08T10:16:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:34", timestamp_log="2026-01-08T10:16:34", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="lvgl", target="stm32f746g-disco:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1190", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f746g-disco/nxdemo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f746g-disco/nxdemo target=stm32f746g-disco:nxdemo timestamp=2026-01-08T10:18:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:03", timestamp_log="2026-01-08T10:18:03", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="nxdemo", target="stm32f746g-disco:nxdemo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1200", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:nxdemo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:nsh timestamp=2026-01-08T10:18:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:38", timestamp_log="2026-01-08T10:18:38", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="nsh", target="stm32f746g-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1211", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:06 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/audio,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:audio timestamp=2026-01-08T10:18:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:58", timestamp_log="2026-01-08T10:18:58", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="audio", target="stm32f746g-disco:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1222", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/fb,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:fb timestamp=2026-01-08T10:19:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:24", timestamp_log="2026-01-08T10:19:24", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="fb", target="stm32f746g-disco:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1233", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:07 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f746g-disco/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f746g-disco:netnsh timestamp=2026-01-08T10:19:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:52", timestamp_log="2026-01-08T10:19:52", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="netnsh", target="stm32f746g-disco:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1244", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f746g-disco/nxterm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f746g-disco/nxterm target=stm32f746g-disco:nxterm timestamp=2026-01-08T10:20:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:24", timestamp_log="2026-01-08T10:20:24", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f746g-disco", config="nxterm", target="stm32f746g-disco:nxterm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1254", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f746g-disco:nxterm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f767zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f767zi:nsh timestamp=2026-01-08T10:20:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:54", timestamp_log="2026-01-08T10:20:54", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f767zi", config="nsh", target="nucleo-f767zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1265", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f767zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:09 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f767zi/evalos,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f767zi:evalos timestamp=2026-01-08T10:21:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:19", timestamp_log="2026-01-08T10:21:19", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f767zi", config="evalos", target="nucleo-f767zi:evalos", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1276", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f767zi:evalos", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:10 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-f767zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-f767zi:netnsh timestamp=2026-01-08T10:21:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:45", timestamp_log="2026-01-08T10:21:45", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="nucleo-f767zi", config="netnsh", target="nucleo-f767zi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1287", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f767zi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/dualcdcacm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/dualcdcacm target=stm32f777zit6-meadow:dualcdcacm timestamp=2026-01-08T10:22:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:21", timestamp_log="2026-01-08T10:22:21", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="dualcdcacm", target="stm32f777zit6-meadow:dualcdcacm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1297", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:dualcdcacm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/usbnsh target=stm32f777zit6-meadow:usbnsh timestamp=2026-01-08T10:23:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:02", timestamp_log="2026-01-08T10:23:02", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="usbnsh", target="stm32f777zit6-meadow:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1307", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/projectlab,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/projectlab target=stm32f777zit6-meadow:projectlab timestamp=2026-01-08T10:23:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:48", timestamp_log="2026-01-08T10:23:48", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="projectlab", target="stm32f777zit6-meadow:projectlab", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1317", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:projectlab", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32f777zit6-meadow/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32f777zit6-meadow:nsh timestamp=2026-01-08T10:24:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:32", timestamp_log="2026-01-08T10:24:32", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="nsh", target="stm32f777zit6-meadow:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1328", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/meadow_os,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/meadow_os target=stm32f777zit6-meadow:meadow_os timestamp=2026-01-08T10:24:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:49", timestamp_log="2026-01-08T10:24:49", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="meadow_os", target="stm32f777zit6-meadow:meadow_os", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1338", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:meadow_os", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/sdram,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/sdram target=stm32f777zit6-meadow:sdram timestamp=2026-01-08T10:25:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:28", timestamp_log="2026-01-08T10:25:28", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="sdram", target="stm32f777zit6-meadow:sdram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1348", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:sdram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/f7corecomp,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/f7corecomp target=stm32f777zit6-meadow:f7corecomp timestamp=2026-01-08T10:25:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:58", timestamp_log="2026-01-08T10:25:58", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="f7corecomp", target="stm32f777zit6-meadow:f7corecomp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1358", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:f7corecomp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32f777zit6-meadow/i2s,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32f777zit6-meadow/i2s target=stm32f777zit6-meadow:i2s timestamp=2026-01-08T10:26:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:32", timestamp_log="2026-01-08T10:26:32", user="NuttX", arch="arm", subarch="stm32f7", group="arm-13", board="stm32f777zit6-meadow", config="i2s", target="stm32f777zit6-meadow:i2s", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1368", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32f777zit6-meadow:i2s", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/dts,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/dts target=nucleo-h563zi:dts timestamp=2026-01-08T10:27:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:22", timestamp_log="2026-01-08T10:27:22", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="dts", target="nucleo-h563zi:dts", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1378", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:dts", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/adc,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/adc target=nucleo-h563zi:adc timestamp=2026-01-08T10:28:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:06", timestamp_log="2026-01-08T10:28:06", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="adc", target="nucleo-h563zi:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1388", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/usbnsh target=nucleo-h563zi:usbnsh timestamp=2026-01-08T10:28:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:36", timestamp_log="2026-01-08T10:28:36", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="usbnsh", target="nucleo-h563zi:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1398", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/adc_watchdog,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/adc_watchdog target=nucleo-h563zi:adc_watchdog timestamp=2026-01-08T10:29:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:06", timestamp_log="2026-01-08T10:29:06", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="adc_watchdog", target="nucleo-h563zi:adc_watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1408", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:adc_watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/pwm target=nucleo-h563zi:pwm timestamp=2026-01-08T10:29:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:37", timestamp_log="2026-01-08T10:29:37", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="pwm", target="nucleo-h563zi:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1418", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/nsh target=nucleo-h563zi:nsh timestamp=2026-01-08T10:30:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:06", timestamp_log="2026-01-08T10:30:06", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="nsh", target="nucleo-h563zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1428", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h563zi/fdcan1,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h563zi/fdcan1 target=nucleo-h563zi:fdcan1 timestamp=2026-01-08T10:30:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:36", timestamp_log="2026-01-08T10:30:36", user="NuttX", arch="arm", subarch="stm32h5", group="arm-13", board="nucleo-h563zi", config="fdcan1", target="nucleo-h563zi:fdcan1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1438", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h563zi:fdcan1", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:nsh timestamp=2026-01-08T10:31:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:05", timestamp_log="2026-01-08T10:31:05", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="nsh", target="nucleo-h743zi2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1449", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/pysim,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:pysim timestamp=2026-01-08T10:31:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:32", timestamp_log="2026-01-08T10:31:32", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="pysim", target="nucleo-h743zi2:pysim", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1460", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:pysim", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi2/jumbo,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi2/jumbo target=nucleo-h743zi2:jumbo timestamp=2026-01-08T10:32:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:08", timestamp_log="2026-01-08T10:32:08", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="jumbo", target="nucleo-h743zi2:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1470", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/socketcan,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:socketcan timestamp=2026-01-08T10:33:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:02", timestamp_log="2026-01-08T10:33:02", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="socketcan", target="nucleo-h743zi2:socketcan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1489", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:socketcan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi2/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi2:netnsh timestamp=2026-01-08T10:33:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:32", timestamp_log="2026-01-08T10:33:32", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi2", config="netnsh", target="nucleo-h743zi2:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1500", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi2:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm4,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm4 target=stm32h745i-disco:nsh_cm4 timestamp=2026-01-08T10:34:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:03", timestamp_log="2026-01-08T10:34:03", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm4", target="stm32h745i-disco:nsh_cm4", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1510", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm4", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm7 target=stm32h745i-disco:nsh_cm7 timestamp=2026-01-08T10:34:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:42", timestamp_log="2026-01-08T10:34:42", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm7", target="stm32h745i-disco:nsh_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1520", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/lvgl target=stm32h745i-disco:lvgl timestamp=2026-01-08T10:35:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:22", timestamp_log="2026-01-08T10:35:22", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="lvgl", target="stm32h745i-disco:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1530", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32h745i-disco/touchtest,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32h745i-disco:touchtest timestamp=2026-01-08T10:36:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:55", timestamp_log="2026-01-08T10:36:55", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="touchtest", target="stm32h745i-disco:touchtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1541", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:touchtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:26 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32h745i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32h745i-disco:nsh timestamp=2026-01-08T10:37:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:25", timestamp_log="2026-01-08T10:37:25", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh", target="stm32h745i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1552", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm4_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm4_rptun target=stm32h745i-disco:nsh_cm4_rptun timestamp=2026-01-08T10:37:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:52", timestamp_log="2026-01-08T10:37:52", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm4_rptun", target="stm32h745i-disco:nsh_cm4_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1562", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm4_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h745i-disco/nsh_cm7_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h745i-disco/nsh_cm7_rptun target=stm32h745i-disco:nsh_cm7_rptun timestamp=2026-01-08T10:38:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:22", timestamp_log="2026-01-08T10:38:22", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="nsh_cm7_rptun", target="stm32h745i-disco:nsh_cm7_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1572", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:nsh_cm7_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:28 GMT", "content-length": "0"} } lines[0]=Cmake in present: stm32h745i-disco/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=stm32h745i-disco:netnsh timestamp=2026-01-08T10:38:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:53", timestamp_log="2026-01-08T10:38:53", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h745i-disco", config="netnsh", target="stm32h745i-disco:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1583", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h745i-disco:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h747i-disco/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h747i-disco/nsh target=stm32h747i-disco:nsh timestamp=2026-01-08T10:39:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:18", timestamp_log="2026-01-08T10:39:18", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h747i-disco", config="nsh", target="stm32h747i-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1593", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h747i-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/rndis,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:rndis timestamp=2026-01-08T10:39:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:55", timestamp_log="2026-01-08T10:39:55", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="rndis", target="nucleo-h743zi:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1604", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:30 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/otg_fs_host,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:otg_fs_host timestamp=2026-01-08T10:40:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:36", timestamp_log="2026-01-08T10:40:36", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="otg_fs_host", target="nucleo-h743zi:otg_fs_host", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1615", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:otg_fs_host", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi/nxlines_oled,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi/nxlines_oled target=nucleo-h743zi:nxlines_oled timestamp=2026-01-08T10:40:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:55", timestamp_log="2026-01-08T10:40:55", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="nxlines_oled", target="nucleo-h743zi:nxlines_oled", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1625", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:nxlines_oled", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/pwm,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:pwm timestamp=2026-01-08T10:41:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:36", timestamp_log="2026-01-08T10:41:36", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="pwm", target="nucleo-h743zi:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1636", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:32 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/mcuboot-loader,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:mcuboot-loader timestamp=2026-01-08T10:42:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:04", timestamp_log="2026-01-08T10:42:04", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="mcuboot-loader", target="nucleo-h743zi:mcuboot-loader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1647", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:mcuboot-loader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:nsh timestamp=2026-01-08T10:42:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:37", timestamp_log="2026-01-08T10:42:37", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="nsh", target="nucleo-h743zi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1658", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:33 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/mcuboot-app,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:mcuboot-app timestamp=2026-01-08T10:42:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:57", timestamp_log="2026-01-08T10:42:57", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="mcuboot-app", target="nucleo-h743zi:mcuboot-app", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1669", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:mcuboot-app", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi/capture,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi/capture target=nucleo-h743zi:capture timestamp=2026-01-08T10:43:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:33", timestamp_log="2026-01-08T10:43:33", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="capture", target="nucleo-h743zi:capture", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1679", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/composite,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:composite timestamp=2026-01-08T10:44:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:10", timestamp_log="2026-01-08T10:44:10", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="composite", target="nucleo-h743zi:composite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1690", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:composite", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h743zi/elf,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h743zi/elf target=nucleo-h743zi:elf timestamp=2026-01-08T10:44:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:37", timestamp_log="2026-01-08T10:44:37", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="elf", target="nucleo-h743zi:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1700", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:36 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h743zi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h743zi:netnsh timestamp=2026-01-08T10:45:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:14", timestamp_log="2026-01-08T10:45:14", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h743zi", config="netnsh", target="nucleo-h743zi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1711", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h743zi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/usbnsh target=weact-stm32h750:usbnsh timestamp=2026-01-08T10:45:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:35", timestamp_log="2026-01-08T10:45:35", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="usbnsh", target="weact-stm32h750:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1721", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/sdcard target=weact-stm32h750:sdcard timestamp=2026-01-08T10:46:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:17", timestamp_log="2026-01-08T10:46:17", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="sdcard", target="weact-stm32h750:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1731", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/nsh target=weact-stm32h750:nsh timestamp=2026-01-08T10:46:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:59", timestamp_log="2026-01-08T10:46:59", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="nsh", target="weact-stm32h750:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1741", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h750/st7735,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h750/st7735 target=weact-stm32h750:st7735 timestamp=2026-01-08T10:47:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:40", timestamp_log="2026-01-08T10:47:40", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h750", config="st7735", target="weact-stm32h750:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1751", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h750:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm4,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h745zi:nsh_cm4 timestamp=2026-01-08T10:48:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:12", timestamp_log="2026-01-08T10:48:12", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm4", target="nucleo-h745zi:nsh_cm4", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1762", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm4", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:38 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= Building NuttX... target=nucleo-h745zi:nsh_cm7 timestamp=2026-01-08T10:48:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:40", timestamp_log="2026-01-08T10:48:40", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm7", target="nucleo-h745zi:nsh_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-h745zi/pysim_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize nucleo-h745zi/pysim_cm7 target=nucleo-h745zi:pysim_cm7 timestamp=2026-01-08T10:49:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:06", timestamp_log="2026-01-08T10:49:06", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="pysim_cm7", target="nucleo-h745zi:pysim_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1783", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:pysim_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:39 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm4_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=-- C_FLAGS : -Wall -Wextra target=nucleo-h745zi:nsh_cm4_rptun timestamp=2026-01-08T10:49:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:51", timestamp_log="2026-01-08T10:49:51", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm4_rptun", target="nucleo-h745zi:nsh_cm4_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1794", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm4_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:39 GMT", "content-length": "0"} } lines[0]=Cmake in present: nucleo-h745zi/nsh_cm7_rptun,CONFIG_ARM_TOOLCHAIN_CLANG lines.last=-- C_FLAGS : -Wall -Wextra target=nucleo-h745zi:nsh_cm7_rptun timestamp=2026-01-08T10:50:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:11", timestamp_log="2026-01-08T10:50:11", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="nucleo-h745zi", config="nsh_cm7_rptun", target="nucleo-h745zi:nsh_cm7_rptun", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1823", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-h745zi:nsh_cm7_rptun", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/modbus_slave,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/modbus_slave target=linum-stm32h753bi:modbus_slave timestamp=2026-01-08T10:50:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:31", timestamp_log="2026-01-08T10:50:31", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="modbus_slave", target="linum-stm32h753bi:modbus_slave", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1851", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:modbus_slave", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/lvgl target=linum-stm32h753bi:lvgl timestamp=2026-01-08T10:51:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:07", timestamp_log="2026-01-08T10:51:07", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="lvgl", target="linum-stm32h753bi:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1861", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/rndis,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/rndis target=linum-stm32h753bi:rndis timestamp=2026-01-08T10:51:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:57", timestamp_log="2026-01-08T10:51:57", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="rndis", target="linum-stm32h753bi:rndis", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1871", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:rndis", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/usbnsh target=linum-stm32h753bi:usbnsh timestamp=2026-01-08T10:52:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:35", timestamp_log="2026-01-08T10:52:35", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="usbnsh", target="linum-stm32h753bi:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1881", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/tone,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/tone target=linum-stm32h753bi:tone timestamp=2026-01-08T10:53:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:04", timestamp_log="2026-01-08T10:53:04", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="tone", target="linum-stm32h753bi:tone", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1891", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:tone", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/usbmsc-sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/usbmsc-sdcard target=linum-stm32h753bi:usbmsc-sdcard timestamp=2026-01-08T10:53:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:33", timestamp_log="2026-01-08T10:53:33", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="usbmsc-sdcard", target="linum-stm32h753bi:usbmsc-sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1901", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:usbmsc-sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/sdcard target=linum-stm32h753bi:sdcard timestamp=2026-01-08T10:54:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:11", timestamp_log="2026-01-08T10:54:11", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="sdcard", target="linum-stm32h753bi:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1911", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/littlefs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/littlefs target=linum-stm32h753bi:littlefs timestamp=2026-01-08T10:54:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:41", timestamp_log="2026-01-08T10:54:41", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="littlefs", target="linum-stm32h753bi:littlefs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1921", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:littlefs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/modbus_master,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/modbus_master target=linum-stm32h753bi:modbus_master timestamp=2026-01-08T10:55:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:18", timestamp_log="2026-01-08T10:55:18", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="modbus_master", target="linum-stm32h753bi:modbus_master", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1931", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:modbus_master", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/nsh target=linum-stm32h753bi:nsh timestamp=2026-01-08T10:55:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:46", timestamp_log="2026-01-08T10:55:46", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="nsh", target="linum-stm32h753bi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1941", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/qencoder,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/qencoder target=linum-stm32h753bi:qencoder timestamp=2026-01-08T10:56:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:14", timestamp_log="2026-01-08T10:56:14", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="qencoder", target="linum-stm32h753bi:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1951", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/eeprom,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/eeprom target=linum-stm32h753bi:eeprom timestamp=2026-01-08T10:56:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:42", timestamp_log="2026-01-08T10:56:42", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="eeprom", target="linum-stm32h753bi:eeprom", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1961", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:eeprom", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/zmodem,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/zmodem target=linum-stm32h753bi:zmodem timestamp=2026-01-08T10:57:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:11", timestamp_log="2026-01-08T10:57:11", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="zmodem", target="linum-stm32h753bi:zmodem", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1971", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:zmodem", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/sdram,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/sdram target=linum-stm32h753bi:sdram timestamp=2026-01-08T10:57:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:50", timestamp_log="2026-01-08T10:57:50", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="sdram", target="linum-stm32h753bi:sdram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1981", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:sdram", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/socketcan,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/socketcan target=linum-stm32h753bi:socketcan timestamp=2026-01-08T10:58:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:19", timestamp_log="2026-01-08T10:58:19", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="socketcan", target="linum-stm32h753bi:socketcan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:1991", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:socketcan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/mfrc522,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/mfrc522 target=linum-stm32h753bi:mfrc522 timestamp=2026-01-08T10:59:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:03", timestamp_log="2026-01-08T10:59:03", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="mfrc522", target="linum-stm32h753bi:mfrc522", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2001", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:mfrc522", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/nxffs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/nxffs target=linum-stm32h753bi:nxffs timestamp=2026-01-08T10:59:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:31", timestamp_log="2026-01-08T10:59:31", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="nxffs", target="linum-stm32h753bi:nxffs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2011", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:nxffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/leds,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/leds target=linum-stm32h753bi:leds timestamp=2026-01-08T11:00:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:01", timestamp_log="2026-01-08T11:00:01", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="leds", target="linum-stm32h753bi:leds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2021", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/netnsh target=linum-stm32h753bi:netnsh timestamp=2026-01-08T11:00:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:30", timestamp_log="2026-01-08T11:00:30", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="netnsh", target="linum-stm32h753bi:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2031", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: linum-stm32h753bi/buzzer,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize linum-stm32h753bi/buzzer target=linum-stm32h753bi:buzzer timestamp=2026-01-08T11:01:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:06", timestamp_log="2026-01-08T11:01:06", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="linum-stm32h753bi", config="buzzer", target="linum-stm32h753bi:buzzer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2041", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/linum-stm32h753bi:buzzer", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/usbnsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/usbnsh target=weact-stm32h743:usbnsh timestamp=2026-01-08T11:01:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:35", timestamp_log="2026-01-08T11:01:35", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="usbnsh", target="weact-stm32h743:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2051", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/sdcard,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/sdcard target=weact-stm32h743:sdcard timestamp=2026-01-08T11:02:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:14", timestamp_log="2026-01-08T11:02:14", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="sdcard", target="weact-stm32h743:sdcard", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2061", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:sdcard", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/nsh target=weact-stm32h743:nsh timestamp=2026-01-08T11:02:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:44", timestamp_log="2026-01-08T11:02:44", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="nsh", target="weact-stm32h743:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2071", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: weact-stm32h743/st7735,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize weact-stm32h743/st7735 target=weact-stm32h743:st7735 timestamp=2026-01-08T11:03:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:14", timestamp_log="2026-01-08T11:03:14", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="weact-stm32h743", config="st7735", target="weact-stm32h743:st7735", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2081", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/weact-stm32h743:st7735", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: portenta-h7/nsh_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize portenta-h7/nsh_cm7 target=portenta-h7:nsh_cm7 timestamp=2026-01-08T11:03:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:44", timestamp_log="2026-01-08T11:03:44", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="portenta-h7", config="nsh_cm7", target="portenta-h7:nsh_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2091", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/portenta-h7:nsh_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: portenta-h7/jumbo_cm7,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize portenta-h7/jumbo_cm7 target=portenta-h7:jumbo_cm7 timestamp=2026-01-08T11:04:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:18", timestamp_log="2026-01-08T11:04:18", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="portenta-h7", config="jumbo_cm7", target="portenta-h7:jumbo_cm7", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2101", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/portenta-h7:jumbo_cm7", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/usbdev_hs_host_fs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/usbdev_hs_host_fs target=openh743i:usbdev_hs_host_fs timestamp=2026-01-08T11:05:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:00", timestamp_log="2026-01-08T11:05:00", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="usbdev_hs_host_fs", target="openh743i:usbdev_hs_host_fs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2111", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:usbdev_hs_host_fs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/composite_hs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/composite_hs target=openh743i:composite_hs timestamp=2026-01-08T11:05:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:42", timestamp_log="2026-01-08T11:05:42", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="composite_hs", target="openh743i:composite_hs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2121", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:composite_hs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/composite_fs,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/composite_fs target=openh743i:composite_fs timestamp=2026-01-08T11:06:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:06:23", timestamp_log="2026-01-08T11:06:23", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="composite_fs", target="openh743i:composite_fs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2139", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:composite_fs", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: openh743i/nsh,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize openh743i/nsh target=openh743i:nsh timestamp=2026-01-08T11:07:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:17", timestamp_log="2026-01-08T11:07:17", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="openh743i", config="nsh", target="openh743i:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2157", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/openh743i:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32h750b-dk/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize stm32h750b-dk/lvgl target=stm32h750b-dk:lvgl timestamp=2026-01-08T11:07:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:47", timestamp_log="2026-01-08T11:07:47", user="NuttX", arch="arm", subarch="stm32h7", group="arm-13", board="stm32h750b-dk", config="lvgl", target="stm32h750b-dk:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663372#step:10:2167", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32h750b-dk:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:58:56 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm-14 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm-14 + local os=Linux + local step=10 + local group=arm-14 + local 'job_name=Linux (arm-14)' ++ jq '.jobs | map(select(.name == "Linux (arm-14)")) | .[].id' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 63995 0 0:00:02 0:00:02 --:--:-- 63994 + local job_id=59779663328 + set +x job_id=59779663328 + [[ 59779663328 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/23_Linux (arm-14).txt' + local 'log_file=/tmp/ingest-nuttx-builds/23_Linux (arm-14).txt' + local filename=ci-arm-14.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm-14.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/23_Linux (arm-14).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-arm-14.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {fb776e80-0c87-4ded-845b-4efb115cfef2} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm-14) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2096) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-14.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-14 --run-id 20812375605 --job-id 59779663328 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm-14.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm-14 --run-id 20812375605 --job-id 59779663328 --step 10` lines[0]=Configuration/Tool: nucleo-l496zg/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l496zg/nsh target=nucleo-l496zg:nsh timestamp=2026-01-08T09:47:03 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:03", timestamp_log="2026-01-08T09:47:03", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l496zg", config="nsh", target="nucleo-l496zg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:773", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:773", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l496zg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: steval-stlcs01v1/lwl,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize steval-stlcs01v1/lwl target=steval-stlcs01v1:lwl timestamp=2026-01-08T09:47:53 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:53", timestamp_log="2026-01-08T09:47:53", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="steval-stlcs01v1", config="lwl", target="steval-stlcs01v1:lwl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:786", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:786", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-stlcs01v1:lwl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: steval-stlcs01v1/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize steval-stlcs01v1/usbnsh target=steval-stlcs01v1:usbnsh timestamp=2026-01-08T09:48:40 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:40", timestamp_log="2026-01-08T09:48:40", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="steval-stlcs01v1", config="usbnsh", target="steval-stlcs01v1:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:799", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:799", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/steval-stlcs01v1:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l476-mdk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l476-mdk/nsh target=stm32l476-mdk:nsh timestamp=2026-01-08T09:49:28 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:28", timestamp_log="2026-01-08T09:49:28", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l476-mdk", config="nsh", target="stm32l476-mdk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:812", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:812", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l476-mdk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l4r9ai-disco/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l4r9ai-disco/knsh target=stm32l4r9ai-disco:knsh timestamp=2026-01-08T09:50:19 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:19", timestamp_log="2026-01-08T09:50:19", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l4r9ai-disco", config="knsh", target="stm32l4r9ai-disco:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:825", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:825", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l4r9ai-disco:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l4r9ai-disco/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l4r9ai-disco/nsh target=stm32l4r9ai-disco:nsh timestamp=2026-01-08T09:51:35 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:35", timestamp_log="2026-01-08T09:51:35", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l4r9ai-disco", config="nsh", target="stm32l4r9ai-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:838", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:838", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l4r9ai-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l432kc/spwm,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l432kc/spwm target=nucleo-l432kc:spwm timestamp=2026-01-08T09:52:24 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:24", timestamp_log="2026-01-08T09:52:24", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l432kc", config="spwm", target="nucleo-l432kc:spwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:851", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:851", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l432kc:spwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l432kc/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l432kc/nsh target=nucleo-l432kc:nsh timestamp=2026-01-08T09:53:13 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:13", timestamp_log="2026-01-08T09:53:13", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l432kc", config="nsh", target="nucleo-l432kc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:864", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:864", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l432kc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l432kc/wgen,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l432kc/wgen target=nucleo-l432kc:wgen timestamp=2026-01-08T09:54:03 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:03", timestamp_log="2026-01-08T09:54:03", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l432kc", config="wgen", target="nucleo-l432kc:wgen", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:877", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:877", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l432kc:wgen", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l476vg-disco/knsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l476vg-disco/knsh target=stm32l476vg-disco:knsh timestamp=2026-01-08T09:54:52 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:52", timestamp_log="2026-01-08T09:54:52", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l476vg-disco", config="knsh", target="stm32l476vg-disco:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:890", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:890", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l476vg-disco:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l476vg-disco/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l476vg-disco/nsh target=stm32l476vg-disco:nsh timestamp=2026-01-08T09:56:05 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:05", timestamp_log="2026-01-08T09:56:05", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="stm32l476vg-disco", config="nsh", target="stm32l476vg-disco:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:903", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:903", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l476vg-disco:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l452re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l452re/nsh target=nucleo-l452re:nsh timestamp=2026-01-08T09:56:53 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:53", timestamp_log="2026-01-08T09:56:53", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l452re", config="nsh", target="nucleo-l452re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:916", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:916", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l452re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/spirit-starpoint,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/spirit-starpoint target=b-l475e-iot01a:spirit-starpoint timestamp=2026-01-08T09:57:40 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:40", timestamp_log="2026-01-08T09:57:40", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="spirit-starpoint", target="b-l475e-iot01a:spirit-starpoint", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:929", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:929", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:spirit-starpoint", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/nsh target=b-l475e-iot01a:nsh timestamp=2026-01-08T09:58:42 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:42", timestamp_log="2026-01-08T09:58:42", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="nsh", target="b-l475e-iot01a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:942", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:942", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/spirit-starhub,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/spirit-starhub target=b-l475e-iot01a:spirit-starhub timestamp=2026-01-08T09:59:32 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:32", timestamp_log="2026-01-08T09:59:32", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="spirit-starhub", target="b-l475e-iot01a:spirit-starhub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:955", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:955", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:spirit-starhub", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-l475e-iot01a/spirit-6lowpan,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-l475e-iot01a/spirit-6lowpan target=b-l475e-iot01a:spirit-6lowpan timestamp=2026-01-08T10:00:14 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:14", timestamp_log="2026-01-08T10:00:14", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="b-l475e-iot01a", config="spirit-6lowpan", target="b-l475e-iot01a:spirit-6lowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:968", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:968", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-l475e-iot01a:spirit-6lowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l476rg/nxdemo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l476rg/nxdemo target=nucleo-l476rg:nxdemo timestamp=2026-01-08T10:00:56 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:56", timestamp_log="2026-01-08T10:00:56", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l476rg", config="nxdemo", target="nucleo-l476rg:nxdemo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:981", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:981", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l476rg:nxdemo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l476rg/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l476rg/nsh target=nucleo-l476rg:nsh timestamp=2026-01-08T10:01:46 *** Msg: chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 46 | # pragma message "CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:46", timestamp_log="2026-01-08T10:01:46", user="NuttX", arch="arm", subarch="stm32l4", group="arm-14", board="nucleo-l476rg", config="nsh", target="nucleo-l476rg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:994", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:994", msg="chip/stm32l4_gpio.c:46:11: note: '#pragma message: CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 46 | # pragma message \"CONFIG_STM32L4_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l476rg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-l552ze/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-l552ze/nsh target=nucleo-l552ze:nsh timestamp=2026-01-08T10:02:23 *** Msg: chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 56 | # pragma message "CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:23", timestamp_log="2026-01-08T10:02:23", user="NuttX", arch="arm", subarch="stm32l5", group="arm-14", board="nucleo-l552ze", config="nsh", target="nucleo-l552ze:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1007", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1007", msg="chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 56 | # pragma message \"CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l552ze:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: stm32l562e-dk/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize stm32l562e-dk/nsh target=stm32l562e-dk:nsh timestamp=2026-01-08T10:03:11 *** Msg: chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 56 | # pragma message "CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:11", timestamp_log="2026-01-08T10:03:11", user="NuttX", arch="arm", subarch="stm32l5", group="arm-14", board="stm32l562e-dk", config="nsh", target="stm32l562e-dk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1020", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1020", msg="chip/stm32l5_gpio.c:56:11: note: '#pragma message: CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 56 | # pragma message \"CONFIG_STM32L5_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/stm32l562e-dk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-u5a5zj-q/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-u5a5zj-q/nsh target=nucleo-u5a5zj-q:nsh timestamp=2026-01-08T10:04:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:00", timestamp_log="2026-01-08T10:04:00", user="NuttX", arch="arm", subarch="stm32u5", group="arm-14", board="nucleo-u5a5zj-q", config="nsh", target="nucleo-u5a5zj-q:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1033", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-u5a5zj-q:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: b-u585i-iot02a/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize b-u585i-iot02a/nsh target=b-u585i-iot02a:nsh timestamp=2026-01-08T10:04:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:49", timestamp_log="2026-01-08T10:04:49", user="NuttX", arch="arm", subarch="stm32u5", group="arm-14", board="b-u585i-iot02a", config="nsh", target="b-u585i-iot02a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1043", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/b-u585i-iot02a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wb55rg/nimble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wb55rg/nimble target=nucleo-wb55rg:nimble timestamp=2026-01-08T10:05:27 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:27", timestamp_log="2026-01-08T10:05:27", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="nucleo-wb55rg", config="nimble", target="nucleo-wb55rg:nimble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1053", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1053", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wb55rg:nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wb55rg/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wb55rg/nsh target=nucleo-wb55rg:nsh timestamp=2026-01-08T10:06:26 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:26", timestamp_log="2026-01-08T10:06:26", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="nucleo-wb55rg", config="nsh", target="nucleo-wb55rg:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1074", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1074", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wb55rg:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wb55rg/ble,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wb55rg/ble target=nucleo-wb55rg:ble timestamp=2026-01-08T10:07:13 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:13", timestamp_log="2026-01-08T10:07:13", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="nucleo-wb55rg", config="ble", target="nucleo-wb55rg:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1087", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1087", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wb55rg:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipperzero/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize flipperzero/nsh target=flipperzero:nsh timestamp=2026-01-08T10:07:57 *** Msg: chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:57", timestamp_log="2026-01-08T10:07:57", user="NuttX", arch="arm", subarch="stm32wb", group="arm-14", board="flipperzero", config="nsh", target="flipperzero:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1100", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1100", msg="chip/stm32wb_gpio.c:44:11: note: '#pragma message: CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32WB_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipperzero:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wl55jc/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wl55jc/nsh target=nucleo-wl55jc:nsh timestamp=2026-01-08T10:08:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:40", timestamp_log="2026-01-08T10:08:40", user="NuttX", arch="arm", subarch="stm32wl5", group="arm-14", board="nucleo-wl55jc", config="nsh", target="nucleo-wl55jc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1113", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wl55jc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wl55jc/fb,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wl55jc/fb target=nucleo-wl55jc:fb timestamp=2026-01-08T10:09:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:25", timestamp_log="2026-01-08T10:09:25", user="NuttX", arch="arm", subarch="stm32wl5", group="arm-14", board="nucleo-wl55jc", config="fb", target="nucleo-wl55jc:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1123", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wl55jc:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-wl55jc/demo,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-wl55jc/demo target=nucleo-wl55jc:demo timestamp=2026-01-08T10:10:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:01", timestamp_log="2026-01-08T10:10:01", user="NuttX", arch="arm", subarch="stm32wl5", group="arm-14", board="nucleo-wl55jc", config="demo", target="nucleo-wl55jc:demo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1133", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-wl55jc:demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-strp711/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-strp711:nettest timestamp=2026-01-08T10:10:50 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:50", timestamp_log="2026-01-08T10:10:50", user="NuttX", arch="arm", subarch="str71x", group="arm-14", board="olimex-strp711", config="nettest", target="olimex-strp711:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1143", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1143", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-strp711:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: olimex-strp711/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=olimex-strp711:nsh timestamp=2026-01-08T10:11:42 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:42", timestamp_log="2026-01-08T10:11:42", user="NuttX", arch="arm", subarch="str71x", group="arm-14", board="olimex-strp711", config="nsh", target="olimex-strp711:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1155", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1155", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/olimex-strp711:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ekk-lm3s9b96/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=ekk-lm3s9b96:nsh timestamp=2026-01-08T10:12:33 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:33", timestamp_log="2026-01-08T10:12:33", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="ekk-lm3s9b96", config="nsh", target="ekk-lm3s9b96:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1167", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1167", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ekk-lm3s9b96:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: eagle100/nettest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize eagle100/nettest target=eagle100:nettest timestamp=2026-01-08T10:13:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:34", timestamp_log="2026-01-08T10:13:34", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="eagle100", config="nettest", target="eagle100:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1179", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/eagle100:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:22 GMT", "content-length": "0"} } lines[0]=Skipping: eagle100/nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: eagle100/nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: eagle100/nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: eagle100/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize eagle100/nsh target=eagle100:nsh timestamp=2026-01-08T10:14:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:26", timestamp_log="2026-01-08T10:14:26", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="eagle100", config="nsh", target="eagle100:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1196", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/eagle100:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: eagle100/httpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize eagle100/httpd target=eagle100:httpd timestamp=2026-01-08T10:15:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:22", timestamp_log="2026-01-08T10:15:22", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="eagle100", config="httpd", target="eagle100:httpd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1206", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/eagle100:httpd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:23 GMT", "content-length": "0"} } lines[0]=Skipping: eagle100/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: eagle100/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: eagle100/thttpd,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: launchxl-cc1312r1/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize launchxl-cc1312r1/nsh target=launchxl-cc1312r1:nsh timestamp=2026-01-08T10:16:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:16", timestamp_log="2026-01-08T10:16:16", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="launchxl-cc1312r1", config="nsh", target="launchxl-cc1312r1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1223", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/launchxl-cc1312r1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:24 GMT", "content-length": "0"} } lines[0]=Skipping: launchxl-cc1310/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: launchxl-cc1310/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: launchxl-cc1310/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: tm4c1294-launchpad/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c1294-launchpad/ipv6 target=tm4c1294-launchpad:ipv6 timestamp=2026-01-08T10:17:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:04", timestamp_log="2026-01-08T10:17:04", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c1294-launchpad", config="ipv6", target="tm4c1294-launchpad:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1240", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c1294-launchpad:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c1294-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c1294-launchpad/nsh target=tm4c1294-launchpad:nsh timestamp=2026-01-08T10:17:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:57", timestamp_log="2026-01-08T10:17:57", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c1294-launchpad", config="nsh", target="tm4c1294-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1250", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c1294-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm4f120-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lm4f120-launchpad:nsh timestamp=2026-01-08T10:18:42 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:42", timestamp_log="2026-01-08T10:18:42", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm4f120-launchpad", config="nsh", target="lm4f120-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1260", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1260", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm4f120-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c123g-launchpad/mcp2515,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c123g-launchpad/mcp2515 target=tm4c123g-launchpad:mcp2515 timestamp=2026-01-08T10:19:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:29", timestamp_log="2026-01-08T10:19:29", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c123g-launchpad", config="mcp2515", target="tm4c123g-launchpad:mcp2515", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1272", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c123g-launchpad:mcp2515", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c123g-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=tm4c123g-launchpad:nsh timestamp=2026-01-08T10:20:18 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:18", timestamp_log="2026-01-08T10:20:18", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c123g-launchpad", config="nsh", target="tm4c123g-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1282", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1282", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c123g-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6432-s2e/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6432-s2e/nsh target=lm3s6432-s2e:nsh timestamp=2026-01-08T10:20:59 *** Msg: lto-wrapper: warning: using serial compilation of 4 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information *** Msg: /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:59", timestamp_log="2026-01-08T10:20:59", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6432-s2e", config="nsh", target="lm3s6432-s2e:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1294", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1294", msg="lto-wrapper: warning: using serial compilation of 4 LTRANS jobs \n lto-wrapper: note: see the '-flto' option documentation for more information \n /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6432-s2e:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: dk-tm4c129x/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize dk-tm4c129x/ipv6 target=dk-tm4c129x:ipv6 timestamp=2026-01-08T10:21:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:56", timestamp_log="2026-01-08T10:21:56", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="dk-tm4c129x", config="ipv6", target="dk-tm4c129x:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1307", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/dk-tm4c129x:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: dk-tm4c129x/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize dk-tm4c129x/nsh target=dk-tm4c129x:nsh timestamp=2026-01-08T10:22:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:38", timestamp_log="2026-01-08T10:22:38", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="dk-tm4c129x", config="nsh", target="dk-tm4c129x:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1317", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/dk-tm4c129x:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lm3s6965-ek:nx timestamp=2026-01-08T10:23:19 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:19", timestamp_log="2026-01-08T10:23:19", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="nx", target="lm3s6965-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1327", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1327", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/discover,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/discover target=lm3s6965-ek:discover timestamp=2026-01-08T10:24:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:10", timestamp_log="2026-01-08T10:24:10", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="discover", target="lm3s6965-ek:discover", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1339", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:discover", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:30 GMT", "content-length": "0"} } lines[0]=Skipping: lm3s6965-ek/qemu-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: lm3s6965-ek/qemu-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: lm3s6965-ek/qemu-nxflat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: lm3s6965-ek/qemu-kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/qemu-kostest target=lm3s6965-ek:qemu-kostest timestamp=2026-01-08T10:25:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:16", timestamp_log="2026-01-08T10:25:16", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="qemu-kostest", target="lm3s6965-ek:qemu-kostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1363", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:qemu-kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/qemu-protected,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/qemu-protected target=lm3s6965-ek:qemu-protected timestamp=2026-01-08T10:26:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:26", timestamp_log="2026-01-08T10:26:26", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="qemu-protected", target="lm3s6965-ek:qemu-protected", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1373", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:qemu-protected", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found target=lm3s6965-ek:nsh timestamp=2026-01-08T10:28:00 *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:00", timestamp_log="2026-01-08T10:28:00", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="nsh", target="lm3s6965-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1383", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1383", msg="/usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/qemu-flat,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/qemu-flat target=lm3s6965-ek:qemu-flat timestamp=2026-01-08T10:28:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:44", timestamp_log="2026-01-08T10:28:44", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="qemu-flat", target="lm3s6965-ek:qemu-flat", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1395", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:qemu-flat", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s6965-ek/tcpecho,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize lm3s6965-ek/tcpecho target=lm3s6965-ek:tcpecho timestamp=2026-01-08T10:29:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:50", timestamp_log="2026-01-08T10:29:50", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s6965-ek", config="tcpecho", target="lm3s6965-ek:tcpecho", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1405", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s6965-ek:tcpecho", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s8962-ek/nx,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lm3s8962-ek:nx timestamp=2026-01-08T10:30:47 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:47", timestamp_log="2026-01-08T10:30:47", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s8962-ek", config="nx", target="lm3s8962-ek:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1415", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1415", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s8962-ek:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lm3s8962-ek/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=lm3s8962-ek:nsh timestamp=2026-01-08T10:31:24 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:24", timestamp_log="2026-01-08T10:31:24", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="lm3s8962-ek", config="nsh", target="lm3s8962-ek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1427", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1427", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lm3s8962-ek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c129e-launchpad/ostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c129e-launchpad/ostest target=tm4c129e-launchpad:ostest timestamp=2026-01-08T10:32:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:04", timestamp_log="2026-01-08T10:32:04", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c129e-launchpad", config="ostest", target="tm4c129e-launchpad:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1439", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c129e-launchpad:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c129e-launchpad/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c129e-launchpad/ipv6 target=tm4c129e-launchpad:ipv6 timestamp=2026-01-08T10:33:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:03", timestamp_log="2026-01-08T10:33:03", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c129e-launchpad", config="ipv6", target="tm4c129e-launchpad:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1449", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c129e-launchpad:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: tm4c129e-launchpad/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize tm4c129e-launchpad/nsh target=tm4c129e-launchpad:nsh timestamp=2026-01-08T10:33:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:46", timestamp_log="2026-01-08T10:33:46", user="NuttX", arch="arm", subarch="tiva", group="arm-14", board="tm4c129e-launchpad", config="nsh", target="tm4c129e-launchpad:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1459", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/tm4c129e-launchpad:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:36 GMT", "content-length": "0"} } lines[0]=Skipping: tlsr8278adk80d/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: tlsr8278adk80d/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: tlsr8278adk80d/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: launchxl-tms57004/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last=/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found target=launchxl-tms57004:nsh timestamp=2026-01-08T10:34:34 *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found *** Msg: /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:34", timestamp_log="2026-01-08T10:34:34", user="NuttX", arch="arm", subarch="tms570", group="arm-14", board="launchxl-tms57004", config="nsh", target="launchxl-tms57004:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1476", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1476", msg="/usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found \n /usr/bin/bash: line 1: arm-nuttx-eabi-gcc: command not found", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/launchxl-tms57004:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:37 GMT", "content-length": "0"} } lines[0]=Skipping: tms570ls31x-usb-kit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Skipping: tms570ls31x-usb-kit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI *** Not a target: Skipping: tms570ls31x-usb-kit/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines[0]=Configuration/Tool: xmc4700-relax/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xmc4700-relax/nsh target=xmc4700-relax:nsh timestamp=2026-01-08T10:35:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:24", timestamp_log="2026-01-08T10:35:24", user="NuttX", arch="arm", subarch="xmc4", group="arm-14", board="xmc4700-relax", config="nsh", target="xmc4700-relax:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1495", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xmc4700-relax:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xmc4500-relax/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xmc4500-relax/nsh target=xmc4500-relax:nsh timestamp=2026-01-08T10:36:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:08", timestamp_log="2026-01-08T10:36:08", user="NuttX", arch="arm", subarch="xmc4", group="arm-14", board="xmc4500-relax", config="nsh", target="xmc4500-relax:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1505", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xmc4500-relax:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xmc4800-relax/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize xmc4800-relax/nsh target=xmc4800-relax:nsh timestamp=2026-01-08T10:36:59 *** Msg: arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:59", timestamp_log="2026-01-08T10:36:59", user="NuttX", arch="arm", subarch="xmc4", group="arm-14", board="xmc4800-relax", config="nsh", target="xmc4800-relax:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1515", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663328#step:10:1515", msg="arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xmc4800-relax:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:39 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ arm64-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 arm64-01 + local os=Linux + local step=10 + local group=arm64-01 + local 'job_name=Linux (arm64-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (arm64-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 65443 0 0:00:02 0:00:02 --:--:-- 65471 + local job_id=59779663262 + set +x job_id=59779663262 + [[ 59779663262 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/24_Linux (arm64-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/24_Linux (arm64-01).txt' + local filename=ci-arm64-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-arm64-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:83 + cat '/tmp/ingest-nuttx-builds/24_Linux (arm64-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-arm64-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {843d8f41-b865-4d02-8e74-aa9bba3bb85b} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (arm64-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1999) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm64-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm64-01 --run-id 20812375605 --job-id 59779663262 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-arm64-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group arm64-01 --run-id 20812375605 --job-id 59779663262 --step 10` lines[0]=Configuration/Tool: pinephone/lvgl lines.last= [1/1] Normalize pinephone/lvgl target=pinephone:lvgl timestamp=2026-01-08T09:46:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:48", timestamp_log="2026-01-08T09:46:48", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="lvgl", target="pinephone:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephone/lcd lines.last= [1/1] Normalize pinephone/lcd target=pinephone:lcd timestamp=2026-01-08T09:48:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:36", timestamp_log="2026-01-08T09:48:36", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="lcd", target="pinephone:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:781", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephone/nsh lines.last= [1/1] Normalize pinephone/nsh target=pinephone:nsh timestamp=2026-01-08T09:49:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:12", timestamp_log="2026-01-08T09:49:12", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="nsh", target="pinephone:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:789", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephone/sensor lines.last= [1/1] Normalize pinephone/sensor target=pinephone:sensor timestamp=2026-01-08T09:49:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:46", timestamp_log="2026-01-08T09:49:46", user="NuttX", arch="arm64", subarch="a64", group="arm64-01", board="pinephone", config="sensor", target="pinephone:sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:797", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephone:sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/nsh_smp lines.last= [1/1] Normalize fvp-armv8r/nsh_smp target=fvp-armv8r:nsh_smp timestamp=2026-01-08T09:50:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:21", timestamp_log="2026-01-08T09:50:21", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="nsh_smp", target="fvp-armv8r:nsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:805", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:nsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/citest_smp lines.last= [1/1] Normalize fvp-armv8r/citest_smp target=fvp-armv8r:citest_smp timestamp=2026-01-08T09:51:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:14", timestamp_log="2026-01-08T09:51:14", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="citest_smp", target="fvp-armv8r:citest_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:813", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:citest_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/nsh lines.last= [1/1] Normalize fvp-armv8r/nsh target=fvp-armv8r:nsh timestamp=2026-01-08T09:51:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:50", timestamp_log="2026-01-08T09:51:50", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="nsh", target="fvp-armv8r:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:821", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: fvp-armv8r/citest lines.last= [1/1] Normalize fvp-armv8r/citest target=fvp-armv8r:citest timestamp=2026-01-08T09:52:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:40", timestamp_log="2026-01-08T09:52:40", user="NuttX", arch="arm64", subarch="fvp-v8r", group="arm64-01", board="fvp-armv8r", config="citest", target="fvp-armv8r:citest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:829", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/fvp-armv8r:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx95-a55-evk/nsh lines.last= [1/1] Normalize imx95-a55-evk/nsh target=imx95-a55-evk:nsh timestamp=2026-01-08T09:53:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:15", timestamp_log="2026-01-08T09:53:15", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx95-a55-evk", config="nsh", target="imx95-a55-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:837", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx95-a55-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/knsh lines.last= [1/1] Normalize imx93-evk/knsh target=imx93-evk:knsh timestamp=2026-01-08T09:54:10 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:10", timestamp_log="2026-01-08T09:54:10", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="knsh", target="imx93-evk:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:845", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:845", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/bootloader lines.last= [1/1] Normalize imx93-evk/bootloader target=imx93-evk:bootloader timestamp=2026-01-08T09:55:56 *** Msg: 508+0 records in *** Msg: 508+0 records out *** Msg: 508 bytes copied, 0.000891619 s, 570 kB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 4.2791e-05 s, 12.0 MB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 2.8413e-05 s, 18.0 MB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 2.9465e-05 s, 17.4 MB/s *** Msg: 1+0 records in *** Msg: 1+0 records out *** Msg: 512 bytes copied, 2.7582e-05 s, 18.6 MB/s *** Msg: 2+0 records in *** Msg: 2+0 records out *** Msg: 2048 bytes (2.0 kB, 2.0 KiB) copied, 4.0095e-05 s, 51.1 MB/s *** Msg: 395+0 records in *** Msg: 395+0 records out *** Msg: 404480 bytes (404 kB, 395 KiB) copied, 0.000929952 s, 435 MB/s body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:56", timestamp_log="2026-01-08T09:55:56", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="bootloader", target="imx93-evk:bootloader", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:856", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:856", msg="508+0 records in \n 508+0 records out \n 508 bytes copied, 0.000891619 s, 570 kB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 4.2791e-05 s, 12.0 MB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 2.8413e-05 s, 18.0 MB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 2.9465e-05 s, 17.4 MB/s \n 1+0 records in \n 1+0 records out \n 512 bytes copied, 2.7582e-05 s, 18.6 MB/s \n 2+0 records in \n 2+0 records out \n 2048 bytes (2.0 kB, 2.0 KiB) copied, 4.0095e-05 s, 51.1 MB/s ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:bootloader", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/nsh lines.last= [1/1] Normalize imx93-evk/nsh target=imx93-evk:nsh timestamp=2026-01-08T09:56:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:51", timestamp_log="2026-01-08T09:56:51", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="nsh", target="imx93-evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:885", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/optee lines.last= [1/1] Normalize imx93-evk/optee target=imx93-evk:optee timestamp=2026-01-08T09:57:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:56", timestamp_log="2026-01-08T09:57:56", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="optee", target="imx93-evk:optee", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:893", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:optee", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx93-evk/koptee lines.last= [1/1] Normalize imx93-evk/koptee target=imx93-evk:koptee timestamp=2026-01-08T09:58:38 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:38", timestamp_log="2026-01-08T09:58:38", user="NuttX", arch="arm64", subarch="imx9", group="arm64-01", board="imx93-evk", config="koptee", target="imx93-evk:koptee", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:901", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:901", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx93-evk:koptee", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/jtag lines.last= [1/1] Normalize zcu111/jtag target=zcu111:jtag timestamp=2026-01-08T10:00:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:19", timestamp_log="2026-01-08T10:00:19", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="jtag", target="zcu111:jtag", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:912", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:jtag", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/netjtag lines.last= [1/1] Normalize zcu111/netjtag target=zcu111:netjtag timestamp=2026-01-08T10:01:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:08", timestamp_log="2026-01-08T10:01:08", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="netjtag", target="zcu111:netjtag", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:920", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:netjtag", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/nsh lines.last= [1/1] Normalize zcu111/nsh target=zcu111:nsh timestamp=2026-01-08T10:02:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:17", timestamp_log="2026-01-08T10:02:17", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="nsh", target="zcu111:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:936", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: zcu111/netnsh lines.last= [1/1] Normalize zcu111/netnsh target=zcu111:netnsh timestamp=2026-01-08T10:03:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:11", timestamp_log="2026-01-08T10:03:11", user="NuttX", arch="arm64", subarch="zynq-mpsoc", group="arm64-01", board="zcu111", config="netnsh", target="zcu111:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:944", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/zcu111:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/ostest lines.last= [1/1] Normalize raspberrypi-4b/ostest target=raspberrypi-4b:ostest timestamp=2026-01-08T10:04:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:07", timestamp_log="2026-01-08T10:04:07", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="ostest", target="raspberrypi-4b:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:960", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/lvgl lines.last= [1/1] Normalize raspberrypi-4b/lvgl target=raspberrypi-4b:lvgl timestamp=2026-01-08T10:04:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:59", timestamp_log="2026-01-08T10:04:59", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="lvgl", target="raspberrypi-4b:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:968", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/sd lines.last= [1/1] Normalize raspberrypi-4b/sd target=raspberrypi-4b:sd timestamp=2026-01-08T10:06:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:43", timestamp_log="2026-01-08T10:06:43", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="sd", target="raspberrypi-4b:sd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:976", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:sd", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/nsh lines.last= [1/1] Normalize raspberrypi-4b/nsh target=raspberrypi-4b:nsh timestamp=2026-01-08T10:07:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:36", timestamp_log="2026-01-08T10:07:36", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="nsh", target="raspberrypi-4b:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:984", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/fb lines.last= [1/1] Normalize raspberrypi-4b/fb target=raspberrypi-4b:fb timestamp=2026-01-08T10:08:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:24", timestamp_log="2026-01-08T10:08:24", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="fb", target="raspberrypi-4b:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:992", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/cgol lines.last= [1/1] Normalize raspberrypi-4b/cgol target=raspberrypi-4b:cgol timestamp=2026-01-08T10:09:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:04", timestamp_log="2026-01-08T10:09:04", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="cgol", target="raspberrypi-4b:cgol", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1000", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:cgol", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-4b/coremark lines.last= [1/1] Normalize raspberrypi-4b/coremark target=raspberrypi-4b:coremark timestamp=2026-01-08T10:09:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:38", timestamp_log="2026-01-08T10:09:38", user="NuttX", arch="arm64", subarch="bcm2711", group="arm64-01", board="raspberrypi-4b", config="coremark", target="raspberrypi-4b:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1008", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-4b:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pinephonepro/nsh lines.last= [1/1] Normalize pinephonepro/nsh target=pinephonepro:nsh timestamp=2026-01-08T10:10:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:29", timestamp_log="2026-01-08T10:10:29", user="NuttX", arch="arm64", subarch="rk3399", group="arm64-01", board="pinephonepro", config="nsh", target="pinephonepro:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1024", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pinephonepro:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nanopi_m4/nsh lines.last= [1/1] Normalize nanopi_m4/nsh target=nanopi_m4:nsh timestamp=2026-01-08T10:11:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:10", timestamp_log="2026-01-08T10:11:10", user="NuttX", arch="arm64", subarch="rk3399", group="arm64-01", board="nanopi_m4", config="nsh", target="nanopi_m4:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1032", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nanopi_m4:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: avaota-a1/nsh lines.last= [1/1] Normalize avaota-a1/nsh target=avaota-a1:nsh timestamp=2026-01-08T10:11:45 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:45", timestamp_log="2026-01-08T10:11:45", user="NuttX", arch="arm64", subarch="a527", group="arm64-01", board="avaota-a1", config="nsh", target="avaota-a1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1040", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1040", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/avaota-a1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh_smp lines.last= [1/1] Normalize qemu-armv8a/netnsh_smp target=qemu-armv8a:netnsh_smp timestamp=2026-01-08T10:13:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:20", timestamp_log="2026-01-08T10:13:20", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh_smp", target="qemu-armv8a:netnsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1051", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/rpserver lines.last= [1/1] Normalize qemu-armv8a/rpserver target=qemu-armv8a:rpserver timestamp=2026-01-08T10:14:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:30", timestamp_log="2026-01-08T10:14:30", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="rpserver", target="qemu-armv8a:rpserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1066", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:rpserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/sw_tags lines.last= [1/1] Normalize qemu-armv8a/sw_tags target=qemu-armv8a:sw_tags timestamp=2026-01-08T10:15:28 *** Msg: lto-wrapper: warning: using serial compilation of 5 LTRANS jobs *** Msg: lto-wrapper: note: see the '-flto' option documentation for more information body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:28", timestamp_log="2026-01-08T10:15:28", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="sw_tags", target="qemu-armv8a:sw_tags", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1074", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1074", msg="lto-wrapper: warning: using serial compilation of 5 LTRANS jobs \n lto-wrapper: note: see the '-flto' option documentation for more information", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:sw_tags", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh_smp lines.last= Building NuttX... target=qemu-armv8a:nsh_smp timestamp=2026-01-08T10:16:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:25", timestamp_log="2026-01-08T10:16:25", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_smp", target="qemu-armv8a:nsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1085", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/xedge_demo lines.last= [1/1] Normalize qemu-armv8a/xedge_demo target=qemu-armv8a:xedge_demo timestamp=2026-01-08T10:17:08 *** Msg: Note: switching to '227a4b998300fa4cfde871dc7dac92c09e1636c2'. *** Msg: You are in 'detached HEAD' state. You can look around, make experimental *** Msg: changes and commit them, and you can discard any commits you make in this *** Msg: state without impacting any branches by switching back to a branch. *** Msg: If you want to create a new branch to retain commits you create, you may *** Msg: do so (now or later) by using -c with the switch command. Example: *** Msg: git switch -c *** Msg: Or undo this operation with: *** Msg: git switch - *** Msg: Turn off this advice by setting config variable advice.detachedHead to false *** Msg: Note: switching to '9f74a2f778b002ad8441471b8a7a5b13172dbe76'. *** Msg: You are in 'detached HEAD' state. You can look around, make experimental *** Msg: changes and commit them, and you can discard any commits you make in this *** Msg: state without impacting any branches by switching back to a branch. *** Msg: If you want to create a new branch to retain commits you create, you may *** Msg: do so (now or later) by using -c with the switch command. Example: *** Msg: git switch -c *** Msg: Or undo this operation with: *** Msg: git switch - *** Msg: Turn off this advice by setting config variable advice.detachedHead to false body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:08", timestamp_log="2026-01-08T10:17:08", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="xedge_demo", target="qemu-armv8a:xedge_demo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1093", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1093", msg="Note: switching to '227a4b998300fa4cfde871dc7dac92c09e1636c2'. \n You are in 'detached HEAD' state. You can look around, make experimental \n changes and commit them, and you can discard any commits you make in this \n state without impacting any branches by switching back to a branch. \n If you want to create a new branch to retain commits you create, you may \n do so (now or later) by using -c with the switch command. Example: \n git switch -c \n Or undo this operation with: \n git switc", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:xedge_demo", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh_smp_hv lines.last= [1/1] Normalize qemu-armv8a/netnsh_smp_hv target=qemu-armv8a:netnsh_smp_hv timestamp=2026-01-08T10:18:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:34", timestamp_log="2026-01-08T10:18:34", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh_smp_hv", target="qemu-armv8a:netnsh_smp_hv", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1147", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh_smp_hv", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh_smp_tickless lines.last= Building NuttX... target=qemu-armv8a:nsh_smp_tickless timestamp=2026-01-08T10:19:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:19", timestamp_log="2026-01-08T10:19:19", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_smp_tickless", target="qemu-armv8a:nsh_smp_tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1164", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_smp_tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/knsh lines.last= [1/1] Normalize qemu-armv8a/knsh target=qemu-armv8a:knsh timestamp=2026-01-08T10:19:56 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:56", timestamp_log="2026-01-08T10:19:56", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="knsh", target="qemu-armv8a:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1172", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1172", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/arm64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/mte lines.last= [1/1] Normalize qemu-armv8a/mte target=qemu-armv8a:mte timestamp=2026-01-08T10:21:06 *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:06", timestamp_log="2026-01-08T10:21:06", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="mte", target="qemu-armv8a:mte", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1183", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1183", msg="Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:mte", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/fastboot lines.last= [1/1] Normalize qemu-armv8a/fastboot target=qemu-armv8a:fastboot timestamp=2026-01-08T10:22:00 *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule *** Msg: Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:00", timestamp_log="2026-01-08T10:22:00", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="fastboot", target="qemu-armv8a:fastboot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1196", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1196", msg="Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule \n Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:fastboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 12:59:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/rpproxy lines.last= [1/1] Normalize qemu-armv8a/rpproxy target=qemu-armv8a:rpproxy timestamp=2026-01-08T10:23:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:07", timestamp_log="2026-01-08T10:23:07", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="rpproxy", target="qemu-armv8a:rpproxy", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1213", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:rpproxy", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh_hv lines.last= [1/1] Normalize qemu-armv8a/netnsh_hv target=qemu-armv8a:netnsh_hv timestamp=2026-01-08T10:23:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:48", timestamp_log="2026-01-08T10:23:48", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh_hv", target="qemu-armv8a:netnsh_hv", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1221", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh_hv", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/citest_smp lines.last= Building NuttX... target=qemu-armv8a:citest_smp timestamp=2026-01-08T10:24:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:53", timestamp_log="2026-01-08T10:24:53", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="citest_smp", target="qemu-armv8a:citest_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1238", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:citest_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/gdbstub lines.last= [1/1] Normalize qemu-armv8a/gdbstub target=qemu-armv8a:gdbstub timestamp=2026-01-08T10:25:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:28", timestamp_log="2026-01-08T10:25:28", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="gdbstub", target="qemu-armv8a:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1246", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh lines.last= Building NuttX... target=qemu-armv8a:nsh timestamp=2026-01-08T10:26:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:20", timestamp_log="2026-01-08T10:26:20", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh", target="qemu-armv8a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1255", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/fb lines.last= [1/1] Normalize qemu-armv8a/fb target=qemu-armv8a:fb timestamp=2026-01-08T10:26:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:59", timestamp_log="2026-01-08T10:26:59", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="fb", target="qemu-armv8a:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1263", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/nsh_gicv2 lines.last= Building NuttX... target=qemu-armv8a:nsh_gicv2 timestamp=2026-01-08T10:27:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:37", timestamp_log="2026-01-08T10:27:37", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_gicv2", target="qemu-armv8a:nsh_gicv2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1272", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_gicv2", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/citest lines.last= Building NuttX... target=qemu-armv8a:citest timestamp=2026-01-08T10:28:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:11", timestamp_log="2026-01-08T10:28:11", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="citest", target="qemu-armv8a:citest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1281", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/nsh_fiq lines.last= [1/1] Normalize qemu-armv8a/nsh_fiq target=qemu-armv8a:nsh_fiq timestamp=2026-01-08T10:28:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:51", timestamp_log="2026-01-08T10:28:51", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_fiq", target="qemu-armv8a:nsh_fiq", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1289", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_fiq", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/netnsh lines.last= [1/1] Normalize qemu-armv8a/netnsh target=qemu-armv8a:netnsh timestamp=2026-01-08T10:29:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:36", timestamp_log="2026-01-08T10:29:36", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="netnsh", target="qemu-armv8a:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1297", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: qemu-armv8a/sotest lines.last= Building NuttX... target=qemu-armv8a:sotest timestamp=2026-01-08T10:30:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:19", timestamp_log="2026-01-08T10:30:19", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="sotest", target="qemu-armv8a:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1314", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: imx8qm-mek/nsh lines.last= [1/1] Normalize imx8qm-mek/nsh target=imx8qm-mek:nsh timestamp=2026-01-08T10:30:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:58", timestamp_log="2026-01-08T10:30:58", user="NuttX", arch="arm64", subarch="imx8", group="arm64-01", board="imx8qm-mek", config="nsh", target="imx8qm-mek:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1322", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/imx8qm-mek:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/nsh_fiq,CONFIG_ARM_TOOLCHAIN_CLANG lines.last= [1/1] Normalize qemu-armv8a/nsh_fiq target=qemu-armv8a:nsh_fiq timestamp=2026-01-08T10:31:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:44", timestamp_log="2026-01-08T10:31:44", user="NuttX", arch="arm64", subarch="qemu", group="arm64-01", board="qemu-armv8a", config="nsh_fiq", target="qemu-armv8a:nsh_fiq", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663262#step:10:1330", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_fiq", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:04 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ other == \m\s\y\s\2 ]] + ingest_log Linux 10 other + local os=Linux + local step=10 + local group=other + local 'job_name=Linux (other)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (other)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 71086 0 0:00:02 0:00:02 --:--:-- 71122 + local job_id=59779663261 + set +x job_id=59779663261 + [[ 59779663261 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/32_Linux (other).txt' + local 'log_file=/tmp/ingest-nuttx-builds/32_Linux (other).txt' + local filename=ci-other.log + local pathname=/tmp/ingest-nuttx-builds/ci-other.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:83 + cat '/tmp/ingest-nuttx-builds/32_Linux (other).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-other.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {05986347-ce89-4627-be46-e15602463849} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (other) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2010) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-other.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group other --run-id 20812375605 --job-id 59779663261 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-other.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group other --run-id 20812375605 --job-id 59779663261 --step 10` lines[0]=Configuration/Tool: teensy-2.0/usbmsc lines.last= [1/1] Normalize teensy-2.0/usbmsc target=teensy-2.0:usbmsc timestamp=2026-01-08T09:46:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:17", timestamp_log="2026-01-08T09:46:17", user="NuttX", arch="other", subarch="at90usb", group="other", board="teensy-2.0", config="usbmsc", target="teensy-2.0:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:775", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-2.0:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-2.0/hello lines.last= [1/1] Normalize teensy-2.0/hello target=teensy-2.0:hello timestamp=2026-01-08T09:46:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:46", timestamp_log="2026-01-08T09:46:46", user="NuttX", arch="other", subarch="at90usb", group="other", board="teensy-2.0", config="hello", target="teensy-2.0:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:783", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-2.0:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: teensy-2.0/nsh lines.last= [1/1] Normalize teensy-2.0/nsh target=teensy-2.0:nsh timestamp=2026-01-08T09:47:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:10", timestamp_log="2026-01-08T09:47:10", user="NuttX", arch="other", subarch="at90usb", group="other", board="teensy-2.0", config="nsh", target="teensy-2.0:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:791", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/teensy-2.0:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: micropendous3/hello lines.last= [1/1] Normalize micropendous3/hello target=micropendous3:hello timestamp=2026-01-08T09:47:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:35", timestamp_log="2026-01-08T09:47:35", user="NuttX", arch="other", subarch="at90usb", group="other", board="micropendous3", config="hello", target="micropendous3:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:799", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/micropendous3:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: avr32dev1/ostest lines.last= [1/1] Normalize avr32dev1/ostest target=avr32dev1:ostest timestamp=2026-01-08T09:48:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:00", timestamp_log="2026-01-08T09:48:00", user="NuttX", arch="other", subarch="at32uc3", group="other", board="avr32dev1", config="ostest", target="avr32dev1:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:807", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/avr32dev1:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: avr32dev1/nsh lines.last= [1/1] Normalize avr32dev1/nsh target=avr32dev1:nsh timestamp=2026-01-08T09:48:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:26", timestamp_log="2026-01-08T09:48:26", user="NuttX", arch="other", subarch="at32uc3", group="other", board="avr32dev1", config="nsh", target="avr32dev1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:815", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/avr32dev1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mizar32a/nsh lines.last= [1/1] Normalize mizar32a/nsh target=mizar32a:nsh timestamp=2026-01-08T09:48:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:53", timestamp_log="2026-01-08T09:48:53", user="NuttX", arch="other", subarch="at32uc3", group="other", board="mizar32a", config="nsh", target="mizar32a:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:823", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mizar32a:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: moteino-mega/hello lines.last= [1/1] Normalize moteino-mega/hello target=moteino-mega:hello timestamp=2026-01-08T09:49:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:22", timestamp_log="2026-01-08T09:49:22", user="NuttX", arch="other", subarch="atmega", group="other", board="moteino-mega", config="hello", target="moteino-mega:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:831", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/moteino-mega:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: moteino-mega/nsh lines.last= [1/1] Normalize moteino-mega/nsh target=moteino-mega:nsh timestamp=2026-01-08T09:49:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:46", timestamp_log="2026-01-08T09:49:46", user="NuttX", arch="other", subarch="atmega", group="other", board="moteino-mega", config="nsh", target="moteino-mega:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:839", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/moteino-mega:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mega1284p-xplained/hello lines.last= [1/1] Normalize mega1284p-xplained/hello target=mega1284p-xplained:hello timestamp=2026-01-08T09:50:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:12", timestamp_log="2026-01-08T09:50:12", user="NuttX", arch="other", subarch="atmega", group="other", board="mega1284p-xplained", config="hello", target="mega1284p-xplained:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:847", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mega1284p-xplained:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mega1284p-xplained/nsh lines.last= [1/1] Normalize mega1284p-xplained/nsh target=mega1284p-xplained:nsh timestamp=2026-01-08T09:50:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:31", timestamp_log="2026-01-08T09:50:31", user="NuttX", arch="other", subarch="atmega", group="other", board="mega1284p-xplained", config="nsh", target="mega1284p-xplained:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:855", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mega1284p-xplained:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: elegoo-mega2560r3/nsh lines.last= [1/1] Normalize elegoo-mega2560r3/nsh target=elegoo-mega2560r3:nsh timestamp=2026-01-08T09:50:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:50", timestamp_log="2026-01-08T09:50:50", user="NuttX", arch="other", subarch="atmega", group="other", board="elegoo-mega2560r3", config="nsh", target="elegoo-mega2560r3:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:863", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/elegoo-mega2560r3:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-mega2560/hello lines.last= [1/1] Normalize arduino-mega2560/hello target=arduino-mega2560:hello timestamp=2026-01-08T09:51:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:16", timestamp_log="2026-01-08T09:51:16", user="NuttX", arch="other", subarch="atmega", group="other", board="arduino-mega2560", config="hello", target="arduino-mega2560:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:871", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-mega2560:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: arduino-mega2560/nsh lines.last= [1/1] Normalize arduino-mega2560/nsh target=arduino-mega2560:nsh timestamp=2026-01-08T09:51:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:40", timestamp_log="2026-01-08T09:51:40", user="NuttX", arch="other", subarch="atmega", group="other", board="arduino-mega2560", config="nsh", target="arduino-mega2560:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:879", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/arduino-mega2560:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: amber/hello lines.last= [1/1] Normalize amber/hello target=amber:hello timestamp=2026-01-08T09:51:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:59", timestamp_log="2026-01-08T09:51:59", user="NuttX", arch="other", subarch="atmega", group="other", board="amber", config="hello", target="amber:hello", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:887", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/amber:hello", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:12 GMT", "content-length": "0"} } lines[0]=Skipping: breadxavr/nsh lines.last= Skipping: breadxavr/nsh *** Not a target: Skipping: breadxavr/nsh lines[0]=Configuration/Tool: chipkit-wifire/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize chipkit-wifire/nsh target=chipkit-wifire:nsh timestamp=2026-01-08T09:52:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:25", timestamp_log="2026-01-08T09:52:25", user="NuttX", arch="other", subarch="pic32mz", group="other", board="chipkit-wifire", config="nsh", target="chipkit-wifire:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:902", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/chipkit-wifire:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-pic32mz/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize flipnclick-pic32mz/nsh target=flipnclick-pic32mz:nsh timestamp=2026-01-08T09:52:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:57", timestamp_log="2026-01-08T09:52:57", user="NuttX", arch="other", subarch="pic32mz", group="other", board="flipnclick-pic32mz", config="nsh", target="flipnclick-pic32mz:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:912", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-pic32mz:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: flipnclick-pic32mz/nxlines,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize flipnclick-pic32mz/nxlines target=flipnclick-pic32mz:nxlines timestamp=2026-01-08T09:53:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:22", timestamp_log="2026-01-08T09:53:22", user="NuttX", arch="other", subarch="pic32mz", group="other", board="flipnclick-pic32mz", config="nxlines", target="flipnclick-pic32mz:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:922", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/flipnclick-pic32mz:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mz-starterkit/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mz-starterkit/nsh target=pic32mz-starterkit:nsh timestamp=2026-01-08T09:53:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:51", timestamp_log="2026-01-08T09:53:51", user="NuttX", arch="other", subarch="pic32mz", group="other", board="pic32mz-starterkit", config="nsh", target="pic32mz-starterkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:932", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mz-starterkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mx-starterkit/nsh2,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mx-starterkit/nsh2 target=pic32mx-starterkit:nsh2 timestamp=2026-01-08T09:54:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:23", timestamp_log="2026-01-08T09:54:23", user="NuttX", arch="other", subarch="pic32mx", group="other", board="pic32mx-starterkit", config="nsh2", target="pic32mx-starterkit:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:942", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mx-starterkit:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mx-starterkit/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mx-starterkit/nsh target=pic32mx-starterkit:nsh timestamp=2026-01-08T09:55:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:03", timestamp_log="2026-01-08T09:55:03", user="NuttX", arch="other", subarch="pic32mx", group="other", board="pic32mx-starterkit", config="nsh", target="pic32mx-starterkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:952", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mx-starterkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ubw32/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize ubw32/nsh target=ubw32:nsh timestamp=2026-01-08T09:55:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:28", timestamp_log="2026-01-08T09:55:28", user="NuttX", arch="other", subarch="pic32mx", group="other", board="ubw32", config="nsh", target="ubw32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:962", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ubw32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: pic32mx7mmb/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize pic32mx7mmb/nsh target=pic32mx7mmb:nsh timestamp=2026-01-08T09:56:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:00", timestamp_log="2026-01-08T09:56:00", user="NuttX", arch="other", subarch="pic32mx", group="other", board="pic32mx7mmb", config="nsh", target="pic32mx7mmb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:972", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/pic32mx7mmb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sure-pic32mx/usbnsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize sure-pic32mx/usbnsh target=sure-pic32mx:usbnsh timestamp=2026-01-08T09:56:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:33", timestamp_log="2026-01-08T09:56:33", user="NuttX", arch="other", subarch="pic32mx", group="other", board="sure-pic32mx", config="usbnsh", target="sure-pic32mx:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:982", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sure-pic32mx:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sure-pic32mx/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize sure-pic32mx/nsh target=sure-pic32mx:nsh timestamp=2026-01-08T09:56:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:58", timestamp_log="2026-01-08T09:56:58", user="NuttX", arch="other", subarch="pic32mx", group="other", board="sure-pic32mx", config="nsh", target="sure-pic32mx:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:992", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sure-pic32mx:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mirtoo/nsh,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize mirtoo/nsh target=mirtoo:nsh timestamp=2026-01-08T09:57:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:23", timestamp_log="2026-01-08T09:57:23", user="NuttX", arch="other", subarch="pic32mx", group="other", board="mirtoo", config="nsh", target="mirtoo:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1002", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mirtoo:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: mirtoo/nxffs,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL lines.last= [1/1] Normalize mirtoo/nxffs target=mirtoo:nxffs timestamp=2026-01-08T09:57:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:50", timestamp_log="2026-01-08T09:57:50", user="NuttX", arch="other", subarch="pic32mx", group="other", board="mirtoo", config="nxffs", target="mirtoo:nxffs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1012", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/mirtoo:nxffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-grrose/ipv6 lines.last= [1/1] Normalize rx65n-grrose/ipv6 target=rx65n-grrose:ipv6 timestamp=2026-01-08T09:58:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:17", timestamp_log="2026-01-08T09:58:17", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-grrose", config="ipv6", target="rx65n-grrose:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1022", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-grrose:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-grrose/nsh lines.last= [1/1] Normalize rx65n-grrose/nsh target=rx65n-grrose:nsh timestamp=2026-01-08T09:58:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:56", timestamp_log="2026-01-08T09:58:56", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-grrose", config="nsh", target="rx65n-grrose:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1030", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-grrose:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-grrose/netnsh lines.last= [1/1] Normalize rx65n-grrose/netnsh target=rx65n-grrose:netnsh timestamp=2026-01-08T09:59:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:24", timestamp_log="2026-01-08T09:59:24", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-grrose", config="netnsh", target="rx65n-grrose:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1038", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-grrose:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-rsk2mb/ipv6 lines.last= [1/1] Normalize rx65n-rsk2mb/ipv6 target=rx65n-rsk2mb:ipv6 timestamp=2026-01-08T10:00:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:02", timestamp_log="2026-01-08T10:00:02", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-rsk2mb", config="ipv6", target="rx65n-rsk2mb:ipv6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1046", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-rsk2mb:ipv6", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-rsk2mb/nsh lines.last= [1/1] Normalize rx65n-rsk2mb/nsh target=rx65n-rsk2mb:nsh timestamp=2026-01-08T10:00:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:31", timestamp_log="2026-01-08T10:00:31", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-rsk2mb", config="nsh", target="rx65n-rsk2mb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1054", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-rsk2mb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rx65n-rsk2mb/netnsh lines.last= [1/1] Normalize rx65n-rsk2mb/netnsh target=rx65n-rsk2mb:netnsh timestamp=2026-01-08T10:00:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:55", timestamp_log="2026-01-08T10:00:55", user="NuttX", arch="other", subarch="rx65n", group="other", board="rx65n-rsk2mb", config="netnsh", target="rx65n-rsk2mb:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1062", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rx65n-rsk2mb:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-i486/ostest lines.last= [1/1] Normalize qemu-i486/ostest target=qemu-i486:ostest timestamp=2026-01-08T10:01:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:24", timestamp_log="2026-01-08T10:01:24", user="NuttX", arch="other", subarch="qemu", group="other", board="qemu-i486", config="ostest", target="qemu-i486:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1070", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-i486:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-i486/nsh lines.last= [1/1] Normalize qemu-i486/nsh target=qemu-i486:nsh timestamp=2026-01-08T10:02:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:00", timestamp_log="2026-01-08T10:02:00", user="NuttX", arch="other", subarch="qemu", group="other", board="qemu-i486", config="nsh", target="qemu-i486:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1078", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-i486:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:20 GMT", "content-length": "0"} } lines[0]=Skipping: xx3823/nsh lines.last= Skipping: xx3823/nsh *** Not a target: Skipping: xx3823/nsh lines[0]=Configuration/Tool: s698pm-dkit/smp lines.last= [1/1] Normalize s698pm-dkit/smp target=s698pm-dkit:smp timestamp=2026-01-08T10:02:42 *** Msg: sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:42", timestamp_log="2026-01-08T10:02:42", user="NuttX", arch="other", subarch="s698pm", group="other", board="s698pm-dkit", config="smp", target="s698pm-dkit:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1093", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1093", msg="sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s698pm-dkit:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: s698pm-dkit/nsh lines.last= [1/1] Normalize s698pm-dkit/nsh target=s698pm-dkit:nsh timestamp=2026-01-08T10:03:13 *** Msg: sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:13", timestamp_log="2026-01-08T10:03:13", user="NuttX", arch="other", subarch="s698pm", group="other", board="s698pm-dkit", config="nsh", target="s698pm-dkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1102", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1102", msg="sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/s698pm-dkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: xx3803/nsh lines.last= [1/1] Normalize xx3803/nsh target=xx3803:nsh timestamp=2026-01-08T10:03:45 *** Msg: sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:45", timestamp_log="2026-01-08T10:03:45", user="NuttX", arch="other", subarch="bm3803", group="other", board="xx3803", config="nsh", target="xx3803:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1111", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663261#step:10:1111", msg="sparc-gaisler-elf-gcc: warning: gnu-elf.ld.in: linker input file unused because linking not done", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/xx3803:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:21 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-01 + local os=Linux + local step=10 + local group=risc-v-01 + local 'job_name=Linux (risc-v-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 63479 0 0:00:02 0:00:02 --:--:-- 63501 + local job_id=59779663331 + set +x job_id=59779663331 + [[ 59779663331 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/12_Linux (risc-v-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/12_Linux (risc-v-01).txt' + local filename=ci-risc-v-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:83 + cat '/tmp/ingest-nuttx-builds/12_Linux (risc-v-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {5d005dd1-0156-4af6-b4e4-b4a30933a885} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2012) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-01 --run-id 20812375605 --job-id 59779663331 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-01 --run-id 20812375605 --job-id 59779663331 --step 10` lines[0]=Configuration/Tool: bl602evb/timer lines.last= [1/1] Normalize bl602evb/timer target=bl602evb:timer timestamp=2026-01-08T10:21:17 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:17", timestamp_log="2026-01-08T10:21:17", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="timer", target="bl602evb:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:771", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:771", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/gpio lines.last= [1/1] Normalize bl602evb/gpio target=bl602evb:gpio timestamp=2026-01-08T10:22:07 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:07", timestamp_log="2026-01-08T10:22:07", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="gpio", target="bl602evb:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:780", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:780", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/wifi lines.last= [1/1] Normalize bl602evb/wifi target=bl602evb:wifi timestamp=2026-01-08T10:22:54 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:54", timestamp_log="2026-01-08T10:22:54", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="wifi", target="bl602evb:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:789", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:789", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/nsh lines.last= [1/1] Normalize bl602evb/nsh target=bl602evb:nsh timestamp=2026-01-08T10:24:06 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:06", timestamp_log="2026-01-08T10:24:06", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="nsh", target="bl602evb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:805", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:805", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/fpu lines.last= [1/1] Normalize bl602evb/fpu target=bl602evb:fpu timestamp=2026-01-08T10:24:39 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:39", timestamp_log="2026-01-08T10:24:39", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="fpu", target="bl602evb:fpu", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:814", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:814", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:fpu", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/i2c lines.last= [1/1] Normalize bl602evb/i2c target=bl602evb:i2c timestamp=2026-01-08T10:25:17 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:17", timestamp_log="2026-01-08T10:25:17", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="i2c", target="bl602evb:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:823", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:823", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/elf lines.last= [1/1] Normalize bl602evb/elf target=bl602evb:elf timestamp=2026-01-08T10:25:50 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:50", timestamp_log="2026-01-08T10:25:50", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="elf", target="bl602evb:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:832", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:832", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/spiflash lines.last= [1/1] Normalize bl602evb/spiflash target=bl602evb:spiflash timestamp=2026-01-08T10:27:18 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:18", timestamp_log="2026-01-08T10:27:18", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="spiflash", target="bl602evb:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:841", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:841", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/dma lines.last= [1/1] Normalize bl602evb/dma target=bl602evb:dma timestamp=2026-01-08T10:28:06 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:06", timestamp_log="2026-01-08T10:28:06", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="dma", target="bl602evb:dma", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:850", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:850", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:dma", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: bl602evb/spi lines.last= [1/1] Normalize bl602evb/spi target=bl602evb:spi timestamp=2026-01-08T10:28:54 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:54", timestamp_log="2026-01-08T10:28:54", user="NuttX", arch="risc-v", subarch="bl602", group="risc-v-01", board="bl602evb", config="spi", target="bl602evb:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:859", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:859", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/bl602evb:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/adc lines.last= [1/1] Normalize ox64/adc target=ox64:adc timestamp=2026-01-08T10:29:26 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:26", timestamp_log="2026-01-08T10:29:26", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="adc", target="ox64:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:868", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:868", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/timer lines.last= [1/1] Normalize ox64/timer target=ox64:timer timestamp=2026-01-08T10:30:58 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:58", timestamp_log="2026-01-08T10:30:58", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="timer", target="ox64:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:882", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:882", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/nsh lines.last= [1/1] Normalize ox64/nsh target=ox64:nsh timestamp=2026-01-08T10:31:54 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:54", timestamp_log="2026-01-08T10:31:54", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="nsh", target="ox64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:896", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:896", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ox64/spi lines.last= [1/1] Normalize ox64/spi target=ox64:spi timestamp=2026-01-08T10:32:49 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:49", timestamp_log="2026-01-08T10:32:49", user="NuttX", arch="risc-v", subarch="bl808", group="risc-v-01", board="ox64", config="spi", target="ox64:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:910", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:910", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ox64:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/module lines.last= [1/1] Normalize smartl-c906/module target=smartl-c906:module timestamp=2026-01-08T10:33:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:44", timestamp_log="2026-01-08T10:33:44", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="module", target="smartl-c906:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:924", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/knsh lines.last= [1/1] Normalize smartl-c906/knsh target=smartl-c906:knsh timestamp=2026-01-08T10:34:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:40", timestamp_log="2026-01-08T10:34:40", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="knsh", target="smartl-c906:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:932", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/nsh lines.last= [1/1] Normalize smartl-c906/nsh target=smartl-c906:nsh timestamp=2026-01-08T10:36:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:01", timestamp_log="2026-01-08T10:36:01", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="nsh", target="smartl-c906:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:940", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/fpu lines.last= [1/1] Normalize smartl-c906/fpu target=smartl-c906:fpu timestamp=2026-01-08T10:36:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:51", timestamp_log="2026-01-08T10:36:51", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="fpu", target="smartl-c906:fpu", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:948", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:fpu", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/elf lines.last= [1/1] Normalize smartl-c906/elf target=smartl-c906:elf timestamp=2026-01-08T10:37:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:34", timestamp_log="2026-01-08T10:37:34", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="elf", target="smartl-c906:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:956", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: smartl-c906/sotest lines.last= [1/1] Normalize smartl-c906/sotest target=smartl-c906:sotest timestamp=2026-01-08T10:38:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:30", timestamp_log="2026-01-08T10:38:30", user="NuttX", arch="risc-v", subarch="c906", group="risc-v-01", board="smartl-c906", config="sotest", target="smartl-c906:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:964", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/smartl-c906:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: starpro64/nsh lines.last= [1/1] Normalize starpro64/nsh target=starpro64:nsh timestamp=2026-01-08T10:39:16 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:16", timestamp_log="2026-01-08T10:39:16", user="NuttX", arch="risc-v", subarch="eic7700x", group="risc-v-01", board="starpro64", config="nsh", target="starpro64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:972", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663331#step:10:972", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/starpro64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:31 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-02 + local os=Linux + local step=10 + local group=risc-v-02 + local 'job_name=Linux (risc-v-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 61595 0 0:00:02 0:00:02 --:--:-- 61602 + local job_id=59779663260 + set +x job_id=59779663260 + [[ 59779663260 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/31_Linux (risc-v-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/31_Linux (risc-v-02).txt' + local filename=ci-risc-v-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:83 + cat '/tmp/ingest-nuttx-builds/31_Linux (risc-v-02).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {f60c953b-6804-419a-aefc-387497122cdc} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2007) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-02 --run-id 20812375605 --job-id 59779663260 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-02 --run-id 20812375605 --job-id 59779663260 --step 10` lines[0]=Configuration/Tool: esp32-c3-zero/usbnsh lines.last= [1/1] Normalize esp32-c3-zero/usbnsh target=esp32-c3-zero:usbnsh timestamp=2026-01-08T09:47:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:12", timestamp_log="2026-01-08T09:47:12", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="usbnsh", target="esp32-c3-zero:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/sta_softap lines.last= [1/1] Normalize esp32-c3-zero/sta_softap target=esp32-c3-zero:sta_softap timestamp=2026-01-08T09:48:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:44", timestamp_log="2026-01-08T09:48:44", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="sta_softap", target="esp32-c3-zero:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:781", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/wifi lines.last= [1/1] Normalize esp32-c3-zero/wifi target=esp32-c3-zero:wifi timestamp=2026-01-08T09:50:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:28", timestamp_log="2026-01-08T09:50:28", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="wifi", target="esp32-c3-zero:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:804", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/nsh lines.last= [1/1] Normalize esp32-c3-zero/nsh target=esp32-c3-zero:nsh timestamp=2026-01-08T09:51:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:24", timestamp_log="2026-01-08T09:51:24", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="nsh", target="esp32-c3-zero:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:827", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-c3-zero/jumbo lines.last= [1/1] Normalize esp32-c3-zero/jumbo target=esp32-c3-zero:jumbo timestamp=2026-01-08T09:52:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:05", timestamp_log="2026-01-08T09:52:05", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32-c3-zero", config="jumbo", target="esp32-c3-zero:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:835", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-c3-zero:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/usbnsh lines.last= [1/1] Normalize esp32c3-xiao/usbnsh target=esp32c3-xiao:usbnsh timestamp=2026-01-08T09:52:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:49", timestamp_log="2026-01-08T09:52:49", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="usbnsh", target="esp32c3-xiao:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:843", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/gpio lines.last= [1/1] Normalize esp32c3-xiao/gpio target=esp32c3-xiao:gpio timestamp=2026-01-08T09:53:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:30", timestamp_log="2026-01-08T09:53:30", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="gpio", target="esp32c3-xiao:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:851", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/wifi lines.last= [1/1] Normalize esp32c3-xiao/wifi target=esp32c3-xiao:wifi timestamp=2026-01-08T09:54:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:12", timestamp_log="2026-01-08T09:54:12", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="wifi", target="esp32c3-xiao:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:859", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/nsh lines.last= [1/1] Normalize esp32c3-xiao/nsh target=esp32c3-xiao:nsh timestamp=2026-01-08T09:55:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:10", timestamp_log="2026-01-08T09:55:10", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="nsh", target="esp32c3-xiao:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:874", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-xiao/ble lines.last= [1/1] Normalize esp32c3-xiao/ble target=esp32c3-xiao:ble timestamp=2026-01-08T09:55:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:52", timestamp_log="2026-01-08T09:55:52", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-xiao", config="ble", target="esp32c3-xiao:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:882", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-xiao:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/ostest lines.last= [1/1] Normalize esp32c3-devkit/ostest target=esp32c3-devkit:ostest timestamp=2026-01-08T09:57:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:04", timestamp_log="2026-01-08T09:57:04", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="ostest", target="esp32c3-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:890", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/efuse lines.last= [1/1] Normalize esp32c3-devkit/efuse target=esp32c3-devkit:efuse timestamp=2026-01-08T09:57:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:45", timestamp_log="2026-01-08T09:57:45", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="efuse", target="esp32c3-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:898", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/pm lines.last= [1/1] Normalize esp32c3-devkit/pm target=esp32c3-devkit:pm timestamp=2026-01-08T09:58:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:26", timestamp_log="2026-01-08T09:58:26", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="pm", target="esp32c3-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:906", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/rmt lines.last= [1/1] Normalize esp32c3-devkit/rmt target=esp32c3-devkit:rmt timestamp=2026-01-08T09:59:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:10", timestamp_log="2026-01-08T09:59:10", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="rmt", target="esp32c3-devkit:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:914", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/buttons lines.last= [1/1] Normalize esp32c3-devkit/buttons target=esp32c3-devkit:buttons timestamp=2026-01-08T09:59:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:57", timestamp_log="2026-01-08T09:59:57", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="buttons", target="esp32c3-devkit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:922", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/temperature_sensor lines.last= [1/1] Normalize esp32c3-devkit/temperature_sensor target=esp32c3-devkit:temperature_sensor timestamp=2026-01-08T10:00:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:39", timestamp_log="2026-01-08T10:00:39", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="temperature_sensor", target="esp32c3-devkit:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:930", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/rtc lines.last= [1/1] Normalize esp32c3-devkit/rtc target=esp32c3-devkit:rtc timestamp=2026-01-08T10:01:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:21", timestamp_log="2026-01-08T10:01:21", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="rtc", target="esp32c3-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:938", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/twai lines.last= [1/1] Normalize esp32c3-devkit/twai target=esp32c3-devkit:twai timestamp=2026-01-08T10:02:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:24", timestamp_log="2026-01-08T10:02:24", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="twai", target="esp32c3-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:946", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/adc lines.last= [1/1] Normalize esp32c3-devkit/adc target=esp32c3-devkit:adc timestamp=2026-01-08T10:03:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:06", timestamp_log="2026-01-08T10:03:06", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="adc", target="esp32c3-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:954", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/crypto lines.last= [1/1] Normalize esp32c3-devkit/crypto target=esp32c3-devkit:crypto timestamp=2026-01-08T10:03:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:47", timestamp_log="2026-01-08T10:03:47", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="crypto", target="esp32c3-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:962", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/usbconsole lines.last= [1/1] Normalize esp32c3-devkit/usbconsole target=esp32c3-devkit:usbconsole timestamp=2026-01-08T10:04:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:52", timestamp_log="2026-01-08T10:04:52", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="usbconsole", target="esp32c3-devkit:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:970", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/sdm lines.last= [1/1] Normalize esp32c3-devkit/sdm target=esp32c3-devkit:sdm timestamp=2026-01-08T10:05:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:32", timestamp_log="2026-01-08T10:05:32", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="sdm", target="esp32c3-devkit:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:978", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/romfs lines.last= [1/1] Normalize esp32c3-devkit/romfs target=esp32c3-devkit:romfs timestamp=2026-01-08T10:06:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:13", timestamp_log="2026-01-08T10:06:13", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="romfs", target="esp32c3-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:986", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/random lines.last= [1/1] Normalize esp32c3-devkit/random target=esp32c3-devkit:random timestamp=2026-01-08T10:06:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:55", timestamp_log="2026-01-08T10:06:55", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="random", target="esp32c3-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:994", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/nimble lines.last= [1/1] Normalize esp32c3-devkit/nimble target=esp32c3-devkit:nimble timestamp=2026-01-08T10:07:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:38", timestamp_log="2026-01-08T10:07:38", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="nimble", target="esp32c3-devkit:nimble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1002", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/gpio lines.last= [1/1] Normalize esp32c3-devkit/gpio target=esp32c3-devkit:gpio timestamp=2026-01-08T10:08:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:51", timestamp_log="2026-01-08T10:08:51", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="gpio", target="esp32c3-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1018", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/mcuboot_update_agent lines.last= [1/1] Normalize esp32c3-devkit/mcuboot_update_agent target=esp32c3-devkit:mcuboot_update_agent timestamp=2026-01-08T10:09:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:32", timestamp_log="2026-01-08T10:09:32", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="mcuboot_update_agent", target="esp32c3-devkit:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1026", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/sta_softap lines.last= [1/1] Normalize esp32c3-devkit/sta_softap target=esp32c3-devkit:sta_softap timestamp=2026-01-08T10:10:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:29", timestamp_log="2026-01-08T10:10:29", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="sta_softap", target="esp32c3-devkit:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1049", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/wifi lines.last= [1/1] Normalize esp32c3-devkit/wifi target=esp32c3-devkit:wifi timestamp=2026-01-08T10:11:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:24", timestamp_log="2026-01-08T10:11:24", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="wifi", target="esp32c3-devkit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1072", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/pwm lines.last= [1/1] Normalize esp32c3-devkit/pwm target=esp32c3-devkit:pwm timestamp=2026-01-08T10:12:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:19", timestamp_log="2026-01-08T10:12:19", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="pwm", target="esp32c3-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1094", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/nsh lines.last= [1/1] Normalize esp32c3-devkit/nsh target=esp32c3-devkit:nsh timestamp=2026-01-08T10:13:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:00", timestamp_log="2026-01-08T10:13:00", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="nsh", target="esp32c3-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1102", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/sdmmc_spi lines.last= [1/1] Normalize esp32c3-devkit/sdmmc_spi target=esp32c3-devkit:sdmmc_spi timestamp=2026-01-08T10:13:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:40", timestamp_log="2026-01-08T10:13:40", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="sdmmc_spi", target="esp32c3-devkit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1110", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/tickless lines.last= [1/1] Normalize esp32c3-devkit/tickless target=esp32c3-devkit:tickless timestamp=2026-01-08T10:14:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:22", timestamp_log="2026-01-08T10:14:22", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="tickless", target="esp32c3-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1118", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/i2c lines.last= [1/1] Normalize esp32c3-devkit/i2c target=esp32c3-devkit:i2c timestamp=2026-01-08T10:15:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:08", timestamp_log="2026-01-08T10:15:08", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="i2c", target="esp32c3-devkit:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1126", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/timers lines.last= [1/1] Normalize esp32c3-devkit/timers target=esp32c3-devkit:timers timestamp=2026-01-08T10:15:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:50", timestamp_log="2026-01-08T10:15:50", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="timers", target="esp32c3-devkit:timers", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1134", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/spiflash lines.last= [1/1] Normalize esp32c3-devkit/spiflash target=esp32c3-devkit:spiflash timestamp=2026-01-08T10:16:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:32", timestamp_log="2026-01-08T10:16:32", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="spiflash", target="esp32c3-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1142", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/bmp180 lines.last= [1/1] Normalize esp32c3-devkit/bmp180 target=esp32c3-devkit:bmp180 timestamp=2026-01-08T10:17:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:35", timestamp_log="2026-01-08T10:17:35", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="bmp180", target="esp32c3-devkit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1150", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/ble lines.last= [1/1] Normalize esp32c3-devkit/ble target=esp32c3-devkit:ble timestamp=2026-01-08T10:18:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:17", timestamp_log="2026-01-08T10:18:17", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="ble", target="esp32c3-devkit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1158", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/i2schar lines.last= [1/1] Normalize esp32c3-devkit/i2schar target=esp32c3-devkit:i2schar timestamp=2026-01-08T10:19:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:12", timestamp_log="2026-01-08T10:19:12", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="i2schar", target="esp32c3-devkit:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1166", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/mcuboot_nsh lines.last= [1/1] Normalize esp32c3-devkit/mcuboot_nsh target=esp32c3-devkit:mcuboot_nsh timestamp=2026-01-08T10:19:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:55", timestamp_log="2026-01-08T10:19:55", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="mcuboot_nsh", target="esp32c3-devkit:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1174", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/watchdog lines.last= [1/1] Normalize esp32c3-devkit/watchdog target=esp32c3-devkit:watchdog timestamp=2026-01-08T10:20:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:35", timestamp_log="2026-01-08T10:20:35", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="watchdog", target="esp32c3-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1182", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-devkit/spi lines.last= [1/1] Normalize esp32c3-devkit/spi target=esp32c3-devkit:spi timestamp=2026-01-08T10:21:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:16", timestamp_log="2026-01-08T10:21:16", user="NuttX", arch="risc-v", subarch="esp32c3", group="risc-v-02", board="esp32c3-devkit", config="spi", target="esp32c3-devkit:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1190", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-devkit:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/ostest lines.last= [1/1] Normalize esp32c3-legacy-devkit/ostest target=esp32c3-legacy-devkit:ostest timestamp=2026-01-08T10:21:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:57", timestamp_log="2026-01-08T10:21:57", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="ostest", target="esp32c3-legacy-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1198", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/efuse lines.last= [1/1] Normalize esp32c3-legacy-devkit/efuse target=esp32c3-legacy-devkit:efuse timestamp=2026-01-08T10:22:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:46", timestamp_log="2026-01-08T10:22:46", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="efuse", target="esp32c3-legacy-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1206", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/pm lines.last= [1/1] Normalize esp32c3-legacy-devkit/pm target=esp32c3-legacy-devkit:pm timestamp=2026-01-08T10:23:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:19", timestamp_log="2026-01-08T10:23:19", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="pm", target="esp32c3-legacy-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1214", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/nvcfgdata lines.last= [1/1] Normalize esp32c3-legacy-devkit/nvcfgdata target=esp32c3-legacy-devkit:nvcfgdata timestamp=2026-01-08T10:23:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:55", timestamp_log="2026-01-08T10:23:55", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="nvcfgdata", target="esp32c3-legacy-devkit:nvcfgdata", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1222", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:nvcfgdata", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/rtc lines.last= [1/1] Normalize esp32c3-legacy-devkit/rtc target=esp32c3-legacy-devkit:rtc timestamp=2026-01-08T10:24:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:44", timestamp_log="2026-01-08T10:24:44", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="rtc", target="esp32c3-legacy-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1230", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/twai lines.last= [1/1] Normalize esp32c3-legacy-devkit/twai target=esp32c3-legacy-devkit:twai timestamp=2026-01-08T10:25:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:32", timestamp_log="2026-01-08T10:25:32", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="twai", target="esp32c3-legacy-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1238", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/adc lines.last= [1/1] Normalize esp32c3-legacy-devkit/adc target=esp32c3-legacy-devkit:adc timestamp=2026-01-08T10:26:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:21", timestamp_log="2026-01-08T10:26:21", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="adc", target="esp32c3-legacy-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1246", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/lvgl lines.last= [1/1] Normalize esp32c3-legacy-devkit/lvgl target=esp32c3-legacy-devkit:lvgl timestamp=2026-01-08T10:26:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:55", timestamp_log="2026-01-08T10:26:55", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="lvgl", target="esp32c3-legacy-devkit:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1254", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/cxx lines.last= [1/1] Normalize esp32c3-legacy-devkit/cxx target=esp32c3-legacy-devkit:cxx timestamp=2026-01-08T10:28:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:19", timestamp_log="2026-01-08T10:28:19", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="cxx", target="esp32c3-legacy-devkit:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1262", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/module lines.last= [1/1] Normalize esp32c3-legacy-devkit/module target=esp32c3-legacy-devkit:module timestamp=2026-01-08T10:29:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:41", timestamp_log="2026-01-08T10:29:41", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="module", target="esp32c3-legacy-devkit:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1270", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/knsh lines.last= [1/1] Normalize esp32c3-legacy-devkit/knsh target=esp32c3-legacy-devkit:knsh timestamp=2026-01-08T10:30:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:31", timestamp_log="2026-01-08T10:30:31", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="knsh", target="esp32c3-legacy-devkit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1278", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/crypto lines.last= [1/1] Normalize esp32c3-legacy-devkit/crypto target=esp32c3-legacy-devkit:crypto timestamp=2026-01-08T10:31:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:55", timestamp_log="2026-01-08T10:31:55", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="crypto", target="esp32c3-legacy-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1286", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/usbconsole lines.last= [1/1] Normalize esp32c3-legacy-devkit/usbconsole target=esp32c3-legacy-devkit:usbconsole timestamp=2026-01-08T10:32:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:45", timestamp_log="2026-01-08T10:32:45", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="usbconsole", target="esp32c3-legacy-devkit:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1294", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/romfs lines.last= [1/1] Normalize esp32c3-legacy-devkit/romfs target=esp32c3-legacy-devkit:romfs timestamp=2026-01-08T10:33:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:19", timestamp_log="2026-01-08T10:33:19", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="romfs", target="esp32c3-legacy-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1302", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/random lines.last= [1/1] Normalize esp32c3-legacy-devkit/random target=esp32c3-legacy-devkit:random timestamp=2026-01-08T10:33:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:54", timestamp_log="2026-01-08T10:33:54", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="random", target="esp32c3-legacy-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1310", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/timer lines.last= [1/1] Normalize esp32c3-legacy-devkit/timer target=esp32c3-legacy-devkit:timer timestamp=2026-01-08T10:34:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:29", timestamp_log="2026-01-08T10:34:29", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="timer", target="esp32c3-legacy-devkit:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1318", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/gpio lines.last= [1/1] Normalize esp32c3-legacy-devkit/gpio target=esp32c3-legacy-devkit:gpio timestamp=2026-01-08T10:35:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:04", timestamp_log="2026-01-08T10:35:04", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="gpio", target="esp32c3-legacy-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1326", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/mcuboot_slot_confirm lines.last= [1/1] Normalize esp32c3-legacy-devkit/mcuboot_slot_confirm target=esp32c3-legacy-devkit:mcuboot_slot_confirm timestamp=2026-01-08T10:35:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:46", timestamp_log="2026-01-08T10:35:46", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="mcuboot_slot_confirm", target="esp32c3-legacy-devkit:mcuboot_slot_confirm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1334", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:mcuboot_slot_confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/sta_softap lines.last= [1/1] Normalize esp32c3-legacy-devkit/sta_softap target=esp32c3-legacy-devkit:sta_softap timestamp=2026-01-08T10:36:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:38", timestamp_log="2026-01-08T10:36:38", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="sta_softap", target="esp32c3-legacy-devkit:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1350", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/gdbstub lines.last= [1/1] Normalize esp32c3-legacy-devkit/gdbstub target=esp32c3-legacy-devkit:gdbstub timestamp=2026-01-08T10:37:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:48", timestamp_log="2026-01-08T10:37:48", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="gdbstub", target="esp32c3-legacy-devkit:gdbstub", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1374", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:gdbstub", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:00:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/wifi lines.last= [1/1] Normalize esp32c3-legacy-devkit/wifi target=esp32c3-legacy-devkit:wifi timestamp=2026-01-08T10:39:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:01", timestamp_log="2026-01-08T10:39:01", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="wifi", target="esp32c3-legacy-devkit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1397", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/pwm lines.last= [1/1] Normalize esp32c3-legacy-devkit/pwm target=esp32c3-legacy-devkit:pwm timestamp=2026-01-08T10:40:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:09", timestamp_log="2026-01-08T10:40:09", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="pwm", target="esp32c3-legacy-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1421", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/nsh lines.last= [1/1] Normalize esp32c3-legacy-devkit/nsh target=esp32c3-legacy-devkit:nsh timestamp=2026-01-08T10:40:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:44", timestamp_log="2026-01-08T10:40:44", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="nsh", target="esp32c3-legacy-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1429", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/uid lines.last= [1/1] Normalize esp32c3-legacy-devkit/uid target=esp32c3-legacy-devkit:uid timestamp=2026-01-08T10:41:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:38", timestamp_log="2026-01-08T10:41:38", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="uid", target="esp32c3-legacy-devkit:uid", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1437", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:uid", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/autopm lines.last= [1/1] Normalize esp32c3-legacy-devkit/autopm target=esp32c3-legacy-devkit:autopm timestamp=2026-01-08T10:42:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:14", timestamp_log="2026-01-08T10:42:14", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="autopm", target="esp32c3-legacy-devkit:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1445", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/tickless lines.last= [1/1] Normalize esp32c3-legacy-devkit/tickless target=esp32c3-legacy-devkit:tickless timestamp=2026-01-08T10:43:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:24", timestamp_log="2026-01-08T10:43:24", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="tickless", target="esp32c3-legacy-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1453", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/coremark lines.last= [1/1] Normalize esp32c3-legacy-devkit/coremark target=esp32c3-legacy-devkit:coremark timestamp=2026-01-08T10:44:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:12", timestamp_log="2026-01-08T10:44:12", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="coremark", target="esp32c3-legacy-devkit:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1461", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/elf lines.last= [1/1] Normalize esp32c3-legacy-devkit/elf target=esp32c3-legacy-devkit:elf timestamp=2026-01-08T10:45:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:06", timestamp_log="2026-01-08T10:45:06", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="elf", target="esp32c3-legacy-devkit:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1477", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/spiflash lines.last= [1/1] Normalize esp32c3-legacy-devkit/spiflash target=esp32c3-legacy-devkit:spiflash timestamp=2026-01-08T10:46:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:08", timestamp_log="2026-01-08T10:46:08", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="spiflash", target="esp32c3-legacy-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1485", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/bmp180 lines.last= [1/1] Normalize esp32c3-legacy-devkit/bmp180 target=esp32c3-legacy-devkit:bmp180 timestamp=2026-01-08T10:46:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:49", timestamp_log="2026-01-08T10:46:49", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="bmp180", target="esp32c3-legacy-devkit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1493", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/watcher lines.last= [1/1] Normalize esp32c3-legacy-devkit/watcher target=esp32c3-legacy-devkit:watcher timestamp=2026-01-08T10:47:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:26", timestamp_log="2026-01-08T10:47:26", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="watcher", target="esp32c3-legacy-devkit:watcher", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1501", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:watcher", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/ble lines.last= [1/1] Normalize esp32c3-legacy-devkit/ble target=esp32c3-legacy-devkit:ble timestamp=2026-01-08T10:48:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:06", timestamp_log="2026-01-08T10:48:06", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="ble", target="esp32c3-legacy-devkit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1509", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/oneshot lines.last= [1/1] Normalize esp32c3-legacy-devkit/oneshot target=esp32c3-legacy-devkit:oneshot timestamp=2026-01-08T10:49:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:12", timestamp_log="2026-01-08T10:49:12", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="oneshot", target="esp32c3-legacy-devkit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1517", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/watchdog lines.last= [1/1] Normalize esp32c3-legacy-devkit/watchdog target=esp32c3-legacy-devkit:watchdog timestamp=2026-01-08T10:49:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:50", timestamp_log="2026-01-08T10:49:50", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="watchdog", target="esp32c3-legacy-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1525", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit/sotest lines.last= [1/1] Normalize esp32c3-legacy-devkit/sotest target=esp32c3-legacy-devkit:sotest timestamp=2026-01-08T10:50:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:27", timestamp_log="2026-01-08T10:50:27", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit", config="sotest", target="esp32c3-legacy-devkit:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1533", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit-rust-1/brickmatch lines.last= [1/1] Normalize esp32c3-legacy-devkit-rust-1/brickmatch target=esp32c3-legacy-devkit-rust-1:brickmatch timestamp=2026-01-08T10:51:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:08", timestamp_log="2026-01-08T10:51:08", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit-rust-1", config="brickmatch", target="esp32c3-legacy-devkit-rust-1:brickmatch", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1541", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit-rust-1:brickmatch", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c3-legacy-devkit-rust-1/nsh lines.last= [1/1] Normalize esp32c3-legacy-devkit-rust-1/nsh target=esp32c3-legacy-devkit-rust-1:nsh timestamp=2026-01-08T10:52:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:01", timestamp_log="2026-01-08T10:52:01", user="NuttX", arch="risc-v", subarch="esp32c3-legacy", group="risc-v-02", board="esp32c3-legacy-devkit-rust-1", config="nsh", target="esp32c3-legacy-devkit-rust-1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663260#step:10:1549", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c3-legacy-devkit-rust-1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:10 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-03 + local os=Linux + local step=10 + local group=risc-v-03 + local 'job_name=Linux (risc-v-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 68707 0 0:00:02 0:00:02 --:--:-- 68722 + local job_id=59779663412 + set +x job_id=59779663412 + [[ 59779663412 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/11_Linux (risc-v-03).txt' + local 'log_file=/tmp/ingest-nuttx-builds/11_Linux (risc-v-03).txt' + local filename=ci-risc-v-03.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-03.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/11_Linux (risc-v-03).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-03.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {a329cb45-df53-49f3-986a-fec5e748c57a} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-03) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2001) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-03.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-03 --run-id 20812375605 --job-id 59779663412 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-03.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-03 --run-id 20812375605 --job-id 59779663412 --step 10` lines[0]=Configuration/Tool: esp32c6-devkitc/ostest lines.last= [1/1] Normalize esp32c6-devkitc/ostest target=esp32c6-devkitc:ostest timestamp=2026-01-08T10:21:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:35", timestamp_log="2026-01-08T10:21:35", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="ostest", target="esp32c6-devkitc:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:774", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/efuse lines.last= [1/1] Normalize esp32c6-devkitc/efuse target=esp32c6-devkitc:efuse timestamp=2026-01-08T10:23:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:09", timestamp_log="2026-01-08T10:23:09", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="efuse", target="esp32c6-devkitc:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:782", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/pm lines.last= [1/1] Normalize esp32c6-devkitc/pm target=esp32c6-devkitc:pm timestamp=2026-01-08T10:23:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:53", timestamp_log="2026-01-08T10:23:53", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="pm", target="esp32c6-devkitc:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:790", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/rmt lines.last= [1/1] Normalize esp32c6-devkitc/rmt target=esp32c6-devkitc:rmt timestamp=2026-01-08T10:24:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:39", timestamp_log="2026-01-08T10:24:39", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="rmt", target="esp32c6-devkitc:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:798", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/buttons lines.last= [1/1] Normalize esp32c6-devkitc/buttons target=esp32c6-devkitc:buttons timestamp=2026-01-08T10:25:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:22", timestamp_log="2026-01-08T10:25:22", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="buttons", target="esp32c6-devkitc:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:806", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/temperature_sensor lines.last= [1/1] Normalize esp32c6-devkitc/temperature_sensor target=esp32c6-devkitc:temperature_sensor timestamp=2026-01-08T10:26:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:05", timestamp_log="2026-01-08T10:26:05", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="temperature_sensor", target="esp32c6-devkitc:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:814", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/rtc lines.last= [1/1] Normalize esp32c6-devkitc/rtc target=esp32c6-devkitc:rtc timestamp=2026-01-08T10:26:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:49", timestamp_log="2026-01-08T10:26:49", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="rtc", target="esp32c6-devkitc:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:822", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/motor lines.last= [1/1] Normalize esp32c6-devkitc/motor target=esp32c6-devkitc:motor timestamp=2026-01-08T10:27:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:54", timestamp_log="2026-01-08T10:27:54", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="motor", target="esp32c6-devkitc:motor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:830", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/twai lines.last= [1/1] Normalize esp32c6-devkitc/twai target=esp32c6-devkitc:twai timestamp=2026-01-08T10:28:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:36", timestamp_log="2026-01-08T10:28:36", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="twai", target="esp32c6-devkitc:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:838", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/adc lines.last= [1/1] Normalize esp32c6-devkitc/adc target=esp32c6-devkitc:adc timestamp=2026-01-08T10:29:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:18", timestamp_log="2026-01-08T10:29:18", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="adc", target="esp32c6-devkitc:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:846", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/crypto lines.last= [1/1] Normalize esp32c6-devkitc/crypto target=esp32c6-devkitc:crypto timestamp=2026-01-08T10:30:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:00", timestamp_log="2026-01-08T10:30:00", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="crypto", target="esp32c6-devkitc:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:854", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/usbconsole lines.last= [1/1] Normalize esp32c6-devkitc/usbconsole target=esp32c6-devkitc:usbconsole timestamp=2026-01-08T10:31:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:06", timestamp_log="2026-01-08T10:31:06", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="usbconsole", target="esp32c6-devkitc:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:862", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/sdm lines.last= [1/1] Normalize esp32c6-devkitc/sdm target=esp32c6-devkitc:sdm timestamp=2026-01-08T10:31:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:47", timestamp_log="2026-01-08T10:31:47", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="sdm", target="esp32c6-devkitc:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:870", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/romfs lines.last= [1/1] Normalize esp32c6-devkitc/romfs target=esp32c6-devkitc:romfs timestamp=2026-01-08T10:32:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:29", timestamp_log="2026-01-08T10:32:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="romfs", target="esp32c6-devkitc:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:878", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/random lines.last= [1/1] Normalize esp32c6-devkitc/random target=esp32c6-devkitc:random timestamp=2026-01-08T10:33:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:11", timestamp_log="2026-01-08T10:33:11", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="random", target="esp32c6-devkitc:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:886", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/gpio lines.last= [1/1] Normalize esp32c6-devkitc/gpio target=esp32c6-devkitc:gpio timestamp=2026-01-08T10:33:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:56", timestamp_log="2026-01-08T10:33:56", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="gpio", target="esp32c6-devkitc:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:894", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/mcuboot_update_agent lines.last= [1/1] Normalize esp32c6-devkitc/mcuboot_update_agent target=esp32c6-devkitc:mcuboot_update_agent timestamp=2026-01-08T10:34:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:37", timestamp_log="2026-01-08T10:34:37", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="mcuboot_update_agent", target="esp32c6-devkitc:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:902", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/sta_softap lines.last= [1/1] Normalize esp32c6-devkitc/sta_softap target=esp32c6-devkitc:sta_softap timestamp=2026-01-08T10:36:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:19", timestamp_log="2026-01-08T10:36:19", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="sta_softap", target="esp32c6-devkitc:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:924", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/oa_tc6 lines.last= [1/1] Normalize esp32c6-devkitc/oa_tc6 target=esp32c6-devkitc:oa_tc6 timestamp=2026-01-08T10:37:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:19", timestamp_log="2026-01-08T10:37:19", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="oa_tc6", target="esp32c6-devkitc:oa_tc6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:946", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:oa_tc6", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/wifi lines.last= [1/1] Normalize esp32c6-devkitc/wifi target=esp32c6-devkitc:wifi timestamp=2026-01-08T10:38:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:19", timestamp_log="2026-01-08T10:38:19", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="wifi", target="esp32c6-devkitc:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:954", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/pwm lines.last= [1/1] Normalize esp32c6-devkitc/pwm target=esp32c6-devkitc:pwm timestamp=2026-01-08T10:39:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:47", timestamp_log="2026-01-08T10:39:47", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="pwm", target="esp32c6-devkitc:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:977", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/nsh lines.last= [1/1] Normalize esp32c6-devkitc/nsh target=esp32c6-devkitc:nsh timestamp=2026-01-08T10:40:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:29", timestamp_log="2026-01-08T10:40:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="nsh", target="esp32c6-devkitc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:985", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/qencoder lines.last= [1/1] Normalize esp32c6-devkitc/qencoder target=esp32c6-devkitc:qencoder timestamp=2026-01-08T10:41:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:10", timestamp_log="2026-01-08T10:41:10", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="qencoder", target="esp32c6-devkitc:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:993", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/sdmmc_spi lines.last= [1/1] Normalize esp32c6-devkitc/sdmmc_spi target=esp32c6-devkitc:sdmmc_spi timestamp=2026-01-08T10:41:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:52", timestamp_log="2026-01-08T10:41:52", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="sdmmc_spi", target="esp32c6-devkitc:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1001", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/capture lines.last= [1/1] Normalize esp32c6-devkitc/capture target=esp32c6-devkitc:capture timestamp=2026-01-08T10:43:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:03", timestamp_log="2026-01-08T10:43:03", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="capture", target="esp32c6-devkitc:capture", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1009", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/tickless lines.last= [1/1] Normalize esp32c6-devkitc/tickless target=esp32c6-devkitc:tickless timestamp=2026-01-08T10:43:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:45", timestamp_log="2026-01-08T10:43:45", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="tickless", target="esp32c6-devkitc:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1017", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/i2c lines.last= [1/1] Normalize esp32c6-devkitc/i2c target=esp32c6-devkitc:i2c timestamp=2026-01-08T10:44:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:33", timestamp_log="2026-01-08T10:44:33", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="i2c", target="esp32c6-devkitc:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1025", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/timers lines.last= [1/1] Normalize esp32c6-devkitc/timers target=esp32c6-devkitc:timers timestamp=2026-01-08T10:45:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:16", timestamp_log="2026-01-08T10:45:16", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="timers", target="esp32c6-devkitc:timers", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1033", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/ulp lines.last= [1/1] Normalize esp32c6-devkitc/ulp target=esp32c6-devkitc:ulp timestamp=2026-01-08T10:45:58 *** Msg: mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/risc-v/src/chip/ulp': File exists body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:58", timestamp_log="2026-01-08T10:45:58", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="ulp", target="esp32c6-devkitc:ulp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1041", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1041", msg="mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/risc-v/src/chip/ulp': File exists", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:ulp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/coremark lines.last= [1/1] Normalize esp32c6-devkitc/coremark target=esp32c6-devkitc:coremark timestamp=2026-01-08T10:46:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:39", timestamp_log="2026-01-08T10:46:39", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="coremark", target="esp32c6-devkitc:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1050", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/spiflash lines.last= [1/1] Normalize esp32c6-devkitc/spiflash target=esp32c6-devkitc:spiflash timestamp=2026-01-08T10:47:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:44", timestamp_log="2026-01-08T10:47:44", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="spiflash", target="esp32c6-devkitc:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1066", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/bmp180 lines.last= [1/1] Normalize esp32c6-devkitc/bmp180 target=esp32c6-devkitc:bmp180 timestamp=2026-01-08T10:48:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:47", timestamp_log="2026-01-08T10:48:47", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="bmp180", target="esp32c6-devkitc:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1074", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/mpu60x0 lines.last= [1/1] Normalize esp32c6-devkitc/mpu60x0 target=esp32c6-devkitc:mpu60x0 timestamp=2026-01-08T10:49:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:31", timestamp_log="2026-01-08T10:49:31", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="mpu60x0", target="esp32c6-devkitc:mpu60x0", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1082", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:mpu60x0", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/i2schar lines.last= [1/1] Normalize esp32c6-devkitc/i2schar target=esp32c6-devkitc:i2schar timestamp=2026-01-08T10:50:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:14", timestamp_log="2026-01-08T10:50:14", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="i2schar", target="esp32c6-devkitc:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1090", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/mcuboot_nsh lines.last= [1/1] Normalize esp32c6-devkitc/mcuboot_nsh target=esp32c6-devkitc:mcuboot_nsh timestamp=2026-01-08T10:50:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:59", timestamp_log="2026-01-08T10:50:59", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="mcuboot_nsh", target="esp32c6-devkitc:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1098", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/spislv lines.last= [1/1] Normalize esp32c6-devkitc/spislv target=esp32c6-devkitc:spislv timestamp=2026-01-08T10:51:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:40", timestamp_log="2026-01-08T10:51:40", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="spislv", target="esp32c6-devkitc:spislv", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1106", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:spislv", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/watchdog lines.last= [1/1] Normalize esp32c6-devkitc/watchdog target=esp32c6-devkitc:watchdog timestamp=2026-01-08T10:52:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:24", timestamp_log="2026-01-08T10:52:24", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="watchdog", target="esp32c6-devkitc:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1114", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitc/spi lines.last= [1/1] Normalize esp32c6-devkitc/spi target=esp32c6-devkitc:spi timestamp=2026-01-08T10:53:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:06", timestamp_log="2026-01-08T10:53:06", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitc", config="spi", target="esp32c6-devkitc:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1122", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitc:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/usbnsh lines.last= [1/1] Normalize esp32c6-xiao/usbnsh target=esp32c6-xiao:usbnsh timestamp=2026-01-08T10:53:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:48", timestamp_log="2026-01-08T10:53:48", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="usbnsh", target="esp32c6-xiao:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1130", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/gpio lines.last= [1/1] Normalize esp32c6-xiao/gpio target=esp32c6-xiao:gpio timestamp=2026-01-08T10:54:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:29", timestamp_log="2026-01-08T10:54:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="gpio", target="esp32c6-xiao:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1138", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/wifi lines.last= [1/1] Normalize esp32c6-xiao/wifi target=esp32c6-xiao:wifi timestamp=2026-01-08T10:55:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:10", timestamp_log="2026-01-08T10:55:10", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="wifi", target="esp32c6-xiao:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1146", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-xiao/nsh lines.last= [1/1] Normalize esp32c6-xiao/nsh target=esp32c6-xiao:nsh timestamp=2026-01-08T10:56:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:11", timestamp_log="2026-01-08T10:56:11", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-xiao", config="nsh", target="esp32c6-xiao:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1162", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-xiao:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/ostest lines.last= [1/1] Normalize esp32c6-devkitm/ostest target=esp32c6-devkitm:ostest timestamp=2026-01-08T10:56:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:53", timestamp_log="2026-01-08T10:56:53", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="ostest", target="esp32c6-devkitm:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1170", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/efuse lines.last= [1/1] Normalize esp32c6-devkitm/efuse target=esp32c6-devkitm:efuse timestamp=2026-01-08T10:57:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:59", timestamp_log="2026-01-08T10:57:59", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="efuse", target="esp32c6-devkitm:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1178", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/rmt lines.last= [1/1] Normalize esp32c6-devkitm/rmt target=esp32c6-devkitm:rmt timestamp=2026-01-08T10:58:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:41", timestamp_log="2026-01-08T10:58:41", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="rmt", target="esp32c6-devkitm:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1186", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/buttons lines.last= [1/1] Normalize esp32c6-devkitm/buttons target=esp32c6-devkitm:buttons timestamp=2026-01-08T10:59:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:23", timestamp_log="2026-01-08T10:59:23", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="buttons", target="esp32c6-devkitm:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1194", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/rtc lines.last= [1/1] Normalize esp32c6-devkitm/rtc target=esp32c6-devkitm:rtc timestamp=2026-01-08T11:00:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:05", timestamp_log="2026-01-08T11:00:05", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="rtc", target="esp32c6-devkitm:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1202", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/twai lines.last= [1/1] Normalize esp32c6-devkitm/twai target=esp32c6-devkitm:twai timestamp=2026-01-08T11:01:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:09", timestamp_log="2026-01-08T11:01:09", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="twai", target="esp32c6-devkitm:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1210", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/usbconsole lines.last= [1/1] Normalize esp32c6-devkitm/usbconsole target=esp32c6-devkitm:usbconsole timestamp=2026-01-08T11:01:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:52", timestamp_log="2026-01-08T11:01:52", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="usbconsole", target="esp32c6-devkitm:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1218", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/romfs lines.last= [1/1] Normalize esp32c6-devkitm/romfs target=esp32c6-devkitm:romfs timestamp=2026-01-08T11:02:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:34", timestamp_log="2026-01-08T11:02:34", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="romfs", target="esp32c6-devkitm:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1226", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/random lines.last= [1/1] Normalize esp32c6-devkitm/random target=esp32c6-devkitm:random timestamp=2026-01-08T11:03:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:17", timestamp_log="2026-01-08T11:03:17", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="random", target="esp32c6-devkitm:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1234", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/gpio lines.last= [1/1] Normalize esp32c6-devkitm/gpio target=esp32c6-devkitm:gpio timestamp=2026-01-08T11:03:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:59", timestamp_log="2026-01-08T11:03:59", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="gpio", target="esp32c6-devkitm:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1242", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/sta_softap lines.last= [1/1] Normalize esp32c6-devkitm/sta_softap target=esp32c6-devkitm:sta_softap timestamp=2026-01-08T11:04:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:41", timestamp_log="2026-01-08T11:04:41", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="sta_softap", target="esp32c6-devkitm:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1250", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/oa_tc6 lines.last= [1/1] Normalize esp32c6-devkitm/oa_tc6 target=esp32c6-devkitm:oa_tc6 timestamp=2026-01-08T11:06:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:06:14", timestamp_log="2026-01-08T11:06:14", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="oa_tc6", target="esp32c6-devkitm:oa_tc6", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1265", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:oa_tc6", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/wifi lines.last= [1/1] Normalize esp32c6-devkitm/wifi target=esp32c6-devkitm:wifi timestamp=2026-01-08T11:07:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:10", timestamp_log="2026-01-08T11:07:10", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="wifi", target="esp32c6-devkitm:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1273", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/pwm lines.last= [1/1] Normalize esp32c6-devkitm/pwm target=esp32c6-devkitm:pwm timestamp=2026-01-08T11:08:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:05", timestamp_log="2026-01-08T11:08:05", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="pwm", target="esp32c6-devkitm:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1289", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/nsh lines.last= [1/1] Normalize esp32c6-devkitm/nsh target=esp32c6-devkitm:nsh timestamp=2026-01-08T11:08:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:46", timestamp_log="2026-01-08T11:08:46", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="nsh", target="esp32c6-devkitm:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1297", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/sdmmc_spi lines.last= [1/1] Normalize esp32c6-devkitm/sdmmc_spi target=esp32c6-devkitm:sdmmc_spi timestamp=2026-01-08T11:09:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:28", timestamp_log="2026-01-08T11:09:28", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="sdmmc_spi", target="esp32c6-devkitm:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1305", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/tickless lines.last= [1/1] Normalize esp32c6-devkitm/tickless target=esp32c6-devkitm:tickless timestamp=2026-01-08T11:10:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:10:13", timestamp_log="2026-01-08T11:10:13", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="tickless", target="esp32c6-devkitm:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1313", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/i2c lines.last= [1/1] Normalize esp32c6-devkitm/i2c target=esp32c6-devkitm:i2c timestamp=2026-01-08T11:11:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:01", timestamp_log="2026-01-08T11:11:01", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="i2c", target="esp32c6-devkitm:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1321", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/timers lines.last= [1/1] Normalize esp32c6-devkitm/timers target=esp32c6-devkitm:timers timestamp=2026-01-08T11:11:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:43", timestamp_log="2026-01-08T11:11:43", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="timers", target="esp32c6-devkitm:timers", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1329", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/spiflash lines.last= [1/1] Normalize esp32c6-devkitm/spiflash target=esp32c6-devkitm:spiflash timestamp=2026-01-08T11:12:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:12:26", timestamp_log="2026-01-08T11:12:26", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="spiflash", target="esp32c6-devkitm:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1337", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/bmp180 lines.last= [1/1] Normalize esp32c6-devkitm/bmp180 target=esp32c6-devkitm:bmp180 timestamp=2026-01-08T11:13:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:13:29", timestamp_log="2026-01-08T11:13:29", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="bmp180", target="esp32c6-devkitm:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1345", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/i2schar lines.last= [1/1] Normalize esp32c6-devkitm/i2schar target=esp32c6-devkitm:i2schar timestamp=2026-01-08T11:14:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:14:11", timestamp_log="2026-01-08T11:14:11", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="i2schar", target="esp32c6-devkitm:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1353", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/mcuboot_nsh lines.last= [1/1] Normalize esp32c6-devkitm/mcuboot_nsh target=esp32c6-devkitm:mcuboot_nsh timestamp=2026-01-08T11:14:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:14:59", timestamp_log="2026-01-08T11:14:59", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="mcuboot_nsh", target="esp32c6-devkitm:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1361", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/spislv lines.last= [1/1] Normalize esp32c6-devkitm/spislv target=esp32c6-devkitm:spislv timestamp=2026-01-08T11:15:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:39", timestamp_log="2026-01-08T11:15:39", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="spislv", target="esp32c6-devkitm:spislv", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1369", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:spislv", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/watchdog lines.last= [1/1] Normalize esp32c6-devkitm/watchdog target=esp32c6-devkitm:watchdog timestamp=2026-01-08T11:16:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:16:22", timestamp_log="2026-01-08T11:16:22", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="watchdog", target="esp32c6-devkitm:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1377", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32c6-devkitm/spi lines.last= [1/1] Normalize esp32c6-devkitm/spi target=esp32c6-devkitm:spi timestamp=2026-01-08T11:17:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:17:03", timestamp_log="2026-01-08T11:17:03", user="NuttX", arch="risc-v", subarch="esp32c6", group="risc-v-03", board="esp32c6-devkitm", config="spi", target="esp32c6-devkitm:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1385", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32c6-devkitm:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/ostest lines.last= [1/1] Normalize esp32h2-devkit/ostest target=esp32h2-devkit:ostest timestamp=2026-01-08T11:17:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:17:45", timestamp_log="2026-01-08T11:17:45", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="ostest", target="esp32h2-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1393", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/efuse lines.last= [1/1] Normalize esp32h2-devkit/efuse target=esp32h2-devkit:efuse timestamp=2026-01-08T11:18:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:18:49", timestamp_log="2026-01-08T11:18:49", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="efuse", target="esp32h2-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1401", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/pm lines.last= [1/1] Normalize esp32h2-devkit/pm target=esp32h2-devkit:pm timestamp=2026-01-08T11:19:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:19:30", timestamp_log="2026-01-08T11:19:30", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="pm", target="esp32h2-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1409", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/rmt lines.last= [1/1] Normalize esp32h2-devkit/rmt target=esp32h2-devkit:rmt timestamp=2026-01-08T11:20:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:20:14", timestamp_log="2026-01-08T11:20:14", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="rmt", target="esp32h2-devkit:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1417", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/buttons lines.last= [1/1] Normalize esp32h2-devkit/buttons target=esp32h2-devkit:buttons timestamp=2026-01-08T11:20:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:20:55", timestamp_log="2026-01-08T11:20:55", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="buttons", target="esp32h2-devkit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1425", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/temperature_sensor lines.last= [1/1] Normalize esp32h2-devkit/temperature_sensor target=esp32h2-devkit:temperature_sensor timestamp=2026-01-08T11:21:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:36", timestamp_log="2026-01-08T11:21:36", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="temperature_sensor", target="esp32h2-devkit:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1433", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/rtc lines.last= [1/1] Normalize esp32h2-devkit/rtc target=esp32h2-devkit:rtc timestamp=2026-01-08T11:22:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:22:16", timestamp_log="2026-01-08T11:22:16", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="rtc", target="esp32h2-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1441", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/motor lines.last= [1/1] Normalize esp32h2-devkit/motor target=esp32h2-devkit:motor timestamp=2026-01-08T11:23:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:23:18", timestamp_log="2026-01-08T11:23:18", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="motor", target="esp32h2-devkit:motor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1449", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/twai lines.last= [1/1] Normalize esp32h2-devkit/twai target=esp32h2-devkit:twai timestamp=2026-01-08T11:23:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:23:58", timestamp_log="2026-01-08T11:23:58", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="twai", target="esp32h2-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1457", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/adc lines.last= [1/1] Normalize esp32h2-devkit/adc target=esp32h2-devkit:adc timestamp=2026-01-08T11:24:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:24:39", timestamp_log="2026-01-08T11:24:39", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="adc", target="esp32h2-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1465", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/crypto lines.last= [1/1] Normalize esp32h2-devkit/crypto target=esp32h2-devkit:crypto timestamp=2026-01-08T11:25:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:25:19", timestamp_log="2026-01-08T11:25:19", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="crypto", target="esp32h2-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1473", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/usbconsole lines.last= [1/1] Normalize esp32h2-devkit/usbconsole target=esp32h2-devkit:usbconsole timestamp=2026-01-08T11:26:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:26:22", timestamp_log="2026-01-08T11:26:22", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="usbconsole", target="esp32h2-devkit:usbconsole", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1481", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:usbconsole", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/sdm lines.last= [1/1] Normalize esp32h2-devkit/sdm target=esp32h2-devkit:sdm timestamp=2026-01-08T11:27:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:27:02", timestamp_log="2026-01-08T11:27:02", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="sdm", target="esp32h2-devkit:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1489", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/romfs lines.last= [1/1] Normalize esp32h2-devkit/romfs target=esp32h2-devkit:romfs timestamp=2026-01-08T11:27:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:27:42", timestamp_log="2026-01-08T11:27:42", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="romfs", target="esp32h2-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1497", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/random lines.last= [1/1] Normalize esp32h2-devkit/random target=esp32h2-devkit:random timestamp=2026-01-08T11:28:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:28:23", timestamp_log="2026-01-08T11:28:23", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="random", target="esp32h2-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1505", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/gpio lines.last= [1/1] Normalize esp32h2-devkit/gpio target=esp32h2-devkit:gpio timestamp=2026-01-08T11:29:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:29:05", timestamp_log="2026-01-08T11:29:05", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="gpio", target="esp32h2-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1513", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/pwm lines.last= [1/1] Normalize esp32h2-devkit/pwm target=esp32h2-devkit:pwm timestamp=2026-01-08T11:29:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:29:44", timestamp_log="2026-01-08T11:29:44", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="pwm", target="esp32h2-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1521", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/nsh lines.last= [1/1] Normalize esp32h2-devkit/nsh target=esp32h2-devkit:nsh timestamp=2026-01-08T11:30:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:30:24", timestamp_log="2026-01-08T11:30:24", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="nsh", target="esp32h2-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1529", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/qencoder lines.last= [1/1] Normalize esp32h2-devkit/qencoder target=esp32h2-devkit:qencoder timestamp=2026-01-08T11:31:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:31:04", timestamp_log="2026-01-08T11:31:04", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="qencoder", target="esp32h2-devkit:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1537", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/sdmmc_spi lines.last= [1/1] Normalize esp32h2-devkit/sdmmc_spi target=esp32h2-devkit:sdmmc_spi timestamp=2026-01-08T11:31:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:31:45", timestamp_log="2026-01-08T11:31:45", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="sdmmc_spi", target="esp32h2-devkit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1545", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/capture lines.last= [1/1] Normalize esp32h2-devkit/capture target=esp32h2-devkit:capture timestamp=2026-01-08T11:32:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:32:28", timestamp_log="2026-01-08T11:32:28", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="capture", target="esp32h2-devkit:capture", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1553", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/tickless lines.last= [1/1] Normalize esp32h2-devkit/tickless target=esp32h2-devkit:tickless timestamp=2026-01-08T11:33:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:33:08", timestamp_log="2026-01-08T11:33:08", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="tickless", target="esp32h2-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1561", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/i2c lines.last= [1/1] Normalize esp32h2-devkit/i2c target=esp32h2-devkit:i2c timestamp=2026-01-08T11:33:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:33:55", timestamp_log="2026-01-08T11:33:55", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="i2c", target="esp32h2-devkit:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1569", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/timers lines.last= [1/1] Normalize esp32h2-devkit/timers target=esp32h2-devkit:timers timestamp=2026-01-08T11:34:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:34:36", timestamp_log="2026-01-08T11:34:36", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="timers", target="esp32h2-devkit:timers", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1577", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:timers", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/spiflash lines.last= [1/1] Normalize esp32h2-devkit/spiflash target=esp32h2-devkit:spiflash timestamp=2026-01-08T11:35:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:35:17", timestamp_log="2026-01-08T11:35:17", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="spiflash", target="esp32h2-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1585", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:01:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/bmp180 lines.last= [1/1] Normalize esp32h2-devkit/bmp180 target=esp32h2-devkit:bmp180 timestamp=2026-01-08T11:36:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:36:18", timestamp_log="2026-01-08T11:36:18", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="bmp180", target="esp32h2-devkit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1593", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/i2schar lines.last= [1/1] Normalize esp32h2-devkit/i2schar target=esp32h2-devkit:i2schar timestamp=2026-01-08T11:36:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:36:59", timestamp_log="2026-01-08T11:36:59", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="i2schar", target="esp32h2-devkit:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1601", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/mcuboot_nsh lines.last= [1/1] Normalize esp32h2-devkit/mcuboot_nsh target=esp32h2-devkit:mcuboot_nsh timestamp=2026-01-08T11:37:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:37:45", timestamp_log="2026-01-08T11:37:45", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="mcuboot_nsh", target="esp32h2-devkit:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1609", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/watchdog lines.last= [1/1] Normalize esp32h2-devkit/watchdog target=esp32h2-devkit:watchdog timestamp=2026-01-08T11:38:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:38:24", timestamp_log="2026-01-08T11:38:24", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="watchdog", target="esp32h2-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1617", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32h2-devkit/spi lines.last= [1/1] Normalize esp32h2-devkit/spi target=esp32h2-devkit:spi timestamp=2026-01-08T11:39:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:39:05", timestamp_log="2026-01-08T11:39:05", user="NuttX", arch="risc-v", subarch="esp32h2", group="risc-v-03", board="esp32h2-devkit", config="spi", target="esp32h2-devkit:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663412#step:10:1625", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32h2-devkit:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:01 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-04 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-04 + local os=Linux + local step=10 + local group=risc-v-04 + local 'job_name=Linux (risc-v-04)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-04)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 69157 0 0:00:02 0:00:02 --:--:-- 69161 + local job_id=59779663297 + set +x job_id=59779663297 + [[ 59779663297 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/28_Linux (risc-v-04).txt' + local 'log_file=/tmp/ingest-nuttx-builds/28_Linux (risc-v-04).txt' + local filename=ci-risc-v-04.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-04.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:83 + cat '/tmp/ingest-nuttx-builds/28_Linux (risc-v-04).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-04.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {9fadaf68-90e1-4f6f-a50c-74ff443277f1} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-04) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1995) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-04.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-04 --run-id 20812375605 --job-id 59779663297 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-04.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-04 --run-id 20812375605 --job-id 59779663297 --step 10` lines[0]=Configuration/Tool: hifive1-revb/nsh lines.last= [1/1] Normalize hifive1-revb/nsh target=hifive1-revb:nsh timestamp=2026-01-08T09:46:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:31", timestamp_log="2026-01-08T09:46:31", user="NuttX", arch="risc-v", subarch="fe310", group="risc-v-04", board="hifive1-revb", config="nsh", target="hifive1-revb:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:774", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hifive1-revb:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hpm6360evk/nsh lines.last= [1/1] Normalize hpm6360evk/nsh target=hpm6360evk:nsh timestamp=2026-01-08T09:47:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:22", timestamp_log="2026-01-08T09:47:22", user="NuttX", arch="risc-v", subarch="hpm6000", group="risc-v-04", board="hpm6360evk", config="nsh", target="hpm6360evk:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:782", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hpm6360evk:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: hpm6750evk2/nsh lines.last= [1/1] Normalize hpm6750evk2/nsh target=hpm6750evk2:nsh timestamp=2026-01-08T09:48:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:06", timestamp_log="2026-01-08T09:48:06", user="NuttX", arch="risc-v", subarch="hpm6750", group="risc-v-04", board="hpm6750evk2", config="nsh", target="hpm6750evk2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:790", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/hpm6750evk2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: star64/nsh lines.last= [1/1] Normalize star64/nsh target=star64:nsh timestamp=2026-01-08T09:48:47 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:47", timestamp_log="2026-01-08T09:48:47", user="NuttX", arch="risc-v", subarch="jh7110", group="risc-v-04", board="star64", config="nsh", target="star64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:798", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:798", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/star64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/kostest lines.last= [1/1] Normalize maix-bit/kostest target=maix-bit:kostest timestamp=2026-01-08T09:50:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:15", timestamp_log="2026-01-08T09:50:15", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="kostest", target="maix-bit:kostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:809", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:kostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/knsh_smp lines.last= [1/1] Normalize maix-bit/knsh_smp target=maix-bit:knsh_smp timestamp=2026-01-08T09:51:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:34", timestamp_log="2026-01-08T09:51:34", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="knsh_smp", target="maix-bit:knsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:817", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:knsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/module lines.last= [1/1] Normalize maix-bit/module target=maix-bit:module timestamp=2026-01-08T09:52:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:57", timestamp_log="2026-01-08T09:52:57", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="module", target="maix-bit:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:825", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/knsh lines.last= [1/1] Normalize maix-bit/knsh target=maix-bit:knsh timestamp=2026-01-08T09:53:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:49", timestamp_log="2026-01-08T09:53:49", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="knsh", target="maix-bit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:833", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/posix_spawn lines.last= [1/1] Normalize maix-bit/posix_spawn target=maix-bit:posix_spawn timestamp=2026-01-08T09:55:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:06", timestamp_log="2026-01-08T09:55:06", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="posix_spawn", target="maix-bit:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:841", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/smp lines.last= [1/1] Normalize maix-bit/smp target=maix-bit:smp timestamp=2026-01-08T09:55:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:57", timestamp_log="2026-01-08T09:55:57", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="smp", target="maix-bit:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:849", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/nsh lines.last= [1/1] Normalize maix-bit/nsh target=maix-bit:nsh timestamp=2026-01-08T09:56:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:48", timestamp_log="2026-01-08T09:56:48", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="nsh", target="maix-bit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:857", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/elf lines.last= [1/1] Normalize maix-bit/elf target=maix-bit:elf timestamp=2026-01-08T09:57:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:38", timestamp_log="2026-01-08T09:57:38", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="elf", target="maix-bit:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:865", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: maix-bit/smp2 lines.last= [1/1] Normalize maix-bit/smp2 target=maix-bit:smp2 timestamp=2026-01-08T09:58:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:30", timestamp_log="2026-01-08T09:58:30", user="NuttX", arch="risc-v", subarch="k210", group="risc-v-04", board="maix-bit", config="smp2", target="maix-bit:smp2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:873", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/maix-bit:smp2", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/remote lines.last= [1/1] Normalize canmv230/remote target=canmv230:remote timestamp=2026-01-08T09:59:23 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:23", timestamp_log="2026-01-08T09:59:23", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="remote", target="canmv230:remote", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:881", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:881", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:remote", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/pnsh lines.last= [1/1] Normalize canmv230/pnsh target=canmv230:pnsh timestamp=2026-01-08T10:00:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:58", timestamp_log="2026-01-08T10:00:58", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="pnsh", target="canmv230:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:892", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/knsh lines.last= [1/1] Normalize canmv230/knsh target=canmv230:knsh timestamp=2026-01-08T10:02:24 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:24", timestamp_log="2026-01-08T10:02:24", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="knsh", target="canmv230:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:900", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:900", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/master lines.last= [1/1] Normalize canmv230/master target=canmv230:master timestamp=2026-01-08T10:03:52 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:52", timestamp_log="2026-01-08T10:03:52", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="master", target="canmv230:master", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:914", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:914", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:master", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/nsh lines.last= [1/1] Normalize canmv230/nsh target=canmv230:nsh timestamp=2026-01-08T10:04:52 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:52", timestamp_log="2026-01-08T10:04:52", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="nsh", target="canmv230:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:928", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:928", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: canmv230/nsbi lines.last= [1/1] Normalize canmv230/nsbi target=canmv230:nsbi timestamp=2026-01-08T10:05:43 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:43", timestamp_log="2026-01-08T10:05:43", user="NuttX", arch="risc-v", subarch="k230", group="risc-v-04", board="canmv230", config="nsbi", target="canmv230:nsbi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:937", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:937", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/canmv230:nsbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:10 GMT", "content-length": "0"} } lines[0]=Skipping: arty_a7/knsh-tickless lines.last= Skipping: arty_a7/knsh-tickless *** Not a target: Skipping: arty_a7/knsh-tickless lines[0]=Skipping: arty_a7/sdmmc lines.last= Skipping: arty_a7/sdmmc *** Not a target: Skipping: arty_a7/sdmmc lines[0]=Skipping: arty_a7/knsh lines.last= Skipping: arty_a7/knsh *** Not a target: Skipping: arty_a7/knsh lines[0]=Skipping: arty_a7/nsh-vexii lines.last= Skipping: arty_a7/nsh-vexii *** Not a target: Skipping: arty_a7/nsh-vexii lines[0]=Skipping: arty_a7/pwm lines.last= Skipping: arty_a7/pwm *** Not a target: Skipping: arty_a7/pwm lines[0]=Skipping: arty_a7/nsh lines.last= Skipping: arty_a7/nsh *** Not a target: Skipping: arty_a7/nsh lines[0]=Skipping: arty_a7/netnsh lines.last= Skipping: arty_a7/netnsh *** Not a target: Skipping: arty_a7/netnsh lines[0]=Skipping: arty_a7/nsh-tickless lines.last= Skipping: arty_a7/nsh-tickless *** Not a target: Skipping: arty_a7/nsh-tickless lines[0]=Configuration/Tool: m100pfsevp/nsh lines.last= [1/1] Normalize m100pfsevp/nsh target=m100pfsevp:nsh timestamp=2026-01-08T10:06:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:44", timestamp_log="2026-01-08T10:06:44", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="m100pfsevp", config="nsh", target="m100pfsevp:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1007", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/m100pfsevp:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/rpmsg-sbi lines.last= [1/1] Normalize icicle/rpmsg-sbi target=icicle:rpmsg-sbi timestamp=2026-01-08T10:07:35 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:35", timestamp_log="2026-01-08T10:07:35", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="rpmsg-sbi", target="icicle:rpmsg-sbi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1015", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1015", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:rpmsg-sbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/hwtest lines.last= [1/1] Normalize icicle/hwtest target=icicle:hwtest timestamp=2026-01-08T10:08:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:25", timestamp_log="2026-01-08T10:08:25", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="hwtest", target="icicle:hwtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1024", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:hwtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/opensbi lines.last= [1/1] Normalize icicle/opensbi target=icicle:opensbi timestamp=2026-01-08T10:09:31 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:31", timestamp_log="2026-01-08T10:09:31", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="opensbi", target="icicle:opensbi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1032", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1032", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:opensbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/pnsh lines.last= [1/1] Normalize icicle/pnsh target=icicle:pnsh timestamp=2026-01-08T10:10:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:21", timestamp_log="2026-01-08T10:10:21", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="pnsh", target="icicle:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1041", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/knsh lines.last= [1/1] Normalize icicle/knsh target=icicle:knsh timestamp=2026-01-08T10:11:42 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:42", timestamp_log="2026-01-08T10:11:42", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="knsh", target="icicle:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1049", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1049", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/nsh lines.last= [1/1] Normalize icicle/nsh target=icicle:nsh timestamp=2026-01-08T10:13:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:53", timestamp_log="2026-01-08T10:13:53", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="nsh", target="icicle:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1060", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/rpmsg-ch2 lines.last= [1/1] Normalize icicle/rpmsg-ch2 target=icicle:rpmsg-ch2 timestamp=2026-01-08T10:14:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:28", timestamp_log="2026-01-08T10:14:28", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="rpmsg-ch2", target="icicle:rpmsg-ch2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1068", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:rpmsg-ch2", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: icicle/rpmsg-ch1 lines.last=find: 'boards/risc-v/q[0-d]*': No such file or directory target=icicle:rpmsg-ch1 timestamp=2026-01-08T10:15:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:24", timestamp_log="2026-01-08T10:15:24", user="NuttX", arch="risc-v", subarch="mpfs", group="risc-v-04", board="icicle", config="rpmsg-ch1", target="icicle:rpmsg-ch1", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663297#step:10:1076", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/icicle:rpmsg-ch1", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:14 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-05 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-05 + local os=Linux + local step=10 + local group=risc-v-05 + local 'job_name=Linux (risc-v-05)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-05)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 69219 0 0:00:02 0:00:02 --:--:-- 69244 + local job_id=59779663285 + set +x job_id=59779663285 + [[ 59779663285 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/29_Linux (risc-v-05).txt' + local 'log_file=/tmp/ingest-nuttx-builds/29_Linux (risc-v-05).txt' + local filename=ci-risc-v-05.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-05.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663285#step:10:83 + cat '/tmp/ingest-nuttx-builds/29_Linux (risc-v-05).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-05.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {a1e5af71-ca21-4ff6-be62-ffbf0d83277f} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-05) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2006) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663285#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-05.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-05 --run-id 20812375605 --job-id 59779663285 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-05.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-05 --run-id 20812375605 --job-id 59779663285 --step 10` lines[0]=Configuration/Tool: rv-virt/citest lines.last= [1/1] Normalize rv-virt/citest target=rv-virt:citest timestamp=2026-01-08T09:47:19 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ *** Msg: + dd if=/dev/zero of=fatfs.img bs=512 count=128K *** Msg: 131072+0 records in *** Msg: 131072+0 records out *** Msg: 67108864 bytes (67 MB, 64 MiB) copied, 0.218691 s, 307 MB/s *** Msg: + mkfs.fat fatfs.img *** Msg: /github/workspace/sources/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run.sh: line 33: mkfs.fat: command not found *** Msg: + chmod 777 ./fatfs.img *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './'}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'qemu', *** Msg: 'elf_path': './nuttx', *** Msg: 'exec_args': '-semihosting -M virt,aclint=on ' *** Msg: '-smp 1 -bios none -nographic ' *** Msg: '-drive ' *** Msg: 'index=0,id=userdata,if=none,format=raw,file=./fatfs.img ' *** Msg: '-device ' *** Msg: 'virtio-blk-device,bus=virtio-mmio-bus.0,drive=userdata', *** Msg: 'exec_path': 'qemu-system-riscv32', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'rv-virt'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': ['Nuttx_System_Fs_Fs'], *** Msg: 'include_module': [], *** Msg: 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 3600.0s *** Msg: collected 2437 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_romfs SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_cxxtest SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_psram_test SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stability/test_fs_stability.py::test_fstest SKIPPED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stress/test_fs_stress_integration.py::test_fs_fstest SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_1] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_2] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_3] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_1_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_2_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_3] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_4] SKIPPED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_2_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_4_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_3_2] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_4_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_mqueue_h_1_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_sched_h_10_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_13_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_19_1] PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_26_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_2] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_conpro] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_lock] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_philosopher] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_readerwriter] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_sleepingbarber] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_10_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_1_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_1] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_2] PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_3_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_4_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_5_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_6_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_7_1] SKIPPED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_8_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_9_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_1_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_2_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_3_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_12_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_14_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_2_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_3_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_4_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_5_1] SKIPPED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_2] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_3] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_4] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_9_1] PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_10_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_2] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_1_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_2] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_4_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_5_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_7_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_8_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_9_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_1_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_2_1] PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_2] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_4_1] SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_1_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_3_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_4_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_5_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_9_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_2] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_2_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_3_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_5_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_6_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_7_1] SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_2] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_1] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_2] PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_asctime_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_2_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_2] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_2_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_5_1] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_6_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_3_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_5_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_2] SKIPPED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_7_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_8_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_1] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_2] PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_2_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_3_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_4_1] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_7_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_2] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_11_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_13_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_1_1] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_2_1] SKIPPED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_3_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_2] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_19_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_1_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_20_1] PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_6_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_8_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_ctime_1_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_difftime_1_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_11_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_12_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_13_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_14_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_16_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_2] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_18_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_19_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_1_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_21_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_22_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_2_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_3_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_4_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_6_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_8_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_9_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_4_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_5_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_7_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_getpid_1_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_1_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_2] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_2] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_3_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_4_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_5_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_6_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_8_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_10_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_12_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_13_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_14_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_15_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_18_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_1_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_2_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_3_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_4_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_5_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_6_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_7_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_8_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_9_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_localtime_1_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mktime_1_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_10_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_12_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_5_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_8_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_2] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_15_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_8_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_10_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_2] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_3] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_5] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_6] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_13_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_18_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_19_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_2] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_21_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_23_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_27_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_31_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_32_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_3_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_5_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_3] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_4] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_5] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_6] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_3] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_4] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_9_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_2_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_3] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_4_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_4_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_2_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_4_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_5_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_8_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_9_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_11_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_12_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_13_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_15_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_16_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_18_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_19_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_1_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_20_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_21_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_23_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_25_2] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_29_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_2_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_3_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_2] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_3] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_2] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_2] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_10_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_2] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_12_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_13_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_2_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_5_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_7_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_8_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_10_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_2] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_12_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_13_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_14_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_1_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_2_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_2] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_2] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_3] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_2] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_7_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_8_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_9_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_2] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_2_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_5_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_2] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_11_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_13_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_14_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_15_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_2] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_3] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_1_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_2_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_3] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_7_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_8_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_10_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_2] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_12_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_13_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_14_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_15_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_16_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_18_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_19_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_1_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_20_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_2_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_2] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_2] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_3] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_2] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_3] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_7_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_8_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_9_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_1_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_2] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_7_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_10_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_11_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_7_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlockall_5_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_2] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_2_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_3_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_8_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_9_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_10000_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_3] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_2_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_6_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_1_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_2_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_3_3] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_1_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_3_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getinheritsched_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedparam_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedpolicy_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstack_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstacksize_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_3_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_4_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_4_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_4] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_4_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_4] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_4_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_5_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_4_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_1_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_4_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_6_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_7_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_1_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_4_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_2_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_3_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_4_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_2] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_destroy_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_2_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_2] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_3] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_3_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_4_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_5_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_3] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_2] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_3] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_3_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_2_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_3_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_3] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_2_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_3_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_4_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_2] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_2_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_1_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_3_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_3] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_11_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_12_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_2] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_3] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_6] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_3_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_5_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_8_1] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_3_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_2] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_2_1] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_2_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getcpuclockid_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_3] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_2_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_5_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_6_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_2] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_2_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_3_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_2] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_2] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_7_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_8_1] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_2] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_4_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_5_1] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_timedlock_4_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_2_1] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_4_3] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_2_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_4_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_2] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_3] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_3] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_4] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_5] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_1_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_3_3] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_7_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_3_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_6_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_6_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_3] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_4_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_2_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_2] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_2_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_2] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_tryrdlock_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_trywrlock_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_3_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_3_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_2_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_4_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_setpshared_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_self_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_2_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_5_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedprio_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setspecific_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_10_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_12_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_14_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_15_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_16_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_5_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_6_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_7_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_3] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_9_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_3_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_2] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_4_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_2] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_1_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_4_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_2] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_3_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_testcancel_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_10000_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_2] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_4_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_6_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_7_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_3] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_4] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_2] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_3] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_4] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_2_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_4_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_6_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_4_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_5_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_7_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_3_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_1_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_22_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_2] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_3] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_4] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_5] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_6] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_7] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_2] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_3] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_4] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_26_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_27_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_2] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_5_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_16_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_2] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_3] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_4] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_5] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_6] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_7] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_5] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_20_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_21_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_2] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_3_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_2] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_5_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_2] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_3] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_6_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_7_1] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_10_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_15_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_3] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_4] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_2] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_3_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_4_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_5_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_6_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_2] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_2_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_4_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_5_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_6_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_10_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_11_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_2] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_3_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_4_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_7_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_9_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_1_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_3_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_2] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_5_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_6_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_7_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_9_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_11_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_12_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_13_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_2] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_3_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_5_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_7_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_11_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_13_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_14_2] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_15_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_16_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_17_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_18_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_3] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_21_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_22_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_23_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_25_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_2] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_3] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_32_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_34_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_37_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_38_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_41_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_5_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_8_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_11_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_1_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_2_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_3_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_5_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_6_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_8_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_9_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_10_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_11_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_10] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_11] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_12] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_13] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_14] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_15] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_16] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_17] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_18] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_19] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_20] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_21] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_22] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_23] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_24] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_25] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_26] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_27] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_28] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_29] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_2] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_30] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_31] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_32] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_33] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_34] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_35] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_36] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_37] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_38] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_39] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_3] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_40] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_41] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_42] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_43] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_44] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_45] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_46] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_47] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_48] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_49] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_4] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_50] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_51] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_52] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_5] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_6] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_7] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_8] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_9] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_10] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_11] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_12] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_13] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_14] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_15] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_16] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_17] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_18] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_19] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_20] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_21] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_22] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_23] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_24] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_25] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_26] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_2] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_3] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_4] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_5] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_6] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_7] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_8] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_9] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_16_1] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_10] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_11] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_12] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_13] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_14] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_15] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_16] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_17] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_18] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_19] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_1] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_20] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_21] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_22] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_23] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_24] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_25] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_26] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_2] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_3] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_4] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_5] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_6] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_7] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_8] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_9] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_10] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_11] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_12] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_13] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_14] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_15] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_16] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_17] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_18] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_19] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_1] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_20] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_21] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_22] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_23] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_24] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_25] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_26] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_2] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_3] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_4] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_5] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_6] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_7] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_8] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_9] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_10] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_11] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_12] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_13] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_14] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_15] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_16] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_17] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_18] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_19] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_1] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_20] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_21] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_22] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_23] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_24] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_25] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_26] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_2] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_3] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_4] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_5] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_6] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_7] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_8] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_9] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_10] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_11] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_12] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_13] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_14] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_15] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_16] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_17] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_18] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_19] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_1] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_20] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_21] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_22] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_23] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_24] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_25] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_26] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_2] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_3] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_4] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_5] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_6] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_7] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_8] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_9] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_21_1] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_10] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_11] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_12] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_13] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_14] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_15] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_16] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_17] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_18] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_19] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_1] SKIPPED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_20] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_21] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_22] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_23] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_24] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_25] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_26] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_2] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_3] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_4] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_5] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_6] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_7] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_8] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_9] SKIPPED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_10] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_11] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_12] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_13] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_14] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_15] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_16] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_17] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_18] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_19] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_1] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_20] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_21] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_22] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_23] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_24] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_25] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_26] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_2] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_3] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_4] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_5] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_6] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_7] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_8] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_9] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_10] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_11] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_12] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_13] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_14] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_15] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_16] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_17] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_18] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_19] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_1] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_20] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_21] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_22] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_23] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_24] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_25] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_26] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_2] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_3] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_4] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_5] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_6] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_7] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_8] SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_9] SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_10] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_11] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_12] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_13] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_14] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_15] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_16] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_17] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_18] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_19] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_1] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_20] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_21] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_22] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_23] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_24] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_25] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_26] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_2] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_3] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_4] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_5] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_6] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_7] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_8] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_9] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_29_1] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_10] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_11] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_12] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_13] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_14] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_15] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_16] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_17] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_18] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_19] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_1] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_20] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_21] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_22] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_23] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_24] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_25] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_26] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_2] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_3] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_4] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_5] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_6] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_7] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_8] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_9] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_30_1] SKIPPED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_10] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_11] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_12] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_13] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_14] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_15] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_16] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_17] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_18] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_19] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_1] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_20] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_21] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_22] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_23] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_24] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_25] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_26] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_2] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_3] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_4] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_5] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_6] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_7] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_8] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_9] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_100] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_101] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_102] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_103] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_104] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_10] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_11] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_12] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_13] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_14] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_15] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_16] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_17] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_18] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_19] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_1] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_20] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_21] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_22] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_23] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_24] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_25] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_26] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_27] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_28] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_29] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_2] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_30] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_31] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_32] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_33] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_34] SKIPPED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_35] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_36] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_37] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_38] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_39] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_3] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_40] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_41] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_42] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_43] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_44] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_45] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_46] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_47] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_48] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_49] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_4] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_50] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_51] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_52] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_53] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_54] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_55] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_56] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_57] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_58] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_59] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_5] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_60] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_61] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_62] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_63] PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_64] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_65] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_66] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_67] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_68] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_69] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_6] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_70] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_71] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_72] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_73] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_74] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_75] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_76] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_77] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_78] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_79] PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_7] SKIPPED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_80] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_81] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_82] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_83] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_84] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_85] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_86] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_87] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_88] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_89] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_8] SKIPPED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_90] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_91] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_92] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_93] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_94] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_95] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_96] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_97] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_98] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_99] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_9] SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_10] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_11] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_12] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_13] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_14] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_15] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_16] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_17] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_18] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_19] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_1] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_20] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_21] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_22] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_23] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_24] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_25] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_26] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_2] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_3] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_4] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_5] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_6] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_7] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_8] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_9] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_10] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_11] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_12] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_13] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_14] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_15] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_16] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_17] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_18] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_19] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_1] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_20] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_21] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_22] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_23] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_24] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_25] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_26] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_2] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_3] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_4] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_5] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_6] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_7] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_8] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_9] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_9_1] SKIPPED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_2] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_3] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_2_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_4_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_10_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_11_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_12_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_1_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_2_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_3_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_5_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_6_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_7_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_8_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_9_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_2] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_3] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_4] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_4_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_3_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_4_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_5_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_2] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_3_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_4_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_5_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_5_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_6_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_7_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_2] SKIPPED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_2] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_3] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_10_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_12_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_15_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_17_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_5_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_6_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_7_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_2] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_3] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_9_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_10_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_11_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_12_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_1_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_2] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_3_1] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_4_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_7_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_8_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_9_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_1_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_2_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_3_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_10_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_1_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_2_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_3_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_4_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_7_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_8_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_9_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_1_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_3_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_4_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_6_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_1_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_4_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_5_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_6_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_1_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_3_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_4_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_2] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_7_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_8_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_3_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_5_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_6_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_7_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_8_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_9_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strchr_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strcpy_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_3_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strlen_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_2_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_time_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_10_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_11_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_16_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_3_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_7_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_8_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_9_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_2] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_2] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_4] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_3_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_13_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_2] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_2_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_3] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_2] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_6_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_1] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_2] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_4] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlock_speculative_12_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlockall_speculative_15_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_getattr_speculative_7_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_26_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_6_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedreceive_speculative_10_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedsend_speculative_18_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_unlink_speculative_7_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_getcpuclockid_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_join_speculative_6_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_key_create_speculative_5_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutex_init_speculative_5_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutexattr_gettype_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_rwlock_trywrlock_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_getparam_speculative_7_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_rr_get_interval_speculative_5_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_semaphores_multi_con_pro] PASSED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_signals_sigismember_stress_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_threads_helper] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cancel_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cond_init_s_c] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_getschedparam_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_schedule_1_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_getvalue_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_init_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_open_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_15_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_3] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_invaliddates] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_twopsetclock] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoevtimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoptimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test2] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling2] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test3] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_deadlock_prevention] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test09] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test18] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test19] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test21] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_01] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_02] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_07] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_08] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_09] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_06] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_07] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_smoke01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================ 1087 passed, 542 skipped in 3231.51s (0:53:51) ================ *** Msg: + ret=0 *** Msg: 0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + mv result /github/workspace/buildartifacts/rv-virt/citest//ntfc *** Msg: + rm -f fatfs.img *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:19", timestamp_log="2026-01-08T09:47:19", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-05", board="rv-virt", config="citest", target="rv-virt:citest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663285#step:10:772", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663285#step:10:772", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../ \n + dd if=/dev/zero of=fatfs.img bs=512 count=128K \n 131072+0 records in \n 131072+0 records out \n 67108864 bytes (6", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/citest64 lines.last= [1/1] Normalize rv-virt/citest64 target=rv-virt:citest64 timestamp=2026-01-08T10:44:41 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './'}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'qemu', *** Msg: 'elf_path': './nuttx', *** Msg: 'exec_args': '-semihosting -M virt,aclint=on ' *** Msg: '-smp 1 -bios none -nographic', *** Msg: 'exec_path': 'qemu-system-riscv64', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'ntfc-rv-virt64'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': [], 'include_module': [], 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 3600.0s *** Msg: collected 932 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================== 72 passed, 7 skipped in 525.98s (0:08:45) =================== *** Msg: + ret=0 *** Msg: 0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + mv result /github/workspace/buildartifacts/rv-virt/citest64//ntfc *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:41", timestamp_log="2026-01-08T10:44:41", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-05", board="rv-virt", config="citest64", target="rv-virt:citest64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663285#step:10:2514", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663285#step:10:2514", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions \n Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../ \n + source /github/workspace/nuttx-ntfc/venv/bin/activate \n ++ deactivate nondestructive \n ++ '[' -n '' ']' \n +", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:citest64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:22 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ risc-v-06 == \m\s\y\s\2 ]] + ingest_log Linux 10 risc-v-06 + local os=Linux + local step=10 + local group=risc-v-06 + local 'job_name=Linux (risc-v-06)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (risc-v-06)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 33884 0 0:00:05 0:00:05 --:--:-- 44483 + local job_id=59779663283 + set +x job_id=59779663283 + [[ 59779663283 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/25_Linux (risc-v-06).txt' + local 'log_file=/tmp/ingest-nuttx-builds/25_Linux (risc-v-06).txt' + local filename=ci-risc-v-06.log + local pathname=/tmp/ingest-nuttx-builds/ci-risc-v-06.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:83 + cat '/tmp/ingest-nuttx-builds/25_Linux (risc-v-06).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-risc-v-06.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {c7811aad-0d1a-479d-9cf7-d76e9de42db0} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (risc-v-06) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:1994) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-06.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-06 --run-id 20812375605 --job-id 59779663283 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-risc-v-06.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group risc-v-06 --run-id 20812375605 --job-id 59779663283 --step 10` lines[0]=Configuration/Tool: rv-virt/elf lines.last= [1/1] Normalize rv-virt/elf target=rv-virt:elf timestamp=2026-01-08T09:46:52 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:52", timestamp_log="2026-01-08T09:46:52", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="elf", target="rv-virt:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:771", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:771", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/fb lines.last= [1/1] Normalize rv-virt/fb target=rv-virt:fb timestamp=2026-01-08T09:47:51 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:51", timestamp_log="2026-01-08T09:47:51", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="fb", target="rv-virt:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:780", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:780", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/fb64 lines.last= [1/1] Normalize rv-virt/fb64 target=rv-virt:fb64 timestamp=2026-01-08T09:48:53 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:53", timestamp_log="2026-01-08T09:48:53", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="fb64", target="rv-virt:fb64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:789", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:789", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:fb64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/flats lines.last= [1/1] Normalize rv-virt/flats target=rv-virt:flats timestamp=2026-01-08T09:49:54 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:54", timestamp_log="2026-01-08T09:49:54", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="flats", target="rv-virt:flats", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:798", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:798", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:flats", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/flats64 lines.last= [1/1] Normalize rv-virt/flats64 target=rv-virt:flats64 timestamp=2026-01-08T09:50:52 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:52", timestamp_log="2026-01-08T09:50:52", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="flats64", target="rv-virt:flats64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:807", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:807", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:flats64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/kfb64 lines.last= [1/1] Normalize rv-virt/kfb64 target=rv-virt:kfb64 timestamp=2026-01-08T09:51:52 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stIBpNch: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stgA6DFS: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stiwUbbG: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:52", timestamp_log="2026-01-08T09:51:52", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="kfb64", target="rv-virt:kfb64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:816", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:816", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stIBpNch: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stgA6DFS: section .fini_array lma 0xc0101279 adjusted to 0xc010127c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stiwUbbG: section .fini_array lma 0xc0101279 ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:kfb64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knetnsh64 lines.last= [1/1] Normalize rv-virt/knetnsh64 target=rv-virt:knetnsh64 timestamp=2026-01-08T09:53:29 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st2WQVdl: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:29", timestamp_log="2026-01-08T09:53:29", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knetnsh64", target="rv-virt:knetnsh64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:833", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:833", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st2WQVdl: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knetnsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knetnsh64_smp lines.last= [1/1] Normalize rv-virt/knetnsh64_smp target=rv-virt:knetnsh64_smp timestamp=2026-01-08T09:55:17 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stBiyOsa: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:17", timestamp_log="2026-01-08T09:55:17", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knetnsh64_smp", target="rv-virt:knetnsh64_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:856", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:856", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stBiyOsa: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knetnsh64_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh lines.last= [1/1] Normalize rv-virt/knsh target=rv-virt:knsh timestamp=2026-01-08T09:57:08 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stFrj0jZ: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stuACP0c: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/styM3N73: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:08", timestamp_log="2026-01-08T09:57:08", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh", target="rv-virt:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:879", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:879", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stFrj0jZ: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stuACP0c: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/styM3N73: section .fini_array lma 0xc0101261 ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh64 lines.last= [1/1] Normalize rv-virt/knsh64 target=rv-virt:knsh64 timestamp=2026-01-08T09:58:42 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stWhyeWP: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stxmkOde: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stJbjC9r: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:42", timestamp_log="2026-01-08T09:58:42", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh64", target="rv-virt:knsh64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:896", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:896", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stWhyeWP: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stxmkOde: section .fini_array lma 0xc0101279 adjusted to 0xc010127c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stJbjC9r: section .fini_array lma 0xc0101279 ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh_paging lines.last= [1/1] Normalize rv-virt/knsh_paging target=rv-virt:knsh_paging timestamp=2026-01-08T10:00:16 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stXTRR2n: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stQtZVb4: section .fini_array lma 0xc0101265 adjusted to 0xc0101268 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/staSkWJX: section .fini_array lma 0xc0101265 adjusted to 0xc0101268 *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:16", timestamp_log="2026-01-08T10:00:16", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh_paging", target="rv-virt:knsh_paging", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:913", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:913", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stXTRR2n: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stQtZVb4: section .fini_array lma 0xc0101265 adjusted to 0xc0101268 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/staSkWJX: section .fini_array lma 0xc0101265 ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh_paging", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/knsh_romfs lines.last= [1/1] Normalize rv-virt/knsh_romfs target=rv-virt:knsh_romfs timestamp=2026-01-08T10:01:45 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:45", timestamp_log="2026-01-08T10:01:45", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="knsh_romfs", target="rv-virt:knsh_romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:930", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:930", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:knsh_romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/ksmp64 lines.last= [1/1] Normalize rv-virt/ksmp64 target=rv-virt:ksmp64 timestamp=2026-01-08T10:03:16 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stmSJHnY: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:16", timestamp_log="2026-01-08T10:03:16", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="ksmp64", target="rv-virt:ksmp64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:944", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:944", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stmSJHnY: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:ksmp64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds lines.last= [1/1] Normalize rv-virt/leds target=rv-virt:leds timestamp=2026-01-08T10:04:47 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:47", timestamp_log="2026-01-08T10:04:47", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds", target="rv-virt:leds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:959", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:959", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds64 lines.last= [1/1] Normalize rv-virt/leds64 target=rv-virt:leds64 timestamp=2026-01-08T10:05:41 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:41", timestamp_log="2026-01-08T10:05:41", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds64", target="rv-virt:leds64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:968", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:968", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds64_rust lines.last= [1/1] Normalize rv-virt/leds64_rust target=rv-virt:leds64_rust timestamp=2026-01-08T10:06:35 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:35", timestamp_log="2026-01-08T10:06:35", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds64_rust", target="rv-virt:leds64_rust", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:977", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:977", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds64_rust", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/leds64_zig lines.last= [1/1] Normalize rv-virt/leds64_zig target=rv-virt:leds64_zig timestamp=2026-01-08T10:07:13 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:13", timestamp_log="2026-01-08T10:07:13", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="leds64_zig", target="rv-virt:leds64_zig", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:986", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:986", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:leds64_zig", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/libcxx lines.last= [1/1] Normalize rv-virt/libcxx target=rv-virt:libcxx timestamp=2026-01-08T10:07:50 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:50", timestamp_log="2026-01-08T10:07:50", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="libcxx", target="rv-virt:libcxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:995", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:995", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:libcxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/libcxx64 lines.last= [1/1] Normalize rv-virt/libcxx64 target=rv-virt:libcxx64 timestamp=2026-01-08T10:09:17 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:17", timestamp_log="2026-01-08T10:09:17", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="libcxx64", target="rv-virt:libcxx64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1004", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1004", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:libcxx64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/lvgl64_vector lines.last= [1/1] Normalize rv-virt/lvgl64_vector target=rv-virt:lvgl64_vector timestamp=2026-01-08T10:10:43 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:43", timestamp_log="2026-01-08T10:10:43", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="lvgl64_vector", target="rv-virt:lvgl64_vector", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1013", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1013", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:lvgl64_vector", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh lines.last= [1/1] Normalize rv-virt/netnsh target=rv-virt:netnsh timestamp=2026-01-08T10:12:40 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:40", timestamp_log="2026-01-08T10:12:40", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh", target="rv-virt:netnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1022", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1022", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh64 lines.last= [1/1] Normalize rv-virt/netnsh64 target=rv-virt:netnsh64 timestamp=2026-01-08T10:13:33 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:33", timestamp_log="2026-01-08T10:13:33", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh64", target="rv-virt:netnsh64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1038", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1038", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh64_smp lines.last= [1/1] Normalize rv-virt/netnsh64_smp target=rv-virt:netnsh64_smp timestamp=2026-01-08T10:14:26 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:26", timestamp_log="2026-01-08T10:14:26", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh64_smp", target="rv-virt:netnsh64_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1054", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1054", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh64_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/netnsh_smp lines.last= [1/1] Normalize rv-virt/netnsh_smp target=rv-virt:netnsh_smp timestamp=2026-01-08T10:15:40 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:40", timestamp_log="2026-01-08T10:15:40", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="netnsh_smp", target="rv-virt:netnsh_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1070", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1070", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:netnsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsbi lines.last= [1/1] Normalize rv-virt/nsbi target=rv-virt:nsbi timestamp=2026-01-08T10:16:53 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stYr635j: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stIx721L: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stLgS4DU: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:53", timestamp_log="2026-01-08T10:16:53", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsbi", target="rv-virt:nsbi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1087", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1087", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stYr635j: section .fini_array lma 0xc0101005 adjusted to 0xc0101008 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stIx721L: section .fini_array lma 0xc0101261 adjusted to 0xc0101264 \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stLgS4DU: section .fini_array lma 0xc0101261 ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsbi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsbi64 lines.last= [1/1] Normalize rv-virt/nsbi64 target=rv-virt:nsbi64 timestamp=2026-01-08T10:17:59 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st81nxfy: section .fini_array lma 0xc0101009 adjusted to 0xc010100c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/st0HgaiD: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: riscv-none-elf-strip: /github/workspace/sources/apps/bin/stoH8xFK: section .fini_array lma 0xc0101279 adjusted to 0xc010127c *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:59", timestamp_log="2026-01-08T10:17:59", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsbi64", target="rv-virt:nsbi64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1104", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1104", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st81nxfy: section .fini_array lma 0xc0101009 adjusted to 0xc010100c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/st0HgaiD: section .fini_array lma 0xc0101279 adjusted to 0xc010127c \n riscv-none-elf-strip: /github/workspace/sources/apps/bin/stoH8xFK: section .fini_array lma 0xc0101279 ", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsbi64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsh lines.last= [1/1] Normalize rv-virt/nsh target=rv-virt:nsh timestamp=2026-01-08T10:19:05 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:05", timestamp_log="2026-01-08T10:19:05", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsh", target="rv-virt:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1121", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1121", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/nsh64 lines.last= [1/1] Normalize rv-virt/nsh64 target=rv-virt:nsh64 timestamp=2026-01-08T10:19:42 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:42", timestamp_log="2026-01-08T10:19:42", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="nsh64", target="rv-virt:nsh64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1130", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1130", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:nsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/pnsh lines.last= [1/1] Normalize rv-virt/pnsh target=rv-virt:pnsh timestamp=2026-01-08T10:20:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:19", timestamp_log="2026-01-08T10:20:19", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="pnsh", target="rv-virt:pnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1139", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:pnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/pnsh64 lines.last= [1/1] Normalize rv-virt/pnsh64 target=rv-virt:pnsh64 timestamp=2026-01-08T10:21:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:45", timestamp_log="2026-01-08T10:21:45", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="pnsh64", target="rv-virt:pnsh64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1147", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:pnsh64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:35 GMT", "content-length": "0"} } lines[0]=Skipping: rv-virt/python lines.last= Skipping: rv-virt/python *** Not a target: Skipping: rv-virt/python lines[0]=Cmake in present: rv-virt/smp lines.last= Building NuttX... target=rv-virt:smp timestamp=2026-01-08T10:23:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:14", timestamp_log="2026-01-08T10:23:14", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="smp", target="rv-virt:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1163", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:35 GMT", "content-length": "0"} } lines[0]=Cmake in present: rv-virt/smp64 lines.last= Building NuttX... target=rv-virt:smp64 timestamp=2026-01-08T10:23:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:52", timestamp_log="2026-01-08T10:23:52", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="smp64", target="rv-virt:smp64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1172", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:smp64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv-virt/virt_nsh lines.last=find: 'boards/risc-v/q[f-z]*': No such file or directory target=rv-virt:virt_nsh timestamp=2026-01-08T10:24:32 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:32", timestamp_log="2026-01-08T10:24:32", user="NuttX", arch="risc-v", subarch="qemu-rv", group="risc-v-06", board="rv-virt", config="virt_nsh", target="rv-virt:virt_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1180", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1180", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv-virt:virt_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2-rv/usbnsh lines.last= [1/1] Normalize raspberrypi-pico-2-rv/usbnsh target=raspberrypi-pico-2-rv:usbnsh timestamp=2026-01-08T10:25:16 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:16", timestamp_log="2026-01-08T10:25:16", user="NuttX", arch="risc-v", subarch="rp23xx-rv", group="risc-v-06", board="raspberrypi-pico-2-rv", config="usbnsh", target="raspberrypi-pico-2-rv:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1190", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1190", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2-rv:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: raspberrypi-pico-2-rv/nsh lines.last= [1/1] Normalize raspberrypi-pico-2-rv/nsh target=raspberrypi-pico-2-rv:nsh timestamp=2026-01-08T10:26:10 *** Msg: riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:10", timestamp_log="2026-01-08T10:26:10", user="NuttX", arch="risc-v", subarch="rp23xx-rv", group="risc-v-06", board="raspberrypi-pico-2-rv", config="nsh", target="raspberrypi-pico-2-rv:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1199", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1199", msg="riscv-none-elf-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/raspberrypi-pico-2-rv:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv32m1-vega/buttons lines.last= [1/1] Normalize rv32m1-vega/buttons target=rv32m1-vega:buttons timestamp=2026-01-08T10:26:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:47", timestamp_log="2026-01-08T10:26:47", user="NuttX", arch="risc-v", subarch="rv32m1", group="risc-v-06", board="rv32m1-vega", config="buttons", target="rv32m1-vega:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1208", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv32m1-vega:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv32m1-vega/nsh-itcm lines.last= [1/1] Normalize rv32m1-vega/nsh-itcm target=rv32m1-vega:nsh-itcm timestamp=2026-01-08T10:27:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:36", timestamp_log="2026-01-08T10:27:36", user="NuttX", arch="risc-v", subarch="rv32m1", group="risc-v-06", board="rv32m1-vega", config="nsh-itcm", target="rv32m1-vega:nsh-itcm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1216", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv32m1-vega:nsh-itcm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: rv32m1-vega/nsh lines.last= [1/1] Normalize rv32m1-vega/nsh target=rv32m1-vega:nsh timestamp=2026-01-08T10:28:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:20", timestamp_log="2026-01-08T10:28:20", user="NuttX", arch="risc-v", subarch="rv32m1", group="risc-v-06", board="rv32m1-vega", config="nsh", target="rv32m1-vega:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1224", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/rv32m1-vega:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: milkv_duos/nsh lines.last= [1/1] Normalize milkv_duos/nsh target=milkv_duos:nsh timestamp=2026-01-08T10:28:51 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:51", timestamp_log="2026-01-08T10:28:51", user="NuttX", arch="risc-v", subarch="sg2000", group="risc-v-06", board="milkv_duos", config="nsh", target="milkv_duos:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1232", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663283#step:10:1232", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/risc-v/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/milkv_duos:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:39 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-01 + local os=Linux + local step=10 + local group=sim-01 + local 'job_name=Linux (sim-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 64541 0 0:00:02 0:00:02 --:--:-- 64543 + local job_id=59779663265 + set +x job_id=59779663265 + [[ 59779663265 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/33_Linux (sim-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/33_Linux (sim-01).txt' + local filename=ci-sim-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-sim-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:83 + cat '/tmp/ingest-nuttx-builds/33_Linux (sim-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-sim-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {c700a903-7437-4701-8cd4-e32f58c5d3d4} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (sim-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2011) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-01 --run-id 20812375605 --job-id 59779663265 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-01 --run-id 20812375605 --job-id 59779663265 --step 10` lines[0]=Configuration/Tool: sim/adb lines.last= [1/1] Normalize sim/adb target=sim:adb timestamp=2026-01-08T09:46:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:14", timestamp_log="2026-01-08T09:46:14", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="adb", target="sim:adb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:776", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:43 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/alsa lines.last= Building NuttX... target=sim:alsa timestamp=2026-01-08T09:47:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:07", timestamp_log="2026-01-08T09:47:07", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="alsa", target="sim:alsa", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:802", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:alsa", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/asan lines.last= [1/1] Normalize sim/asan target=sim:asan timestamp=2026-01-08T09:47:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:43", timestamp_log="2026-01-08T09:47:43", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="asan", target="sim:asan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:811", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:asan", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/bas lines.last= [1/1] Normalize sim/bas target=sim:bas timestamp=2026-01-08T09:48:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:22", timestamp_log="2026-01-08T09:48:22", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bas", target="sim:bas", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:819", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bas", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/bastest lines.last= [1/1] Normalize sim/bastest target=sim:bastest timestamp=2026-01-08T09:49:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:00", timestamp_log="2026-01-08T09:49:00", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bastest", target="sim:bastest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:827", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bastest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/bluetooth lines.last= Building NuttX... target=sim:bluetooth timestamp=2026-01-08T09:49:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:28", timestamp_log="2026-01-08T09:49:28", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bluetooth", target="sim:bluetooth", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:836", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bluetooth", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:44 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/bthcisock lines.last= Building NuttX... target=sim:bthcisock timestamp=2026-01-08T09:49:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:58", timestamp_log="2026-01-08T09:49:58", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="bthcisock", target="sim:bthcisock", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:846", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:bthcisock", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/btuart lines.last= [1/1] Normalize sim/btuart target=sim:btuart timestamp=2026-01-08T09:50:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:15", timestamp_log="2026-01-08T09:50:15", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="btuart", target="sim:btuart", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:855", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:btuart", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/can lines.last= [1/1] Normalize sim/can target=sim:can timestamp=2026-01-08T09:50:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:48", timestamp_log="2026-01-08T09:50:48", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="can", target="sim:can", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:863", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:can", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/citest lines.last= [1/1] Normalize sim/citest target=sim:citest timestamp=2026-01-08T09:51:28 *** Msg: Running NuttX... *** Msg: ++ pwd *** Msg: + olddir=/github/workspace/sources/nuttx *** Msg: + nuttdir=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ *** Msg: + cd /github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ *** Msg: + source /github/workspace/nuttx-ntfc/venv/bin/activate *** Msg: ++ deactivate nondestructive *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: ++ '[' -n '' ']' *** Msg: ++ unset VIRTUAL_ENV *** Msg: ++ unset VIRTUAL_ENV_PROMPT *** Msg: ++ '[' '!' nondestructive = nondestructive ']' *** Msg: ++ VIRTUAL_ENV=/github/workspace/nuttx-ntfc/venv *** Msg: ++ export VIRTUAL_ENV *** Msg: ++ _OLD_VIRTUAL_PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ PATH=/github/workspace/nuttx-ntfc/venv/bin:/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: ++ export PATH *** Msg: ++ '[' -n '' ']' *** Msg: ++ '[' -z '' ']' *** Msg: ++ _OLD_VIRTUAL_PS1= *** Msg: ++ PS1='(venv) ' *** Msg: ++ export PS1 *** Msg: ++ VIRTUAL_ENV_PROMPT='(venv) ' *** Msg: ++ export VIRTUAL_ENV_PROMPT *** Msg: ++ '[' -n /usr/bin/bash -o -n '' ']' *** Msg: ++ hash -r *** Msg: + confpath=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/config.yaml *** Msg: + jsonconf=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/session.json *** Msg: + testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing *** Msg: + python3 -m ntfc test --testpath=/github/workspace/nuttx-ntfc/external/nuttx-testing --confpath=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/config.yaml --jsonconf=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/session.json *** Msg: CPU information header not found in output *** Msg: YAML config: *** Msg: {'config': {'cwd': './', 'timeout_session': 6000}, *** Msg: 'product': {'cores': {'core0': {'conf_path': './.config', *** Msg: 'device': 'sim', *** Msg: 'elf_path': './nuttx', *** Msg: 'name': 'main'}}, *** Msg: 'name': 'ntfc-sim'}} *** Msg: JSON config: *** Msg: {'args': {'kv': []}, *** Msg: 'module': {'exclude_module': ['Nuttx_System_Driver_Pm', 'Nuttx_System_Fs_Fs'], *** Msg: 'include_module': [], *** Msg: 'order': []}} *** Msg: ============================= test session starts ============================== *** Msg: platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 *** Msg: rootdir: /github/workspace/nuttx-ntfc *** Msg: configfile: tox.ini *** Msg: plugins: timeout-2.4.0, dependency-0.6.0, ordering-0.6, repeat-0.9.4 *** Msg: timeout: 800.0s *** Msg: timeout method: signal *** Msg: timeout func_only: False *** Msg: session timeout: 6000.0s *** Msg: collected 2438 items *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_hello_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_helloxx_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_pipe_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_popen_integration PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_romfs SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_cxxtest SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_scanftest PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_getprime PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_usrsocktest PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/example/test_arch_example_integration.py::test_psram_test SKIPPED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat001 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat002 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat003 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat004 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat005 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat006 PASSED [ 0%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat007 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat008 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat009 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat010 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCat::test_cat011 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd004 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCd::test_cd005 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo001 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo002 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEcho::test_echo003 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help01 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help02 PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_v PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHelp::test_help_cat PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_l PASSED [ 1%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_s SKIPPED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestLs::test_ls_R PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRm::test_rm002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkdir::test_mkdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestRmdir::test_rmdir002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp001 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp002 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestCp::test_cp003 PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPs::test_ps PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_sleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTime::test_usleep PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_set PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestSet::test_unset PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestTest::test_test PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDirname::test_dirname PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestBasename::test_basename PASSED [ 2%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestDf::test_df_h PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_a PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_s PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_r PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_v SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_m SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestUname::test_uname_i SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestEnv::test_env PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMv::test_mv PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestPwd::test_pwd PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestHexdump::test_hexdump PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMkrd::test_mkrd PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestMw::test_mw SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/nsh/test_arch_nsh_integration.py::TestExec::test_exec SKIPPED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[1-10] PASSED [ 3%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[2-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[3-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[4-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[5-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[6-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[7-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[8-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[9-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/os/stability/test_arch_os_stability.py::test_mm_sta[10-10] PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_free PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/arch/space/test_space_integration.py::test_df PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration01 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration02 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration03 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/gpio/test_driver_gpio_integration.py::TestDriverGPIO::test_driver_gpio_integration04 PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/rtc/test_driver_rtc_integration.py::test_case_rtc_integration PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/simple/test_driver_simple_integration.py::TestDriverSimple::test_driver_simple_01_integration PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/simple/test_driver_simple_integration.py::TestDriverSimple::test_driver_simple_02_integration PASSED [ 4%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/driver/timer/test_driver_timer_integration.py::test_driver_posix_timer_integration PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_close_order PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_run_once PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_run_nowait PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_alive PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_close PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_instant_close PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_stop PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_update_time PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_backend_timeout PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_configure PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_default_loop_close PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_1 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_2 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_3 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_serial_thread PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_barrier_serial_thread_single PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_1 PASSED [ 5%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_2 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_3 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_4 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_condvar_5 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_semaphore_1 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_semaphore_2 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_semaphore_3 PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tty PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tty_file PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tty_pty PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_bind_error_inval PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_connect_close_multiple PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_bind_or_listen_error_after_close PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_overlong_path PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_connect_bad_name PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_connect_on_prepare PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_getsockname_abstract PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_getsockname_blocking PASSED [ 6%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_pending_instances PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_sys_error PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_init PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_again PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_start_twice PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_order PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_huge_timeout PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_huge_repeat PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_run_once PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_from_check PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_is_closing PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_null_callback PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_early_check PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_no_double_call_once PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_no_run_on_unref PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_idle_starvation PASSED [ 7%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_loop_handles PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_loadavg PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_walk_handles PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_idle_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_async_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_prepare_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_check_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_unref_in_prepare_cb PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_timer_ref2 PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_pipe_ref2 PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_process_ref SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_has_ref PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_active PASSED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_process_title_big_argv SKIPPED [ 8%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_cwd_and_chdir PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_passwd PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_passwd2 PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_get_group PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_homedir PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_tmpdir PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_hrtime PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_clock_gettime PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_gettimeofday PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_test_macros PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_spawn_fails SKIPPED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_spawn_quoted_path PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_poll_getpath PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_poll_close_request PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_kill_invalid_signum PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_file_noent PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_fstat_stdio PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_realpath PASSED [ 9%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_stat_missing_path PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_watch_dir_recursive PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_immediate_close PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_start_and_close PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_error_reporting PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_event_getpath PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_scandir_empty_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_scandir_non_existent_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_readdir_empty_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_readdir_non_existing_dir PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_partial_read PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_null_req PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_get_system_error PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_strscpy PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_strtok PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_queue_work_simple PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_queue_work_einval PASSED [ 10%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_getaddrinfo PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_getnameinfo PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_random PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_work PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_fs PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_threadpool_cancel_single PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_local_storage PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_stack_size PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_stack_size_explicit PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_mutex PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_mutex_recursive PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_rwlock PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_rwlock_trylock PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_create PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_equal PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_thread_affinity PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_close_fd PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signal PASSED [ 11%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signals PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signal_one_shot PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_we_get_signals_mixed PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_signal_close_loop_alive PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_queue_foreach_delete PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_random_async SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_random_sync SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_handle_type_name PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_req_type_name PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/libuv/test_libuv_integration.py::TestLibuvSystem::test_fs_read PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stability/test_fs_stability.py::test_fstest SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/fs/stress/test_fs_stress_integration.py::test_fs_fstest SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_1] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_2] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_WIFEXITED_1_3] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_1_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_behavior_timers_2_1] PASSED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_3] SKIPPED [ 12%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_clock_settime_speculative_4_4] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_2_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_aio_h_4_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_3_2] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_errno_h_4_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_mqueue_h_1_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_sched_h_10_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_13_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_19_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_definitions_signal_h_26_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_1] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_mqueues_send_rev_2] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_conpro] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_lock] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_philosopher] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_readerwriter] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_functional_semaphores_sem_sleepingbarber] SKIPPED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_10_1] PASSED [ 13%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_2] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_3_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_4_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_5_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_6_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_7_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_8_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_9_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_1_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_2_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_3_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_12_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_14_1] PASSED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_2_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_3_1] SKIPPED [ 14%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_4_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_5_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_2] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_3] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_8_4] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_fsync_9_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_10_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_11_2] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_1_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_3_2] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_4_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_5_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_7_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_8_1] PASSED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_read_9_1] SKIPPED [ 15%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_1_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_2_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_3_2] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_return_4_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_1_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_3_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_4_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_5_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_suspend_9_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_1_2] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_2_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_3_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_5_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_6_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_7_1] SKIPPED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_1] PASSED [ 16%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_8_2] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_write_9_2] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_asctime_1_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_1_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_2_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_1_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_2_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_5_1] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getcpuclockid_6_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_1_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_3_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_5_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_6_2] SKIPPED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_7_1] PASSED [ 17%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_getres_8_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_1_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_2_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_4_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_7_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_gettime_8_2] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_11_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_13_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_1_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_2_1] SKIPPED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_nanosleep_3_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_17_2] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_19_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_1_1] PASSED [ 18%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_20_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_4_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_5_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_6_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_7_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_clock_settime_8_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_ctime_1_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_difftime_1_1] PASSED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_11_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_12_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_13_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_14_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_16_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_1] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_17_2] SKIPPED [ 19%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_18_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_19_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_1_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_21_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_22_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_2_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_3_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_4_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_6_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_8_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fork_9_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_4_1] SKIPPED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_5_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_fsync_7_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_getpid_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_gmtime_2_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_1] PASSED [ 20%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_1_2] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_2_2] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_kill_3_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_1_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_2_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_4_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_5_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_6_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_killpg_8_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_10_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_12_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_13_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_14_1] SKIPPED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_15_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_18_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_1_1] PASSED [ 21%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_2_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_3_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_4_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_5_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_6_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_7_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_8_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_9_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_localtime_1_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mktime_1_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_10_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_12_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_5_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlock_8_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_13_2] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_15_1] SKIPPED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mlockall_8_1] PASSED [ 22%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_10_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_3] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_5] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_11_6] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_13_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_18_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_19_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_1_2] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_21_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_23_1] PASSED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_24_2] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_27_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_31_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_32_1] SKIPPED [ 23%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_3_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_5_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_2] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_3] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_4] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_5] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_6_6] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_3] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_7_4] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mmap_9_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_1_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_2_1] SKIPPED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_2] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_3_3] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_close_4_1] PASSED [ 24%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_2_2] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_3_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_getattr_4_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_1_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_2_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_3_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_4_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_5_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_8_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_notify_9_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_11_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_12_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_13_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_15_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_16_1] SKIPPED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_18_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_19_1] PASSED [ 25%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_1_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_20_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_21_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_23_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_25_2] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_27_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_29_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_2_1] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_3_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_7_3] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_8_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_open_9_2] SKIPPED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_10_1] PASSED [ 26%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_11_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_12_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_13_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_5_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_7_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_receive_8_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_10_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_11_2] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_12_1] SKIPPED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_13_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_14_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_1_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_2_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_1] PASSED [ 27%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_3_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_4_3] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_5_2] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_7_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_8_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_send_9_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_1_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_2_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_setattr_5_1] SKIPPED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_10_2] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_11_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_13_1] PASSED [ 28%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_14_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_15_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_2] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_17_3] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_18_2] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_1_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_2_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_2] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_5_3] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_7_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedreceive_8_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_10_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_1] SKIPPED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_11_2] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_12_1] PASSED [ 29%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_13_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_14_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_15_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_16_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_18_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_19_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_1_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_20_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_2_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_3_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_2] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_4_3] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_1] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_2] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_5_3] SKIPPED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_7_1] PASSED [ 30%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_8_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_timedsend_9_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_2_2] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_mq_unlink_7_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_10_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_11_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlock_7_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munlockall_5_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_1_2] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_2_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_3_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_8_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_munmap_9_1] SKIPPED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_10000_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_1] PASSED [ 31%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_1_3] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_3_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_5_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_6_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_nanosleep_7_2] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_1_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_2_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_atfork_3_3] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_1_1] SKIPPED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_2_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_destroy_3_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_1] PASSED [ 32%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getdetachstate_1_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getinheritsched_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedparam_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getschedpolicy_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstack_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_getstacksize_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_3_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_init_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_1_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_2_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_4_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_1_1] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_1] SKIPPED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_2] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_3] PASSED [ 33%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_2_4] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setinheritsched_4_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_3] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedparam_1_4] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_2] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_1_3] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_4_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setschedpolicy_5_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_1_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setscope_4_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_4_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_6_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstack_7_1] PASSED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_1_1] SKIPPED [ 34%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setstacksize_4_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_destroy_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_init_4_1] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrier_wait_3_2] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_destroy_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_getpshared_2_1] SKIPPED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_2_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_1] PASSED [ 35%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_2] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_2_3] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_3_1] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_4_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_5_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_pop_1_3] SKIPPED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_2] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cleanup_push_1_3] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_destroy_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_1_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_2_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_3_1] PASSED [ 36%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cond_init_4_3] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_2_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_destroy_4_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getclock_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_getpshared_2_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_1_1] SKIPPED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_init_3_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_2] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_1_3] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setclock_2_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_1] PASSED [ 37%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_1_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_condattr_setpshared_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_11_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_12_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_3] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_1_6] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_4_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_5_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_create_8_1] SKIPPED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_1_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_2_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_3_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_1] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_detach_4_2] PASSED [ 38%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_1_2] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_equal_2_1] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_2_1] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_exit_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getcpuclockid_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_2] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getschedparam_1_3] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_1_1] SKIPPED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_getspecific_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_1_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_2_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_3_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_5_1] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_join_6_2] PASSED [ 39%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_1_2] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_create_3_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_1_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_key_delete_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_1_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_3_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_7_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_kill_8_1] SKIPPED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_2_2] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_destroy_3_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_1_1] PASSED [ 40%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_init_5_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_timedlock_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_2_1] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutex_trylock_4_3] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_2_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_destroy_4_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getprotocol_1_2] SKIPPED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_2] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_1_3] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_getpshared_3_1] PASSED [ 41%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_3] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_4] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_gettype_1_5] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_init_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_1_1] SKIPPED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setprotocol_3_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_1_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_2_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_setpshared_3_2] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_1_1] PASSED [ 42%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_3_3] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_mutexattr_settype_7_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_1_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_3_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_once_6_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_destroy_3_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_2_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_3_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_init_6_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_1_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_1] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_2] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_2_3] SKIPPED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_4_1] PASSED [ 43%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_rdlock_5_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_5_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedrdlock_6_2] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_3_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_5_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_timedwrlock_6_2] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_tryrdlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_trywrlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_1_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_2_1] PASSED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_3_1] SKIPPED [ 44%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_unlock_4_2] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlock_wrlock_3_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_destroy_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_2_1] SKIPPED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_getpshared_4_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_init_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_rwlockattr_setpshared_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_self_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_1_2] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_2_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setcancelstate_3_1] PASSED [ 45%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_1_2] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_4_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedparam_5_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setschedprio_1_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setspecific_1_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_setspecific_1_2] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_10_1] SKIPPED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_12_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_14_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_15_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_16_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_5_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_6_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_7_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_1] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_2] PASSED [ 46%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_8_3] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_sigmask_9_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_destroy_3_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_1_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_2_2] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_init_4_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_1_2] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_lock_3_2] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_trylock_4_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_1_2] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_spin_unlock_3_1] SKIPPED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_testcancel_2_1] PASSED [ 47%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_10000_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_1_2] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_2_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_4_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_6_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_raise_7_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_3] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_1_4] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_max_2_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_2] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_3] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_1_4] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_get_priority_min_2_1] SKIPPED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_1_1] PASSED [ 48%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_2_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_3_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_4_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getparam_6_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_3_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_4_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_5_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_getscheduler_7_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_1_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_2_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_rr_get_interval_3_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_1_1] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_22_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_1] PASSED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_2] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_3] SKIPPED [ 49%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_4] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_5] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_6] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_23_7] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_3] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_25_4] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_26_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_27_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_2_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setparam_5_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_16_1] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_1] PASSED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_2] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_3] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_4] SKIPPED [ 50%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_5] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_6] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_17_7] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_19_5] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_1_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_20_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_21_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_setscheduler_4_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_1_1] SKIPPED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sched_yield_2_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_2_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_close_3_2] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_3_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_destroy_4_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_1_1] PASSED [ 51%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_2_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_4_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_getvalue_5_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_1_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_2_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_2] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_3_3] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_5_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_6_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_init_7_1] SKIPPED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_10_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_15_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_1] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_2] PASSED [ 52%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_3] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_1_4] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_2_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_3_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_4_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_5_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_open_6_1] SKIPPED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_1_2] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_2_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_4_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_5_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_post_6_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_10_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_11_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_1_1] PASSED [ 53%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_2_2] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_3_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_4_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_6_2] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_7_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_timedwait_9_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_1_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_2_2] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_3_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_4_2] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_5_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_6_1] SKIPPED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_7_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_unlink_9_1] PASSED [ 54%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_11_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_12_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_13_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_1_2] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_3_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_5_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sem_wait_7_1] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_11_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_13_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_14_2] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_15_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_16_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_17_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_18_1] SKIPPED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_1_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_1] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_2] PASSED [ 55%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_20_3] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_21_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_22_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_23_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_25_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_26_2] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_2] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_28_3] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_32_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_34_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_37_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_38_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_39_2] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_41_1] PASSED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_5_1] SKIPPED [ 56%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_open_8_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_10_2] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_11_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_1_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_2_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_3_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_5_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_6_1] PASSED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_8_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_shm_unlink_9_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_10_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_11_1] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_10] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_11] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_12] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_13] SKIPPED [ 57%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_14] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_15] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_16] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_17] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_18] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_19] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_1] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_20] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_21] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_22] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_23] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_24] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_25] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_26] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_27] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_28] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_29] PASSED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_2] SKIPPED [ 58%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_30] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_31] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_32] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_33] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_34] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_35] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_36] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_37] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_38] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_39] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_3] SKIPPED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_40] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_41] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_42] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_43] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_44] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_45] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_46] PASSED [ 59%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_47] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_48] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_49] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_4] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_50] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_51] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_52] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_5] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_6] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_7] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_8] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_12_9] SKIPPED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_10] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_11] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_12] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_13] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_14] PASSED [ 60%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_15] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_16] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_17] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_18] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_19] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_1] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_20] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_21] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_22] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_23] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_24] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_25] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_26] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_2] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_3] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_4] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_5] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_6] PASSED [ 61%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_7] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_8] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_13_9] PASSED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_16_1] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_10] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_11] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_12] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_13] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_14] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_15] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_16] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_17] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_18] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_19] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_1] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_20] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_21] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_22] SKIPPED [ 62%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_23] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_24] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_25] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_26] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_2] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_3] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_4] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_5] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_6] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_7] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_8] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_17_9] SKIPPED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_10] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_11] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_12] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_13] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_14] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_15] PASSED [ 63%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_16] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_17] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_18] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_19] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_1] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_20] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_21] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_22] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_23] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_24] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_25] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_26] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_2] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_3] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_4] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_5] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_6] PASSED [ 64%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_7] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_8] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_18_9] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_10] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_11] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_12] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_13] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_14] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_15] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_16] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_17] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_18] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_19] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_1] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_20] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_21] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_22] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_23] PASSED [ 65%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_24] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_25] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_26] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_2] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_3] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_4] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_5] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_6] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_7] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_8] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_19_9] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_10] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_11] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_12] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_13] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_14] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_15] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_16] PASSED [ 66%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_17] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_18] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_19] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_1] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_20] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_21] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_22] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_23] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_24] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_25] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_26] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_2] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_3] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_4] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_5] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_6] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_7] PASSED [ 67%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_8] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_1_9] PASSED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_21_1] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_10] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_11] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_12] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_13] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_14] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_15] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_16] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_17] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_18] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_19] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_1] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_20] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_21] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_22] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_23] SKIPPED [ 68%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_24] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_25] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_26] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_2] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_3] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_4] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_5] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_6] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_7] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_8] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_22_9] SKIPPED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_10] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_11] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_12] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_13] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_14] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_15] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_16] PASSED [ 69%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_17] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_18] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_19] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_1] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_20] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_21] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_22] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_23] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_24] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_25] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_26] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_2] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_3] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_4] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_5] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_6] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_7] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_8] PASSED [ 70%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_23_9] PASSED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_10] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_11] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_12] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_13] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_14] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_15] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_16] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_17] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_18] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_19] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_1] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_20] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_21] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_22] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_23] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_24] SKIPPED [ 71%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_25] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_26] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_2] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_3] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_4] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_5] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_6] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_7] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_8] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_25_9] SKIPPED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_10] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_11] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_12] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_13] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_14] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_15] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_16] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_17] PASSED [ 72%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_18] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_19] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_1] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_20] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_21] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_22] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_23] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_24] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_25] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_26] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_2] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_3] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_4] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_5] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_6] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_7] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_8] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_28_9] PASSED [ 73%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_29_1] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_10] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_11] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_12] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_13] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_14] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_15] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_16] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_17] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_18] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_19] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_1] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_20] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_21] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_22] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_23] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_24] PASSED [ 74%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_25] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_26] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_2] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_3] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_4] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_5] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_6] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_7] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_8] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_2_9] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_30_1] SKIPPED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_10] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_11] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_12] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_13] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_14] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_15] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_16] PASSED [ 75%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_17] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_18] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_19] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_1] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_20] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_21] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_22] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_23] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_24] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_25] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_26] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_2] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_3] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_4] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_5] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_6] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_7] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_8] PASSED [ 76%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_3_9] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_100] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_101] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_102] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_103] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_104] PASSED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_10] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_11] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_12] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_13] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_14] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_15] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_16] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_17] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_18] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_19] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_1] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_20] SKIPPED [ 77%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_21] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_22] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_23] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_24] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_25] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_26] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_27] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_28] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_29] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_2] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_30] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_31] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_32] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_33] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_34] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_35] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_36] SKIPPED [ 78%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_37] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_38] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_39] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_3] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_40] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_41] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_42] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_43] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_44] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_45] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_46] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_47] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_48] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_49] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_4] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_50] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_51] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_52] SKIPPED [ 79%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_53] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_54] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_55] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_56] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_57] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_58] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_59] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_5] SKIPPED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_60] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_61] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_62] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_63] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_64] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_65] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_66] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_67] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_68] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_69] PASSED [ 80%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_6] SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_70] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_71] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_72] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_73] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_74] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_75] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_76] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_77] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_78] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_79] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_7] SKIPPED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_80] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_81] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_82] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_83] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_84] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_85] PASSED [ 81%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_86] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_87] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_88] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_89] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_8] SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_90] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_91] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_92] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_93] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_94] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_95] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_96] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_97] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_98] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_99] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_4_9] SKIPPED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_10] PASSED [ 82%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_11] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_12] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_13] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_14] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_15] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_16] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_17] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_18] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_19] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_1] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_20] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_21] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_22] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_23] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_24] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_25] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_26] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_2] PASSED [ 83%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_3] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_4] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_5] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_6] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_7] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_8] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_6_9] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_10] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_11] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_12] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_13] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_14] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_15] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_16] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_17] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_18] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_19] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_1] PASSED [ 84%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_20] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_21] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_22] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_23] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_24] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_25] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_26] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_2] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_3] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_4] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_5] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_6] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_7] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_8] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_8_9] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaction_9_1] SKIPPED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_1] PASSED [ 85%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_2] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_1_3] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaddset_4_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_10_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_11_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_12_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_1_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_2_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_3_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_5_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_6_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_7_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_8_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigaltstack_9_1] SKIPPED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_1] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_2] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_3] PASSED [ 86%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_1_4] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigdelset_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigemptyset_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigfillset_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_2_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sighold_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_5_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigignore_6_2] SKIPPED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_3_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_4_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigismember_5_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_1_1] PASSED [ 87%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_2_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_3_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_5_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_6_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_signal_7_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_1_2] SKIPPED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_2_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_3_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpause_4_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_2] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_1_3] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigpending_2_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_10_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_12_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_15_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_17_1] PASSED [ 88%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_7_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_2] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_8_3] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigprocmask_9_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_10_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_11_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_12_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_1_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_2_2] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_3_1] SKIPPED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_4_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_5_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_6_1] PASSED [ 89%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_7_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_8_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigqueue_9_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_1_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigrelse_3_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_10_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_1_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_2_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_3_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_4_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_5_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_6_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_7_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_8_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigset_9_1] PASSED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_1_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_3_1] SKIPPED [ 90%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_4_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigsuspend_6_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_4_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_5_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigtimedwait_6_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_3_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_4_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_6_2] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_7_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwait_8_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_1_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_2_1] PASSED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_3_1] SKIPPED [ 91%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_5_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_6_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_7_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_8_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_sigwaitinfo_9_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strchr_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strcpy_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_2_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strftime_3_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strlen_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_1_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_strncpy_2_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_time_1_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_10_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_11_1] SKIPPED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_16_1] PASSED [ 92%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_1_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_3_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_7_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_8_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_create_9_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_delete_1_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_1_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_2] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_getoverrun_2_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_3] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_1_4] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_1] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_2_2] PASSED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_gettime_3_1] SKIPPED [ 93%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_13_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_1_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_2_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_1] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_2] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_3_3] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_5_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_6_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_1] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_2] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_3] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_8_4] PASSED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_timer_settime_9_2] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlock_speculative_12_1] SKIPPED [ 94%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mlockall_speculative_15_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_getattr_speculative_7_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_26_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_2_3] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_open_speculative_6_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedreceive_speculative_10_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_timedsend_speculative_18_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_mq_unlink_speculative_7_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_attr_setschedparam_speculative_3_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_getcpuclockid_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_join_speculative_6_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_key_create_speculative_5_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutex_init_speculative_5_2] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_mutexattr_gettype_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_pthread_rwlock_trywrlock_speculative_3_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_getparam_speculative_7_1] SKIPPED [ 95%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_sched_rr_get_interval_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_mqueues_multi_send_rev_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_semaphores_multi_con_pro] PASSED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_signals_sigismember_stress_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_stress_threads_helper] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cancel_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_cond_init_s_c] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_pthread_getschedparam_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_schedule_1_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_getvalue_stress] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_init_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_threads_sem_open_s_c1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_15_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_create_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_1] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_delete_speculative_5_2] SKIPPED [ 96%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_getoverrun_speculative_6_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_gettime_speculative_6_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_1] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_2] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timer_settime_speculative_12_3] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_invaliddates] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_clocks_twopsetclock] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoevtimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_timers_timers_twoptimers] SKIPPED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling0] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling1] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test2] PASSED [ 97%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_error_handling2] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_basic_test3] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm_integration[mutex_deadlock_prevention] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/mm/integration/test_mm_integration.py::test_mm PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test09] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test18] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test19] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/pthread/pthread/test_pthread_integration.py::test_pthread_integration[test_nuttx_pthread_test21] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_01] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_02] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_03] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_04] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_05] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_06] PASSED [ 98%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_07] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_08] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_pthread_operations_09] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_06] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/sched/sched/test_sched_integration.py::test_sched_integration[sched_task_operations_07] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_smoke01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer03] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer04] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_timer05] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock01] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/timer/timer/test_timer_integration.py::test_nuttx_clock_test_clock_02_integration[test_nuttx_clock_test_clock02] PASSED [ 99%] *** Msg: ../../nuttx-ntfc/external/nuttx-testing/tools/test_tools.py::test_system_mmleak SKIPPED [100%] *** Msg: ================ 1224 passed, 548 skipped in 3618.34s (1:00:18) ================ *** Msg: + ret=0 *** Msg: + echo 0 *** Msg: + deactivate *** Msg: 0 *** Msg: + '[' -n /tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' *** Msg: + PATH=/tools/ccache/bin:/tools/gn:/tools/picotool:/tools/wamr:/tools/xtensa-esp-elf-gcc/bin:/tools/sparc-gaisler-elf-gcc/bin:/tools/riscv-none-elf-gcc/bin:/tools/renesas-toolchain/rx-elf-gcc/bin:/tools/pinguino-compilers/p32/bin:/tools/gcc-avr32-gnu/bin:/tools/gcc-aarch64-none-elf/bin:/tools/gcc-arm-none-eabi/bin:/tools/clang-arm-none-eabi/bin:/tools/ldc2/ldc2-1.39.0-linux-x86_64/bin:/tools/zig/0.13.0/files:/tools/rust/cargo/bin:/tools/kconfig-frontends/bin:/tools/bloaty/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin *** Msg: + export PATH *** Msg: + unset _OLD_VIRTUAL_PATH *** Msg: + '[' -n '' ']' *** Msg: + '[' -n /usr/bin/bash -o -n '' ']' *** Msg: + hash -r *** Msg: + '[' -n '' ']' *** Msg: + unset VIRTUAL_ENV *** Msg: + unset VIRTUAL_ENV_PROMPT *** Msg: + '[' '!' '' = nondestructive ']' *** Msg: + unset -f deactivate *** Msg: + artifacts=/github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + mkdir -p /github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + mv pytest.debug.log /github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + mv result /github/workspace/buildartifacts/sim/citest//ntfc *** Msg: + cd /github/workspace/sources/nuttx *** Msg: + exit 0 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:28", timestamp_log="2026-01-08T09:51:28", user="NuttX", arch="sim", subarch="sim", group="sim-01", board="sim", config="citest", target="sim:citest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:871", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663265#step:10:871", msg="Running NuttX... \n ++ pwd \n + olddir=/github/workspace/sources/nuttx \n + nuttdir=/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ \n + cd /github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/../../../../../../ \n + source /github/workspace/nuttx-ntfc/venv/bin/activate \n ++ deactivate nondestructive \n ++ '[' -n '' ']' \n ++ '[' -n '' ']' \n ++ '[' -n /usr/bin/bash -o -n '' ']' \n ++ hash -r \n ++ '[' -n '' ']' \n ++ unset VIRTUAL_ENV \n ++ unset VIRTUAL_E", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:citest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:50 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-02 + local os=Linux + local step=10 + local group=sim-02 + local 'job_name=Linux (sim-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 68678 0 0:00:02 0:00:02 --:--:-- 68667 + local job_id=59779663268 + set +x job_id=59779663268 + [[ 59779663268 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/30_Linux (sim-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/30_Linux (sim-02).txt' + local filename=ci-sim-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-sim-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:83 + colrm 1 29 + cat '/tmp/ingest-nuttx-builds/30_Linux (sim-02).txt' + head -n 100 /tmp/ingest-nuttx-builds/ci-sim-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {dfbbafa2-b7a8-4559-8aa1-ad0b9eb35fef} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (sim-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 62M 758M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2000) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-02 --run-id 20812375605 --job-id 59779663268 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-02 --run-id 20812375605 --job-id 59779663268 --step 10` lines[0]=Configuration/Tool: sim/configdata lines.last= [1/1] Normalize sim/configdata target=sim:configdata timestamp=2026-01-08T09:46:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:29", timestamp_log="2026-01-08T09:46:29", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="configdata", target="sim:configdata", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:773", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:configdata", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/crypto lines.last= [1/1] Normalize sim/crypto target=sim:crypto timestamp=2026-01-08T09:47:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:07", timestamp_log="2026-01-08T09:47:07", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="crypto", target="sim:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:781", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:54 GMT", "content-length": "0"} } lines[0]=Skipping: sim/cxxtest lines.last= Skipping: sim/cxxtest *** Not a target: Skipping: sim/cxxtest lines[0]=Configuration/Tool: sim/duktape lines.last= [1/1] Normalize sim/duktape target=sim:duktape timestamp=2026-01-08T09:48:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:03", timestamp_log="2026-01-08T09:48:03", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="duktape", target="sim:duktape", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:806", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:duktape", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:54 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/dynconns lines.last= Building NuttX... target=sim:dynconns timestamp=2026-01-08T09:48:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:45", timestamp_log="2026-01-08T09:48:45", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="dynconns", target="sim:dynconns", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:822", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:dynconns", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/elf lines.last= [1/1] Normalize sim/elf target=sim:elf timestamp=2026-01-08T09:49:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:32", timestamp_log="2026-01-08T09:49:32", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="elf", target="sim:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:831", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/fb lines.last= Building NuttX... target=sim:fb timestamp=2026-01-08T09:50:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:08", timestamp_log="2026-01-08T09:50:08", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="fb", target="sim:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:840", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/foc lines.last= Building NuttX... target=sim:foc timestamp=2026-01-08T09:50:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:35", timestamp_log="2026-01-08T09:50:35", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="foc", target="sim:foc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:850", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:foc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:55 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/ipforward lines.last= Building NuttX... target=sim:ipforward timestamp=2026-01-08T09:51:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:07", timestamp_log="2026-01-08T09:51:07", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="ipforward", target="sim:ipforward", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:860", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ipforward", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/libcxxtest lines.last= [1/1] Normalize sim/libcxxtest target=sim:libcxxtest timestamp=2026-01-08T09:51:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:40", timestamp_log="2026-01-08T09:51:40", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="libcxxtest", target="sim:libcxxtest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:869", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:libcxxtest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/linuxi2c lines.last= Building NuttX... target=sim:linuxi2c timestamp=2026-01-08T09:53:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:06", timestamp_log="2026-01-08T09:53:06", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="linuxi2c", target="sim:linuxi2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:878", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:linuxi2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:56 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/linuxspi lines.last= Building NuttX... target=sim:linuxspi timestamp=2026-01-08T09:53:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:25", timestamp_log="2026-01-08T09:53:25", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="linuxspi", target="sim:linuxspi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:888", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:linuxspi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/loadable lines.last= [1/1] Normalize sim/loadable target=sim:loadable timestamp=2026-01-08T09:53:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:51", timestamp_log="2026-01-08T09:53:51", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="loadable", target="sim:loadable", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:897", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:loadable", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/login lines.last= [1/1] Normalize sim/login target=sim:login timestamp=2026-01-08T09:54:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:32", timestamp_log="2026-01-08T09:54:32", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="login", target="sim:login", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:905", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:login", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/lua lines.last= [1/1] Normalize sim/lua target=sim:lua timestamp=2026-01-08T09:55:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:13", timestamp_log="2026-01-08T09:55:13", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="lua", target="sim:lua", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:913", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:lua", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/lvgl_fb lines.last= [1/1] Normalize sim/lvgl_fb target=sim:lvgl_fb timestamp=2026-01-08T09:56:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:07", timestamp_log="2026-01-08T09:56:07", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="lvgl_fb", target="sim:lvgl_fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:967", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:lvgl_fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/lvgl_lcd lines.last= [1/1] Normalize sim/lvgl_lcd target=sim:lvgl_lcd timestamp=2026-01-08T09:57:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:40", timestamp_log="2026-01-08T09:57:40", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="lvgl_lcd", target="sim:lvgl_lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:975", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:lvgl_lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/matter lines.last=diff: args.gn: No such file or directory target=sim:matter timestamp=2026-01-08T09:58:50 *** Msg: diff: args.gn: No such file or directory body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:50", timestamp_log="2026-01-08T09:58:50", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="matter", target="sim:matter", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:984", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:984", msg="diff: args.gn: No such file or directory", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:matter", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:58 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/minibasic lines.last= Building NuttX... target=sim:minibasic timestamp=2026-01-08T10:03:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:59", timestamp_log="2026-01-08T10:03:59", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="minibasic", target="sim:minibasic", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:995", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:minibasic", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/minmea lines.last= [1/1] Normalize sim/minmea target=sim:minmea timestamp=2026-01-08T10:04:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:17", timestamp_log="2026-01-08T10:04:17", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="minmea", target="sim:minmea", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1004", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:minmea", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/mnemofs lines.last= [1/1] Normalize sim/mnemofs target=sim:mnemofs timestamp=2026-01-08T10:04:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:47", timestamp_log="2026-01-08T10:04:47", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mnemofs", target="sim:mnemofs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1019", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mnemofs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:02:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/module lines.last= [1/1] Normalize sim/module target=sim:module timestamp=2026-01-08T10:05:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:34", timestamp_log="2026-01-08T10:05:34", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="module", target="sim:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1027", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/module32 lines.last= [1/1] Normalize sim/module32 target=sim:module32 timestamp=2026-01-08T10:06:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:30", timestamp_log="2026-01-08T10:06:30", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="module32", target="sim:module32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1035", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:module32", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/mount lines.last= Building NuttX... target=sim:mount timestamp=2026-01-08T10:07:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:25", timestamp_log="2026-01-08T10:07:25", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mount", target="sim:mount", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1044", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mount", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:00 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/mtdpart lines.last= Building NuttX... target=sim:mtdpart timestamp=2026-01-08T10:07:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:55", timestamp_log="2026-01-08T10:07:55", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mtdpart", target="sim:mtdpart", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1054", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mtdpart", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:01 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/mtdrwb lines.last= Building NuttX... target=sim:mtdrwb timestamp=2026-01-08T10:08:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:21", timestamp_log="2026-01-08T10:08:21", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="mtdrwb", target="sim:mtdrwb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1064", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:mtdrwb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nand lines.last= [1/1] Normalize sim/nand target=sim:nand timestamp=2026-01-08T10:08:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:48", timestamp_log="2026-01-08T10:08:48", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nand", target="sim:nand", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1073", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nand", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/nettest lines.last= Building NuttX... target=sim:nettest timestamp=2026-01-08T10:09:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:18", timestamp_log="2026-01-08T10:09:18", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nettest", target="sim:nettest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1082", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nettest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nimble lines.last= [1/1] Normalize sim/nimble target=sim:nimble timestamp=2026-01-08T10:09:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:52", timestamp_log="2026-01-08T10:09:52", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nimble", target="sim:nimble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1091", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nimble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:02 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/note lines.last= Building NuttX... target=sim:note timestamp=2026-01-08T10:10:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:39", timestamp_log="2026-01-08T10:10:39", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="note", target="sim:note", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1108", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:note", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:03 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/nsh lines.last= Building NuttX... target=sim:nsh timestamp=2026-01-08T10:11:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:12", timestamp_log="2026-01-08T10:11:12", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nsh", target="sim:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1118", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nsh2 lines.last= [1/1] Normalize sim/nsh2 target=sim:nsh2 timestamp=2026-01-08T10:11:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:45", timestamp_log="2026-01-08T10:11:45", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nsh2", target="sim:nsh2", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1127", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nsh2", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nshcromfs lines.last= [1/1] Normalize sim/nshcromfs target=sim:nshcromfs timestamp=2026-01-08T10:12:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:30", timestamp_log="2026-01-08T10:12:30", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nshcromfs", target="sim:nshcromfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1135", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nshcromfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nx lines.last= [1/1] Normalize sim/nx target=sim:nx timestamp=2026-01-08T10:13:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:07", timestamp_log="2026-01-08T10:13:07", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nx", target="sim:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1143", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nx11 lines.last= [1/1] Normalize sim/nx11 target=sim:nx11 timestamp=2026-01-08T10:13:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:53", timestamp_log="2026-01-08T10:13:53", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nx11", target="sim:nx11", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1151", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nx11", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxcamera lines.last= [1/1] Normalize sim/nxcamera target=sim:nxcamera timestamp=2026-01-08T10:14:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:26", timestamp_log="2026-01-08T10:14:26", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxcamera", target="sim:nxcamera", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1159", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxcamera", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:05 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/nxffs lines.last= Building NuttX... target=sim:nxffs timestamp=2026-01-08T10:15:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:03", timestamp_log="2026-01-08T10:15:03", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxffs", target="sim:nxffs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1173", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxlines lines.last= [1/1] Normalize sim/nxlines target=sim:nxlines timestamp=2026-01-08T10:15:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:19", timestamp_log="2026-01-08T10:15:19", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxlines", target="sim:nxlines", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1182", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxlines", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxscope lines.last= [1/1] Normalize sim/nxscope target=sim:nxscope timestamp=2026-01-08T10:16:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:03", timestamp_log="2026-01-08T10:16:03", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxscope", target="sim:nxscope", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1190", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxscope", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/nxwm lines.last= [1/1] Normalize sim/nxwm target=sim:nxwm timestamp=2026-01-08T10:16:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:44", timestamp_log="2026-01-08T10:16:44", user="NuttX", arch="sim", subarch="sim", group="sim-02", board="sim", config="nxwm", target="sim:nxwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663268#step:10:1198", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:nxwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:06 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ sim-03 == \m\s\y\s\2 ]] + ingest_log Linux 10 sim-03 + local os=Linux + local step=10 + local group=sim-03 + local 'job_name=Linux (sim-03)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (sim-03)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 64412 0 0:00:02 0:00:02 --:--:-- 64423 + local job_id=59779663301 + set +x job_id=59779663301 + [[ 59779663301 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/19_Linux (sim-03).txt' + local 'log_file=/tmp/ingest-nuttx-builds/19_Linux (sim-03).txt' + local filename=ci-sim-03.log + local pathname=/tmp/ingest-nuttx-builds/ci-sim-03.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:83 + cat '/tmp/ingest-nuttx-builds/19_Linux (sim-03).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-sim-03.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {9388f462-61c9-4316-9eca-b87517e5b449} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20260105.202.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260105.202/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260105.202 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (sim-03) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 18G 76% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 30G 59% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2018) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-03.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-03 --run-id 20812375605 --job-id 59779663301 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-sim-03.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group sim-03 --run-id 20812375605 --job-id 59779663301 --step 10` lines[0]=Cmake in present: sim/ostest lines.last= Building NuttX... target=sim:ostest timestamp=2026-01-08T09:46:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:55", timestamp_log="2026-01-08T09:46:55", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="ostest", target="sim:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:772", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/ostest_oneholder lines.last= Building NuttX... target=sim:ostest_oneholder timestamp=2026-01-08T09:47:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:28", timestamp_log="2026-01-08T09:47:28", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="ostest_oneholder", target="sim:ostest_oneholder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:782", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ostest_oneholder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/pf_ieee802154 lines.last= Building NuttX... target=sim:pf_ieee802154 timestamp=2026-01-08T09:47:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:56", timestamp_log="2026-01-08T09:47:56", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="pf_ieee802154", target="sim:pf_ieee802154", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:792", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:pf_ieee802154", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:11 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/pktradio lines.last= Building NuttX... target=sim:pktradio timestamp=2026-01-08T09:48:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:30", timestamp_log="2026-01-08T09:48:30", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="pktradio", target="sim:pktradio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:802", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:pktradio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/posix_spawn lines.last= [1/1] Normalize sim/posix_spawn target=sim:posix_spawn timestamp=2026-01-08T09:49:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:12", timestamp_log="2026-01-08T09:49:12", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="posix_spawn", target="sim:posix_spawn", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:811", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:posix_spawn", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/posix_test lines.last= [1/1] Normalize sim/posix_test target=sim:posix_test timestamp=2026-01-08T09:49:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:53", timestamp_log="2026-01-08T09:49:53", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="posix_test", target="sim:posix_test", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:819", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:posix_test", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/quickjs lines.last= Building NuttX... target=sim:quickjs timestamp=2026-01-08T09:52:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:01", timestamp_log="2026-01-08T09:52:01", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="quickjs", target="sim:quickjs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:828", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:quickjs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rc lines.last= Building NuttX... target=sim:rc timestamp=2026-01-08T09:53:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:07", timestamp_log="2026-01-08T09:53:07", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rc", target="sim:rc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:838", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/romfs lines.last= Building NuttX... target=sim:romfs timestamp=2026-01-08T09:53:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:34", timestamp_log="2026-01-08T09:53:34", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="romfs", target="sim:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:848", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:12 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rpproxy lines.last= Building NuttX... target=sim:rpproxy timestamp=2026-01-08T09:53:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:53", timestamp_log="2026-01-08T09:53:53", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpproxy", target="sim:rpproxy", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:858", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpproxy", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpproxy_uart lines.last= [1/1] Normalize sim/rpproxy_uart target=sim:rpproxy_uart timestamp=2026-01-08T09:54:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:32", timestamp_log="2026-01-08T09:54:32", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpproxy_uart", target="sim:rpproxy_uart", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:876", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpproxy_uart", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpproxy_virtio lines.last= [1/1] Normalize sim/rpproxy_virtio target=sim:rpproxy_virtio timestamp=2026-01-08T09:55:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:20", timestamp_log="2026-01-08T09:55:20", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpproxy_virtio", target="sim:rpproxy_virtio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:891", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpproxy_virtio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:13 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rpserver lines.last= Building NuttX... target=sim:rpserver timestamp=2026-01-08T09:55:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:57", timestamp_log="2026-01-08T09:55:57", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpserver", target="sim:rpserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:908", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpserver_uart lines.last= [1/1] Normalize sim/rpserver_uart target=sim:rpserver_uart timestamp=2026-01-08T09:56:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:32", timestamp_log="2026-01-08T09:56:32", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpserver_uart", target="sim:rpserver_uart", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:926", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpserver_uart", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rpserver_virtio lines.last= [1/1] Normalize sim/rpserver_virtio target=sim:rpserver_virtio timestamp=2026-01-08T09:57:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:18", timestamp_log="2026-01-08T09:57:18", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rpserver_virtio", target="sim:rpserver_virtio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:941", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rpserver_virtio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:14 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/rtptools lines.last= Building NuttX... target=sim:rtptools timestamp=2026-01-08T09:57:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:59", timestamp_log="2026-01-08T09:57:59", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rtptools", target="sim:rtptools", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:957", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rtptools", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/rust lines.last= [1/1] Normalize sim/rust target=sim:rust timestamp=2026-01-08T09:58:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:51", timestamp_log="2026-01-08T09:58:51", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="rust", target="sim:rust", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:966", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:rust", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/segger lines.last= [1/1] Normalize sim/segger target=sim:segger timestamp=2026-01-08T09:59:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:31", timestamp_log="2026-01-08T09:59:31", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="segger", target="sim:segger", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:974", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:segger", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:15 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/sensor lines.last= Building NuttX... target=sim:sensor timestamp=2026-01-08T10:00:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:18", timestamp_log="2026-01-08T10:00:18", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sensor", target="sim:sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:983", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/sixlowpan lines.last= Building NuttX... target=sim:sixlowpan timestamp=2026-01-08T10:00:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:41", timestamp_log="2026-01-08T10:00:41", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sixlowpan", target="sim:sixlowpan", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:993", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sixlowpan", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/smartfs lines.last= Building NuttX... target=sim:smartfs timestamp=2026-01-08T10:01:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:06", timestamp_log="2026-01-08T10:01:06", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="smartfs", target="sim:smartfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1003", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:smartfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:16 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/smp lines.last= Building NuttX... target=sim:smp timestamp=2026-01-08T10:01:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:35", timestamp_log="2026-01-08T10:01:35", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="smp", target="sim:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1013", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/sotest lines.last= [1/1] Normalize sim/sotest target=sim:sotest timestamp=2026-01-08T10:02:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:04", timestamp_log="2026-01-08T10:02:04", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sotest", target="sim:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1022", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/sotest32 lines.last= [1/1] Normalize sim/sotest32 target=sim:sotest32 timestamp=2026-01-08T10:02:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:57", timestamp_log="2026-01-08T10:02:57", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sotest32", target="sim:sotest32", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1030", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sotest32", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:17 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/spiffs lines.last= Building NuttX... target=sim:spiffs timestamp=2026-01-08T10:03:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:54", timestamp_log="2026-01-08T10:03:54", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="spiffs", target="sim:spiffs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1039", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:spiffs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:18 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/sqlite lines.last= [1/1] Normalize sim/sqlite target=sim:sqlite timestamp=2026-01-08T10:04:21 *** Msg: configure: WARNING: Can't find Tcl configuration definitions *** Msg: configure: WARNING: *** Without Tcl the regression tests cannot be executed *** *** Msg: configure: WARNING: *** Consider using --with-tcl=... to define location of Tcl *** *** Msg: make[4]: warning: -j0 forced in submake: resetting jobserver mode. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:21", timestamp_log="2026-01-08T10:04:21", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="sqlite", target="sim:sqlite", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1048", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1048", msg="configure: WARNING: Can't find Tcl configuration definitions \n configure: WARNING: *** Without Tcl the regression tests cannot be executed *** \n configure: WARNING: *** Consider using --with-tcl=... to define location of Tcl *** \n make[4]: warning: -j0 forced in submake: resetting jobserver mode.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:sqlite", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:18 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/tcpblaster lines.last= Building NuttX... target=sim:tcpblaster timestamp=2026-01-08T10:05:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:21", timestamp_log="2026-01-08T10:05:21", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="tcpblaster", target="sim:tcpblaster", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1069", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:tcpblaster", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/tcploop lines.last= Building NuttX... target=sim:tcploop timestamp=2026-01-08T10:05:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:46", timestamp_log="2026-01-08T10:05:46", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="tcploop", target="sim:tcploop", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1079", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:tcploop", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:19 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/tflm lines.last= Building NuttX... target=sim:tflm timestamp=2026-01-08T10:06:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:09", timestamp_log="2026-01-08T10:06:09", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="tflm", target="sim:tflm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1089", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:tflm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:19 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/thermal lines.last=Note: skipping refresh for debug defconfig. target=sim:thermal timestamp=2026-01-08T10:10:49 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:49", timestamp_log="2026-01-08T10:10:49", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="thermal", target="sim:thermal", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1098", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1098", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:thermal", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/touchscreen lines.last= [1/1] Normalize sim/touchscreen target=sim:touchscreen timestamp=2026-01-08T10:11:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:29", timestamp_log="2026-01-08T10:11:29", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="touchscreen", target="sim:touchscreen", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1107", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:touchscreen", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/toywasm lines.last= [1/1] Normalize sim/toywasm target=sim:toywasm timestamp=2026-01-08T10:12:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:17", timestamp_log="2026-01-08T10:12:17", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="toywasm", target="sim:toywasm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1115", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:toywasm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:20 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/udgram lines.last= Building NuttX... target=sim:udgram timestamp=2026-01-08T10:13:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:14", timestamp_log="2026-01-08T10:13:14", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="udgram", target="sim:udgram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1132", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:udgram", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/unionfs lines.last= Building NuttX... target=sim:unionfs timestamp=2026-01-08T10:13:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:45", timestamp_log="2026-01-08T10:13:45", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="unionfs", target="sim:unionfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1142", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:unionfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/usbdev lines.last= Building NuttX... target=sim:usbdev timestamp=2026-01-08T10:14:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:04", timestamp_log="2026-01-08T10:14:04", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="usbdev", target="sim:usbdev", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1152", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:usbdev", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:21 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/usbhost lines.last= Building NuttX... target=sim:usbhost timestamp=2026-01-08T10:14:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:49", timestamp_log="2026-01-08T10:14:49", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="usbhost", target="sim:usbhost", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1162", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:usbhost", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/userfs lines.last= Building NuttX... target=sim:userfs timestamp=2026-01-08T10:15:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:15", timestamp_log="2026-01-08T10:15:15", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="userfs", target="sim:userfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1172", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:userfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:22 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/usrsocktest lines.last= Building NuttX... target=sim:usrsocktest timestamp=2026-01-08T10:15:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:39", timestamp_log="2026-01-08T10:15:39", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="usrsocktest", target="sim:usrsocktest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1182", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:usrsocktest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/ustream lines.last= Building NuttX... target=sim:ustream timestamp=2026-01-08T10:16:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:11", timestamp_log="2026-01-08T10:16:11", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="ustream", target="sim:ustream", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1192", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:ustream", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:23 GMT", "content-length": "0"} } lines[0]=Cmake in present: sim/vncserver lines.last= Building NuttX... target=sim:vncserver timestamp=2026-01-08T10:16:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:31", timestamp_log="2026-01-08T10:16:31", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="vncserver", target="sim:vncserver", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1202", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:vncserver", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/vpnkit lines.last= [1/1] Normalize sim/vpnkit target=sim:vpnkit timestamp=2026-01-08T10:17:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:02", timestamp_log="2026-01-08T10:17:02", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="vpnkit", target="sim:vpnkit", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1211", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:vpnkit", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/wakaama lines.last= [1/1] Normalize sim/wakaama target=sim:wakaama timestamp=2026-01-08T10:17:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:38", timestamp_log="2026-01-08T10:17:38", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="wakaama", target="sim:wakaama", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1219", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:wakaama", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/wamr lines.last= [1/1] Normalize sim/wamr target=sim:wamr timestamp=2026-01-08T10:18:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:26", timestamp_log="2026-01-08T10:18:26", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="wamr", target="sim:wamr", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1227", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:wamr", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:25 GMT", "content-length": "0"} } lines[0]=Skipping: sim/windows lines.last= Skipping: sim/windows *** Not a target: Skipping: sim/windows lines[0]=Configuration/Tool: sim/windows64 lines.last= [1/1] Normalize sim/windows64 target=sim:windows64 timestamp=2026-01-08T10:19:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:26", timestamp_log="2026-01-08T10:19:26", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="windows64", target="sim:windows64", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1258", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:windows64", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: sim/zipfs lines.last= [1/1] Normalize sim/zipfs target=sim:zipfs timestamp=2026-01-08T10:20:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:25", timestamp_log="2026-01-08T10:20:25", user="NuttX", arch="sim", subarch="sim", group="sim-03", board="sim", config="zipfs", target="sim:zipfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663301#step:10:1266", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/sim:zipfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:26 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ x86_64-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 x86_64-01 + local os=Linux + local step=10 + local group=x86_64-01 + local 'job_name=Linux (x86_64-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (x86_64-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 59409 0 0:00:02 0:00:02 --:--:-- 59403 + local job_id=59779663256 + set +x job_id=59779663256 + [[ 59779663256 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/34_Linux (x86_64-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/34_Linux (x86_64-01).txt' + local filename=ci-x86_64-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-x86_64-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:83 + cat '/tmp/ingest-nuttx-builds/34_Linux (x86_64-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-x86_64-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {fa41ae65-b47e-4edb-8fca-2a737c5306c6} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (x86_64-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2028) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-x86_64-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group x86_64-01 --run-id 20812375605 --job-id 59779663256 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-x86_64-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group x86_64-01 --run-id 20812375605 --job-id 59779663256 --step 10` lines[0]=Configuration/Tool: qemu-intel64/ostest lines.last= [1/1] Normalize qemu-intel64/ostest target=qemu-intel64:ostest timestamp=2026-01-08T09:46:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:19", timestamp_log="2026-01-08T09:46:19", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="ostest", target="qemu-intel64:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:774", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/lvgl lines.last= [1/1] Normalize qemu-intel64/lvgl target=qemu-intel64:lvgl timestamp=2026-01-08T09:47:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:47:02", timestamp_log="2026-01-08T09:47:02", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="lvgl", target="qemu-intel64:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:782", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/knsh_romfs lines.last= [1/1] Normalize qemu-intel64/knsh_romfs target=qemu-intel64:knsh_romfs timestamp=2026-01-08T09:48:22 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:22", timestamp_log="2026-01-08T09:48:22", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="knsh_romfs", target="qemu-intel64:knsh_romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:790", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:790", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:knsh_romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/nsh lines.last= [1/1] Normalize qemu-intel64/nsh target=qemu-intel64:nsh timestamp=2026-01-08T09:49:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:26", timestamp_log="2026-01-08T09:49:26", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="nsh", target="qemu-intel64:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:801", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/nsh_pci lines.last= [1/1] Normalize qemu-intel64/nsh_pci target=qemu-intel64:nsh_pci timestamp=2026-01-08T09:49:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:49:53", timestamp_log="2026-01-08T09:49:53", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="nsh_pci", target="qemu-intel64:nsh_pci", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:809", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:nsh_pci", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/jumbo lines.last= [1/1] Normalize qemu-intel64/jumbo target=qemu-intel64:jumbo timestamp=2026-01-08T09:50:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:36", timestamp_log="2026-01-08T09:50:36", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="jumbo", target="qemu-intel64:jumbo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:817", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:jumbo", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/earlyfb lines.last= [1/1] Normalize qemu-intel64/earlyfb target=qemu-intel64:earlyfb timestamp=2026-01-08T09:51:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:28", timestamp_log="2026-01-08T09:51:28", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="earlyfb", target="qemu-intel64:earlyfb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:833", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:earlyfb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/fb lines.last= [1/1] Normalize qemu-intel64/fb target=qemu-intel64:fb timestamp=2026-01-08T09:52:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:06", timestamp_log="2026-01-08T09:52:06", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="fb", target="qemu-intel64:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:841", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/nsh_pci_smp lines.last= [1/1] Normalize qemu-intel64/nsh_pci_smp target=qemu-intel64:nsh_pci_smp timestamp=2026-01-08T09:52:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:39", timestamp_log="2026-01-08T09:52:39", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="nsh_pci_smp", target="qemu-intel64:nsh_pci_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:849", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:nsh_pci_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-intel64/knsh_romfs_pci lines.last=+ ccache -s target=qemu-intel64:knsh_romfs_pci timestamp=2026-01-08T09:53:22 *** Msg: MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src *** Msg: /github/workspace/sources/apps /github/workspace/sources/nuttx *** Msg: /github/workspace/sources/nuttx *** Msg: + '[' -d /github/workspace/sources/tools/ccache ']' *** Msg: + ccache -s body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:22", timestamp_log="2026-01-08T09:53:22", user="NuttX", arch="x86_64", subarch="intel64", group="x86_64-01", board="qemu-intel64", config="knsh_romfs_pci", target="qemu-intel64:knsh_romfs_pci", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:857", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663256#step:10:857", msg="MK: Notice: No header files found in /github/workspace/sources/nuttx/arch/x86_64/src \n /github/workspace/sources/apps /github/workspace/sources/nuttx \n /github/workspace/sources/nuttx \n + '[' -d /github/workspace/sources/tools/ccache ']' \n + ccache -s", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-intel64:knsh_romfs_pci", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:32 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ xtensa-01 == \m\s\y\s\2 ]] + ingest_log Linux 10 xtensa-01 + local os=Linux + local step=10 + local group=xtensa-01 + local 'job_name=Linux (xtensa-01)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (xtensa-01)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 73165 0 0:00:02 0:00:02 --:--:-- 73198 + local job_id=59779663298 + set +x job_id=59779663298 + [[ 59779663298 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/13_Linux (xtensa-01).txt' + local 'log_file=/tmp/ingest-nuttx-builds/13_Linux (xtensa-01).txt' + local filename=ci-xtensa-01.log + local pathname=/tmp/ingest-nuttx-builds/ci-xtensa-01.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:83 + cat '/tmp/ingest-nuttx-builds/13_Linux (xtensa-01).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-xtensa-01.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {1e5682a0-8cb9-4dee-8af9-5ac773c7e76c} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (xtensa-01) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2001) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-xtensa-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group xtensa-01 --run-id 20812375605 --job-id 59779663298 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-xtensa-01.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group xtensa-01 --run-id 20812375605 --job-id 59779663298 --step 10` lines[0]=Configuration/Tool: heltec_wifi_lora32/sx1276 lines.last= [1/1] Normalize heltec_wifi_lora32/sx1276 target=heltec_wifi_lora32:sx1276 timestamp=2026-01-08T09:46:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:46:36", timestamp_log="2026-01-08T09:46:36", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="heltec_wifi_lora32", config="sx1276", target="heltec_wifi_lora32:sx1276", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:777", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/heltec_wifi_lora32:sx1276", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: heltec_wifi_lora32/nsh lines.last= [1/1] Normalize heltec_wifi_lora32/nsh target=heltec_wifi_lora32:nsh timestamp=2026-01-08T09:48:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:04", timestamp_log="2026-01-08T09:48:04", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="heltec_wifi_lora32", config="nsh", target="heltec_wifi_lora32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:785", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/heltec_wifi_lora32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-audio-kit/wifi lines.last= [1/1] Normalize esp32-audio-kit/wifi target=esp32-audio-kit:wifi timestamp=2026-01-08T09:48:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:48:58", timestamp_log="2026-01-08T09:48:58", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-audio-kit", config="wifi", target="esp32-audio-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:793", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-audio-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-audio-kit/nsh lines.last= [1/1] Normalize esp32-audio-kit/nsh target=esp32-audio-kit:nsh timestamp=2026-01-08T09:50:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:50:24", timestamp_log="2026-01-08T09:50:24", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-audio-kit", config="nsh", target="esp32-audio-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:815", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-audio-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-audio-kit/audio lines.last= [1/1] Normalize esp32-audio-kit/audio target=esp32-audio-kit:audio timestamp=2026-01-08T09:51:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:51:02", timestamp_log="2026-01-08T09:51:02", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-audio-kit", config="audio", target="esp32-audio-kit:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:823", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-audio-kit:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_eink5_v2/fb lines.last= [1/1] Normalize ttgo_eink5_v2/fb target=ttgo_eink5_v2:fb timestamp=2026-01-08T09:52:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:52:27", timestamp_log="2026-01-08T09:52:27", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_eink5_v2", config="fb", target="ttgo_eink5_v2:fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:845", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_eink5_v2:fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lilygo_tbeam_lora_gps/nsh lines.last= [1/1] Normalize lilygo_tbeam_lora_gps/nsh target=lilygo_tbeam_lora_gps:nsh timestamp=2026-01-08T09:53:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:08", timestamp_log="2026-01-08T09:53:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="lilygo_tbeam_lora_gps", config="nsh", target="lilygo_tbeam_lora_gps:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:853", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lilygo_tbeam_lora_gps:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lilygo_tbeam_lora_gps/gps lines.last= [1/1] Normalize lilygo_tbeam_lora_gps/gps target=lilygo_tbeam_lora_gps:gps timestamp=2026-01-08T09:53:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:53:47", timestamp_log="2026-01-08T09:53:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="lilygo_tbeam_lora_gps", config="gps", target="lilygo_tbeam_lora_gps:gps", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:861", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lilygo_tbeam_lora_gps:gps", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lilygo_tbeam_lora_gps/sx127x lines.last= [1/1] Normalize lilygo_tbeam_lora_gps/sx127x target=lilygo_tbeam_lora_gps:sx127x timestamp=2026-01-08T09:54:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:54:25", timestamp_log="2026-01-08T09:54:25", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="lilygo_tbeam_lora_gps", config="sx127x", target="lilygo_tbeam_lora_gps:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:876", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lilygo_tbeam_lora_gps:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-2432S028/lvgl lines.last= [1/1] Normalize esp32-2432S028/lvgl target=esp32-2432S028:lvgl timestamp=2026-01-08T09:55:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:55:05", timestamp_log="2026-01-08T09:55:05", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-2432S028", config="lvgl", target="esp32-2432S028:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:884", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-2432S028:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-2432S028/nsh lines.last= [1/1] Normalize esp32-2432S028/nsh target=esp32-2432S028:nsh timestamp=2026-01-08T09:56:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:56:47", timestamp_log="2026-01-08T09:56:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-2432S028", config="nsh", target="esp32-2432S028:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:892", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-2432S028:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/buttons lines.last= [1/1] Normalize esp32-ethernet-kit/buttons target=esp32-ethernet-kit:buttons timestamp=2026-01-08T09:57:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:57:26", timestamp_log="2026-01-08T09:57:26", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="buttons", target="esp32-ethernet-kit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:900", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/rtc lines.last= [1/1] Normalize esp32-ethernet-kit/rtc target=esp32-ethernet-kit:rtc timestamp=2026-01-08T09:58:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:58:06", timestamp_log="2026-01-08T09:58:06", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="rtc", target="esp32-ethernet-kit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:908", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/wifi lines.last= [1/1] Normalize esp32-ethernet-kit/wifi target=esp32-ethernet-kit:wifi timestamp=2026-01-08T09:59:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T09:59:01", timestamp_log="2026-01-08T09:59:01", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="wifi", target="esp32-ethernet-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:916", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/ethernet lines.last= [1/1] Normalize esp32-ethernet-kit/ethernet target=esp32-ethernet-kit:ethernet timestamp=2026-01-08T10:00:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:00:22", timestamp_log="2026-01-08T10:00:22", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="ethernet", target="esp32-ethernet-kit:ethernet", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:938", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:ethernet", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/nsh lines.last= [1/1] Normalize esp32-ethernet-kit/nsh target=esp32-ethernet-kit:nsh timestamp=2026-01-08T10:01:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:14", timestamp_log="2026-01-08T10:01:14", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="nsh", target="esp32-ethernet-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:946", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/autopm lines.last= [1/1] Normalize esp32-ethernet-kit/autopm target=esp32-ethernet-kit:autopm timestamp=2026-01-08T10:01:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:01:53", timestamp_log="2026-01-08T10:01:53", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="autopm", target="esp32-ethernet-kit:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:954", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-ethernet-kit/oneshot lines.last= [1/1] Normalize esp32-ethernet-kit/oneshot target=esp32-ethernet-kit:oneshot timestamp=2026-01-08T10:02:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:02:54", timestamp_log="2026-01-08T10:02:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-ethernet-kit", config="oneshot", target="esp32-ethernet-kit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:969", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-ethernet-kit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/buttons lines.last= [1/1] Normalize esp32-lyrat/buttons target=esp32-lyrat:buttons timestamp=2026-01-08T10:03:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:03:35", timestamp_log="2026-01-08T10:03:35", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="buttons", target="esp32-lyrat:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:977", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/nxrecorder lines.last= [1/1] Normalize esp32-lyrat/nxrecorder target=esp32-lyrat:nxrecorder timestamp=2026-01-08T10:04:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:04:16", timestamp_log="2026-01-08T10:04:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="nxrecorder", target="esp32-lyrat:nxrecorder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:985", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:nxrecorder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/rtptools lines.last= [1/1] Normalize esp32-lyrat/rtptools target=esp32-lyrat:rtptools timestamp=2026-01-08T10:05:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:05:14", timestamp_log="2026-01-08T10:05:14", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="rtptools", target="esp32-lyrat:rtptools", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:993", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:rtptools", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/wifi lines.last= [1/1] Normalize esp32-lyrat/wifi target=esp32-lyrat:wifi timestamp=2026-01-08T10:06:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:06:37", timestamp_log="2026-01-08T10:06:37", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="wifi", target="esp32-lyrat:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1015", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/nsh lines.last= [1/1] Normalize esp32-lyrat/nsh target=esp32-lyrat:nsh timestamp=2026-01-08T10:07:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:07:32", timestamp_log="2026-01-08T10:07:32", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="nsh", target="esp32-lyrat:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1038", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/audio lines.last= [1/1] Normalize esp32-lyrat/audio target=esp32-lyrat:audio timestamp=2026-01-08T10:08:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:08:11", timestamp_log="2026-01-08T10:08:11", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="audio", target="esp32-lyrat:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1046", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-lyrat/sdmmc_spi lines.last= [1/1] Normalize esp32-lyrat/sdmmc_spi target=esp32-lyrat:sdmmc_spi timestamp=2026-01-08T10:09:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:09:34", timestamp_log="2026-01-08T10:09:34", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-lyrat", config="sdmmc_spi", target="esp32-lyrat:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1069", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-lyrat:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/lcd1602 lines.last= [1/1] Normalize esp32-wrover-kit/lcd1602 target=esp32-wrover-kit:lcd1602 timestamp=2026-01-08T10:10:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:15", timestamp_log="2026-01-08T10:10:15", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="lcd1602", target="esp32-wrover-kit:lcd1602", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1077", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:lcd1602", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/nx lines.last= [1/1] Normalize esp32-wrover-kit/nx target=esp32-wrover-kit:nx timestamp=2026-01-08T10:10:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:10:54", timestamp_log="2026-01-08T10:10:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="nx", target="esp32-wrover-kit:nx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1085", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:nx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/buttons lines.last= [1/1] Normalize esp32-wrover-kit/buttons target=esp32-wrover-kit:buttons timestamp=2026-01-08T10:11:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:11:40", timestamp_log="2026-01-08T10:11:40", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="buttons", target="esp32-wrover-kit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1093", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/rtc lines.last= [1/1] Normalize esp32-wrover-kit/rtc target=esp32-wrover-kit:rtc timestamp=2026-01-08T10:12:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:12:19", timestamp_log="2026-01-08T10:12:19", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="rtc", target="esp32-wrover-kit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1101", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/lvgl lines.last= [1/1] Normalize esp32-wrover-kit/lvgl target=esp32-wrover-kit:lvgl timestamp=2026-01-08T10:13:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:13:00", timestamp_log="2026-01-08T10:13:00", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="lvgl", target="esp32-wrover-kit:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1109", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/gpio lines.last= [1/1] Normalize esp32-wrover-kit/gpio target=esp32-wrover-kit:gpio timestamp=2026-01-08T10:14:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:14:27", timestamp_log="2026-01-08T10:14:27", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="gpio", target="esp32-wrover-kit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1117", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/wifi lines.last= [1/1] Normalize esp32-wrover-kit/wifi target=esp32-wrover-kit:wifi timestamp=2026-01-08T10:15:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:15:07", timestamp_log="2026-01-08T10:15:07", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="wifi", target="esp32-wrover-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1125", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/lua lines.last= [1/1] Normalize esp32-wrover-kit/lua target=esp32-wrover-kit:lua timestamp=2026-01-08T10:16:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:01", timestamp_log="2026-01-08T10:16:01", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="lua", target="esp32-wrover-kit:lua", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1140", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:lua", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/nsh lines.last= [1/1] Normalize esp32-wrover-kit/nsh target=esp32-wrover-kit:nsh timestamp=2026-01-08T10:16:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:16:54", timestamp_log="2026-01-08T10:16:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="nsh", target="esp32-wrover-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1156", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/autopm lines.last= [1/1] Normalize esp32-wrover-kit/autopm target=esp32-wrover-kit:autopm timestamp=2026-01-08T10:17:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:17:34", timestamp_log="2026-01-08T10:17:34", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="autopm", target="esp32-wrover-kit:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1164", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/sdmmc_spi lines.last= [1/1] Normalize esp32-wrover-kit/sdmmc_spi target=esp32-wrover-kit:sdmmc_spi timestamp=2026-01-08T10:18:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:18:27", timestamp_log="2026-01-08T10:18:27", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="sdmmc_spi", target="esp32-wrover-kit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1180", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/leds lines.last= [1/1] Normalize esp32-wrover-kit/leds target=esp32-wrover-kit:leds timestamp=2026-01-08T10:19:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:08", timestamp_log="2026-01-08T10:19:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="leds", target="esp32-wrover-kit:leds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1188", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/bmp180 lines.last= [1/1] Normalize esp32-wrover-kit/bmp180 target=esp32-wrover-kit:bmp180 timestamp=2026-01-08T10:19:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:19:48", timestamp_log="2026-01-08T10:19:48", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="bmp180", target="esp32-wrover-kit:bmp180", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1196", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:bmp180", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-wrover-kit/oneshot lines.last= [1/1] Normalize esp32-wrover-kit/oneshot target=esp32-wrover-kit:oneshot timestamp=2026-01-08T10:20:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:28", timestamp_log="2026-01-08T10:20:28", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-wrover-kit", config="oneshot", target="esp32-wrover-kit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1204", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-wrover-kit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-pico-kit/nsh lines.last= [1/1] Normalize esp32-pico-kit/nsh target=esp32-pico-kit:nsh timestamp=2026-01-08T10:21:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:08", timestamp_log="2026-01-08T10:21:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-pico-kit", config="nsh", target="esp32-pico-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1212", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-pico-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_t_display_esp32/lvgl_lcd lines.last= [1/1] Normalize ttgo_t_display_esp32/lvgl_lcd target=ttgo_t_display_esp32:lvgl_lcd timestamp=2026-01-08T10:21:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:48", timestamp_log="2026-01-08T10:21:48", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_t_display_esp32", config="lvgl_lcd", target="ttgo_t_display_esp32:lvgl_lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1220", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_t_display_esp32:lvgl_lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_t_display_esp32/lvgl_fb lines.last= [1/1] Normalize ttgo_t_display_esp32/lvgl_fb target=ttgo_t_display_esp32:lvgl_fb timestamp=2026-01-08T10:23:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:12", timestamp_log="2026-01-08T10:23:12", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_t_display_esp32", config="lvgl_fb", target="ttgo_t_display_esp32:lvgl_fb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1228", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_t_display_esp32:lvgl_fb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_t_display_esp32/nsh lines.last= [1/1] Normalize ttgo_t_display_esp32/nsh target=ttgo_t_display_esp32:nsh timestamp=2026-01-08T10:24:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:35", timestamp_log="2026-01-08T10:24:35", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_t_display_esp32", config="nsh", target="ttgo_t_display_esp32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1236", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_t_display_esp32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_lora_esp32/nsh lines.last= [1/1] Normalize ttgo_lora_esp32/nsh target=ttgo_lora_esp32:nsh timestamp=2026-01-08T10:25:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:15", timestamp_log="2026-01-08T10:25:15", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_lora_esp32", config="nsh", target="ttgo_lora_esp32:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1244", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_lora_esp32:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: ttgo_lora_esp32/sx127x lines.last= [1/1] Normalize ttgo_lora_esp32/sx127x target=ttgo_lora_esp32:sx127x timestamp=2026-01-08T10:25:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:55", timestamp_log="2026-01-08T10:25:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="ttgo_lora_esp32", config="sx127x", target="ttgo_lora_esp32:sx127x", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1252", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/ttgo_lora_esp32:sx127x", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/mqttc lines.last= [1/1] Normalize esp32-sparrow-kit/mqttc target=esp32-sparrow-kit:mqttc timestamp=2026-01-08T10:26:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:35", timestamp_log="2026-01-08T10:26:35", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="mqttc", target="esp32-sparrow-kit:mqttc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1260", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:mqttc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/wifi lines.last= [1/1] Normalize esp32-sparrow-kit/wifi target=esp32-sparrow-kit:wifi timestamp=2026-01-08T10:27:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:27:47", timestamp_log="2026-01-08T10:27:47", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="wifi", target="esp32-sparrow-kit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1276", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/nsh lines.last= [1/1] Normalize esp32-sparrow-kit/nsh target=esp32-sparrow-kit:nsh timestamp=2026-01-08T10:28:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:55", timestamp_log="2026-01-08T10:28:55", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="nsh", target="esp32-sparrow-kit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1299", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-sparrow-kit/ble lines.last= [1/1] Normalize esp32-sparrow-kit/ble target=esp32-sparrow-kit:ble timestamp=2026-01-08T10:29:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:38", timestamp_log="2026-01-08T10:29:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-sparrow-kit", config="ble", target="esp32-sparrow-kit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1307", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-sparrow-kit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/ostest lines.last= [1/1] Normalize esp32-devkitc/ostest target=esp32-devkitc:ostest timestamp=2026-01-08T10:30:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:34", timestamp_log="2026-01-08T10:30:34", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="ostest", target="esp32-devkitc:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1315", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/efuse lines.last= [1/1] Normalize esp32-devkitc/efuse target=esp32-devkitc:efuse timestamp=2026-01-08T10:31:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:20", timestamp_log="2026-01-08T10:31:20", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="efuse", target="esp32-devkitc:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1323", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/pm lines.last= [1/1] Normalize esp32-devkitc/pm target=esp32-devkitc:pm timestamp=2026-01-08T10:32:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:16", timestamp_log="2026-01-08T10:32:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="pm", target="esp32-devkitc:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1338", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/rmt lines.last= [1/1] Normalize esp32-devkitc/rmt target=esp32-devkitc:rmt timestamp=2026-01-08T10:32:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:59", timestamp_log="2026-01-08T10:32:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="rmt", target="esp32-devkitc:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1346", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/buttons lines.last= [1/1] Normalize esp32-devkitc/buttons target=esp32-devkitc:buttons timestamp=2026-01-08T10:33:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:39", timestamp_log="2026-01-08T10:33:39", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="buttons", target="esp32-devkitc:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1354", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/rtc lines.last= [1/1] Normalize esp32-devkitc/rtc target=esp32-devkitc:rtc timestamp=2026-01-08T10:34:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:19", timestamp_log="2026-01-08T10:34:19", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="rtc", target="esp32-devkitc:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1362", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mqttc lines.last= [1/1] Normalize esp32-devkitc/mqttc target=esp32-devkitc:mqttc timestamp=2026-01-08T10:34:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:34:59", timestamp_log="2026-01-08T10:34:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mqttc", target="esp32-devkitc:mqttc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1370", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mqttc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcp2515 lines.last= [1/1] Normalize esp32-devkitc/mcp2515 target=esp32-devkitc:mcp2515 timestamp=2026-01-08T10:35:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:56", timestamp_log="2026-01-08T10:35:56", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcp2515", target="esp32-devkitc:mcp2515", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1385", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcp2515", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifinsh lines.last= [1/1] Normalize esp32-devkitc/wifinsh target=esp32-devkitc:wifinsh timestamp=2026-01-08T10:36:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:36:37", timestamp_log="2026-01-08T10:36:37", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifinsh", target="esp32-devkitc:wifinsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1393", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifinsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/motor lines.last= [1/1] Normalize esp32-devkitc/motor target=esp32-devkitc:motor timestamp=2026-01-08T10:37:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:32", timestamp_log="2026-01-08T10:37:32", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="motor", target="esp32-devkitc:motor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1408", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/twai lines.last= [1/1] Normalize esp32-devkitc/twai target=esp32-devkitc:twai timestamp=2026-01-08T10:38:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:12", timestamp_log="2026-01-08T10:38:12", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="twai", target="esp32-devkitc:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1416", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/nvblk lines.last= [1/1] Normalize esp32-devkitc/nvblk target=esp32-devkitc:nvblk timestamp=2026-01-08T10:38:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:51", timestamp_log="2026-01-08T10:38:51", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="nvblk", target="esp32-devkitc:nvblk", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1424", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:nvblk", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/adc lines.last= [1/1] Normalize esp32-devkitc/adc target=esp32-devkitc:adc timestamp=2026-01-08T10:39:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:53", timestamp_log="2026-01-08T10:39:53", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="adc", target="esp32-devkitc:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1432", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/cxx lines.last= [1/1] Normalize esp32-devkitc/cxx target=esp32-devkitc:cxx timestamp=2026-01-08T10:40:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:32", timestamp_log="2026-01-08T10:40:32", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="cxx", target="esp32-devkitc:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1440", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/module lines.last= [1/1] Normalize esp32-devkitc/module target=esp32-devkitc:module timestamp=2026-01-08T10:42:00 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:00", timestamp_log="2026-01-08T10:42:00", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="module", target="esp32-devkitc:module", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1448", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:module", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/knsh lines.last= [1/1] Normalize esp32-devkitc/knsh target=esp32-devkitc:knsh timestamp=2026-01-08T10:42:58 *** Msg: /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld:/github/workspace/sources/nuttx/boards/xtensa/esp32/esp32-devkitc/../common/scripts/kernel-space.ld.tmp:250: warning: memory region `rtc_reserved_seg' not declared body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:58", timestamp_log="2026-01-08T10:42:58", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="knsh", target="esp32-devkitc:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1456", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1456", msg="/tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld:/github/workspace/sources/nuttx/boards/xtensa/esp32/esp32-devkitc/../common/scripts/kernel-space.ld.tmp:250: warning: memory region `rtc_reserved_seg' not declared", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.5 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/crypto lines.last= [1/1] Normalize esp32-devkitc/crypto target=esp32-devkitc:crypto timestamp=2026-01-08T10:44:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:23", timestamp_log="2026-01-08T10:44:23", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="crypto", target="esp32-devkitc:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1465", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifishare lines.last= [1/1] Normalize esp32-devkitc/wifishare target=esp32-devkitc:wifishare timestamp=2026-01-08T10:45:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:20", timestamp_log="2026-01-08T10:45:20", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifishare", target="esp32-devkitc:wifishare", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1473", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifishare", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/brickmatch lines.last= [1/1] Normalize esp32-devkitc/brickmatch target=esp32-devkitc:brickmatch timestamp=2026-01-08T10:46:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:19", timestamp_log="2026-01-08T10:46:19", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="brickmatch", target="esp32-devkitc:brickmatch", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1488", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:brickmatch", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sdm lines.last= [1/1] Normalize esp32-devkitc/sdm target=esp32-devkitc:sdm timestamp=2026-01-08T10:47:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:17", timestamp_log="2026-01-08T10:47:17", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sdm", target="esp32-devkitc:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1496", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/romfs lines.last= [1/1] Normalize esp32-devkitc/romfs target=esp32-devkitc:romfs timestamp=2026-01-08T10:47:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:57", timestamp_log="2026-01-08T10:47:57", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="romfs", target="esp32-devkitc:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1504", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/random lines.last= [1/1] Normalize esp32-devkitc/random target=esp32-devkitc:random timestamp=2026-01-08T10:48:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:37", timestamp_log="2026-01-08T10:48:37", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="random", target="esp32-devkitc:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1512", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/espnow lines.last= [1/1] Normalize esp32-devkitc/espnow target=esp32-devkitc:espnow timestamp=2026-01-08T10:49:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:16", timestamp_log="2026-01-08T10:49:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="espnow", target="esp32-devkitc:espnow", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1520", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:espnow", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:03:59 GMT", "content-length": "0"} } lines[0]=Skipping: esp32-devkitc/nxlooper lines.last= Skipping: esp32-devkitc/nxlooper *** Not a target: Skipping: esp32-devkitc/nxlooper lines[0]=Configuration/Tool: esp32-devkitc/timer lines.last= [1/1] Normalize esp32-devkitc/timer target=esp32-devkitc:timer timestamp=2026-01-08T10:50:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:41", timestamp_log="2026-01-08T10:50:41", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="timer", target="esp32-devkitc:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1535", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifi_smp lines.last= [1/1] Normalize esp32-devkitc/wifi_smp target=esp32-devkitc:wifi_smp timestamp=2026-01-08T10:51:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:18", timestamp_log="2026-01-08T10:51:18", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifi_smp", target="esp32-devkitc:wifi_smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1543", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifi_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcuboot_update_agent lines.last= [1/1] Normalize esp32-devkitc/mcuboot_update_agent target=esp32-devkitc:mcuboot_update_agent timestamp=2026-01-08T10:52:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:50", timestamp_log="2026-01-08T10:52:50", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcuboot_update_agent", target="esp32-devkitc:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1566", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcuboot_slot_confirm lines.last= [1/1] Normalize esp32-devkitc/mcuboot_slot_confirm target=esp32-devkitc:mcuboot_slot_confirm timestamp=2026-01-08T10:54:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:14", timestamp_log="2026-01-08T10:54:14", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcuboot_slot_confirm", target="esp32-devkitc:mcuboot_slot_confirm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1597", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcuboot_slot_confirm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sta_softap lines.last= [1/1] Normalize esp32-devkitc/sta_softap target=esp32-devkitc:sta_softap timestamp=2026-01-08T10:55:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:10", timestamp_log="2026-01-08T10:55:10", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sta_softap", target="esp32-devkitc:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1613", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/smp lines.last= [1/1] Normalize esp32-devkitc/smp target=esp32-devkitc:smp timestamp=2026-01-08T10:56:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:16", timestamp_log="2026-01-08T10:56:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="smp", target="esp32-devkitc:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1635", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/nxdiag lines.last= [1/1] Normalize esp32-devkitc/nxdiag target=esp32-devkitc:nxdiag timestamp=2026-01-08T10:57:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:16", timestamp_log="2026-01-08T10:57:16", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="nxdiag", target="esp32-devkitc:nxdiag", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1643", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:nxdiag", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wifi lines.last= [1/1] Normalize esp32-devkitc/wifi target=esp32-devkitc:wifi timestamp=2026-01-08T10:58:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:02", timestamp_log="2026-01-08T10:58:02", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wifi", target="esp32-devkitc:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1651", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/pwm lines.last= [1/1] Normalize esp32-devkitc/pwm target=esp32-devkitc:pwm timestamp=2026-01-08T10:58:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:54", timestamp_log="2026-01-08T10:58:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="pwm", target="esp32-devkitc:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1674", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/modbus lines.last= [1/1] Normalize esp32-devkitc/modbus target=esp32-devkitc:modbus timestamp=2026-01-08T10:59:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:34", timestamp_log="2026-01-08T10:59:34", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="modbus", target="esp32-devkitc:modbus", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1682", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:modbus", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/nsh lines.last= [1/1] Normalize esp32-devkitc/nsh target=esp32-devkitc:nsh timestamp=2026-01-08T11:00:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:13", timestamp_log="2026-01-08T11:00:13", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="nsh", target="esp32-devkitc:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1690", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/qencoder lines.last= [1/1] Normalize esp32-devkitc/qencoder target=esp32-devkitc:qencoder timestamp=2026-01-08T11:00:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:53", timestamp_log="2026-01-08T11:00:53", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="qencoder", target="esp32-devkitc:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1698", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/audio lines.last= [1/1] Normalize esp32-devkitc/audio target=esp32-devkitc:audio timestamp=2026-01-08T11:01:33 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:33", timestamp_log="2026-01-08T11:01:33", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="audio", target="esp32-devkitc:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1706", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/softap lines.last= [1/1] Normalize esp32-devkitc/softap target=esp32-devkitc:softap timestamp=2026-01-08T11:02:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:02:38", timestamp_log="2026-01-08T11:02:38", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="softap", target="esp32-devkitc:softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1729", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/autopm lines.last= [1/1] Normalize esp32-devkitc/autopm target=esp32-devkitc:autopm timestamp=2026-01-08T11:03:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:56", timestamp_log="2026-01-08T11:03:56", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="autopm", target="esp32-devkitc:autopm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1744", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:autopm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sdmmc_spi lines.last= [1/1] Normalize esp32-devkitc/sdmmc_spi target=esp32-devkitc:sdmmc_spi timestamp=2026-01-08T11:04:49 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:49", timestamp_log="2026-01-08T11:04:49", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sdmmc_spi", target="esp32-devkitc:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1759", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/capture lines.last= [1/1] Normalize esp32-devkitc/capture target=esp32-devkitc:capture timestamp=2026-01-08T11:05:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:29", timestamp_log="2026-01-08T11:05:29", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="capture", target="esp32-devkitc:capture", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1767", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/wamr_wasi_debug lines.last= [1/1] Normalize esp32-devkitc/wamr_wasi_debug target=esp32-devkitc:wamr_wasi_debug timestamp=2026-01-08T11:06:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:06:08", timestamp_log="2026-01-08T11:06:08", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="wamr_wasi_debug", target="esp32-devkitc:wamr_wasi_debug", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1775", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:wamr_wasi_debug", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/tickless lines.last= [1/1] Normalize esp32-devkitc/tickless target=esp32-devkitc:tickless timestamp=2026-01-08T11:07:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:44", timestamp_log="2026-01-08T11:07:44", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="tickless", target="esp32-devkitc:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1791", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/psram_usrheap lines.last= [1/1] Normalize esp32-devkitc/psram_usrheap target=esp32-devkitc:psram_usrheap timestamp=2026-01-08T11:08:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:32", timestamp_log="2026-01-08T11:08:32", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="psram_usrheap", target="esp32-devkitc:psram_usrheap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1799", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:psram_usrheap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/blewifi lines.last= [1/1] Normalize esp32-devkitc/blewifi target=esp32-devkitc:blewifi timestamp=2026-01-08T11:09:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:35", timestamp_log="2026-01-08T11:09:35", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="blewifi", target="esp32-devkitc:blewifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1807", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:blewifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/match4 lines.last= [1/1] Normalize esp32-devkitc/match4 target=esp32-devkitc:match4 timestamp=2026-01-08T11:10:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:10:59", timestamp_log="2026-01-08T11:10:59", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="match4", target="esp32-devkitc:match4", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1829", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:match4", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/snake lines.last= [1/1] Normalize esp32-devkitc/snake target=esp32-devkitc:snake timestamp=2026-01-08T11:11:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:40", timestamp_log="2026-01-08T11:11:40", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="snake", target="esp32-devkitc:snake", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1837", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:snake", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/coremark lines.last= [1/1] Normalize esp32-devkitc/coremark target=esp32-devkitc:coremark timestamp=2026-01-08T11:12:20 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:12:20", timestamp_log="2026-01-08T11:12:20", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="coremark", target="esp32-devkitc:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1845", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/elf lines.last= [1/1] Normalize esp32-devkitc/elf target=esp32-devkitc:elf timestamp=2026-01-08T11:13:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:13:17", timestamp_log="2026-01-08T11:13:17", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="elf", target="esp32-devkitc:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1860", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/spiflash lines.last= [1/1] Normalize esp32-devkitc/spiflash target=esp32-devkitc:spiflash timestamp=2026-01-08T11:14:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:14:15", timestamp_log="2026-01-08T11:14:15", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="spiflash", target="esp32-devkitc:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1868", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/leds lines.last= [1/1] Normalize esp32-devkitc/leds target=esp32-devkitc:leds timestamp=2026-01-08T11:15:12 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:12", timestamp_log="2026-01-08T11:15:12", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="leds", target="esp32-devkitc:leds", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1876", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:leds", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:10 GMT", "content-length": "0"} } lines[0]=Skipping: esp32-devkitc/qemu_openeth lines.last= Skipping: esp32-devkitc/qemu_openeth *** Not a target: Skipping: esp32-devkitc/qemu_openeth lines[0]=Configuration/Tool: esp32-devkitc/watcher lines.last= [1/1] Normalize esp32-devkitc/watcher target=esp32-devkitc:watcher timestamp=2026-01-08T11:15:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:54", timestamp_log="2026-01-08T11:15:54", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="watcher", target="esp32-devkitc:watcher", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1891", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:watcher", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/dac lines.last= [1/1] Normalize esp32-devkitc/dac target=esp32-devkitc:dac timestamp=2026-01-08T11:16:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:16:31", timestamp_log="2026-01-08T11:16:31", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="dac", target="esp32-devkitc:dac", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1899", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:dac", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/psram lines.last= [1/1] Normalize esp32-devkitc/psram target=esp32-devkitc:psram timestamp=2026-01-08T11:17:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:17:10", timestamp_log="2026-01-08T11:17:10", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="psram", target="esp32-devkitc:psram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1907", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:psram", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/ble lines.last= [1/1] Normalize esp32-devkitc/ble target=esp32-devkitc:ble timestamp=2026-01-08T11:18:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:18:06", timestamp_log="2026-01-08T11:18:06", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="ble", target="esp32-devkitc:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1915", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/oneshot lines.last= [1/1] Normalize esp32-devkitc/oneshot target=esp32-devkitc:oneshot timestamp=2026-01-08T11:19:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:19:10", timestamp_log="2026-01-08T11:19:10", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="oneshot", target="esp32-devkitc:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1923", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/bmp280 lines.last= [1/1] Normalize esp32-devkitc/bmp280 target=esp32-devkitc:bmp280 timestamp=2026-01-08T11:19:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:19:50", timestamp_log="2026-01-08T11:19:50", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="bmp280", target="esp32-devkitc:bmp280", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1931", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:bmp280", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/i2schar lines.last= [1/1] Normalize esp32-devkitc/i2schar target=esp32-devkitc:i2schar timestamp=2026-01-08T11:20:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:20:31", timestamp_log="2026-01-08T11:20:31", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="i2schar", target="esp32-devkitc:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1939", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/mcuboot_nsh lines.last= [1/1] Normalize esp32-devkitc/mcuboot_nsh target=esp32-devkitc:mcuboot_nsh timestamp=2026-01-08T11:21:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:13", timestamp_log="2026-01-08T11:21:13", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="mcuboot_nsh", target="esp32-devkitc:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1947", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/watchdog lines.last= [1/1] Normalize esp32-devkitc/watchdog target=esp32-devkitc:watchdog timestamp=2026-01-08T11:21:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:51", timestamp_log="2026-01-08T11:21:51", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="watchdog", target="esp32-devkitc:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1955", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/ms5611 lines.last= [1/1] Normalize esp32-devkitc/ms5611 target=esp32-devkitc:ms5611 timestamp=2026-01-08T11:22:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:22:31", timestamp_log="2026-01-08T11:22:31", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="ms5611", target="esp32-devkitc:ms5611", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1963", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:ms5611", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/sotest lines.last= [1/1] Normalize esp32-devkitc/sotest target=esp32-devkitc:sotest timestamp=2026-01-08T11:23:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:23:11", timestamp_log="2026-01-08T11:23:11", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="sotest", target="esp32-devkitc:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1971", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32-devkitc/max6675 lines.last= [1/1] Normalize esp32-devkitc/max6675 target=esp32-devkitc:max6675 timestamp=2026-01-08T11:23:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:23:52", timestamp_log="2026-01-08T11:23:52", user="NuttX", arch="xtensa", subarch="esp32", group="xtensa-01", board="esp32-devkitc", config="max6675", target="esp32-devkitc:max6675", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663298#step:10:1979", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32-devkitc:max6675", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:15 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ xtensa-02 == \m\s\y\s\2 ]] + ingest_log Linux 10 xtensa-02 + local os=Linux + local step=10 + local group=xtensa-02 + local 'job_name=Linux (xtensa-02)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "Linux (xtensa-02)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 52912 0 0:00:03 0:00:03 --:--:-- 52918 + local job_id=59779663296 + set +x job_id=59779663296 + [[ 59779663296 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/9_Linux (xtensa-02).txt' + local 'log_file=/tmp/ingest-nuttx-builds/9_Linux (xtensa-02).txt' + local filename=ci-xtensa-02.log + local pathname=/tmp/ingest-nuttx-builds/ci-xtensa-02.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:83 + cat '/tmp/ingest-nuttx-builds/9_Linux (xtensa-02).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-xtensa-02.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {4f7f652d-c664-44ce-816c-acd3d80ef2ab} ##[endgroup] ##[group]Operating System Ubuntu 24.04.3 LTS ##[endgroup] ##[group]Runner Image Image: ubuntu-24.04 Version: 20251215.174.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'docker/login-action@v3' (SHA:5e57cd118135c172c3672efd75eb46360885c0ef) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: Linux (xtensa-02) ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 54G 19G 75% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run df -h df -h shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] Filesystem Size Used Avail Use% Mounted on /dev/root 72G 42G 31G 58% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb16 881M 62M 758M 8% /boot /dev/sdb15 105M 6.2M 99M 6% /boot/efi /dev/sda1 74G 4.1G 66G 6% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ##[group]Run actions/download-artifact@v7 with: name: source-bundle path: . merge-multiple: false repository: NuttX/nuttx run-id: 20812375605 env: DOCKER_BUILDKIT: 1 ##[endgroup] Downloading single artifact Preparing to download the following artifacts: - source-bundle (ID: 5060639203, Size: 521630272, Expected Digest: sha256:6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d) Redirecting to blob download url: https://productionresultssa17.blob.core.windows.net/actions-results/aaf66468-a8d2-4c29-a313-31b8c0c42b82/workflow-job-run-df5e6d0a-c518-5d90-8bdd-179da46a0404/artifacts/239ea24db366af7a360aca64008a5a55b3bb443dfaeda64abcee97ddfbe58903.zip Starting download of artifact to: /home/runner/work/nuttx/nuttx (node:2002) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) SHA256 digest of downloaded artifact is 6efc6fb2122e64b6e5274ec52293a5ef035af63fc19893b555fcb2dc90768e4d Artifact download completed successfully. Total of 1 artifact(s) downloaded Download artifact has finished successfully ##[group]Run tar zxf sources.tar.gz tar zxf sources.tar.gz shell: /usr/bin/bash -e {0} env: DOCKER_BUILDKIT: 1 ##[endgroup] ##[group]Run docker/login-action@v3 with: registry: ghcr.io username: nuttxpr password: *** logout: true + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-xtensa-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group xtensa-02 --run-id 20812375605 --job-id 59779663296 --step 10 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-xtensa-02.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group xtensa-02 --run-id 20812375605 --job-id 59779663296 --step 10` lines[0]=Configuration/Tool: esp32s2-saola-1/ostest lines.last= [1/1] Normalize esp32s2-saola-1/ostest target=esp32s2-saola-1:ostest timestamp=2026-01-08T10:20:04 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:20:04", timestamp_log="2026-01-08T10:20:04", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="ostest", target="esp32s2-saola-1:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:772", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/pm lines.last= [1/1] Normalize esp32s2-saola-1/pm target=esp32s2-saola-1:pm timestamp=2026-01-08T10:21:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:21:36", timestamp_log="2026-01-08T10:21:36", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="pm", target="esp32s2-saola-1:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:780", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/rmt lines.last= [1/1] Normalize esp32s2-saola-1/rmt target=esp32s2-saola-1:rmt timestamp=2026-01-08T10:22:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:22:21", timestamp_log="2026-01-08T10:22:21", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="rmt", target="esp32s2-saola-1:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:788", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/buttons lines.last= [1/1] Normalize esp32s2-saola-1/buttons target=esp32s2-saola-1:buttons timestamp=2026-01-08T10:23:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:07", timestamp_log="2026-01-08T10:23:07", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="buttons", target="esp32s2-saola-1:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:796", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/temperature_sensor lines.last= [1/1] Normalize esp32s2-saola-1/temperature_sensor target=esp32s2-saola-1:temperature_sensor timestamp=2026-01-08T10:23:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:23:48", timestamp_log="2026-01-08T10:23:48", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="temperature_sensor", target="esp32s2-saola-1:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:804", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:20 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/rtc lines.last= [1/1] Normalize esp32s2-saola-1/rtc target=esp32s2-saola-1:rtc timestamp=2026-01-08T10:24:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:24:27", timestamp_log="2026-01-08T10:24:27", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="rtc", target="esp32s2-saola-1:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:812", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/twai lines.last= [1/1] Normalize esp32s2-saola-1/twai target=esp32s2-saola-1:twai timestamp=2026-01-08T10:25:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:25:22", timestamp_log="2026-01-08T10:25:22", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="twai", target="esp32s2-saola-1:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:820", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/adc lines.last= [1/1] Normalize esp32s2-saola-1/adc target=esp32s2-saola-1:adc timestamp=2026-01-08T10:26:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:02", timestamp_log="2026-01-08T10:26:02", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="adc", target="esp32s2-saola-1:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:828", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/cxx lines.last= [1/1] Normalize esp32s2-saola-1/cxx target=esp32s2-saola-1:cxx timestamp=2026-01-08T10:26:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:26:41", timestamp_log="2026-01-08T10:26:41", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="cxx", target="esp32s2-saola-1:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:836", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/crypto lines.last= [1/1] Normalize esp32s2-saola-1/crypto target=esp32s2-saola-1:crypto timestamp=2026-01-08T10:28:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:28:09", timestamp_log="2026-01-08T10:28:09", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="crypto", target="esp32s2-saola-1:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:844", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:21 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/sdm lines.last= [1/1] Normalize esp32s2-saola-1/sdm target=esp32s2-saola-1:sdm timestamp=2026-01-08T10:29:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:05", timestamp_log="2026-01-08T10:29:05", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="sdm", target="esp32s2-saola-1:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:852", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/romfs lines.last= [1/1] Normalize esp32s2-saola-1/romfs target=esp32s2-saola-1:romfs timestamp=2026-01-08T10:29:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:29:45", timestamp_log="2026-01-08T10:29:45", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="romfs", target="esp32s2-saola-1:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:860", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/random lines.last= [1/1] Normalize esp32s2-saola-1/random target=esp32s2-saola-1:random timestamp=2026-01-08T10:30:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:30:24", timestamp_log="2026-01-08T10:30:24", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="random", target="esp32s2-saola-1:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:868", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/nxlooper lines.last= [1/1] Normalize esp32s2-saola-1/nxlooper target=esp32s2-saola-1:nxlooper timestamp=2026-01-08T10:31:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:03", timestamp_log="2026-01-08T10:31:03", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="nxlooper", target="esp32s2-saola-1:nxlooper", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:876", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:nxlooper", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/timer lines.last= [1/1] Normalize esp32s2-saola-1/timer target=esp32s2-saola-1:timer timestamp=2026-01-08T10:31:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:31:46", timestamp_log="2026-01-08T10:31:46", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="timer", target="esp32s2-saola-1:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:884", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/gpio lines.last= [1/1] Normalize esp32s2-saola-1/gpio target=esp32s2-saola-1:gpio timestamp=2026-01-08T10:32:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:32:26", timestamp_log="2026-01-08T10:32:26", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="gpio", target="esp32s2-saola-1:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:892", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/mcuboot_update_agent lines.last= [1/1] Normalize esp32s2-saola-1/mcuboot_update_agent target=esp32s2-saola-1:mcuboot_update_agent timestamp=2026-01-08T10:33:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:33:05", timestamp_log="2026-01-08T10:33:05", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="mcuboot_update_agent", target="esp32s2-saola-1:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:900", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/sta_softap lines.last= [1/1] Normalize esp32s2-saola-1/sta_softap target=esp32s2-saola-1:sta_softap timestamp=2026-01-08T10:35:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:35:38", timestamp_log="2026-01-08T10:35:38", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="sta_softap", target="esp32s2-saola-1:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:930", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:23 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/wifi lines.last= [1/1] Normalize esp32s2-saola-1/wifi target=esp32s2-saola-1:wifi timestamp=2026-01-08T10:37:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:03", timestamp_log="2026-01-08T10:37:03", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="wifi", target="esp32s2-saola-1:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:953", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/pwm lines.last= [1/1] Normalize esp32s2-saola-1/pwm target=esp32s2-saola-1:pwm timestamp=2026-01-08T10:37:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:37:57", timestamp_log="2026-01-08T10:37:57", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="pwm", target="esp32s2-saola-1:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:976", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:24 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/nsh lines.last= [1/1] Normalize esp32s2-saola-1/nsh target=esp32s2-saola-1:nsh timestamp=2026-01-08T10:38:36 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:38:36", timestamp_log="2026-01-08T10:38:36", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="nsh", target="esp32s2-saola-1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:984", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/qencoder lines.last= [1/1] Normalize esp32s2-saola-1/qencoder target=esp32s2-saola-1:qencoder timestamp=2026-01-08T10:39:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:15", timestamp_log="2026-01-08T10:39:15", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="qencoder", target="esp32s2-saola-1:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:992", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/audio lines.last= [1/1] Normalize esp32s2-saola-1/audio target=esp32s2-saola-1:audio timestamp=2026-01-08T10:39:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:39:55", timestamp_log="2026-01-08T10:39:55", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="audio", target="esp32s2-saola-1:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1000", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:25 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/sdmmc_spi lines.last= [1/1] Normalize esp32s2-saola-1/sdmmc_spi target=esp32s2-saola-1:sdmmc_spi timestamp=2026-01-08T10:40:35 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:40:35", timestamp_log="2026-01-08T10:40:35", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="sdmmc_spi", target="esp32s2-saola-1:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1008", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/i2c lines.last= [1/1] Normalize esp32s2-saola-1/i2c target=esp32s2-saola-1:i2c timestamp=2026-01-08T10:41:16 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:41:16", timestamp_log="2026-01-08T10:41:16", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="i2c", target="esp32s2-saola-1:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1016", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:26 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/ulp lines.last= [1/1] Normalize esp32s2-saola-1/ulp target=esp32s2-saola-1:ulp timestamp=2026-01-08T10:42:12 *** Msg: mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/xtensa/src/esp32s2/ulp': File exists body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:12", timestamp_log="2026-01-08T10:42:12", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="ulp", target="esp32s2-saola-1:ulp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1024", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1024", msg="mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/xtensa/src/esp32s2/ulp': File exists", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:ulp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/coremark lines.last= [1/1] Normalize esp32s2-saola-1/coremark target=esp32s2-saola-1:coremark timestamp=2026-01-08T10:42:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:42:51", timestamp_log="2026-01-08T10:42:51", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="coremark", target="esp32s2-saola-1:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1033", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/spiflash lines.last= [1/1] Normalize esp32s2-saola-1/spiflash target=esp32s2-saola-1:spiflash timestamp=2026-01-08T10:43:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:43:47", timestamp_log="2026-01-08T10:43:47", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="spiflash", target="esp32s2-saola-1:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1048", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:27 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/oneshot lines.last= [1/1] Normalize esp32s2-saola-1/oneshot target=esp32s2-saola-1:oneshot timestamp=2026-01-08T10:44:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:44:43", timestamp_log="2026-01-08T10:44:43", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="oneshot", target="esp32s2-saola-1:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1056", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/i2schar lines.last= [1/1] Normalize esp32s2-saola-1/i2schar target=esp32s2-saola-1:i2schar timestamp=2026-01-08T10:45:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:45:22", timestamp_log="2026-01-08T10:45:22", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="i2schar", target="esp32s2-saola-1:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1064", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:28 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/mcuboot_nsh lines.last= [1/1] Normalize esp32s2-saola-1/mcuboot_nsh target=esp32s2-saola-1:mcuboot_nsh timestamp=2026-01-08T10:46:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:02", timestamp_log="2026-01-08T10:46:02", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="mcuboot_nsh", target="esp32s2-saola-1:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1072", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/watchdog lines.last= [1/1] Normalize esp32s2-saola-1/watchdog target=esp32s2-saola-1:watchdog timestamp=2026-01-08T10:46:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:46:40", timestamp_log="2026-01-08T10:46:40", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="watchdog", target="esp32s2-saola-1:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1080", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-saola-1/sotest lines.last= [1/1] Normalize esp32s2-saola-1/sotest target=esp32s2-saola-1:sotest timestamp=2026-01-08T10:47:39 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:47:39", timestamp_log="2026-01-08T10:47:39", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-saola-1", config="sotest", target="esp32s2-saola-1:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1088", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-saola-1:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:29 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: franzininho-wifi/nsh lines.last= [1/1] Normalize franzininho-wifi/nsh target=franzininho-wifi:nsh timestamp=2026-01-08T10:48:25 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:48:25", timestamp_log="2026-01-08T10:48:25", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="franzininho-wifi", config="nsh", target="franzininho-wifi:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1096", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/franzininho-wifi:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/buttons lines.last= [1/1] Normalize esp32s2-kaluga-1/buttons target=esp32s2-kaluga-1:buttons timestamp=2026-01-08T10:49:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:49:22", timestamp_log="2026-01-08T10:49:22", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="buttons", target="esp32s2-kaluga-1:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1104", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/rtc lines.last= [1/1] Normalize esp32s2-kaluga-1/rtc target=esp32s2-kaluga-1:rtc timestamp=2026-01-08T10:50:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:03", timestamp_log="2026-01-08T10:50:03", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="rtc", target="esp32s2-kaluga-1:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1112", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:30 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/twai lines.last= [1/1] Normalize esp32s2-kaluga-1/twai target=esp32s2-kaluga-1:twai timestamp=2026-01-08T10:50:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:50:58", timestamp_log="2026-01-08T10:50:58", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="twai", target="esp32s2-kaluga-1:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1120", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/nxlooper lines.last= [1/1] Normalize esp32s2-kaluga-1/nxlooper target=esp32s2-kaluga-1:nxlooper timestamp=2026-01-08T10:51:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:51:37", timestamp_log="2026-01-08T10:51:37", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="nxlooper", target="esp32s2-kaluga-1:nxlooper", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1128", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:nxlooper", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:31 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/nsh lines.last= [1/1] Normalize esp32s2-kaluga-1/nsh target=esp32s2-kaluga-1:nsh timestamp=2026-01-08T10:52:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:19", timestamp_log="2026-01-08T10:52:19", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="nsh", target="esp32s2-kaluga-1:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1136", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/audio lines.last= [1/1] Normalize esp32s2-kaluga-1/audio target=esp32s2-kaluga-1:audio timestamp=2026-01-08T10:52:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:52:59", timestamp_log="2026-01-08T10:52:59", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="audio", target="esp32s2-kaluga-1:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1144", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/i2c lines.last= [1/1] Normalize esp32s2-kaluga-1/i2c target=esp32s2-kaluga-1:i2c timestamp=2026-01-08T10:53:40 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:53:40", timestamp_log="2026-01-08T10:53:40", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="i2c", target="esp32s2-kaluga-1:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1152", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:32 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/lvgl_st7789 lines.last= [1/1] Normalize esp32s2-kaluga-1/lvgl_st7789 target=esp32s2-kaluga-1:lvgl_st7789 timestamp=2026-01-08T10:54:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:54:24", timestamp_log="2026-01-08T10:54:24", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="lvgl_st7789", target="esp32s2-kaluga-1:lvgl_st7789", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1160", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:lvgl_st7789", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/lvgl_ili9341 lines.last= [1/1] Normalize esp32s2-kaluga-1/lvgl_ili9341 target=esp32s2-kaluga-1:lvgl_ili9341 timestamp=2026-01-08T10:55:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:55:53", timestamp_log="2026-01-08T10:55:53", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="lvgl_ili9341", target="esp32s2-kaluga-1:lvgl_ili9341", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1168", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:lvgl_ili9341", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s2-kaluga-1/watchdog lines.last= [1/1] Normalize esp32s2-kaluga-1/watchdog target=esp32s2-kaluga-1:watchdog timestamp=2026-01-08T10:56:58 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:56:58", timestamp_log="2026-01-08T10:56:58", user="NuttX", arch="xtensa", subarch="esp32s2", group="xtensa-02", board="esp32s2-kaluga-1", config="watchdog", target="esp32s2-kaluga-1:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1176", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s2-kaluga-1:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:33 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/fastboot_usb lines.last=Note: skipping refresh for debug defconfig. target=lckfb-szpi-esp32s3:fastboot_usb timestamp=2026-01-08T10:57:57 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:57:57", timestamp_log="2026-01-08T10:57:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="fastboot_usb", target="lckfb-szpi-esp32s3:fastboot_usb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1184", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1184", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:fastboot_usb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/pca9557 lines.last= [1/1] Normalize lckfb-szpi-esp32s3/pca9557 target=lckfb-szpi-esp32s3:pca9557 timestamp=2026-01-08T10:58:54 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:58:54", timestamp_log="2026-01-08T10:58:54", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="pca9557", target="lckfb-szpi-esp32s3:pca9557", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1193", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:pca9557", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:34 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/txtable lines.last=Note: skipping refresh for debug defconfig. target=lckfb-szpi-esp32s3:txtable timestamp=2026-01-08T10:59:54 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T10:59:54", timestamp_log="2026-01-08T10:59:54", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="txtable", target="lckfb-szpi-esp32s3:txtable", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1201", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1201", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:txtable", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/qmi8658 lines.last= [1/1] Normalize lckfb-szpi-esp32s3/qmi8658 target=lckfb-szpi-esp32s3:qmi8658 timestamp=2026-01-08T11:00:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:00:57", timestamp_log="2026-01-08T11:00:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="qmi8658", target="lckfb-szpi-esp32s3:qmi8658", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1224", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:qmi8658", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/lvgl lines.last= [1/1] Normalize lckfb-szpi-esp32s3/lvgl target=lckfb-szpi-esp32s3:lvgl timestamp=2026-01-08T11:01:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:01:56", timestamp_log="2026-01-08T11:01:56", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="lvgl", target="lckfb-szpi-esp32s3:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1232", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:35 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/lcd lines.last= [1/1] Normalize lckfb-szpi-esp32s3/lcd target=lckfb-szpi-esp32s3:lcd timestamp=2026-01-08T11:03:46 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:03:46", timestamp_log="2026-01-08T11:03:46", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="lcd", target="lckfb-szpi-esp32s3:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1240", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/adb lines.last=Note: skipping refresh for debug defconfig. target=lckfb-szpi-esp32s3:adb timestamp=2026-01-08T11:04:30 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:04:30", timestamp_log="2026-01-08T11:04:30", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="adb", target="lckfb-szpi-esp32s3:adb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1248", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1248", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/fastboot lines.last= [1/1] Normalize lckfb-szpi-esp32s3/fastboot target=lckfb-szpi-esp32s3:fastboot timestamp=2026-01-08T11:05:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:05:28", timestamp_log="2026-01-08T11:05:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="fastboot", target="lckfb-szpi-esp32s3:fastboot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1273", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:fastboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:36 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/fastboot_tcp lines.last= [1/1] Normalize lckfb-szpi-esp32s3/fastboot_tcp target=lckfb-szpi-esp32s3:fastboot_tcp timestamp=2026-01-08T11:07:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:07:02", timestamp_log="2026-01-08T11:07:02", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="fastboot_tcp", target="lckfb-szpi-esp32s3:fastboot_tcp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1296", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:fastboot_tcp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/gpio lines.last= [1/1] Normalize lckfb-szpi-esp32s3/gpio target=lckfb-szpi-esp32s3:gpio timestamp=2026-01-08T11:08:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:08:31", timestamp_log="2026-01-08T11:08:31", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="gpio", target="lckfb-szpi-esp32s3:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1319", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:37 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/pwm lines.last= [1/1] Normalize lckfb-szpi-esp32s3/pwm target=lckfb-szpi-esp32s3:pwm timestamp=2026-01-08T11:09:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:15", timestamp_log="2026-01-08T11:09:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="pwm", target="lckfb-szpi-esp32s3:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1327", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/nsh lines.last= [1/1] Normalize lckfb-szpi-esp32s3/nsh target=lckfb-szpi-esp32s3:nsh timestamp=2026-01-08T11:09:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:09:57", timestamp_log="2026-01-08T11:09:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="nsh", target="lckfb-szpi-esp32s3:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1335", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:38 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/psram lines.last= [1/1] Normalize lckfb-szpi-esp32s3/psram target=lckfb-szpi-esp32s3:psram timestamp=2026-01-08T11:10:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:10:38", timestamp_log="2026-01-08T11:10:38", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="psram", target="lckfb-szpi-esp32s3:psram", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1343", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:psram", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: lckfb-szpi-esp32s3/usb_device lines.last= [1/1] Normalize lckfb-szpi-esp32s3/usb_device target=lckfb-szpi-esp32s3:usb_device timestamp=2026-01-08T11:11:21 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:11:21", timestamp_log="2026-01-08T11:11:21", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="lckfb-szpi-esp32s3", config="usb_device", target="lckfb-szpi-esp32s3:usb_device", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1351", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/lckfb-szpi-esp32s3:usb_device", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:39 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lhcbit/usbnsh lines.last= [1/1] Normalize esp32s3-lhcbit/usbnsh target=esp32s3-lhcbit:usbnsh timestamp=2026-01-08T11:12:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:12:05", timestamp_log="2026-01-08T11:12:05", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lhcbit", config="usbnsh", target="esp32s3-lhcbit:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1359", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lhcbit:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-xiao/usbnsh lines.last= [1/1] Normalize esp32s3-xiao/usbnsh target=esp32s3-xiao:usbnsh timestamp=2026-01-08T11:12:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:12:48", timestamp_log="2026-01-08T11:12:48", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-xiao", config="usbnsh", target="esp32s3-xiao:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1367", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-xiao:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-xiao/combo lines.last= [1/1] Normalize esp32s3-xiao/combo target=esp32s3-xiao:combo timestamp=2026-01-08T11:13:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:13:31", timestamp_log="2026-01-08T11:13:31", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-xiao", config="combo", target="esp32s3-xiao:combo", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1375", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-xiao:combo", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:40 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/lcd lines.last= [1/1] Normalize esp32s3-eye/lcd target=esp32s3-eye:lcd timestamp=2026-01-08T11:14:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:14:14", timestamp_log="2026-01-08T11:14:14", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="lcd", target="esp32s3-eye:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1383", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/usbnsh lines.last= [1/1] Normalize esp32s3-eye/usbnsh target=esp32s3-eye:usbnsh timestamp=2026-01-08T11:15:02 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:02", timestamp_log="2026-01-08T11:15:02", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="usbnsh", target="esp32s3-eye:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1391", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/gpio lines.last= [1/1] Normalize esp32s3-eye/gpio target=esp32s3-eye:gpio timestamp=2026-01-08T11:15:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:15:45", timestamp_log="2026-01-08T11:15:45", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="gpio", target="esp32s3-eye:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1399", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:41 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/wifi lines.last= [1/1] Normalize esp32s3-eye/wifi target=esp32s3-eye:wifi timestamp=2026-01-08T11:16:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:16:28", timestamp_log="2026-01-08T11:16:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="wifi", target="esp32s3-eye:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1407", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/nsh lines.last= [1/1] Normalize esp32s3-eye/nsh target=esp32s3-eye:nsh timestamp=2026-01-08T11:17:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:17:59", timestamp_log="2026-01-08T11:17:59", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="nsh", target="esp32s3-eye:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1429", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:42 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-eye/i2c lines.last= [1/1] Normalize esp32s3-eye/i2c target=esp32s3-eye:i2c timestamp=2026-01-08T11:18:42 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:18:42", timestamp_log="2026-01-08T11:18:42", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-eye", config="i2c", target="esp32s3-eye:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1437", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-eye:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/sdmmc lines.last= [1/1] Normalize esp32s3-8048S043/sdmmc target=esp32s3-8048S043:sdmmc timestamp=2026-01-08T11:19:23 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:19:23", timestamp_log="2026-01-08T11:19:23", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="sdmmc", target="esp32s3-8048S043:sdmmc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1445", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:sdmmc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/lcd lines.last= [1/1] Normalize esp32s3-8048S043/lcd target=esp32s3-8048S043:lcd timestamp=2026-01-08T11:20:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:20:08", timestamp_log="2026-01-08T11:20:08", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="lcd", target="esp32s3-8048S043:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1453", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:43 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/gpio lines.last= [1/1] Normalize esp32s3-8048S043/gpio target=esp32s3-8048S043:gpio timestamp=2026-01-08T11:21:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:10", timestamp_log="2026-01-08T11:21:10", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="gpio", target="esp32s3-8048S043:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1461", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/touchscreen lines.last= [1/1] Normalize esp32s3-8048S043/touchscreen target=esp32s3-8048S043:touchscreen timestamp=2026-01-08T11:21:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:21:52", timestamp_log="2026-01-08T11:21:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="touchscreen", target="esp32s3-8048S043:touchscreen", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1469", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:touchscreen", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:44 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/nsh lines.last= [1/1] Normalize esp32s3-8048S043/nsh target=esp32s3-8048S043:nsh timestamp=2026-01-08T11:22:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:22:52", timestamp_log="2026-01-08T11:22:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="nsh", target="esp32s3-8048S043:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1477", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/i2c lines.last= [1/1] Normalize esp32s3-8048S043/i2c target=esp32s3-8048S043:i2c timestamp=2026-01-08T11:23:32 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:23:32", timestamp_log="2026-01-08T11:23:32", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="i2c", target="esp32s3-8048S043:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1485", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-8048S043/spi lines.last= [1/1] Normalize esp32s3-8048S043/spi target=esp32s3-8048S043:spi timestamp=2026-01-08T11:24:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:24:14", timestamp_log="2026-01-08T11:24:14", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-8048S043", config="spi", target="esp32s3-8048S043:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1493", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-8048S043:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:45 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/sdmmc lines.last= [1/1] Normalize esp32s3-korvo-2/sdmmc target=esp32s3-korvo-2:sdmmc timestamp=2026-01-08T11:25:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:25:11", timestamp_log="2026-01-08T11:25:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="sdmmc", target="esp32s3-korvo-2:sdmmc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1501", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:sdmmc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/rtptools lines.last= [1/1] Normalize esp32s3-korvo-2/rtptools target=esp32s3-korvo-2:rtptools timestamp=2026-01-08T11:26:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:26:13", timestamp_log="2026-01-08T11:26:13", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="rtptools", target="esp32s3-korvo-2:rtptools", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1509", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:rtptools", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/nsh lines.last= [1/1] Normalize esp32s3-korvo-2/nsh target=esp32s3-korvo-2:nsh timestamp=2026-01-08T11:27:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:27:44", timestamp_log="2026-01-08T11:27:44", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="nsh", target="esp32s3-korvo-2:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1531", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:46 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-korvo-2/audio lines.last= [1/1] Normalize esp32s3-korvo-2/audio target=esp32s3-korvo-2:audio timestamp=2026-01-08T11:28:26 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:28:26", timestamp_log="2026-01-08T11:28:26", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-korvo-2", config="audio", target="esp32s3-korvo-2:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1539", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-korvo-2:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-meadow/usbnsh lines.last= [1/1] Normalize esp32s3-meadow/usbnsh target=esp32s3-meadow:usbnsh timestamp=2026-01-08T11:29:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:29:24", timestamp_log="2026-01-08T11:29:24", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-meadow", config="usbnsh", target="esp32s3-meadow:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1555", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-meadow:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-meadow/nsh lines.last= [1/1] Normalize esp32s3-meadow/nsh target=esp32s3-meadow:nsh timestamp=2026-01-08T11:30:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:30:05", timestamp_log="2026-01-08T11:30:05", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-meadow", config="nsh", target="esp32s3-meadow:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1563", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-meadow:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:47 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/buttons lines.last= [1/1] Normalize esp32s3-box/buttons target=esp32s3-box:buttons timestamp=2026-01-08T11:30:47 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:30:47", timestamp_log="2026-01-08T11:30:47", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="buttons", target="esp32s3-box:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1571", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/lvgl lines.last= [1/1] Normalize esp32s3-box/lvgl target=esp32s3-box:lvgl timestamp=2026-01-08T11:31:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:31:30", timestamp_log="2026-01-08T11:31:30", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="lvgl", target="esp32s3-box:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1579", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:48 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/touchscreen lines.last= [1/1] Normalize esp32s3-box/touchscreen target=esp32s3-box:touchscreen timestamp=2026-01-08T11:33:24 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:33:24", timestamp_log="2026-01-08T11:33:24", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="touchscreen", target="esp32s3-box:touchscreen", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1587", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:touchscreen", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/nsh lines.last= [1/1] Normalize esp32s3-box/nsh target=esp32s3-box:nsh timestamp=2026-01-08T11:34:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:34:08", timestamp_log="2026-01-08T11:34:08", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="nsh", target="esp32s3-box:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1595", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:49 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-box/lvgl-3 lines.last= [1/1] Normalize esp32s3-box/lvgl-3 target=esp32s3-box:lvgl-3 timestamp=2026-01-08T11:34:51 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:34:51", timestamp_log="2026-01-08T11:34:51", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-box", config="lvgl-3", target="esp32s3-box:lvgl-3", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1603", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-box:lvgl-3", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/buttons lines.last= [1/1] Normalize esp32s3-lcd-ev/buttons target=esp32s3-lcd-ev:buttons timestamp=2026-01-08T11:35:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:35:59", timestamp_log="2026-01-08T11:35:59", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="buttons", target="esp32s3-lcd-ev:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1611", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/lvgl lines.last= [1/1] Normalize esp32s3-lcd-ev/lvgl target=esp32s3-lcd-ev:lvgl timestamp=2026-01-08T11:36:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:36:41", timestamp_log="2026-01-08T11:36:41", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="lvgl", target="esp32s3-lcd-ev:lvgl", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1619", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:lvgl", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:50 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/lcd lines.last= [1/1] Normalize esp32s3-lcd-ev/lcd target=esp32s3-lcd-ev:lcd timestamp=2026-01-08T11:38:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:38:29", timestamp_log="2026-01-08T11:38:29", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="lcd", target="esp32s3-lcd-ev:lcd", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1627", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:lcd", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/nsh lines.last= [1/1] Normalize esp32s3-lcd-ev/nsh target=esp32s3-lcd-ev:nsh timestamp=2026-01-08T11:39:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:39:11", timestamp_log="2026-01-08T11:39:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="nsh", target="esp32s3-lcd-ev:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1635", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/ws2812 lines.last= [1/1] Normalize esp32s3-lcd-ev/ws2812 target=esp32s3-lcd-ev:ws2812 timestamp=2026-01-08T11:39:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:39:52", timestamp_log="2026-01-08T11:39:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="ws2812", target="esp32s3-lcd-ev:ws2812", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1643", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:ws2812", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:51 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-lcd-ev/audio lines.last= [1/1] Normalize esp32s3-lcd-ev/audio target=esp32s3-lcd-ev:audio timestamp=2026-01-08T11:40:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:40:34", timestamp_log="2026-01-08T11:40:34", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-lcd-ev", config="audio", target="esp32s3-lcd-ev:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1651", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-lcd-ev:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/ostest lines.last= [1/1] Normalize esp32s3-devkit/ostest target=esp32s3-devkit:ostest timestamp=2026-01-08T11:42:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:42:03", timestamp_log="2026-01-08T11:42:03", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ostest", target="esp32s3-devkit:ostest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1667", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ostest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:52 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/efuse lines.last= [1/1] Normalize esp32s3-devkit/efuse target=esp32s3-devkit:efuse timestamp=2026-01-08T11:42:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:42:53", timestamp_log="2026-01-08T11:42:53", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="efuse", target="esp32s3-devkit:efuse", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1675", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:efuse", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/fastboot_usb lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:fastboot_usb timestamp=2026-01-08T11:43:36 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:43:36", timestamp_log="2026-01-08T11:43:36", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="fastboot_usb", target="esp32s3-devkit:fastboot_usb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1683", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1683", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:fastboot_usb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:53 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/pm lines.last= [1/1] Normalize esp32s3-devkit/pm target=esp32s3-devkit:pm timestamp=2026-01-08T11:44:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:44:13", timestamp_log="2026-01-08T11:44:13", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="pm", target="esp32s3-devkit:pm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1692", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:pm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/rmt lines.last= [1/1] Normalize esp32s3-devkit/rmt target=esp32s3-devkit:rmt timestamp=2026-01-08T11:44:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:44:59", timestamp_log="2026-01-08T11:44:59", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="rmt", target="esp32s3-devkit:rmt", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1700", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:rmt", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:54 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/buttons lines.last= [1/1] Normalize esp32s3-devkit/buttons target=esp32s3-devkit:buttons timestamp=2026-01-08T11:45:45 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:45:45", timestamp_log="2026-01-08T11:45:45", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="buttons", target="esp32s3-devkit:buttons", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1708", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:buttons", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:55 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/temperature_sensor lines.last= [1/1] Normalize esp32s3-devkit/temperature_sensor target=esp32s3-devkit:temperature_sensor timestamp=2026-01-08T11:46:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:46:28", timestamp_log="2026-01-08T11:46:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="temperature_sensor", target="esp32s3-devkit:temperature_sensor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1716", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:temperature_sensor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:55 GMT", "content-length": "0"} } lines[0]=Skipping: esp32s3-devkit/python lines.last= Skipping: esp32s3-devkit/python *** Not a target: Skipping: esp32s3-devkit/python lines[0]=Configuration/Tool: esp32s3-devkit/rtc lines.last= [1/1] Normalize esp32s3-devkit/rtc target=esp32s3-devkit:rtc timestamp=2026-01-08T11:47:14 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:47:14", timestamp_log="2026-01-08T11:47:14", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="rtc", target="esp32s3-devkit:rtc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1731", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:rtc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/toywasm lines.last= [1/1] Normalize esp32s3-devkit/toywasm target=esp32s3-devkit:toywasm timestamp=2026-01-08T11:48:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:48:11", timestamp_log="2026-01-08T11:48:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="toywasm", target="esp32s3-devkit:toywasm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1739", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:toywasm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:56 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/txtable lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:txtable timestamp=2026-01-08T11:49:49 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:49:49", timestamp_log="2026-01-08T11:49:49", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="txtable", target="esp32s3-devkit:txtable", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1769", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1769", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:txtable", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/motor lines.last= [1/1] Normalize esp32s3-devkit/motor target=esp32s3-devkit:motor timestamp=2026-01-08T11:50:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:50:28", timestamp_log="2026-01-08T11:50:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="motor", target="esp32s3-devkit:motor", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1794", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:motor", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:57 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/twai lines.last= [1/1] Normalize esp32s3-devkit/twai target=esp32s3-devkit:twai timestamp=2026-01-08T11:51:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:51:09", timestamp_log="2026-01-08T11:51:09", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="twai", target="esp32s3-devkit:twai", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1802", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:twai", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/usbmsc lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:usbmsc timestamp=2026-01-08T11:51:52 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:51:52", timestamp_log="2026-01-08T11:51:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="usbmsc", target="esp32s3-devkit:usbmsc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1810", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1810", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:usbmsc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/adc lines.last= [1/1] Normalize esp32s3-devkit/adc target=esp32s3-devkit:adc timestamp=2026-01-08T11:52:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:52:48", timestamp_log="2026-01-08T11:52:48", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="adc", target="esp32s3-devkit:adc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1819", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:adc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:58 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sdmmc lines.last= [1/1] Normalize esp32s3-devkit/sdmmc target=esp32s3-devkit:sdmmc timestamp=2026-01-08T11:53:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:53:31", timestamp_log="2026-01-08T11:53:31", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sdmmc", target="esp32s3-devkit:sdmmc", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1827", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sdmmc", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/cxx lines.last= [1/1] Normalize esp32s3-devkit/cxx target=esp32s3-devkit:cxx timestamp=2026-01-08T11:54:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:54:13", timestamp_log="2026-01-08T11:54:13", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="cxx", target="esp32s3-devkit:cxx", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1835", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:cxx", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/knsh lines.last= [1/1] Normalize esp32s3-devkit/knsh target=esp32s3-devkit:knsh timestamp=2026-01-08T11:55:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:55:55", timestamp_log="2026-01-08T11:55:55", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="knsh", target="esp32s3-devkit:knsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1843", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:knsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:04:59 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/usbnsh lines.last= [1/1] Normalize esp32s3-devkit/usbnsh target=esp32s3-devkit:usbnsh timestamp=2026-01-08T11:57:22 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:57:22", timestamp_log="2026-01-08T11:57:22", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="usbnsh", target="esp32s3-devkit:usbnsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1851", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:usbnsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/crypto lines.last= [1/1] Normalize esp32s3-devkit/crypto target=esp32s3-devkit:crypto timestamp=2026-01-08T11:58:05 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:58:05", timestamp_log="2026-01-08T11:58:05", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="crypto", target="esp32s3-devkit:crypto", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1859", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:crypto", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:00 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sdm lines.last= [1/1] Normalize esp32s3-devkit/sdm target=esp32s3-devkit:sdm timestamp=2026-01-08T11:59:07 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:59:07", timestamp_log="2026-01-08T11:59:07", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sdm", target="esp32s3-devkit:sdm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1867", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sdm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/adb lines.last=Note: skipping refresh for debug defconfig. target=esp32s3-devkit:adb timestamp=2026-01-08T11:59:50 *** Msg: Note: skipping refresh for debug defconfig. body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T11:59:50", timestamp_log="2026-01-08T11:59:50", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="adb", target="esp32s3-devkit:adb", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1875", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1875", msg="Note: skipping refresh for debug defconfig.", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:adb", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/romfs lines.last= [1/1] Normalize esp32s3-devkit/romfs target=esp32s3-devkit:romfs timestamp=2026-01-08T12:00:28 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:00:28", timestamp_log="2026-01-08T12:00:28", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="romfs", target="esp32s3-devkit:romfs", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1898", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:romfs", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:01 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/random lines.last= [1/1] Normalize esp32s3-devkit/random target=esp32s3-devkit:random timestamp=2026-01-08T12:01:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:01:11", timestamp_log="2026-01-08T12:01:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="random", target="esp32s3-devkit:random", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1906", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:random", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/fastboot lines.last= [1/1] Normalize esp32s3-devkit/fastboot target=esp32s3-devkit:fastboot timestamp=2026-01-08T12:01:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:01:53", timestamp_log="2026-01-08T12:01:53", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="fastboot", target="esp32s3-devkit:fastboot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1914", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:fastboot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:02 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/nxlooper lines.last= [1/1] Normalize esp32s3-devkit/nxlooper target=esp32s3-devkit:nxlooper timestamp=2026-01-08T12:02:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:02:55", timestamp_log="2026-01-08T12:02:55", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="nxlooper", target="esp32s3-devkit:nxlooper", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1938", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:nxlooper", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/fastboot_tcp lines.last= [1/1] Normalize esp32s3-devkit/fastboot_tcp target=esp32s3-devkit:fastboot_tcp timestamp=2026-01-08T12:03:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:03:55", timestamp_log="2026-01-08T12:03:55", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="fastboot_tcp", target="esp32s3-devkit:fastboot_tcp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1946", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:fastboot_tcp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/timer lines.last= [1/1] Normalize esp32s3-devkit/timer target=esp32s3-devkit:timer timestamp=2026-01-08T12:04:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:04:56", timestamp_log="2026-01-08T12:04:56", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="timer", target="esp32s3-devkit:timer", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1969", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:timer", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:03 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/gpio lines.last= [1/1] Normalize esp32s3-devkit/gpio target=esp32s3-devkit:gpio timestamp=2026-01-08T12:05:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:05:38", timestamp_log="2026-01-08T12:05:38", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="gpio", target="esp32s3-devkit:gpio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1977", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:gpio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/mcuboot_update_agent lines.last= [1/1] Normalize esp32s3-devkit/mcuboot_update_agent target=esp32s3-devkit:mcuboot_update_agent timestamp=2026-01-08T12:06:19 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:06:19", timestamp_log="2026-01-08T12:06:19", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="mcuboot_update_agent", target="esp32s3-devkit:mcuboot_update_agent", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:1985", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:mcuboot_update_agent", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:04 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sta_softap lines.last= [1/1] Normalize esp32s3-devkit/sta_softap target=esp32s3-devkit:sta_softap timestamp=2026-01-08T12:07:44 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:07:44", timestamp_log="2026-01-08T12:07:44", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sta_softap", target="esp32s3-devkit:sta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2014", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/smp lines.last= [1/1] Normalize esp32s3-devkit/smp target=esp32s3-devkit:smp timestamp=2026-01-08T12:09:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:09:11", timestamp_log="2026-01-08T12:09:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="smp", target="esp32s3-devkit:smp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2037", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/wifi lines.last= [1/1] Normalize esp32s3-devkit/wifi target=esp32s3-devkit:wifi timestamp=2026-01-08T12:10:15 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:10:15", timestamp_log="2026-01-08T12:10:15", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="wifi", target="esp32s3-devkit:wifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2045", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:wifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:05 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/pwm lines.last= [1/1] Normalize esp32s3-devkit/pwm target=esp32s3-devkit:pwm timestamp=2026-01-08T12:11:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:11:11", timestamp_log="2026-01-08T12:11:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="pwm", target="esp32s3-devkit:pwm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2067", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:pwm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/qemu_debug lines.last= [1/1] Normalize esp32s3-devkit/qemu_debug target=esp32s3-devkit:qemu_debug timestamp=2026-01-08T12:11:53 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:11:53", timestamp_log="2026-01-08T12:11:53", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="qemu_debug", target="esp32s3-devkit:qemu_debug", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2075", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:qemu_debug", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/nsh lines.last= [1/1] Normalize esp32s3-devkit/nsh target=esp32s3-devkit:nsh timestamp=2026-01-08T12:13:10 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:13:10", timestamp_log="2026-01-08T12:13:10", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="nsh", target="esp32s3-devkit:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2098", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:06 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/qencoder lines.last= [1/1] Normalize esp32s3-devkit/qencoder target=esp32s3-devkit:qencoder timestamp=2026-01-08T12:13:52 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:13:52", timestamp_log="2026-01-08T12:13:52", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="qencoder", target="esp32s3-devkit:qencoder", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2106", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:qencoder", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/audio lines.last= [1/1] Normalize esp32s3-devkit/audio target=esp32s3-devkit:audio timestamp=2026-01-08T12:14:34 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:14:34", timestamp_log="2026-01-08T12:14:34", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="audio", target="esp32s3-devkit:audio", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2114", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:audio", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:07 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/eth_lan9250 lines.last= [1/1] Normalize esp32s3-devkit/eth_lan9250 target=esp32s3-devkit:eth_lan9250 timestamp=2026-01-08T12:16:01 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:16:01", timestamp_log="2026-01-08T12:16:01", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="eth_lan9250", target="esp32s3-devkit:eth_lan9250", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2129", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:eth_lan9250", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sdmmc_spi lines.last= [1/1] Normalize esp32s3-devkit/sdmmc_spi target=esp32s3-devkit:sdmmc_spi timestamp=2026-01-08T12:17:11 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:17:11", timestamp_log="2026-01-08T12:17:11", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sdmmc_spi", target="esp32s3-devkit:sdmmc_spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2144", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sdmmc_spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/capture lines.last= [1/1] Normalize esp32s3-devkit/capture target=esp32s3-devkit:capture timestamp=2026-01-08T12:17:57 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:17:57", timestamp_log="2026-01-08T12:17:57", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="capture", target="esp32s3-devkit:capture", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2152", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:capture", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:08 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/tickless lines.last= [1/1] Normalize esp32s3-devkit/tickless target=esp32s3-devkit:tickless timestamp=2026-01-08T12:18:38 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:18:38", timestamp_log="2026-01-08T12:18:38", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="tickless", target="esp32s3-devkit:tickless", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2160", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:tickless", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/psram_usrheap lines.last= [1/1] Normalize esp32s3-devkit/psram_usrheap target=esp32s3-devkit:psram_usrheap timestamp=2026-01-08T12:19:25 *** Msg: Killing pytest after timeout... body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:19:25", timestamp_log="2026-01-08T12:19:25", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="psram_usrheap", target="esp32s3-devkit:psram_usrheap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2168", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2168", msg="Killing pytest after timeout...", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:psram_usrheap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:09 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/i2c lines.last= [1/1] Normalize esp32s3-devkit/i2c target=esp32s3-devkit:i2c timestamp=2026-01-08T12:20:27 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:20:27", timestamp_log="2026-01-08T12:20:27", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="i2c", target="esp32s3-devkit:i2c", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2177", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:i2c", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/psram_octal lines.last= [1/1] Normalize esp32s3-devkit/psram_octal target=esp32s3-devkit:psram_octal timestamp=2026-01-08T12:21:08 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:21:08", timestamp_log="2026-01-08T12:21:08", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="psram_octal", target="esp32s3-devkit:psram_octal", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2185", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:psram_octal", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/ulp lines.last= [1/1] Normalize esp32s3-devkit/ulp target=esp32s3-devkit:ulp timestamp=2026-01-08T12:21:48 *** Msg: mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/xtensa/src/esp32s3/ulp': File exists body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:21:48", timestamp_log="2026-01-08T12:21:48", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ulp", target="esp32s3-devkit:ulp", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2193", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2193", msg="mkdir: cannot create directory '/github/workspace/sources/nuttx/arch/xtensa/src/esp32s3/ulp': File exists", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ulp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:10 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/blewifi lines.last= [1/1] Normalize esp32s3-devkit/blewifi target=esp32s3-devkit:blewifi timestamp=2026-01-08T12:22:30 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:22:30", timestamp_log="2026-01-08T12:22:30", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="blewifi", target="esp32s3-devkit:blewifi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2202", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:blewifi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/psram_quad lines.last= [1/1] Normalize esp32s3-devkit/psram_quad target=esp32s3-devkit:psram_quad timestamp=2026-01-08T12:23:56 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:23:56", timestamp_log="2026-01-08T12:23:56", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="psram_quad", target="esp32s3-devkit:psram_quad", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2224", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:psram_quad", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:11 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/coremark lines.last= [1/1] Normalize esp32s3-devkit/coremark target=esp32s3-devkit:coremark timestamp=2026-01-08T12:24:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:24:37", timestamp_log="2026-01-08T12:24:37", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="coremark", target="esp32s3-devkit:coremark", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2232", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:coremark", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/stack lines.last= [1/1] Normalize esp32s3-devkit/stack target=esp32s3-devkit:stack timestamp=2026-01-08T12:25:37 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:25:37", timestamp_log="2026-01-08T12:25:37", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="stack", target="esp32s3-devkit:stack", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2247", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:stack", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/elf lines.last= [1/1] Normalize esp32s3-devkit/elf target=esp32s3-devkit:elf timestamp=2026-01-08T12:26:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:26:41", timestamp_log="2026-01-08T12:26:41", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="elf", target="esp32s3-devkit:elf", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2255", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:elf", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:12 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/spiflash lines.last= [1/1] Normalize esp32s3-devkit/spiflash target=esp32s3-devkit:spiflash timestamp=2026-01-08T12:27:41 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:27:41", timestamp_log="2026-01-08T12:27:41", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="spiflash", target="esp32s3-devkit:spiflash", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2263", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:spiflash", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:13 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/ksta_softap lines.last= [1/1] Normalize esp32s3-devkit/ksta_softap target=esp32s3-devkit:ksta_softap timestamp=2026-01-08T12:28:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:28:43", timestamp_log="2026-01-08T12:28:43", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ksta_softap", target="esp32s3-devkit:ksta_softap", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2271", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ksta_softap", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:13 GMT", "content-length": "0"} } lines[0]=Skipping: esp32s3-devkit/qemu_openeth lines.last= Skipping: esp32s3-devkit/qemu_openeth *** Not a target: Skipping: esp32s3-devkit/qemu_openeth lines[0]=Configuration/Tool: esp32s3-devkit/ble lines.last= [1/1] Normalize esp32s3-devkit/ble target=esp32s3-devkit:ble timestamp=2026-01-08T12:30:43 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:30:43", timestamp_log="2026-01-08T12:30:43", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="ble", target="esp32s3-devkit:ble", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2301", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:ble", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/oneshot lines.last= [1/1] Normalize esp32s3-devkit/oneshot target=esp32s3-devkit:oneshot timestamp=2026-01-08T12:31:48 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:31:48", timestamp_log="2026-01-08T12:31:48", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="oneshot", target="esp32s3-devkit:oneshot", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2316", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:oneshot", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/usb_device lines.last= [1/1] Normalize esp32s3-devkit/usb_device target=esp32s3-devkit:usb_device timestamp=2026-01-08T12:32:29 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:32:29", timestamp_log="2026-01-08T12:32:29", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="usb_device", target="esp32s3-devkit:usb_device", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2324", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:usb_device", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:14 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/i2schar lines.last= [1/1] Normalize esp32s3-devkit/i2schar target=esp32s3-devkit:i2schar timestamp=2026-01-08T12:33:09 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:33:09", timestamp_log="2026-01-08T12:33:09", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="i2schar", target="esp32s3-devkit:i2schar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2332", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:i2schar", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/mcuboot_nsh lines.last= [1/1] Normalize esp32s3-devkit/mcuboot_nsh target=esp32s3-devkit:mcuboot_nsh timestamp=2026-01-08T12:33:55 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:33:55", timestamp_log="2026-01-08T12:33:55", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="mcuboot_nsh", target="esp32s3-devkit:mcuboot_nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2340", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:mcuboot_nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:15 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/spislv lines.last= [1/1] Normalize esp32s3-devkit/spislv target=esp32s3-devkit:spislv timestamp=2026-01-08T12:34:50 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:34:50", timestamp_log="2026-01-08T12:34:50", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="spislv", target="esp32s3-devkit:spislv", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2348", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:spislv", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/watchdog lines.last= [1/1] Normalize esp32s3-devkit/watchdog target=esp32s3-devkit:watchdog timestamp=2026-01-08T12:35:31 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:35:31", timestamp_log="2026-01-08T12:35:31", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="watchdog", target="esp32s3-devkit:watchdog", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2356", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:watchdog", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/sotest lines.last= [1/1] Normalize esp32s3-devkit/sotest target=esp32s3-devkit:sotest timestamp=2026-01-08T12:36:13 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:36:13", timestamp_log="2026-01-08T12:36:13", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="sotest", target="esp32s3-devkit:sotest", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2364", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:sotest", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:16 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/mbedtls lines.last= [1/1] Normalize esp32s3-devkit/mbedtls target=esp32s3-devkit:mbedtls timestamp=2026-01-08T12:37:03 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:37:03", timestamp_log="2026-01-08T12:37:03", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="mbedtls", target="esp32s3-devkit:mbedtls", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2372", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:mbedtls", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/qemu_toywasm lines.last= [1/1] Normalize esp32s3-devkit/qemu_toywasm target=esp32s3-devkit:qemu_toywasm timestamp=2026-01-08T12:38:17 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:38:17", timestamp_log="2026-01-08T12:38:17", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="qemu_toywasm", target="esp32s3-devkit:qemu_toywasm", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2413", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:qemu_toywasm", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:17 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: esp32s3-devkit/spi lines.last= [1/1] Normalize esp32s3-devkit/spi target=esp32s3-devkit:spi timestamp=2026-01-08T12:39:18 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build build_score{ version="3", timestamp="2026-01-08T12:39:18", timestamp_log="2026-01-08T12:39:18", user="NuttX", arch="xtensa", subarch="esp32s3", group="xtensa-02", board="esp32s3-devkit", config="spi", target="esp32s3-devkit:spi", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663296#step:10:2443", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/esp32s3-devkit:spi", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:17 GMT", "content-length": "0"} } + for group in arm-01 arm-02 arm-03 arm-04 arm-05 arm-06 arm-07 arm-08 arm-09 arm-10 arm-11 arm-12 arm-13 arm-14 arm64-01 other risc-v-01 risc-v-02 risc-v-03 risc-v-04 risc-v-05 risc-v-06 sim-01 sim-02 sim-03 x86_64-01 xtensa-01 xtensa-02 msys2 + [[ msys2 == \m\s\y\s\2 ]] + ingest_log msys2 9 msys2 + local os=msys2 + local step=9 + local group=msys2 + local 'job_name=msys2 (msys2)' ++ curl -L -H 'Accept: application/vnd.github+json' -H 'Authorization: Bearer ...' -H 'X-GitHub-Api-Version: 2022-11-28' 'https://api.github.com/repos/NuttX/nuttx/actions/runs/20812375605/jobs?per_page=100' ++ jq '.jobs | map(select(.name == "msys2 (msys2)")) | .[].id' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168k 100 168k 0 0 69164 0 0:00:02 0:00:02 --:--:-- 69189 + local job_id=59779663659 + set +x job_id=59779663659 + [[ 59779663659 == '' ]] + sleep 1 ++ ls '/tmp/ingest-nuttx-builds/8_msys2 (msys2).txt' + local 'log_file=/tmp/ingest-nuttx-builds/8_msys2 (msys2).txt' + local filename=ci-msys2.log + local pathname=/tmp/ingest-nuttx-builds/ci-msys2.log + local linenum=83 + local url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663659#step:9:83 + cat '/tmp/ingest-nuttx-builds/8_msys2 (msys2).txt' + colrm 1 29 + head -n 100 /tmp/ingest-nuttx-builds/ci-msys2.log Current runner version: '2.330.0' ##[group]Runner Image Provisioner Hosted Compute Agent Version: 20251211.462 Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61 Build Date: 2025-12-11T16:28:49Z Worker ID: {4c344fca-77ed-455d-b5d1-f7a527c79893} ##[endgroup] ##[group]Operating System Microsoft Windows Server 2025 10.0.26100 Datacenter ##[endgroup] ##[group]Runner Image Image: windows-2025 Version: 20251216.149.1 Included Software: https://github.com/actions/runner-images/blob/win25/20251216.149/images/windows/Windows2025-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/win25%2F20251216.149 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Contents: read Metadata: read ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/checkout@v6' (SHA:8e8c483db84b4bee98b60c0593521ed34d9990e8) Download action repository 'msys2/setup-msys2@v2' (SHA:4f806de0a5a7294ffabaff804b38a9b435a73bda) Download action repository 'actions/download-artifact@v7' (SHA:37930b1c2abaa49bbe596cd826c3c89aef350131) Download action repository 'actions/upload-artifact@v6' (SHA:b7c566a772e6b6bfb58ed0dc250532a479d7789f) Complete job name: msys2 (msys2) ##[group]Run actions/checkout@v6 with: repository: NuttX/nuttx token: *** ssh-strict: true ssh-user: git persist-credentials: true clean: true sparse-checkout-cone-mode: true fetch-depth: 1 fetch-tags: false show-progress: true lfs: false submodules: false set-safe-directory: true ##[endgroup] Syncing repository: NuttX/nuttx ##[group]Getting Git version info Working directory is 'D:\a\nuttx\nuttx' [command]"C:\Program Files\Git\bin\git.exe" version git version 2.52.0.windows.1 ##[endgroup] Temporarily overriding HOME='D:\a\_temp\56a6fe0c-1630-4384-852f-be73519e15d9' before making global git config changes Adding repository directory to the temporary git global config as a safe directory [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\nuttx\nuttx Deleting the contents of 'D:\a\nuttx\nuttx' ##[group]Initializing the repository [command]"C:\Program Files\Git\bin\git.exe" init D:\a\nuttx\nuttx Initialized empty Git repository in D:/a/nuttx/nuttx/.git/ [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/NuttX/nuttx ##[endgroup] ##[group]Disabling automatic garbage collection [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0 ##[endgroup] ##[group]Setting up auth Removing SSH command configuration [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" Removing HTTP extra header [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" Removing includeIf entries pointing to credentials config files [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-64dafab9-e8cb-4e40-acb2-0351c40a1975.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***" [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/nuttx/nuttx/.git.path D:\a\_temp\git-credentials-64dafab9-e8cb-4e40-acb2-0351c40a1975.config [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/nuttx/nuttx/.git/worktrees/*.path D:\a\_temp\git-credentials-64dafab9-e8cb-4e40-acb2-0351c40a1975.config [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-64dafab9-e8cb-4e40-acb2-0351c40a1975.config [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-64dafab9-e8cb-4e40-acb2-0351c40a1975.config ##[endgroup] ##[group]Fetching the repository [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fc547cf9995fb289c43b2c58be34f0fa964c0860:refs/remotes/origin/master From https://github.com/NuttX/nuttx * [new ref] fc547cf9995fb289c43b2c58be34f0fa964c0860 -> origin/master ##[endgroup] ##[group]Determining the checkout info ##[endgroup] [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig ##[group]Checking out the ref [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B master refs/remotes/origin/master Updating files: 7% (1951/25302) Updating files: 8% (2025/25302) Updating files: 9% (2278/25302) Updating files: 10% (2531/25302) Updating files: 11% (2784/25302) Updating files: 12% (3037/25302) Updating files: 13% (3290/25302) + set +x url=https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663659#step:9:83 + cargo run -- --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-msys2.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group msys2 --run-id 20812375605 --job-id 59779663659 --step 9 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s Running `target/debug/ingest-nuttx-builds --user NuttX --repo nuttx --defconfig /tmp/defconfig-github.txt --file /tmp/ingest-nuttx-builds/ci-msys2.log --nuttx-hash 69d4e4101ff0665067a22026d05bbc8f3ece4243 --apps-hash 1512f9c6e55efc4c43d2ddb1f02445304fbdee9b --group msys2 --run-id 20812375605 --job-id 59779663659 --step 9` lines[0]=Cmake in present: nucleo-l152re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= Building NuttX... target=nucleo-l152re:nsh timestamp=2026-01-08T09:48:59 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build ", user="NuttX", arch="msys2", subarch="stm32", group="msys2", board="nucleo-l152re", config="nsh", target="nucleo-l152re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663659#step:9:1146", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-l152re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: nucleo-f411re/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI lines.last= [1/1] Normalize nucleo-f411re/nsh target=nucleo-f411re:nsh timestamp=2026-01-08T09:50:29 *** Msg: chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' *** Msg: 44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py" *** Msg: | ^~~~~~~ body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build ", user="NuttX", arch="msys2", subarch="stm32", group="msys2", board="nucleo-f411re", config="nsh", target="nucleo-f411re:nsh", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663659#step:9:1157", url_display="github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663659#step:9:1157", msg="chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' \n 44 | # pragma message \"CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py\" \n | ^~~~~~~", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 0.8 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/nucleo-f411re:nsh", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:22 GMT", "content-length": "0"} } lines[0]=Configuration/Tool: qemu-armv8a/nsh_smp lines.last= [1/1] Normalize qemu-armv8a/nsh_smp target=qemu-armv8a:nsh_smp timestamp=2026-01-08T09:58:06 body= # TYPE build_score gauge # HELP build_score 1.0 for successful build, 0.0 for failed build ", user="NuttX", arch="msys2", subarch="unknown", group="msys2", board="qemu-ar", url="https://github.com/NuttX/nuttx/actions/runs/20812375605/job/59779663659#step:9:1170", url_display="", nuttx_hash="69d4e4101ff0665067a22026d05bbc8f3ece4243", apps_hash="1512f9c6e55efc4c43d2ddb1f02445304fbdee9b" } 1 res=Response { url: "http://localhost:9091/metrics/job/NuttX/instance/qemu-armv8a:nsh_smp", status: 200, headers: {"date": "Thu, 08 Jan 2026 13:05:22 GMT", "content-length": "0"} } + break + popd /tmp/sync-build-ingest + set +x **** Done! + date Thu Jan 8 13:05:22 UTC 2026 + sleep 900 + (( 1 )) + (( 1 )) + set +x **** Checking Downstream Commit: Enable macOS Builds... + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 6, done. remote: Counting objects: 100% (3/3), done. remote: Total 6 (delta 2), reused 2 (delta 2), pack-reused 3 (from 2) Unpacking objects: 100% (6/6), 4.40 KiB | 250.00 KiB/s, done. From ssh://github.com/NuttX/nuttx 69d4e4101f..fc547cf999 master -> origin/master Updating 69d4e4101f..fc547cf999 Fast-forward .github/workflows/arch.yml | 2 +- .github/workflows/build.yml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) ++ git log -1 --format=%s + downstream_msg='Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' + [[ Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh != \E\n\a\b\l\e\ \m\a\c\O\S\ \B\u\i\l\d\s* ]] + popd /tmp/sync-build-ingest + set +x **** Watching for Updates to NuttX Repo... + pushd upstream /tmp/sync-build-ingest/upstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 25, done. remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 100% (17/17), done. remote: Total 25 (delta 8), reused 0 (delta 0), pack-reused 8 (from 1) Unpacking objects: 100% (25/25), 38.44 KiB | 1.54 MiB/s, done. From https://github.com/apache/nuttx 69d4e4101f..02645974cb master -> origin/master Updating 69d4e4101f..02645974cb Fast-forward drivers/can/sja1000.c | 73 ++++++------------------------------------- drivers/net/e1000.c | 20 ++++++++++++ drivers/net/igc.c | 4 +++ include/nuttx/can/sja1000.h | 5 +-- include/nuttx/timers/timer.h | 8 ++--- 5 files changed, 39 insertions(+), 71 deletions(-) ++ git log -1 --format=%cI + upstream_date=2026-01-08T09:49:07-03:00 + git --no-pager log -1 commit 02645974cb17835bcf0efebb3f07a7e9f2f94728 (HEAD -> master, origin/master, origin/HEAD) Author: zhanghongyu Date: Tue May 13 20:54:13 2025 +0800 drivers/net/igc.c: add device id 0x15f3 support add the network card models whose functions have been confirmed to the id table. Signed-off-by: zhanghongyu + popd /tmp/sync-build-ingest + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest ++ git log -1 --format=%cI HEAD~1 + downstream_date=2026-01-08T09:05:02+01:00 + git --no-pager log -1 HEAD~1 commit 69d4e4101ff0665067a22026d05bbc8f3ece4243 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Jan 8 06:37:11 2026 +0000 build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /Documentation Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] + popd /tmp/sync-build-ingest + [[ 2026-01-08T09:49:07-03:00 == \2\0\2\6\-\0\1\-\0\8\T\0\9\:\0\5\:\0\2\+\0\1\:\0\0 ]] + set +x **** Discarding 'Enable macOS' commit from NuttX Mirror... + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git --no-pager log -1 commit fc547cf9995fb289c43b2c58be34f0fa964c0860 (HEAD -> master, origin/master, origin/HEAD) Author: nuttxpr (nuttx-dashboard-vm) Date: Thu Jan 8 09:40:52 2026 +0000 Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh + git reset --hard HEAD~1 HEAD is now at 69d4e4101f build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /Documentation + git status On branch master Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) nothing to commit, working tree clean + git push -f Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 To ssh://github.com/NuttX/nuttx + fc547cf999...69d4e4101f master -> master (forced update) + popd /tmp/sync-build-ingest + sleep 10 + set +x **** Syncing NuttX Mirror with NuttX Repo... + gh repo sync NuttX/nuttx --force ✓ Synced the "NuttX:master" branch from "apache:master" + pushd downstream /tmp/sync-build-ingest/downstream /tmp/sync-build-ingest + git pull remote: Enumerating objects: 25, done. remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 100% (17/17), done. remote: Total 25 (delta 8), reused 0 (delta 0), pack-reused 8 (from 1) Unpacking objects: 100% (25/25), 38.44 KiB | 172.00 KiB/s, done. From ssh://github.com/NuttX/nuttx 69d4e4101f..02645974cb master -> origin/master Updating 69d4e4101f..02645974cb Fast-forward drivers/can/sja1000.c | 73 ++++++------------------------------------- drivers/net/e1000.c | 20 ++++++++++++ drivers/net/igc.c | 4 +++ include/nuttx/can/sja1000.h | 5 +-- include/nuttx/timers/timer.h | 8 ++--- 5 files changed, 39 insertions(+), 71 deletions(-) + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git --no-pager log -1 commit 02645974cb17835bcf0efebb3f07a7e9f2f94728 (HEAD -> master, origin/master, origin/HEAD) Author: zhanghongyu Date: Tue May 13 20:54:13 2025 +0800 drivers/net/igc.c: add device id 0x15f3 support add the network card models whose functions have been confirmed to the id table. Signed-off-by: zhanghongyu + popd /tmp/sync-build-ingest + sleep 10 + set +x **** Building NuttX Mirror... + /home/luppy/nuttx-release/enable-macos-windows.sh + tmp_dir=/tmp/enable-macos-windows + rm -rf /tmp/enable-macos-windows + mkdir /tmp/enable-macos-windows + cd /tmp/enable-macos-windows + git clone ssh://git@github.com/NuttX/nuttx Cloning into 'nuttx'... remote: Enumerating objects: 872788, done. remote: Counting objects: 100% (498/498), done. remote: Compressing objects: 100% (258/258), done. remote: Total 872788 (delta 299), reused 240 (delta 240), pack-reused 872290 (from 3) Receiving objects: 100% (872788/872788), 342.39 MiB | 8.63 MiB/s, done. Resolving deltas: 100% (683830/683830), done. Updating files: 100% (25302/25302), done. + cd nuttx + file=.github/workflows/build.yml + tmp_file=/tmp/enable-macos-windows/build.yml + search=branches: + replace='branches:\n - master' + cat .github/workflows/build.yml + sed 's/branches:/branches:\n - master/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='apache\/nuttx\/.github\/workflows\/arch.yml@master' + replace='NuttX\/nuttx\/.github\/workflows\/arch.yml@master' + sed 's/apache\/nuttx\/.github\/workflows\/arch.yml@master/NuttX\/nuttx\/.github\/workflows\/arch.yml@master/g' + cat .github/workflows/build.yml + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='max-parallel: 12' + replace='fail-fast: false' + sed 's/max-parallel: 12/fail-fast: false/g' + cat .github/workflows/build.yml + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='max-parallel: 2' + replace='fail-fast: false' + cat .github/workflows/build.yml + sed 's/max-parallel: 2/fail-fast: false/g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + search='cache: false' + replace= + cat .github/workflows/build.yml + sed 's/cache: false//g' + mv /tmp/enable-macos-windows/build.yml .github/workflows/build.yml + file=.github/workflows/arch.yml + tmp_file=/tmp/enable-macos-windows/arch.yml + search='== "macOS"' + replace='== "NOTUSED"' + sed 's/== "macOS"/== "NOTUSED"/g' + cat .github/workflows/arch.yml + mv /tmp/enable-macos-windows/arch.yml .github/workflows/arch.yml + git pull Already up to date. + git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: .github/workflows/arch.yml modified: .github/workflows/build.yml no changes added to commit (use "git add" and/or "git commit -a") + git add . + git commit --all '--message=Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh' [master a85a8475ea] Enable macOS Builds https://github.com/lupyuen/nuttx-release/blob/main/enable-macos-windows.sh 2 files changed, 9 insertions(+), 8 deletions(-) + git push Enumerating objects: 11, done. Counting objects: 100% (11/11), done. Delta compression using up to 2 threads Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 653 bytes | 653.00 KiB/s, done. Total 6 (delta 5), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (5/5), completed with 5 local objects. To ssh://github.com/NuttX/nuttx 02645974cb..a85a8475ea master -> master + set +x **** Waiting for Build to start... + date Thu Jan 8 13:22:45 UTC 2026 + sleep 900