2026-02-19T01:12:40.4144776Z Current runner version: '2.331.0' 2026-02-19T01:12:40.4169279Z ##[group]Runner Image Provisioner 2026-02-19T01:12:40.4170097Z Hosted Compute Agent 2026-02-19T01:12:40.4170686Z Version: 20260123.484 2026-02-19T01:12:40.4171401Z Commit: 6bd6555ca37d84114959e1c76d2c01448ff61c5d 2026-02-19T01:12:40.4172430Z Build Date: 2026-01-23T19:41:17Z 2026-02-19T01:12:40.4173199Z Worker ID: {8a72c194-26c3-4515-81bc-0dc169f595d3} 2026-02-19T01:12:40.4173915Z Azure Region: northcentralus 2026-02-19T01:12:40.4174557Z ##[endgroup] 2026-02-19T01:12:40.4176061Z ##[group]Operating System 2026-02-19T01:12:40.4176706Z Ubuntu 2026-02-19T01:12:40.4177220Z 24.04.3 2026-02-19T01:12:40.4177692Z LTS 2026-02-19T01:12:40.4178219Z ##[endgroup] 2026-02-19T01:12:40.4178729Z ##[group]Runner Image 2026-02-19T01:12:40.4179302Z Image: ubuntu-24.04 2026-02-19T01:12:40.4179787Z Version: 20260209.23.1 2026-02-19T01:12:40.4181151Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260209.23/images/ubuntu/Ubuntu2404-Readme.md 2026-02-19T01:12:40.4182929Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260209.23 2026-02-19T01:12:40.4183866Z ##[endgroup] 2026-02-19T01:12:40.4184909Z ##[group]GITHUB_TOKEN Permissions 2026-02-19T01:12:40.4186874Z Contents: read 2026-02-19T01:12:40.4187499Z Metadata: read 2026-02-19T01:12:40.4188011Z Packages: read 2026-02-19T01:12:40.4188620Z ##[endgroup] 2026-02-19T01:12:40.4190718Z Secret source: Actions 2026-02-19T01:12:40.4191414Z Prepare workflow directory 2026-02-19T01:12:40.4643311Z Prepare all required actions 2026-02-19T01:12:40.4698695Z Getting action download info 2026-02-19T01:12:40.8162851Z Download action repository 'actions/checkout@v6' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd) 2026-02-19T01:12:41.0970716Z Complete job name: load-matrix 2026-02-19T01:12:41.1716574Z ##[group]Run actions/checkout@v6 2026-02-19T01:12:41.1717507Z with: 2026-02-19T01:12:41.1717946Z repository: pytorch/helion 2026-02-19T01:12:41.1718693Z token: *** 2026-02-19T01:12:41.1719137Z ssh-strict: true 2026-02-19T01:12:41.1719551Z ssh-user: git 2026-02-19T01:12:41.1719979Z persist-credentials: true 2026-02-19T01:12:41.1720454Z clean: true 2026-02-19T01:12:41.1720879Z sparse-checkout-cone-mode: true 2026-02-19T01:12:41.1721396Z fetch-depth: 1 2026-02-19T01:12:41.1721803Z fetch-tags: false 2026-02-19T01:12:41.1722414Z show-progress: true 2026-02-19T01:12:41.1722855Z lfs: false 2026-02-19T01:12:41.1723265Z submodules: false 2026-02-19T01:12:41.1723698Z set-safe-directory: true 2026-02-19T01:12:41.1724443Z ##[endgroup] 2026-02-19T01:12:41.2696020Z Syncing repository: pytorch/helion 2026-02-19T01:12:41.2697950Z ##[group]Getting Git version info 2026-02-19T01:12:41.2698757Z Working directory is '/home/runner/work/helion/helion' 2026-02-19T01:12:41.2700391Z [command]/usr/bin/git version 2026-02-19T01:12:41.2701124Z git version 2.52.0 2026-02-19T01:12:41.2717314Z ##[endgroup] 2026-02-19T01:12:41.2732741Z Temporarily overriding HOME='/home/runner/work/_temp/0a6eba29-1ee5-4df9-887c-8357f7def521' before making global git config changes 2026-02-19T01:12:41.2735339Z Adding repository directory to the temporary git global config as a safe directory 2026-02-19T01:12:41.2737769Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/helion/helion 2026-02-19T01:12:41.2784282Z Deleting the contents of '/home/runner/work/helion/helion' 2026-02-19T01:12:41.2788259Z ##[group]Initializing the repository 2026-02-19T01:12:41.2793244Z [command]/usr/bin/git init /home/runner/work/helion/helion 2026-02-19T01:12:41.2918767Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-02-19T01:12:41.2920705Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-02-19T01:12:41.2923001Z hint: to use in all of your new repositories, which will suppress this warning, 2026-02-19T01:12:41.2924618Z hint: call: 2026-02-19T01:12:41.2925463Z hint: 2026-02-19T01:12:41.2926867Z hint: git config --global init.defaultBranch 2026-02-19T01:12:41.2927919Z hint: 2026-02-19T01:12:41.2928525Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-02-19T01:12:41.2929463Z hint: 'development'. The just-created branch can be renamed via this command: 2026-02-19T01:12:41.2930474Z hint: 2026-02-19T01:12:41.2931192Z hint: git branch -m 2026-02-19T01:12:41.2931825Z hint: 2026-02-19T01:12:41.2932709Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-02-19T01:12:41.2933707Z Initialized empty Git repository in /home/runner/work/helion/helion/.git/ 2026-02-19T01:12:41.2936372Z [command]/usr/bin/git remote add origin https://github.com/pytorch/helion 2026-02-19T01:12:41.2974325Z ##[endgroup] 2026-02-19T01:12:41.2975245Z ##[group]Disabling automatic garbage collection 2026-02-19T01:12:41.2978169Z [command]/usr/bin/git config --local gc.auto 0 2026-02-19T01:12:41.3010023Z ##[endgroup] 2026-02-19T01:12:41.3011058Z ##[group]Setting up auth 2026-02-19T01:12:41.3011699Z Removing SSH command configuration 2026-02-19T01:12:41.3019481Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-02-19T01:12:41.3055347Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-02-19T01:12:41.3447311Z Removing HTTP extra header 2026-02-19T01:12:41.3454736Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-02-19T01:12:41.3489020Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2026-02-19T01:12:41.3724607Z Removing includeIf entries pointing to credentials config files 2026-02-19T01:12:41.3731282Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-02-19T01:12:41.3768242Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-02-19T01:12:41.4030570Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-02-19T01:12:41.4069982Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/helion/helion/.git.path /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:41.4101127Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:41.4135902Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:41.4173881Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:41.4206638Z ##[endgroup] 2026-02-19T01:12:41.4207929Z ##[group]Fetching the repository 2026-02-19T01:12:41.4220865Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3d0e296184dd319a5d1d0207abac58287684e1e9:refs/remotes/pull/1489/merge 2026-02-19T01:12:42.0491666Z From https://github.com/pytorch/helion 2026-02-19T01:12:42.0496122Z * [new ref] 3d0e296184dd319a5d1d0207abac58287684e1e9 -> pull/1489/merge 2026-02-19T01:12:42.0533511Z ##[endgroup] 2026-02-19T01:12:42.0535275Z ##[group]Determining the checkout info 2026-02-19T01:12:42.0536638Z ##[endgroup] 2026-02-19T01:12:42.0540307Z [command]/usr/bin/git sparse-checkout disable 2026-02-19T01:12:42.0589431Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2026-02-19T01:12:42.0619358Z ##[group]Checking out the ref 2026-02-19T01:12:42.0622290Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1489/merge 2026-02-19T01:12:42.0987345Z Note: switching to 'refs/remotes/pull/1489/merge'. 2026-02-19T01:12:42.0988613Z 2026-02-19T01:12:42.0989584Z You are in 'detached HEAD' state. You can look around, make experimental 2026-02-19T01:12:42.0992326Z changes and commit them, and you can discard any commits you make in this 2026-02-19T01:12:42.0994038Z state without impacting any branches by switching back to a branch. 2026-02-19T01:12:42.0995001Z 2026-02-19T01:12:42.0995978Z If you want to create a new branch to retain commits you create, you may 2026-02-19T01:12:42.0997800Z do so (now or later) by using -c with the switch command. Example: 2026-02-19T01:12:42.0998655Z 2026-02-19T01:12:42.0999064Z git switch -c 2026-02-19T01:12:42.0999651Z 2026-02-19T01:12:42.0999982Z Or undo this operation with: 2026-02-19T01:12:42.1000509Z 2026-02-19T01:12:42.1000803Z git switch - 2026-02-19T01:12:42.1001348Z 2026-02-19T01:12:42.1002475Z Turn off this advice by setting config variable advice.detachedHead to false 2026-02-19T01:12:42.1003615Z 2026-02-19T01:12:42.1004879Z HEAD is now at 3d0e296 Merge 566165030d52acdbbdb9593b2ee072c8f6f1d61a into 2c5c290471ee958725dc759179dc08e3319b3464 2026-02-19T01:12:42.1009048Z ##[endgroup] 2026-02-19T01:12:42.1040375Z [command]/usr/bin/git log -1 --format=%H 2026-02-19T01:12:42.1066433Z 3d0e296184dd319a5d1d0207abac58287684e1e9 2026-02-19T01:12:42.1306178Z ##[group]Run matrix=$(cat .github/matrix.json | jq -c .) 2026-02-19T01:12:42.1307876Z matrix=$(cat .github/matrix.json | jq -c .) 2026-02-19T01:12:42.1309377Z echo "matrix=$matrix" >> $GITHUB_OUTPUT 2026-02-19T01:12:42.1366542Z shell: /usr/bin/bash -e {0} 2026-02-19T01:12:42.1367651Z ##[endgroup] 2026-02-19T01:12:42.1754950Z Post job cleanup. 2026-02-19T01:12:42.2595737Z [command]/usr/bin/git version 2026-02-19T01:12:42.2638233Z git version 2.52.0 2026-02-19T01:12:42.2684759Z Temporarily overriding HOME='/home/runner/work/_temp/25b14cbd-d186-4130-989e-f1557f4e3c45' before making global git config changes 2026-02-19T01:12:42.2690061Z Adding repository directory to the temporary git global config as a safe directory 2026-02-19T01:12:42.2694231Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/helion/helion 2026-02-19T01:12:42.2725285Z Removing SSH command configuration 2026-02-19T01:12:42.2733686Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-02-19T01:12:42.2771527Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-02-19T01:12:42.3025682Z Removing HTTP extra header 2026-02-19T01:12:42.3031641Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-02-19T01:12:42.3067962Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2026-02-19T01:12:42.3302601Z Removing includeIf entries pointing to credentials config files 2026-02-19T01:12:42.3308049Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-02-19T01:12:42.3333298Z includeif.gitdir:/home/runner/work/helion/helion/.git.path 2026-02-19T01:12:42.3335816Z includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path 2026-02-19T01:12:42.3338034Z includeif.gitdir:/github/workspace/.git.path 2026-02-19T01:12:42.3339561Z includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-02-19T01:12:42.3345689Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/helion/helion/.git.path 2026-02-19T01:12:42.3368009Z /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3380841Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/helion/helion/.git.path /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3415128Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path 2026-02-19T01:12:42.3436978Z /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3448073Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3479163Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path 2026-02-19T01:12:42.3502390Z /github/runner_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3515178Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3548415Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-02-19T01:12:42.3572830Z /github/runner_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3588046Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config 2026-02-19T01:12:42.3622900Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-02-19T01:12:42.3884885Z Removing credentials config '/home/runner/work/_temp/git-credentials-6ea3fd55-2e68-4ebc-a31c-bfaf35ad95bf.config' 2026-02-19T01:12:42.4049587Z Evaluate and set job outputs 2026-02-19T01:12:42.4092986Z Set output 'matrix' 2026-02-19T01:12:42.4095910Z Cleaning up orphan processes