﻿2025-08-20T18:51:31.6609011Z Current runner version: '2.328.0'
2025-08-20T18:51:31.6644178Z ##[group]Runner Image Provisioner
2025-08-20T18:51:31.6645492Z Hosted Compute Agent
2025-08-20T18:51:31.6646676Z Version: 20250818.377
2025-08-20T18:51:31.6647874Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:51:31.6649029Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:51:31.6650094Z ##[endgroup]
2025-08-20T18:51:31.6651080Z ##[group]Operating System
2025-08-20T18:51:31.6652014Z Ubuntu
2025-08-20T18:51:31.6652808Z 24.04.2
2025-08-20T18:51:31.6653675Z LTS
2025-08-20T18:51:31.6654381Z ##[endgroup]
2025-08-20T18:51:31.6655387Z ##[group]Runner Image
2025-08-20T18:51:31.6656771Z Image: ubuntu-24.04
2025-08-20T18:51:31.6657754Z Version: 20250818.1.0
2025-08-20T18:51:31.6659556Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T18:51:31.6662511Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T18:51:31.6664294Z ##[endgroup]
2025-08-20T18:51:31.6666766Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:51:31.6669653Z Contents: write
2025-08-20T18:51:31.6670685Z Metadata: read
2025-08-20T18:51:31.6671544Z ##[endgroup]
2025-08-20T18:51:31.6674619Z Secret source: Actions
2025-08-20T18:51:31.6676245Z Prepare workflow directory
2025-08-20T18:51:31.7192396Z Prepare all required actions
2025-08-20T18:51:31.7330597Z Complete job name: preprocess
2025-08-20T18:51:31.8503444Z ##[group]Run ##Presets
2025-08-20T18:51:31.8504702Z [36;1m##Presets[0m
2025-08-20T18:51:31.8505752Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:31.8506961Z [36;1m#-------------#[0m
2025-08-20T18:51:31.8507947Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8509389Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T18:51:31.8510767Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:31.8513269Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8516889Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8520533Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8523834Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8526489Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:31.8528772Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8531050Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:31.8533485Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8536009Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:31.8538392Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8540668Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:31.8542877Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8545214Z [36;1m   fi[0m
2025-08-20T18:51:31.8546498Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T18:51:31.8549582Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T18:51:31.8551468Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:31.8553705Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8557510Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8561031Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8564544Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8567105Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:31.8569385Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8571961Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:31.8574324Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8577736Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:31.8580139Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8582407Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:31.8584831Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8587272Z [36;1m   fi[0m
2025-08-20T18:51:31.8588425Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T18:51:31.8589504Z [36;1m   echo ""[0m
2025-08-20T18:51:31.8590407Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T18:51:31.8592809Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8596611Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8599796Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8601609Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8602869Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:31.8604233Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8605532Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:31.8607188Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8608564Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:31.8609805Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8611196Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:31.8612429Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8613889Z [36;1m   fi[0m
2025-08-20T18:51:31.8614394Z [36;1m fi[0m
2025-08-20T18:51:31.8614917Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T18:51:31.8615743Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T18:51:31.8616986Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T18:51:31.8617825Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T18:51:32.2477014Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:32.2477910Z ##[endgroup]
2025-08-20T18:51:32.2939190Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}]' | jq .
2025-08-20T18:51:32.2942016Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"}]' | jq .[0m
2025-08-20T18:51:32.2983737Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:32.2984223Z ##[endgroup]
2025-08-20T18:51:32.3086695Z [
2025-08-20T18:51:32.3087141Z   {
2025-08-20T18:51:32.3087561Z     "host": "aarch64-Linux",
2025-08-20T18:51:32.3088084Z     "runner": "ubuntu-24.04-arm",
2025-08-20T18:51:32.3088776Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"
2025-08-20T18:51:32.3089424Z   },
2025-08-20T18:51:32.3089856Z   {
2025-08-20T18:51:32.3090223Z     "host": "x86_64-Linux",
2025-08-20T18:51:32.3090698Z     "runner": "ubuntu-latest",
2025-08-20T18:51:32.3091330Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/coreutils/multicall/glibc"
2025-08-20T18:51:32.3091976Z   }
2025-08-20T18:51:32.3092333Z ]
2025-08-20T18:51:32.3141036Z Evaluate and set job outputs
2025-08-20T18:51:32.3150541Z Set output 'runner_matrix'
2025-08-20T18:51:32.3152654Z Cleaning up orphan processes
