﻿2025-08-20T19:46:43.3198429Z Current runner version: '2.328.0'
2025-08-20T19:46:43.3221339Z ##[group]Runner Image Provisioner
2025-08-20T19:46:43.3222184Z Hosted Compute Agent
2025-08-20T19:46:43.3222799Z Version: 20250818.377
2025-08-20T19:46:43.3223440Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:46:43.3224196Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:46:43.3225173Z ##[endgroup]
2025-08-20T19:46:43.3225849Z ##[group]Operating System
2025-08-20T19:46:43.3226420Z Ubuntu
2025-08-20T19:46:43.3226962Z 24.04.2
2025-08-20T19:46:43.3227399Z LTS
2025-08-20T19:46:43.3227872Z ##[endgroup]
2025-08-20T19:46:43.3228465Z ##[group]Runner Image
2025-08-20T19:46:43.3229019Z Image: ubuntu-24.04
2025-08-20T19:46:43.3229509Z Version: 20250810.1.0
2025-08-20T19:46:43.3230660Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T19:46:43.3232218Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T19:46:43.3233286Z ##[endgroup]
2025-08-20T19:46:43.3234298Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:46:43.3236450Z Contents: write
2025-08-20T19:46:43.3237045Z Metadata: read
2025-08-20T19:46:43.3237554Z ##[endgroup]
2025-08-20T19:46:43.3239945Z Secret source: Actions
2025-08-20T19:46:43.3240700Z Prepare workflow directory
2025-08-20T19:46:43.3559836Z Prepare all required actions
2025-08-20T19:46:43.3658435Z Complete job name: preprocess
2025-08-20T19:46:43.4399975Z ##[group]Run ##Presets
2025-08-20T19:46:43.4400923Z [36;1m##Presets[0m
2025-08-20T19:46:43.4401520Z [36;1mset +x ; set +e[0m
2025-08-20T19:46:43.4402064Z [36;1m#-------------#[0m
2025-08-20T19:46:43.4402639Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4403422Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T19:46:43.4404109Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:46:43.4405631Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4407545Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4409492Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4411287Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4412540Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:46:43.4413723Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4415128Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:46:43.4416450Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4418144Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:46:43.4420027Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4421266Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:46:43.4422471Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4423682Z [36;1m   fi[0m
2025-08-20T19:46:43.4424269Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T19:46:43.4426262Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T19:46:43.4427450Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:46:43.4428711Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4430581Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4432535Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4434372Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4436191Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:46:43.4437468Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4438798Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:46:43.4440129Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4441669Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:46:43.4442953Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4445010Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:46:43.4446295Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4447473Z [36;1m   fi[0m
2025-08-20T19:46:43.4448188Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T19:46:43.4448817Z [36;1m   echo ""[0m
2025-08-20T19:46:43.4449357Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:46:43.4450632Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4452525Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4454380Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4456316Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4457545Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:46:43.4458838Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4460135Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:46:43.4461467Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4462776Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:46:43.4464074Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4465449Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:46:43.4466721Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4468500Z [36;1m   fi[0m
2025-08-20T19:46:43.4468958Z [36;1m fi[0m
2025-08-20T19:46:43.4469566Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:43.4470349Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T19:46:43.4471241Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T19:46:43.4472132Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T19:46:43.4855572Z shell: /usr/bin/bash -e {0}
2025-08-20T19:46:43.4857026Z ##[endgroup]
2025-08-20T19:46:43.5333307Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/hakoniwa/official/source"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/hakoniwa/official/source"}]' | jq .
2025-08-20T19:46:43.5336559Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/hakoniwa/official/source"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/hakoniwa/official/source"}]' | jq .[0m
2025-08-20T19:46:43.5379910Z shell: /usr/bin/bash -e {0}
2025-08-20T19:46:43.5380495Z ##[endgroup]
2025-08-20T19:46:43.5536365Z [
2025-08-20T19:46:43.5537131Z   {
2025-08-20T19:46:43.5537814Z     "host": "aarch64-Linux",
2025-08-20T19:46:43.5538708Z     "runner": "ubuntu-24.04-arm",
2025-08-20T19:46:43.5539771Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"
2025-08-20T19:46:43.5540872Z   },
2025-08-20T19:46:43.5541455Z   {
2025-08-20T19:46:43.5542101Z     "host": "x86_64-Linux",
2025-08-20T19:46:43.5542899Z     "runner": "ubuntu-latest",
2025-08-20T19:46:43.5543979Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source"
2025-08-20T19:46:43.5545511Z   }
2025-08-20T19:46:43.5546120Z ]
2025-08-20T19:46:43.5601642Z Evaluate and set job outputs
2025-08-20T19:46:43.5612173Z Set output 'runner_matrix'
2025-08-20T19:46:43.5614495Z Cleaning up orphan processes
