﻿2025-08-20T19:56:57.8698174Z Current runner version: '2.328.0'
2025-08-20T19:56:57.8731161Z ##[group]Runner Image Provisioner
2025-08-20T19:56:57.8732504Z Hosted Compute Agent
2025-08-20T19:56:57.8733629Z Version: 20250818.377
2025-08-20T19:56:57.8734660Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:56:57.8735961Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:56:57.8737044Z ##[endgroup]
2025-08-20T19:56:57.8738019Z ##[group]Operating System
2025-08-20T19:56:57.8739053Z Ubuntu
2025-08-20T19:56:57.8739889Z 24.04.2
2025-08-20T19:56:57.8740919Z LTS
2025-08-20T19:56:57.8741720Z ##[endgroup]
2025-08-20T19:56:57.8742551Z ##[group]Runner Image
2025-08-20T19:56:57.8743814Z Image: ubuntu-24.04
2025-08-20T19:56:57.8744618Z Version: 20250818.1.0
2025-08-20T19:56:57.8746474Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T19:56:57.8749161Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T19:56:57.8750796Z ##[endgroup]
2025-08-20T19:56:57.8752443Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:56:57.8755291Z Contents: write
2025-08-20T19:56:57.8756323Z Metadata: read
2025-08-20T19:56:57.8757226Z ##[endgroup]
2025-08-20T19:56:57.8760301Z Secret source: Actions
2025-08-20T19:56:57.8761419Z Prepare workflow directory
2025-08-20T19:56:57.9226996Z Prepare all required actions
2025-08-20T19:56:57.9366151Z Complete job name: preprocess
2025-08-20T19:56:58.0397193Z ##[group]Run ##Presets
2025-08-20T19:56:58.0398018Z [36;1m##Presets[0m
2025-08-20T19:56:58.0398615Z [36;1mset +x ; set +e[0m
2025-08-20T19:56:58.0399199Z [36;1m#-------------#[0m
2025-08-20T19:56:58.0399782Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0400541Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T19:56:58.0401264Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:56:58.0402581Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0404608Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0406446Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0408166Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0409364Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:56:58.0410551Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0411736Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:56:58.0413202Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0414479Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:56:58.0415724Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0416906Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:56:58.0418036Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0419198Z [36;1m   fi[0m
2025-08-20T19:56:58.0419773Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T19:56:58.0421416Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T19:56:58.0422351Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:56:58.0423902Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0425684Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0427586Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0429306Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0430544Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:56:58.0431780Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0433203Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:56:58.0434588Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0435900Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:56:58.0437283Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0438579Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:56:58.0439746Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0440878Z [36;1m   fi[0m
2025-08-20T19:56:58.0441517Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T19:56:58.0442177Z [36;1m   echo ""[0m
2025-08-20T19:56:58.0442678Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:56:58.0444065Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0445895Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0447693Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0449478Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0450620Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:56:58.0451836Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0453245Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:56:58.0454556Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0455905Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:56:58.0457096Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0458309Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:56:58.0459498Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0461231Z [36;1m   fi[0m
2025-08-20T19:56:58.0461742Z [36;1m fi[0m
2025-08-20T19:56:58.0462249Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:56:58.0463171Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T19:56:58.0464070Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T19:56:58.0464970Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T19:56:58.0789580Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:58.0791000Z ##[endgroup]
2025-08-20T19:56:58.1241225Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}]' | jq .
2025-08-20T19:56:58.1243970Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/isolate/ppkg/stable"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/isolate/ppkg/stable"}]' | jq .[0m
2025-08-20T19:56:58.1284500Z shell: /usr/bin/bash -e {0}
2025-08-20T19:56:58.1284999Z ##[endgroup]
2025-08-20T19:56:58.1381897Z [
2025-08-20T19:56:58.1382410Z   {
2025-08-20T19:56:58.1382883Z     "host": "aarch64-Linux",
2025-08-20T19:56:58.1383772Z     "runner": "ubuntu-24.04-arm",
2025-08-20T19:56:58.1384501Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"
2025-08-20T19:56:58.1385212Z   },
2025-08-20T19:56:58.1385643Z   {
2025-08-20T19:56:58.1386141Z     "host": "x86_64-Linux",
2025-08-20T19:56:58.1386696Z     "runner": "ubuntu-latest",
2025-08-20T19:56:58.1387355Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/isolate/ppkg/stable"
2025-08-20T19:56:58.1388028Z   }
2025-08-20T19:56:58.1388468Z ]
2025-08-20T19:56:58.1433665Z Evaluate and set job outputs
2025-08-20T19:56:58.1442196Z Set output 'runner_matrix'
2025-08-20T19:56:58.1444481Z Cleaning up orphan processes
