﻿2025-08-20T19:25:27.1286015Z Current runner version: '2.328.0'
2025-08-20T19:25:27.1309017Z ##[group]Runner Image Provisioner
2025-08-20T19:25:27.1309849Z Hosted Compute Agent
2025-08-20T19:25:27.1310491Z Version: 20250818.377
2025-08-20T19:25:27.1311131Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T19:25:27.1311838Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T19:25:27.1312519Z ##[endgroup]
2025-08-20T19:25:27.1313100Z ##[group]Operating System
2025-08-20T19:25:27.1313626Z Ubuntu
2025-08-20T19:25:27.1314131Z 24.04.2
2025-08-20T19:25:27.1314619Z LTS
2025-08-20T19:25:27.1315096Z ##[endgroup]
2025-08-20T19:25:27.1315766Z ##[group]Runner Image
2025-08-20T19:25:27.1316380Z Image: ubuntu-24.04
2025-08-20T19:25:27.1316906Z Version: 20250810.1.0
2025-08-20T19:25:27.1317918Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T19:25:27.1319467Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T19:25:27.1320544Z ##[endgroup]
2025-08-20T19:25:27.1321529Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T19:25:27.1323380Z Contents: write
2025-08-20T19:25:27.1323920Z Metadata: read
2025-08-20T19:25:27.1324446Z ##[endgroup]
2025-08-20T19:25:27.1327039Z Secret source: Actions
2025-08-20T19:25:27.1327740Z Prepare workflow directory
2025-08-20T19:25:27.1644095Z Prepare all required actions
2025-08-20T19:25:27.1742571Z Complete job name: preprocess
2025-08-20T19:25:27.2478407Z ##[group]Run ##Presets
2025-08-20T19:25:27.2479188Z [36;1m##Presets[0m
2025-08-20T19:25:27.2480155Z [36;1mset +x ; set +e[0m
2025-08-20T19:25:27.2480709Z [36;1m#-------------#[0m
2025-08-20T19:25:27.2481253Z [36;1mecho '[' > "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2482018Z [36;1m if [[ "github" == "github" || -z "github" ]]; then[0m
2025-08-20T19:25:27.2482716Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:25:27.2484024Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2486084Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2487849Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2489554Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2490711Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:25:27.2491902Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "ubuntu-24.04-arm", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2493115Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:25:27.2494347Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2495658Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:25:27.2496915Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2498122Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:25:27.2499209Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "ubuntu-latest", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2500371Z [36;1m   fi[0m
2025-08-20T19:25:27.2500913Z [36;1m elif [[ "github" == "circle-ci" ]]; then[0m
2025-08-20T19:25:27.2502622Z [36;1m   curl -X "POST" -H "content-type: application/json" -qfsSL "***?secret=***"[0m
2025-08-20T19:25:27.2503481Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:25:27.2504980Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2506945Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2508730Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2510431Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2511676Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:25:27.2512915Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "arm64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2514115Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:25:27.2515406Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2516974Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:25:27.2518348Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2519710Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:25:27.2520849Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "amd64-linux-circle", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2521953Z [36;1m   fi[0m
2025-08-20T19:25:27.2522570Z [36;1m elif [[ "github" == "self-hosted" ]]; then[0m
2025-08-20T19:25:27.2523221Z [36;1m   echo ""[0m
2025-08-20T19:25:27.2523706Z [36;1m   if [[ "ALL" == "ALL" ]]; then[0m
2025-08-20T19:25:27.2524984Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2527127Z [36;1m     #echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2528968Z [36;1m     #echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2530663Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2531793Z [36;1m   elif [[ "ALL" == "aarch64-Linux" ]]; then[0m
2025-08-20T19:25:27.2533043Z [36;1m     echo '{"host": "aarch64-Linux", "runner": "self-hosted-aarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2534349Z [36;1m   elif [[ "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T19:25:27.2535770Z [36;1m     echo '{"host": "loongarch64-Linux", "runner": "self-hosted-loongarch64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2537153Z [36;1m   elif [[ "ALL" == "riscv64-Linux" ]]; then[0m
2025-08-20T19:25:27.2538322Z [36;1m     echo '{"host": "riscv64-Linux", "runner": "self-hosted-riscv64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2539538Z [36;1m   elif [[ "ALL" == "x86_64-Linux" ]]; then[0m
2025-08-20T19:25:27.2540781Z [36;1m     echo '{"host": "x86_64-Linux", "runner": "self-hosted-x86_64", "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2542060Z [36;1m   fi[0m
2025-08-20T19:25:27.2542524Z [36;1m fi[0m
2025-08-20T19:25:27.2543057Z [36;1mecho ']' >> "./MATRIX.json.tmp"[0m
2025-08-20T19:25:27.2543817Z [36;1mjq 'unique_by(.host)' "./MATRIX.json.tmp" | jq . > "./MATRIX.json"[0m
2025-08-20T19:25:27.2544694Z [36;1mESCAPED_MATRIX="$(cat "./MATRIX.json" | jq -c .)"[0m
2025-08-20T19:25:27.2545727Z [36;1mecho "runner_matrix=${ESCAPED_MATRIX}" >> "${GITHUB_OUTPUT}"[0m
2025-08-20T19:25:27.3156094Z shell: /usr/bin/bash -e {0}
2025-08-20T19:25:27.3157114Z ##[endgroup]
2025-08-20T19:25:27.3546853Z ##[group]Run echo '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}]' | jq .
2025-08-20T19:25:27.3549644Z [36;1mecho '[{"host":"aarch64-Linux","runner":"ubuntu-24.04-arm","ghcr_pkg":"ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"},{"host":"x86_64-Linux","runner":"ubuntu-latest","ghcr_pkg":"ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"}]' | jq .[0m
2025-08-20T19:25:27.3589757Z shell: /usr/bin/bash -e {0}
2025-08-20T19:25:27.3590304Z ##[endgroup]
2025-08-20T19:25:27.3743090Z [
2025-08-20T19:25:27.3744660Z   {
2025-08-20T19:25:27.3747171Z     "host": "aarch64-Linux",
2025-08-20T19:25:27.3748118Z     "runner": "ubuntu-24.04-arm",
2025-08-20T19:25:27.3749245Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"
2025-08-20T19:25:27.3750356Z   },
2025-08-20T19:25:27.3750954Z   {
2025-08-20T19:25:27.3751641Z     "host": "x86_64-Linux",
2025-08-20T19:25:27.3752492Z     "runner": "ubuntu-latest",
2025-08-20T19:25:27.3753488Z     "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"
2025-08-20T19:25:27.3754501Z   }
2025-08-20T19:25:27.3755115Z ]
2025-08-20T19:25:27.3808065Z Evaluate and set job outputs
2025-08-20T19:25:27.3817541Z Set output 'runner_matrix'
2025-08-20T19:25:27.3819569Z Cleaning up orphan processes
