﻿2025-08-20T18:51:14.3836597Z Current runner version: '2.328.0'
2025-08-20T18:51:14.3859518Z ##[group]Runner Image Provisioner
2025-08-20T18:51:14.3860384Z Hosted Compute Agent
2025-08-20T18:51:14.3861016Z Version: 20250818.377
2025-08-20T18:51:14.3861683Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:51:14.3862417Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:51:14.3863268Z ##[endgroup]
2025-08-20T18:51:14.3863842Z ##[group]Operating System
2025-08-20T18:51:14.3864437Z Ubuntu
2025-08-20T18:51:14.3864996Z 24.04.2
2025-08-20T18:51:14.3865473Z LTS
2025-08-20T18:51:14.3865993Z ##[endgroup]
2025-08-20T18:51:14.3866628Z ##[group]Runner Image
2025-08-20T18:51:14.3867176Z Image: ubuntu-24.04
2025-08-20T18:51:14.3867734Z Version: 20250810.1.0
2025-08-20T18:51:14.3868807Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T18:51:14.3870346Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T18:51:14.3871452Z ##[endgroup]
2025-08-20T18:51:14.3872491Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:51:14.3874717Z Contents: write
2025-08-20T18:51:14.3875344Z Metadata: read
2025-08-20T18:51:14.3875866Z ##[endgroup]
2025-08-20T18:51:14.3878339Z Secret source: Actions
2025-08-20T18:51:14.3879085Z Prepare workflow directory
2025-08-20T18:51:14.4206093Z Prepare all required actions
2025-08-20T18:51:14.4302409Z Complete job name: preprocess
2025-08-20T18:51:14.5040534Z ##[group]Run ##Presets
2025-08-20T18:51:14.5041353Z [36;1m##Presets[0m
2025-08-20T18:51:14.5041989Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:14.5042583Z [36;1m#-------------#[0m
2025-08-20T18:51:14.5043392Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5044227Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T18:51:14.5044931Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:14.5046231Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5048036Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5049911Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5051601Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5052772Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:14.5054395Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5055640Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:14.5056878Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5058236Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:14.5059436Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5060649Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:14.5061902Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5063230Z [36;1m   fi[0m
2025-08-20T18:51:14.5063815Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T18:51:14.5065594Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T18:51:14.5066476Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:14.5068015Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5069836Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5071666Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5073606Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5074815Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:14.5076092Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5077367Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:14.5078655Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5080008Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:14.5081365Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5082630Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:14.5084046Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5085231Z [36;1m   fi[0m
2025-08-20T18:51:14.5085806Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T18:51:14.5086559Z [36;1m   echo ""[0m
2025-08-20T18:51:14.5087113Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:14.5088350Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5090205Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5091993Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5094120Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5095347Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:14.5096598Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5097930Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:14.5099220Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5100547Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:14.5101836Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5103341Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:14.5104604Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5105907Z [36;1m   fi[0m
2025-08-20T18:51:14.5106407Z [36;1m fi[0m
2025-08-20T18:51:14.5107405Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:14.5108208Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T18:51:14.5109058Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T18:51:14.5110020Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T18:51:14.5583710Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:14.5584752Z ##[endgroup]
2025-08-20T18:51:14.6021638Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/aliyun-cli/official"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/aliyun-cli/official"}]' | jq .
2025-08-20T18:51:14.6024547Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/aliyun-cli/official"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/aliyun-cli/official"}]' | jq .[0m
2025-08-20T18:51:14.6134590Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:14.6135401Z ##[endgroup]
2025-08-20T18:51:14.6250378Z [
2025-08-20T18:51:14.6251089Z   {
2025-08-20T18:51:14.6251756Z     "host": "aarch64-Linux",
2025-08-20T18:51:14.6252633Z     "runner": "ubuntu-24.04-arm",
2025-08-20T18:51:14.6253893Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"
2025-08-20T18:51:14.6254544Z   },
2025-08-20T18:51:14.6254930Z   {
2025-08-20T18:51:14.6255366Z     "host": "x86_64-Linux",
2025-08-20T18:51:14.6255886Z     "runner": "ubuntu-latest",
2025-08-20T18:51:14.6256502Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/aliyun-cli/official"
2025-08-20T18:51:14.6257129Z   }
2025-08-20T18:51:14.6257503Z ]
2025-08-20T18:51:14.6305487Z Evaluate and set job outputs
2025-08-20T18:51:14.6314531Z Set output 'runner_matrix'
2025-08-20T18:51:14.6316697Z Cleaning up orphan processes
