﻿2025-08-20T21:43:09.7996733Z Current runner version: '2.328.0'
2025-08-20T21:43:09.8020875Z ##[group]Runner Image Provisioner
2025-08-20T21:43:09.8021818Z Hosted Compute Agent
2025-08-20T21:43:09.8022393Z Version: 20250818.377
2025-08-20T21:43:09.8022990Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:43:09.8023753Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:43:09.8024364Z ##[endgroup]
2025-08-20T21:43:09.8024908Z ##[group]Operating System
2025-08-20T21:43:09.8025780Z Ubuntu
2025-08-20T21:43:09.8026313Z 24.04.2
2025-08-20T21:43:09.8026761Z LTS
2025-08-20T21:43:09.8027328Z ##[endgroup]
2025-08-20T21:43:09.8027862Z ##[group]Runner Image
2025-08-20T21:43:09.8028398Z Image: ubuntu-24.04
2025-08-20T21:43:09.8029007Z Version: 20250818.1.0
2025-08-20T21:43:09.8030024Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:43:09.8031656Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:43:09.8032659Z ##[endgroup]
2025-08-20T21:43:09.8033706Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:43:09.8036104Z Contents: write
2025-08-20T21:43:09.8036682Z Metadata: read
2025-08-20T21:43:09.8037345Z ##[endgroup]
2025-08-20T21:43:09.8039792Z Secret source: Actions
2025-08-20T21:43:09.8040797Z Prepare workflow directory
2025-08-20T21:43:09.8380164Z Prepare all required actions
2025-08-20T21:43:09.8518206Z Complete job name: preprocess
2025-08-20T21:43:09.9585224Z ##[group]Run ##Presets
2025-08-20T21:43:09.9586797Z [36;1m##Presets[0m
2025-08-20T21:43:09.9587626Z [36;1mset +x ; set +e[0m
2025-08-20T21:43:09.9588495Z [36;1m#-------------#[0m
2025-08-20T21:43:09.9589598Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9590781Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T21:43:09.9591865Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T21:43:09.9594206Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9597616Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9601077Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9604171Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9606428Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T21:43:09.9608678Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9610821Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:43:09.9613367Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9615828Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T21:43:09.9617918Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9620260Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T21:43:09.9622346Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9624479Z [36;1m   fi[0m
2025-08-20T21:43:09.9625651Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T21:43:09.9628537Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T21:43:09.9630406Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T21:43:09.9632530Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9636138Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9639548Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9642803Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9644946Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T21:43:09.9647414Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9649761Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:43:09.9652063Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9654555Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T21:43:09.9657073Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9659264Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T21:43:09.9661463Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9663668Z [36;1m   fi[0m
2025-08-20T21:43:09.9664611Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T21:43:09.9665911Z [36;1m   echo ""[0m
2025-08-20T21:43:09.9666806Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T21:43:09.9668949Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9672444Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9675977Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9679110Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9681429Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T21:43:09.9683602Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9686161Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:43:09.9688544Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9690788Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T21:43:09.9693100Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9695302Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T21:43:09.9697706Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9700062Z [36;1m   fi[0m
2025-08-20T21:43:09.9700782Z [36;1m fi[0m
2025-08-20T21:43:09.9701720Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:43:09.9703026Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T21:43:09.9704405Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T21:43:09.9706166Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T21:43:10.1269695Z shell: /usr/bin/bash -e {0}
2025-08-20T21:43:10.1270722Z ##[endgroup]
2025-08-20T21:43:10.1728639Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/stress-ng/official/source"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/stress-ng/official/source"}]' | jq .
2025-08-20T21:43:10.1731353Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/stress-ng/official/source"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/stress-ng/official/source"}]' | jq .[0m
2025-08-20T21:43:10.1771823Z shell: /usr/bin/bash -e {0}
2025-08-20T21:43:10.1772309Z ##[endgroup]
2025-08-20T21:43:10.1867982Z [
2025-08-20T21:43:10.1868420Z   {
2025-08-20T21:43:10.1868801Z     "host": "aarch64-Linux",
2025-08-20T21:43:10.1869309Z     "runner": "ubuntu-24.04-arm",
2025-08-20T21:43:10.1869960Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"
2025-08-20T21:43:10.1870592Z   },
2025-08-20T21:43:10.1870980Z   {
2025-08-20T21:43:10.1871342Z     "host": "x86_64-Linux",
2025-08-20T21:43:10.1871849Z     "runner": "ubuntu-latest",
2025-08-20T21:43:10.1872471Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/stress-ng/official/source"
2025-08-20T21:43:10.1873087Z   }
2025-08-20T21:43:10.1873435Z ]
2025-08-20T21:43:10.1920251Z Evaluate and set job outputs
2025-08-20T21:43:10.1929734Z Set output 'runner_matrix'
2025-08-20T21:43:10.1931779Z Cleaning up orphan processes
