﻿2025-08-20T20:50:31.5911169Z Current runner version: '2.328.0'
2025-08-20T20:50:31.5937088Z ##[group]Runner Image Provisioner
2025-08-20T20:50:31.5938054Z Hosted Compute Agent
2025-08-20T20:50:31.5938631Z Version: 20250818.377
2025-08-20T20:50:31.5939214Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:50:31.5940022Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:50:31.5940628Z ##[endgroup]
2025-08-20T20:50:31.5941110Z ##[group]Operating System
2025-08-20T20:50:31.5941731Z Ubuntu
2025-08-20T20:50:31.5942232Z 24.04.2
2025-08-20T20:50:31.5942673Z LTS
2025-08-20T20:50:31.5943227Z ##[endgroup]
2025-08-20T20:50:31.5943980Z ##[group]Runner Image
2025-08-20T20:50:31.5944687Z Image: ubuntu-24.04
2025-08-20T20:50:31.5945265Z Version: 20250818.1.0
2025-08-20T20:50:31.5946293Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:50:31.5947897Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:50:31.5948847Z ##[endgroup]
2025-08-20T20:50:31.5949904Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:50:31.5951972Z Contents: write
2025-08-20T20:50:31.5952519Z Metadata: read
2025-08-20T20:50:31.5953139Z ##[endgroup]
2025-08-20T20:50:31.5955330Z Secret source: Actions
2025-08-20T20:50:31.5956356Z Prepare workflow directory
2025-08-20T20:50:31.6358651Z Prepare all required actions
2025-08-20T20:50:31.6495120Z Complete job name: preprocess
2025-08-20T20:50:31.7577121Z ##[group]Run ##Presets
2025-08-20T20:50:31.7578538Z [36;1m##Presets[0m
2025-08-20T20:50:31.7579373Z [36;1mset +x ; set +e[0m
2025-08-20T20:50:31.7580209Z [36;1m#-------------#[0m
2025-08-20T20:50:31.7581312Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7582506Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T20:50:31.7583778Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T20:50:31.7586009Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7588958Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7591889Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7595201Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7597143Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T20:50:31.7599259Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7601302Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:50:31.7603425Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7605759Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T20:50:31.7607699Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7609818Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T20:50:31.7611746Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7613956Z [36;1m   fi[0m
2025-08-20T20:50:31.7614879Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T20:50:31.7617766Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T20:50:31.7619302Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T20:50:31.7621302Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7625127Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7628250Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7631098Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7633204Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T20:50:31.7635486Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7637551Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:50:31.7639813Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7641948Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T20:50:31.7644554Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7646686Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T20:50:31.7648649Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7650638Z [36;1m   fi[0m
2025-08-20T20:50:31.7651567Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T20:50:31.7652602Z [36;1m   echo ""[0m
2025-08-20T20:50:31.7653540Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T20:50:31.7655861Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7659034Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7662232Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7665316Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7667444Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T20:50:31.7669483Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7671716Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:50:31.7674170Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7676423Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T20:50:31.7678593Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7680668Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T20:50:31.7682570Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7684768Z [36;1m   fi[0m
2025-08-20T20:50:31.7685550Z [36;1m fi[0m
2025-08-20T20:50:31.7686460Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T20:50:31.7688147Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T20:50:31.7689585Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T20:50:31.7691145Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T20:50:31.8916815Z shell: /usr/bin/bash -e {0}
2025-08-20T20:50:31.8917934Z ##[endgroup]
2025-08-20T20:50:31.9768515Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/nushell/glibc"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/nushell/glibc"}]' | jq .
2025-08-20T20:50:31.9770937Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/nushell/glibc"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/nushell/glibc"}]' | jq .[0m
2025-08-20T20:50:31.9811965Z shell: /usr/bin/bash -e {0}
2025-08-20T20:50:31.9812436Z ##[endgroup]
2025-08-20T20:50:31.9911783Z [
2025-08-20T20:50:31.9912210Z   {
2025-08-20T20:50:31.9912588Z     "host": "aarch64-Linux",
2025-08-20T20:50:31.9913080Z     "runner": "ubuntu-24.04-arm",
2025-08-20T20:50:31.9913992Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"
2025-08-20T20:50:31.9914623Z   },
2025-08-20T20:50:31.9914959Z   {
2025-08-20T20:50:31.9915387Z     "host": "x86_64-Linux",
2025-08-20T20:50:31.9915857Z     "runner": "ubuntu-latest",
2025-08-20T20:50:31.9916418Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/nushell/glibc"
2025-08-20T20:50:31.9916971Z   }
2025-08-20T20:50:31.9917313Z ]
2025-08-20T20:50:31.9963528Z Evaluate and set job outputs
2025-08-20T20:50:31.9972360Z Set output 'runner_matrix'
2025-08-20T20:50:31.9974688Z Cleaning up orphan processes
