2026-02-21T06:23:29.0237348Z Current runner version: '2.331.0' 2026-02-21T06:23:29.0260297Z ##[group]Runner Image Provisioner 2026-02-21T06:23:29.0261242Z Hosted Compute Agent 2026-02-21T06:23:29.0261788Z Version: 20260123.484 2026-02-21T06:23:29.0262313Z Commit: 6bd6555ca37d84114959e1c76d2c01448ff61c5d 2026-02-21T06:23:29.0263063Z Build Date: 2026-01-23T19:41:17Z 2026-02-21T06:23:29.0263651Z Worker ID: {5883401e-6192-4d86-9124-d7c64db9b219} 2026-02-21T06:23:29.0264323Z Azure Region: westus3 2026-02-21T06:23:29.0264887Z ##[endgroup] 2026-02-21T06:23:29.0266228Z ##[group]Operating System 2026-02-21T06:23:29.0266772Z Ubuntu 2026-02-21T06:23:29.0267304Z 24.04.3 2026-02-21T06:23:29.0267745Z LTS 2026-02-21T06:23:29.0268189Z ##[endgroup] 2026-02-21T06:23:29.0269028Z ##[group]Runner Image 2026-02-21T06:23:29.0269556Z Image: ubuntu-24.04 2026-02-21T06:23:29.0270051Z Version: 20260201.15.1 2026-02-21T06:23:29.0271220Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260201.15/images/ubuntu/Ubuntu2404-Readme.md 2026-02-21T06:23:29.0272617Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260201.15 2026-02-21T06:23:29.0273598Z ##[endgroup] 2026-02-21T06:23:29.0274629Z ##[group]GITHUB_TOKEN Permissions 2026-02-21T06:23:29.0276435Z Contents: read 2026-02-21T06:23:29.0276958Z Metadata: read 2026-02-21T06:23:29.0277483Z Packages: read 2026-02-21T06:23:29.0277912Z ##[endgroup] 2026-02-21T06:23:29.0280336Z Secret source: Actions 2026-02-21T06:23:29.0281008Z Prepare workflow directory 2026-02-21T06:23:29.0599277Z Prepare all required actions 2026-02-21T06:23:29.0636359Z Getting action download info 2026-02-21T06:23:29.4421403Z Download action repository 'actions/checkout@v6' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd) 2026-02-21T06:23:29.6332791Z Complete job name: load-matrix 2026-02-21T06:23:29.7087491Z ##[group]Run actions/checkout@v6 2026-02-21T06:23:29.7088307Z with: 2026-02-21T06:23:29.7088859Z repository: pytorch/helion 2026-02-21T06:23:29.7089477Z token: *** 2026-02-21T06:23:29.7089862Z ssh-strict: true 2026-02-21T06:23:29.7090237Z ssh-user: git 2026-02-21T06:23:29.7090616Z persist-credentials: true 2026-02-21T06:23:29.7091049Z clean: true 2026-02-21T06:23:29.7091436Z sparse-checkout-cone-mode: true 2026-02-21T06:23:29.7091894Z fetch-depth: 1 2026-02-21T06:23:29.7092262Z fetch-tags: false 2026-02-21T06:23:29.7092639Z show-progress: true 2026-02-21T06:23:29.7093025Z lfs: false 2026-02-21T06:23:29.7093361Z submodules: false 2026-02-21T06:23:29.7093749Z set-safe-directory: true 2026-02-21T06:23:29.7094411Z ##[endgroup] 2026-02-21T06:23:29.7990762Z Syncing repository: pytorch/helion 2026-02-21T06:23:29.7992500Z ##[group]Getting Git version info 2026-02-21T06:23:29.7993142Z Working directory is '/home/runner/work/helion/helion' 2026-02-21T06:23:29.7994089Z [command]/usr/bin/git version 2026-02-21T06:23:29.8056013Z git version 2.52.0 2026-02-21T06:23:29.8077501Z ##[endgroup] 2026-02-21T06:23:29.8090949Z Temporarily overriding HOME='/home/runner/work/_temp/77d969ac-d7db-4c9b-8bdd-130a065f39b3' before making global git config changes 2026-02-21T06:23:29.8092295Z Adding repository directory to the temporary git global config as a safe directory 2026-02-21T06:23:29.8096094Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/helion/helion 2026-02-21T06:23:29.8132533Z Deleting the contents of '/home/runner/work/helion/helion' 2026-02-21T06:23:29.8136109Z ##[group]Initializing the repository 2026-02-21T06:23:29.8140697Z [command]/usr/bin/git init /home/runner/work/helion/helion 2026-02-21T06:23:29.8247813Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-02-21T06:23:29.8249205Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-02-21T06:23:29.8250226Z hint: to use in all of your new repositories, which will suppress this warning, 2026-02-21T06:23:29.8250926Z hint: call: 2026-02-21T06:23:29.8251653Z hint: 2026-02-21T06:23:29.8252456Z hint: git config --global init.defaultBranch 2026-02-21T06:23:29.8253284Z hint: 2026-02-21T06:23:29.8254197Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-02-21T06:23:29.8255468Z hint: 'development'. The just-created branch can be renamed via this command: 2026-02-21T06:23:29.8256669Z hint: 2026-02-21T06:23:29.8257074Z hint: git branch -m 2026-02-21T06:23:29.8257489Z hint: 2026-02-21T06:23:29.8258044Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-02-21T06:23:29.8259149Z Initialized empty Git repository in /home/runner/work/helion/helion/.git/ 2026-02-21T06:23:29.8262013Z [command]/usr/bin/git remote add origin https://github.com/pytorch/helion 2026-02-21T06:23:29.8294905Z ##[endgroup] 2026-02-21T06:23:29.8296075Z ##[group]Disabling automatic garbage collection 2026-02-21T06:23:29.8299436Z [command]/usr/bin/git config --local gc.auto 0 2026-02-21T06:23:29.8327873Z ##[endgroup] 2026-02-21T06:23:29.8329319Z ##[group]Setting up auth 2026-02-21T06:23:29.8330313Z Removing SSH command configuration 2026-02-21T06:23:29.8335719Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-02-21T06:23:29.8367851Z [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-21T06:23:29.8690302Z Removing HTTP extra header 2026-02-21T06:23:29.8694714Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-02-21T06:23:29.8723596Z [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-21T06:23:29.8931451Z Removing includeIf entries pointing to credentials config files 2026-02-21T06:23:29.8936179Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-02-21T06:23:29.8966649Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-02-21T06:23:29.9182354Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-02-21T06:23:29.9216657Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/helion/helion/.git.path /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:29.9245393Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:29.9275788Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:29.9305479Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:29.9330740Z ##[endgroup] 2026-02-21T06:23:29.9331921Z ##[group]Fetching the repository 2026-02-21T06:23:29.9340774Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +874a7d0cadab18218a84ad3579d329dc95c51820:refs/remotes/origin/main 2026-02-21T06:23:30.8378332Z From https://github.com/pytorch/helion 2026-02-21T06:23:30.8380238Z * [new ref] 874a7d0cadab18218a84ad3579d329dc95c51820 -> origin/main 2026-02-21T06:23:30.8426100Z [command]/usr/bin/git branch --list --remote origin/main 2026-02-21T06:23:30.8450123Z origin/main 2026-02-21T06:23:30.8459490Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-02-21T06:23:30.8481541Z 874a7d0cadab18218a84ad3579d329dc95c51820 2026-02-21T06:23:30.8487088Z ##[endgroup] 2026-02-21T06:23:30.8488444Z ##[group]Determining the checkout info 2026-02-21T06:23:30.8490835Z ##[endgroup] 2026-02-21T06:23:30.8492966Z [command]/usr/bin/git sparse-checkout disable 2026-02-21T06:23:30.8534757Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2026-02-21T06:23:30.8561628Z ##[group]Checking out the ref 2026-02-21T06:23:30.8565462Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-02-21T06:23:30.8855445Z Switched to a new branch 'main' 2026-02-21T06:23:30.8857255Z branch 'main' set up to track 'origin/main'. 2026-02-21T06:23:30.8865871Z ##[endgroup] 2026-02-21T06:23:30.8902521Z [command]/usr/bin/git log -1 --format=%H 2026-02-21T06:23:30.8924712Z 874a7d0cadab18218a84ad3579d329dc95c51820 2026-02-21T06:23:30.9138803Z ##[group]Run matrix=$(cat .github/matrix.json | jq -c .) 2026-02-21T06:23:30.9140583Z matrix=$(cat .github/matrix.json | jq -c .) 2026-02-21T06:23:30.9142111Z echo "matrix=$matrix" >> $GITHUB_OUTPUT 2026-02-21T06:23:30.9178957Z shell: /usr/bin/bash -e {0} 2026-02-21T06:23:30.9180143Z ##[endgroup] 2026-02-21T06:23:30.9495276Z Post job cleanup. 2026-02-21T06:23:31.0263764Z [command]/usr/bin/git version 2026-02-21T06:23:31.0330027Z git version 2.52.0 2026-02-21T06:23:31.0372126Z Temporarily overriding HOME='/home/runner/work/_temp/e8fdc4cd-f491-4fc6-ba63-ff5adbcd478f' before making global git config changes 2026-02-21T06:23:31.0376695Z Adding repository directory to the temporary git global config as a safe directory 2026-02-21T06:23:31.0380491Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/helion/helion 2026-02-21T06:23:31.0407539Z Removing SSH command configuration 2026-02-21T06:23:31.0414665Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-02-21T06:23:31.0448992Z [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-21T06:23:31.0667396Z Removing HTTP extra header 2026-02-21T06:23:31.0674012Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-02-21T06:23:31.0707590Z [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-21T06:23:31.0920563Z Removing includeIf entries pointing to credentials config files 2026-02-21T06:23:31.0925351Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-02-21T06:23:31.0946125Z includeif.gitdir:/home/runner/work/helion/helion/.git.path 2026-02-21T06:23:31.0948321Z includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path 2026-02-21T06:23:31.0950658Z includeif.gitdir:/github/workspace/.git.path 2026-02-21T06:23:31.0952063Z includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-02-21T06:23:31.0955919Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/helion/helion/.git.path 2026-02-21T06:23:31.0976368Z /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.0986720Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/helion/helion/.git.path /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1018292Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path 2026-02-21T06:23:31.1038333Z /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1048079Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/helion/helion/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1076790Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path 2026-02-21T06:23:31.1097086Z /github/runner_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1105147Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1135411Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-02-21T06:23:31.1157051Z /github/runner_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1169334Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config 2026-02-21T06:23:31.1201531Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-02-21T06:23:31.1412126Z Removing credentials config '/home/runner/work/_temp/git-credentials-2f7f1d06-4452-4a71-8aa7-427732f195be.config' 2026-02-21T06:23:31.1539980Z Evaluate and set job outputs 2026-02-21T06:23:31.1576758Z Set output 'matrix' 2026-02-21T06:23:31.1579754Z Cleaning up orphan processes