﻿2025-08-20T19:46:24.4857910Z Current runner version: '2.328.0'
2025-08-20T19:46:24.4881669Z ##[group]Runner Image Provisioner
2025-08-20T19:46:24.4882849Z Hosted Compute Agent
2025-08-20T19:46:24.4883898Z Version: 20250818.377
2025-08-20T19:46:24.4884924Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:46:24.4886428Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:46:24.4887520Z ##[endgroup]
2025-08-20T19:46:24.4888377Z ##[group]Operating System
2025-08-20T19:46:24.4889214Z Ubuntu
2025-08-20T19:46:24.4889837Z 24.04.2
2025-08-20T19:46:24.4890285Z LTS
2025-08-20T19:46:24.4891371Z ##[endgroup]
2025-08-20T19:46:24.4892115Z ##[group]Runner Image
2025-08-20T19:46:24.4892703Z Image: ubuntu-24.04
2025-08-20T19:46:24.4893185Z Version: 20250810.1.0
2025-08-20T19:46:24.4894281Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T19:46:24.4896131Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T19:46:24.4897231Z ##[endgroup]
2025-08-20T19:46:24.4898265Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:46:24.4900178Z Contents: write
2025-08-20T19:46:24.4900801Z Metadata: read
2025-08-20T19:46:24.4901408Z ##[endgroup]
2025-08-20T19:46:24.4903393Z Secret source: Actions
2025-08-20T19:46:24.4904118Z Prepare workflow directory
2025-08-20T19:46:24.5235861Z Prepare all required actions
2025-08-20T19:46:24.5335371Z Complete job name: preprocess
2025-08-20T19:46:24.6080575Z ##[group]Run ##Presets
2025-08-20T19:46:24.6081455Z [36;1m##Presets[0m
2025-08-20T19:46:24.6082014Z [36;1mset +x ; set +e[0m
2025-08-20T19:46:24.6082555Z [36;1m#-------------#[0m
2025-08-20T19:46:24.6083222Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6083942Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T19:46:24.6084630Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:46:24.6086341Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6088067Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6089814Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6091541Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6092718Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:46:24.6093888Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6095253Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:46:24.6096602Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6097839Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:46:24.6098968Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6100190Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:46:24.6101314Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6102344Z [36;1m   fi[0m
2025-08-20T19:46:24.6102992Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T19:46:24.6104642Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T19:46:24.6105674Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:46:24.6107114Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6108789Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6110592Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6112361Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6113524Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:46:24.6114779Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6116275Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:46:24.6117564Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6118846Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:46:24.6120200Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6121468Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:46:24.6122596Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6123697Z [36;1m   fi[0m
2025-08-20T19:46:24.6124327Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T19:46:24.6125192Z [36;1m   echo ""[0m
2025-08-20T19:46:24.6125817Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:46:24.6127069Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6128843Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6130639Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6132341Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6133494Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:46:24.6134681Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6136118Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:46:24.6137371Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6138742Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:46:24.6139926Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6141064Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:46:24.6142288Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6143383Z [36;1m   fi[0m
2025-08-20T19:46:24.6143898Z [36;1m fi[0m
2025-08-20T19:46:24.6144585Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:46:24.6145500Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T19:46:24.6146441Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T19:46:24.6147289Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T19:46:24.7756094Z shell: /usr/bin/bash -e {0}
2025-08-20T19:46:24.7757213Z ##[endgroup]
2025-08-20T19:46:24.8283217Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/gpg-tui/official"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/gpg-tui/official"}]' | jq .
2025-08-20T19:46:24.8285829Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/gpg-tui/official"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/gpg-tui/official"}]' | jq .[0m
2025-08-20T19:46:24.8324912Z shell: /usr/bin/bash -e {0}
2025-08-20T19:46:24.8325676Z ##[endgroup]
2025-08-20T19:46:24.8421419Z [
2025-08-20T19:46:24.8421854Z   {
2025-08-20T19:46:24.8422240Z     "host": "aarch64-Linux",
2025-08-20T19:46:24.8422747Z     "runner": "ubuntu-24.04-arm",
2025-08-20T19:46:24.8423345Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"
2025-08-20T19:46:24.8423933Z   },
2025-08-20T19:46:24.8424318Z   {
2025-08-20T19:46:24.8424716Z     "host": "x86_64-Linux",
2025-08-20T19:46:24.8425498Z     "runner": "ubuntu-latest",
2025-08-20T19:46:24.8426101Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/gpg-tui/official"
2025-08-20T19:46:24.8426687Z   }
2025-08-20T19:46:24.8427033Z ]
2025-08-20T19:46:24.8472254Z Evaluate and set job outputs
2025-08-20T19:46:24.8481373Z Set output 'runner_matrix'
2025-08-20T19:46:24.8483379Z Cleaning up orphan processes
