﻿2025-08-20T20:18:13.1736734Z Current runner version: '2.328.0'
2025-08-20T20:18:13.1761156Z ##[group]Runner Image Provisioner
2025-08-20T20:18:13.1762099Z Hosted Compute Agent
2025-08-20T20:18:13.1762711Z Version: 20250818.377
2025-08-20T20:18:13.1763369Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:18:13.1764131Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:18:13.1764706Z ##[endgroup]
2025-08-20T20:18:13.1765237Z ##[group]Operating System
2025-08-20T20:18:13.1765863Z Ubuntu
2025-08-20T20:18:13.1766318Z 24.04.2
2025-08-20T20:18:13.1766839Z LTS
2025-08-20T20:18:13.1767370Z ##[endgroup]
2025-08-20T20:18:13.1767862Z ##[group]Runner Image
2025-08-20T20:18:13.1768416Z Image: ubuntu-24.04
2025-08-20T20:18:13.1768995Z Version: 20250818.1.0
2025-08-20T20:18:13.1770045Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:18:13.1772075Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:18:13.1773094Z ##[endgroup]
2025-08-20T20:18:13.1774235Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:18:13.1776399Z Contents: write
2025-08-20T20:18:13.1776963Z Metadata: read
2025-08-20T20:18:13.1777598Z ##[endgroup]
2025-08-20T20:18:13.1779711Z Secret source: Actions
2025-08-20T20:18:13.1780723Z Prepare workflow directory
2025-08-20T20:18:13.2122829Z Prepare all required actions
2025-08-20T20:18:13.2219641Z Complete job name: preprocess
2025-08-20T20:18:13.2993827Z ##[group]Run ##Presets
2025-08-20T20:18:13.2994666Z [36;1m##Presets[0m
2025-08-20T20:18:13.2995275Z [36;1mset +x ; set +e[0m
2025-08-20T20:18:13.2995860Z [36;1m#-------------#[0m
2025-08-20T20:18:13.2996483Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.2997265Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T20:18:13.2997970Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T20:18:13.2999315Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3001468Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3003400Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3005222Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3006450Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T20:18:13.3007714Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3008979Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:18:13.3010231Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3011923Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T20:18:13.3013231Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3014476Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T20:18:13.3015757Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3016877Z [36;1m   fi[0m
2025-08-20T20:18:13.3017455Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T20:18:13.3019231Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T20:18:13.3020392Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T20:18:13.3022159Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3024106Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3025973Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3027842Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3029089Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T20:18:13.3030339Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3031847Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:18:13.3033191Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3034633Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T20:18:13.3035949Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3037205Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T20:18:13.3038518Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3039719Z [36;1m   fi[0m
2025-08-20T20:18:13.3040272Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T20:18:13.3040964Z [36;1m   echo ""[0m
2025-08-20T20:18:13.3041647Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T20:18:13.3042863Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3044772Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3046690Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3048521Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3049772Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T20:18:13.3051139Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3052637Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:18:13.3054020Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3055379Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T20:18:13.3056719Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3057971Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T20:18:13.3059146Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3060597Z [36;1m   fi[0m
2025-08-20T20:18:13.3061385Z [36;1m fi[0m
2025-08-20T20:18:13.3061994Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:18:13.3062808Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T20:18:13.3063701Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T20:18:13.3064626Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T20:18:13.3455839Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:13.3457517Z ##[endgroup]
2025-08-20T20:18:13.4117344Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/litestream/official/source"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/litestream/official/source"}]' | jq .
2025-08-20T20:18:13.4122855Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/litestream/official/source"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/litestream/official/source"}]' | jq .[0m
2025-08-20T20:18:13.4167350Z shell: /usr/bin/bash -e {0}
2025-08-20T20:18:13.4167848Z ##[endgroup]
2025-08-20T20:18:13.4288563Z [
2025-08-20T20:18:13.4289061Z   {
2025-08-20T20:18:13.4289453Z     "host": "aarch64-Linux",
2025-08-20T20:18:13.4289966Z     "runner": "ubuntu-24.04-arm",
2025-08-20T20:18:13.4290632Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"
2025-08-20T20:18:13.4291527Z   },
2025-08-20T20:18:13.4291951Z   {
2025-08-20T20:18:13.4292322Z     "host": "x86_64-Linux",
2025-08-20T20:18:13.4292797Z     "runner": "ubuntu-latest",
2025-08-20T20:18:13.4293436Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/litestream/official/source"
2025-08-20T20:18:13.4294075Z   }
2025-08-20T20:18:13.4294432Z ]
2025-08-20T20:18:13.4343472Z Evaluate and set job outputs
2025-08-20T20:18:13.4353066Z Set output 'runner_matrix'
2025-08-20T20:18:13.4355121Z Cleaning up orphan processes
