﻿2025-08-20T21:37:02.2025286Z Current runner version: '2.328.0'
2025-08-20T21:37:02.2056206Z ##[group]Runner Image Provisioner
2025-08-20T21:37:02.2057386Z Hosted Compute Agent
2025-08-20T21:37:02.2058238Z Version: 20250818.377
2025-08-20T21:37:02.2059514Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:37:02.2060598Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:37:02.2061472Z ##[endgroup]
2025-08-20T21:37:02.2062512Z ##[group]Operating System
2025-08-20T21:37:02.2063489Z Ubuntu
2025-08-20T21:37:02.2064207Z 24.04.2
2025-08-20T21:37:02.2065139Z LTS
2025-08-20T21:37:02.2065914Z ##[endgroup]
2025-08-20T21:37:02.2066731Z ##[group]Runner Image
2025-08-20T21:37:02.2067885Z Image: ubuntu-24.04
2025-08-20T21:37:02.2068809Z Version: 20250818.1.0
2025-08-20T21:37:02.2071014Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:37:02.2073512Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:37:02.2075281Z ##[endgroup]
2025-08-20T21:37:02.2076961Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:37:02.2080638Z Contents: write
2025-08-20T21:37:02.2081535Z Metadata: read
2025-08-20T21:37:02.2082390Z ##[endgroup]
2025-08-20T21:37:02.2085618Z Secret source: Actions
2025-08-20T21:37:02.2086794Z Prepare workflow directory
2025-08-20T21:37:02.2564255Z Prepare all required actions
2025-08-20T21:37:02.2707142Z Complete job name: preprocess
2025-08-20T21:37:02.3833412Z ##[group]Run ##Presets
2025-08-20T21:37:02.3834697Z [36;1m##Presets[0m
2025-08-20T21:37:02.3835548Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:02.3836609Z [36;1m#-------------#[0m
2025-08-20T21:37:02.3837543Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3838642Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T21:37:02.3840221Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T21:37:02.3842482Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3845824Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3849361Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3852593Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3854749Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T21:37:02.3856854Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3859316Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:02.3861705Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3864070Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T21:37:02.3866317Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3868526Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T21:37:02.3870897Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3872967Z [36;1m   fi[0m
2025-08-20T21:37:02.3873928Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T21:37:02.3876965Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T21:37:02.3878772Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T21:37:02.3881227Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3884617Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3887974Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3891535Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3893725Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T21:37:02.3896016Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3898249Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:02.3900754Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3903507Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T21:37:02.3905730Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3908027Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T21:37:02.3910367Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3912480Z [36;1m   fi[0m
2025-08-20T21:37:02.3913572Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T21:37:02.3914636Z [36;1m   echo ""[0m
2025-08-20T21:37:02.3915425Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T21:37:02.3917719Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3920980Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3922986Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3924833Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3926060Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T21:37:02.3927320Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3928659Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:02.3930286Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3931750Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T21:37:02.3933012Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3934257Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T21:37:02.3935474Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3936849Z [36;1m   fi[0m
2025-08-20T21:37:02.3937420Z [36;1m fi[0m
2025-08-20T21:37:02.3937893Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T21:37:02.3938663Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T21:37:02.3939877Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T21:37:02.3940728Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T21:37:02.4472017Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:02.4473626Z ##[endgroup]
2025-08-20T21:37:02.4960045Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}]' | jq .
2025-08-20T21:37:02.4962849Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"}]' | jq .[0m
2025-08-20T21:37:02.5004645Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:02.5005135Z ##[endgroup]
2025-08-20T21:37:02.5113605Z [
2025-08-20T21:37:02.5114043Z   {
2025-08-20T21:37:02.5114428Z     "host": "aarch64-Linux",
2025-08-20T21:37:02.5114920Z     "runner": "ubuntu-24.04-arm",
2025-08-20T21:37:02.5115582Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"
2025-08-20T21:37:02.5116242Z   },
2025-08-20T21:37:02.5116682Z   {
2025-08-20T21:37:02.5117052Z     "host": "x86_64-Linux",
2025-08-20T21:37:02.5117516Z     "runner": "ubuntu-latest",
2025-08-20T21:37:02.5118144Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/squashfs-mount/ppkg/stable"
2025-08-20T21:37:02.5118795Z   }
2025-08-20T21:37:02.5119379Z ]
2025-08-20T21:37:02.5171807Z Evaluate and set job outputs
2025-08-20T21:37:02.5181630Z Set output 'runner_matrix'
2025-08-20T21:37:02.5184320Z Cleaning up orphan processes
