﻿2025-08-20T18:51:08.7945305Z Current runner version: '2.328.0'
2025-08-20T18:51:08.7970606Z ##[group]Runner Image Provisioner
2025-08-20T18:51:08.7971528Z Hosted Compute Agent
2025-08-20T18:51:08.7972068Z Version: 20250818.377
2025-08-20T18:51:08.7972702Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:51:08.7973487Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:51:08.7974134Z ##[endgroup]
2025-08-20T18:51:08.7974653Z ##[group]Operating System
2025-08-20T18:51:08.7975272Z Ubuntu
2025-08-20T18:51:08.7975743Z 24.04.2
2025-08-20T18:51:08.7976175Z LTS
2025-08-20T18:51:08.7976710Z ##[endgroup]
2025-08-20T18:51:08.7977245Z ##[group]Runner Image
2025-08-20T18:51:08.7977783Z Image: ubuntu-24.04
2025-08-20T18:51:08.7978350Z Version: 20250818.1.0
2025-08-20T18:51:08.7979679Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T18:51:08.7981330Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T18:51:08.7982337Z ##[endgroup]
2025-08-20T18:51:08.7983480Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:51:08.7985263Z Contents: write
2025-08-20T18:51:08.7985821Z Metadata: read
2025-08-20T18:51:08.7986466Z ##[endgroup]
2025-08-20T18:51:08.7989053Z Secret source: Actions
2025-08-20T18:51:08.7990074Z Prepare workflow directory
2025-08-20T18:51:08.8317232Z Prepare all required actions
2025-08-20T18:51:08.8411434Z Complete job name: preprocess
2025-08-20T18:51:08.9141440Z ##[group]Run ##Presets
2025-08-20T18:51:08.9142257Z [36;1m##Presets[0m
2025-08-20T18:51:08.9142860Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:08.9143432Z [36;1m#-------------#[0m
2025-08-20T18:51:08.9144041Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9144828Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T18:51:08.9145506Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:08.9146866Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9149151Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9151167Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9153085Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9154290Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:08.9155599Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9156894Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:08.9158297Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9160011Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:08.9161286Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9162487Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:08.9163792Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9164972Z [36;1m   fi[0m
2025-08-20T18:51:08.9165590Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T18:51:08.9167305Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T18:51:08.9168376Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:08.9169955Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9171899Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9173827Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9175734Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9177037Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:08.9178266Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9179785Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:08.9181309Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9182753Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:08.9184035Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9185271Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:08.9186584Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9187816Z [36;1m   fi[0m
2025-08-20T18:51:08.9188348Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T18:51:08.9189284Z [36;1m   echo ""[0m
2025-08-20T18:51:08.9189836Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:08.9191164Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9193118Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9195082Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9196913Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9198174Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:08.9199745Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9201162Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:08.9202569Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9203849Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:08.9205208Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9206476Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:08.9207940Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9209339Z [36;1m   fi[0m
2025-08-20T18:51:08.9209775Z [36;1m fi[0m
2025-08-20T18:51:08.9210337Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:08.9211134Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T18:51:08.9211975Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T18:51:08.9212847Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T18:51:08.9466395Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:08.9467297Z ##[endgroup]
2025-08-20T18:51:09.0181750Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/binary-security-check/official"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/binary-security-check/official"}]' | jq .
2025-08-20T18:51:09.0187057Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/binary-security-check/official"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/binary-security-check/official"}]' | jq .[0m
2025-08-20T18:51:09.0236565Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:09.0237061Z ##[endgroup]
2025-08-20T18:51:09.0339955Z [
2025-08-20T18:51:09.0340681Z   {
2025-08-20T18:51:09.0341363Z     "host": "aarch64-Linux",
2025-08-20T18:51:09.0342197Z     "runner": "ubuntu-24.04-arm",
2025-08-20T18:51:09.0343114Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"
2025-08-20T18:51:09.0343793Z   },
2025-08-20T18:51:09.0344176Z   {
2025-08-20T18:51:09.0344535Z     "host": "x86_64-Linux",
2025-08-20T18:51:09.0345000Z     "runner": "ubuntu-latest",
2025-08-20T18:51:09.0345646Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official"
2025-08-20T18:51:09.0346316Z   }
2025-08-20T18:51:09.0346659Z ]
2025-08-20T18:51:09.0394949Z Evaluate and set job outputs
2025-08-20T18:51:09.0403921Z Set output 'runner_matrix'
2025-08-20T18:51:09.0405925Z Cleaning up orphan processes
