2025-07-17T06:33:30.9207536Z Current runner version: '2.326.0' 2025-07-17T06:33:30.9217083Z Runner name: 'i-06db58d56aea302e6' 2025-07-17T06:33:30.9218400Z Runner group name: 'default' 2025-07-17T06:33:30.9219695Z Machine name: 'ip-10-0-77-39' 2025-07-17T06:33:30.9232305Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:33:30.9236161Z Contents: read 2025-07-17T06:33:30.9237017Z Metadata: read 2025-07-17T06:33:30.9237904Z ##[endgroup] 2025-07-17T06:33:30.9241007Z Secret source: Actions 2025-07-17T06:33:30.9242060Z Prepare workflow directory 2025-07-17T06:33:31.0395214Z Prepare all required actions 2025-07-17T06:33:31.0574177Z Getting action download info 2025-07-17T06:33:31.2848966Z Download action repository 'pytorch/pytorch@main' (SHA:a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:33:40.9381315Z Getting action download info 2025-07-17T06:33:41.0815549Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:33:41.3679712Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:33:41.3686466Z ##[group] Inputs 2025-07-17T06:33:41.3687310Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-07-17T06:33:41.3688442Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-07-17T06:33:41.3689378Z cuda-version: cpu 2025-07-17T06:33:41.3689832Z sync-tag: 2025-07-17T06:33:41.3690696Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-07-17T06:33:41.3691708Z runner: linux.large 2025-07-17T06:33:41.3692213Z ##[endgroup] 2025-07-17T06:33:41.3692909Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-07-17T06:33:41.4086234Z A job started hook has been configured by the self-hosted runner administrator 2025-07-17T06:33:41.4190270Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-07-17T06:33:41.4199575Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:41.4200336Z ##[endgroup] 2025-07-17T06:33:43.4945372Z Runner Type: linux.large 2025-07-17T06:33:43.4947716Z Instance Type: c5.large 2025-07-17T06:33:43.4951074Z AMI Name: unknown 2025-07-17T06:33:43.4987957Z AMI ID: ami-05ffe3c48a9991133 2025-07-17T06:33:50.4564666Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-17T06:33:50.4565571Z with: 2025-07-17T06:33:50.4566022Z fetch-depth: 1 2025-07-17T06:33:50.4566484Z submodules: false 2025-07-17T06:33:50.4566963Z env: 2025-07-17T06:33:50.4567424Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:33:50.4567942Z ##[endgroup] 2025-07-17T06:33:50.4798580Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:33:50.4800434Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:33:50.4812440Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:50.4813260Z env: 2025-07-17T06:33:50.4813709Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:33:50.4814216Z ##[endgroup] 2025-07-17T06:33:50.4947765Z ##[group]Run # Use all available CPUs for fetching 2025-07-17T06:33:50.4948297Z # Use all available CPUs for fetching 2025-07-17T06:33:50.4948667Z cd "${GITHUB_WORKSPACE}" 2025-07-17T06:33:50.4949040Z git config --global fetch.parallel 0 2025-07-17T06:33:50.4949449Z git config --global submodule.fetchJobs 0 2025-07-17T06:33:50.4949818Z  2025-07-17T06:33:50.4950200Z # Clean workspace. The default checkout action should also do this, but 2025-07-17T06:33:50.4950699Z # do it here as well just in case 2025-07-17T06:33:50.4951051Z if [[ -d .git ]]; then 2025-07-17T06:33:50.4951364Z  if [ -z "${NO_SUDO}" ]; then 2025-07-17T06:33:50.4951705Z  sudo git clean -ffdx 2025-07-17T06:33:50.4952005Z  else 2025-07-17T06:33:50.4952441Z  git clean -ffdx 2025-07-17T06:33:50.4952729Z  fi 2025-07-17T06:33:50.4952980Z fi 2025-07-17T06:33:50.4958388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:50.4958801Z env: 2025-07-17T06:33:50.4959059Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:33:50.4959347Z NO_SUDO: 2025-07-17T06:33:50.4959581Z ##[endgroup] 2025-07-17T06:33:50.5152506Z ##[group]Run actions/checkout@v4 2025-07-17T06:33:50.5152842Z with: 2025-07-17T06:33:50.5153127Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:50.5153491Z fetch-depth: 1 2025-07-17T06:33:50.5153742Z submodules: false 2025-07-17T06:33:50.5154019Z show-progress: false 2025-07-17T06:33:50.5154300Z repository: pytorch/pytorch 2025-07-17T06:33:50.5154790Z token: *** 2025-07-17T06:33:50.5155036Z ssh-strict: true 2025-07-17T06:33:50.5155297Z ssh-user: git 2025-07-17T06:33:50.5155560Z persist-credentials: true 2025-07-17T06:33:50.5155865Z clean: true 2025-07-17T06:33:50.5156166Z sparse-checkout-cone-mode: true 2025-07-17T06:33:50.5156474Z fetch-tags: false 2025-07-17T06:33:50.5156723Z lfs: false 2025-07-17T06:33:50.5156970Z set-safe-directory: true 2025-07-17T06:33:50.5157260Z env: 2025-07-17T06:33:50.5157500Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:33:50.5157782Z ##[endgroup] 2025-07-17T06:33:50.6734164Z Syncing repository: pytorch/pytorch 2025-07-17T06:33:50.6736551Z ##[group]Getting Git version info 2025-07-17T06:33:50.6737494Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-07-17T06:33:50.6746109Z [command]/usr/bin/git version 2025-07-17T06:33:50.6785041Z git version 2.47.1 2025-07-17T06:33:50.6811541Z ##[endgroup] 2025-07-17T06:33:50.6825531Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/3ff4eca3-88a4-43ec-b793-c2a160e0956b/.gitconfig' 2025-07-17T06:33:50.6867605Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3ff4eca3-88a4-43ec-b793-c2a160e0956b' before making global git config changes 2025-07-17T06:33:50.6870092Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:33:50.6874573Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-07-17T06:33:50.6909205Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-07-17T06:33:50.6913781Z ##[group]Initializing the repository 2025-07-17T06:33:50.6919272Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-07-17T06:33:50.6950984Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-17T06:33:50.6952603Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-17T06:33:50.6954238Z hint: of your new repositories, which will suppress this warning, call: 2025-07-17T06:33:50.6955341Z hint: 2025-07-17T06:33:50.6956200Z hint: git config --global init.defaultBranch 2025-07-17T06:33:50.6956831Z hint: 2025-07-17T06:33:50.6957502Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-17T06:33:50.6958815Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-17T06:33:50.6959942Z hint: 2025-07-17T06:33:50.6960564Z hint: git branch -m 2025-07-17T06:33:50.6962388Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-07-17T06:33:50.6986513Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:33:50.7039122Z ##[endgroup] 2025-07-17T06:33:50.7039949Z ##[group]Disabling automatic garbage collection 2025-07-17T06:33:50.7044060Z [command]/usr/bin/git config --local gc.auto 0 2025-07-17T06:33:50.7089584Z ##[endgroup] 2025-07-17T06:33:50.7090351Z ##[group]Setting up auth 2025-07-17T06:33:50.7094370Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:33:50.7121931Z [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' || :" 2025-07-17T06:33:50.7398852Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:33:50.7545510Z [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' || :" 2025-07-17T06:33:50.7969286Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:33:50.8014585Z ##[endgroup] 2025-07-17T06:33:50.8015912Z ##[group]Fetching the repository 2025-07-17T06:33:50.8024805Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:56.9010021Z From https://github.com/pytorch/pytorch 2025-07-17T06:33:56.9010794Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T06:33:56.9052872Z ##[endgroup] 2025-07-17T06:33:56.9053854Z ##[group]Determining the checkout info 2025-07-17T06:33:56.9054854Z ##[endgroup] 2025-07-17T06:33:56.9061757Z [command]/usr/bin/git sparse-checkout disable 2025-07-17T06:33:56.9126496Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-17T06:33:56.9170167Z ##[group]Checking out the ref 2025-07-17T06:33:56.9176797Z [command]/usr/bin/git checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:57.9525141Z Updating files: 59% (11613/19589) 2025-07-17T06:33:57.9724855Z Updating files: 60% (11754/19589) 2025-07-17T06:33:57.9725636Z Updating files: 61% (11950/19589) 2025-07-17T06:33:57.9726285Z Updating files: 62% (12146/19589) 2025-07-17T06:33:57.9735856Z Updating files: 63% (12342/19589) 2025-07-17T06:33:57.9795946Z Updating files: 64% (12537/19589) 2025-07-17T06:33:57.9856423Z Updating files: 65% (12733/19589) 2025-07-17T06:33:57.9918484Z Updating files: 66% (12929/19589) 2025-07-17T06:33:57.9980092Z Updating files: 67% (13125/19589) 2025-07-17T06:33:58.0040319Z Updating files: 68% (13321/19589) 2025-07-17T06:33:58.0100164Z Updating files: 69% (13517/19589) 2025-07-17T06:33:58.0306039Z Updating files: 70% (13713/19589) 2025-07-17T06:33:58.0724476Z Updating files: 71% (13909/19589) 2025-07-17T06:33:58.0726237Z Updating files: 72% (14105/19589) 2025-07-17T06:33:58.0726778Z Updating files: 73% (14300/19589) 2025-07-17T06:33:58.1077840Z Updating files: 74% (14496/19589) 2025-07-17T06:33:58.1419132Z Updating files: 75% (14692/19589) 2025-07-17T06:33:58.2325598Z Updating files: 76% (14888/19589) 2025-07-17T06:33:58.2377714Z Updating files: 77% (15084/19589) 2025-07-17T06:33:58.2824655Z Updating files: 78% (15280/19589) 2025-07-17T06:33:58.3092560Z Updating files: 79% (15476/19589) 2025-07-17T06:33:58.3359183Z Updating files: 80% (15672/19589) 2025-07-17T06:33:58.3978548Z Updating files: 81% (15868/19589) 2025-07-17T06:33:58.4270642Z Updating files: 82% (16063/19589) 2025-07-17T06:33:58.4624750Z Updating files: 83% (16259/19589) 2025-07-17T06:33:58.4960326Z Updating files: 84% (16455/19589) 2025-07-17T06:33:58.5134910Z Updating files: 85% (16651/19589) 2025-07-17T06:33:58.5321390Z Updating files: 86% (16847/19589) 2025-07-17T06:33:58.5575539Z Updating files: 87% (17043/19589) 2025-07-17T06:33:58.5937928Z Updating files: 88% (17239/19589) 2025-07-17T06:33:58.6082978Z Updating files: 89% (17435/19589) 2025-07-17T06:33:58.6282002Z Updating files: 90% (17631/19589) 2025-07-17T06:33:58.6550373Z Updating files: 91% (17826/19589) 2025-07-17T06:33:58.6798056Z Updating files: 92% (18022/19589) 2025-07-17T06:33:58.6992398Z Updating files: 93% (18218/19589) 2025-07-17T06:33:58.7228958Z Updating files: 94% (18414/19589) 2025-07-17T06:33:58.7740376Z Updating files: 95% (18610/19589) 2025-07-17T06:33:58.7929020Z Updating files: 96% (18806/19589) 2025-07-17T06:33:58.8186713Z Updating files: 97% (19002/19589) 2025-07-17T06:33:58.8510645Z Updating files: 98% (19198/19589) 2025-07-17T06:33:58.8708750Z Updating files: 99% (19394/19589) 2025-07-17T06:33:58.8713054Z Updating files: 100% (19589/19589) 2025-07-17T06:33:58.8713820Z Updating files: 100% (19589/19589), done. 2025-07-17T06:33:58.9088506Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:33:58.9089269Z 2025-07-17T06:33:58.9089878Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:33:58.9091063Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:33:58.9092286Z state without impacting any branches by switching back to a branch. 2025-07-17T06:33:58.9092985Z 2025-07-17T06:33:58.9093536Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:33:58.9094588Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:33:58.9095310Z 2025-07-17T06:33:58.9146759Z git switch -c 2025-07-17T06:33:58.9147196Z 2025-07-17T06:33:58.9158563Z Or undo this operation with: 2025-07-17T06:33:58.9158923Z 2025-07-17T06:33:58.9159137Z git switch - 2025-07-17T06:33:58.9159375Z 2025-07-17T06:33:58.9159840Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:33:58.9160478Z 2025-07-17T06:33:58.9211536Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:33:58.9246079Z ##[endgroup] 2025-07-17T06:33:58.9300543Z [command]/usr/bin/git log -1 --format=%H 2025-07-17T06:33:58.9364318Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:59.0015628Z Prepare all required actions 2025-07-17T06:33:59.0016357Z Getting action download info 2025-07-17T06:33:59.1801664Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-17T06:33:59.4029479Z ##[group]Run ./.github/actions/filter-test-configs 2025-07-17T06:33:59.4029972Z with: 2025-07-17T06:33:59.4030603Z github-token: *** 2025-07-17T06:33:59.4031338Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-07-17T06:33:59.4032179Z env: 2025-07-17T06:33:59.4032511Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:33:59.4032894Z ##[endgroup] 2025-07-17T06:33:59.4114347Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-17T06:33:59.4114890Z with: 2025-07-17T06:33:59.4115209Z shell: bash 2025-07-17T06:33:59.4115595Z timeout_minutes: 10 2025-07-17T06:33:59.4116018Z max_attempts: 5 2025-07-17T06:33:59.4116430Z retry_wait_seconds: 30 2025-07-17T06:33:59.4117934Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-07-17T06:33:59.4119541Z polling_interval_seconds: 1 2025-07-17T06:33:59.4120031Z warning_on_retry: true 2025-07-17T06:33:59.4120485Z continue_on_error: false 2025-07-17T06:33:59.4120934Z env: 2025-07-17T06:33:59.4121296Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:33:59.4122057Z GITHUB_TOKEN: *** 2025-07-17T06:33:59.4122430Z ##[endgroup] 2025-07-17T06:33:59.6330051Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-07-17T06:34:00.6175780Z Defaulting to user installation because normal site-packages is not writeable 2025-07-17T06:34:00.9148239Z Collecting requests==2.27.1 2025-07-17T06:34:00.9736482Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-07-17T06:34:01.2617528Z Collecting pyyaml==6.0.1 2025-07-17T06:34:01.2673480Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2025-07-17T06:34:01.4185855Z Collecting certifi>=2017.4.17 2025-07-17T06:34:01.4236483Z Downloading certifi-2025.7.14-py3-none-any.whl (162 kB) 2025-07-17T06:34:02.1213645Z Collecting charset-normalizer~=2.0.0 2025-07-17T06:34:02.1272833Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-07-17T06:34:02.1367355Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-07-17T06:34:02.1624994Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (1.25.10) 2025-07-17T06:34:02.3141148Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-07-17T06:34:02.5582724Z Successfully installed certifi-2025.7.14 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2025-07-17T06:34:03.5750945Z Command completed after 1 attempt(s). 2025-07-17T06:34:03.5897992Z ##[group]Run set -x 2025-07-17T06:34:03.5898459Z set -x 2025-07-17T06:34:03.5898851Z  2025-07-17T06:34:03.5899538Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-17T06:34:03.5900416Z # in runner workspace 2025-07-17T06:34:03.5901108Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-07-17T06:34:03.5910656Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:03.5911311Z env: 2025-07-17T06:34:03.5911679Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:03.5912100Z ##[endgroup] 2025-07-17T06:34:03.5961955Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-07-17T06:34:03.6223172Z Setting output branch=main 2025-07-17T06:34:03.6330274Z ##[group]Run set -x 2025-07-17T06:34:03.6330743Z set -x 2025-07-17T06:34:03.6331107Z  2025-07-17T06:34:03.6331745Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-07-17T06:34:03.6333126Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-07-17T06:34:03.6334251Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-07-17T06:34:03.6335413Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-07-17T06:34:03.6336414Z # expose this variable as part of GitHub context. 2025-07-17T06:34:03.6337537Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-07-17T06:34:03.6338748Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-07-17T06:34:03.6339516Z pwd 2025-07-17T06:34:03.6339876Z  2025-07-17T06:34:03.6340573Z LOG_FILE=$(grep -l -r "a38f433be2e94a64b095a44ba39879d02d0c2316" *.log | tail -n 1) 2025-07-17T06:34:03.6341617Z if [ -n "${LOG_FILE}" ]; then 2025-07-17T06:34:03.6342473Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-07-17T06:34:03.6343396Z  # needs to be awk {print $3} on MacOS 2025-07-17T06:34:03.6343972Z  case ${RUNNER_OS} in 2025-07-17T06:34:03.6344455Z  macOS) 2025-07-17T06:34:03.6345256Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-07-17T06:34:03.6346169Z  ;; 2025-07-17T06:34:03.6346543Z  *) 2025-07-17T06:34:03.6347276Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-07-17T06:34:03.6348532Z  ;; 2025-07-17T06:34:03.6348887Z  esac 2025-07-17T06:34:03.6349381Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-07-17T06:34:03.6350002Z fi 2025-07-17T06:34:03.6350331Z  2025-07-17T06:34:03.6350670Z popd 2025-07-17T06:34:03.6359496Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:03.6360157Z env: 2025-07-17T06:34:03.6360500Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:03.6360940Z ##[endgroup] 2025-07-17T06:34:03.6529937Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-07-17T06:34:03.6534262Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-07-17T06:34:03.6537168Z + pwd 2025-07-17T06:34:03.6539658Z /home/ec2-user/actions-runner/_diag 2025-07-17T06:34:03.6549214Z ++ tail -n 1 2025-07-17T06:34:03.6556108Z ++ grep -l -r a38f433be2e94a64b095a44ba39879d02d0c2316 Runner_20250717-063208-utc.log Runner_20250717-063318-utc.log Worker_20250717-063330-utc.log 2025-07-17T06:34:03.6742135Z + LOG_FILE=Worker_20250717-063330-utc.log 2025-07-17T06:34:03.6742941Z + '[' -n Worker_20250717-063330-utc.log ']' 2025-07-17T06:34:03.6743671Z + case ${RUNNER_OS} in 2025-07-17T06:34:03.6756935Z ++ xargs 2025-07-17T06:34:03.6770420Z ++ sed 's/"//g' 2025-07-17T06:34:03.6776024Z ++ grep -r '"jobDisplayName"' Worker_20250717-063330-utc.log 2025-07-17T06:34:03.6813582Z ++ awk -F '[:]' '{print $2}' 2025-07-17T06:34:03.6887418Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-07-17T06:34:03.6888201Z ~/actions-runner/_work/pytorch/pytorch 2025-07-17T06:34:03.6905473Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-07-17T06:34:03.6906446Z + popd 2025-07-17T06:34:03.6955683Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-17T06:34:03.6956389Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-17T06:34:03.6956967Z echo "Job name: ${JOB_NAME}" 2025-07-17T06:34:03.6957473Z  2025-07-17T06:34:03.6958132Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-17T06:34:03.6959007Z # in runner workspace 2025-07-17T06:34:03.6959763Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-07-17T06:34:03.6960551Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-07-17T06:34:03.6961336Z  --job-name "${JOB_NAME}" \ 2025-07-17T06:34:03.6961880Z  --test-matrix "{ include: [ 2025-07-17T06:34:03.6962660Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-07-17T06:34:03.6963389Z ]} 2025-07-17T06:34:03.6963721Z " \ 2025-07-17T06:34:03.6964132Z  --selected-test-configs "" \ 2025-07-17T06:34:03.6964704Z  --pr-number "${PR_NUMBER}" \ 2025-07-17T06:34:03.6965257Z  --tag "${TAG}" \ 2025-07-17T06:34:03.6965741Z  --event-name "${EVENT_NAME}" \ 2025-07-17T06:34:03.6966306Z  --schedule "${SCHEDULE}" \ 2025-07-17T06:34:03.6966837Z  --branch "${HEAD_BRANCH}" 2025-07-17T06:34:03.6974766Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:03.6975408Z env: 2025-07-17T06:34:03.6975762Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:03.6976544Z GITHUB_TOKEN: *** 2025-07-17T06:34:03.6977102Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-07-17T06:34:03.6977781Z PR_NUMBER: 2025-07-17T06:34:03.6978165Z TAG: 2025-07-17T06:34:03.6978505Z EVENT_NAME: push 2025-07-17T06:34:03.6978874Z SCHEDULE: 2025-07-17T06:34:03.6979233Z HEAD_BRANCH: main 2025-07-17T06:34:03.6979598Z ##[endgroup] 2025-07-17T06:34:03.7014461Z Workflow: pull 2025-07-17T06:34:03.7017929Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-07-17T06:34:03.9688253Z fatal: unknown commit origin/main 2025-07-17T06:34:03.9833080Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:490: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2025-07-17T06:34:03.9835499Z warnings.warn(f"failed to get commit messages: {e}") 2025-07-17T06:34:03.9837486Z Setting output keep-going=True 2025-07-17T06:34:03.9837990Z Setting output ci-verbose-test-logs=False 2025-07-17T06:34:03.9838618Z Setting output ci-test-showlocals=False 2025-07-17T06:34:03.9839276Z Setting output ci-no-test-timeout=False 2025-07-17T06:34:03.9839886Z Setting output ci-no-td=False 2025-07-17T06:34:03.9840468Z Setting output ci-td-distributed=False 2025-07-17T06:34:03.9841082Z Setting output is-unstable=False 2025-07-17T06:34:03.9841660Z Setting output reenabled-issues= 2025-07-17T06:34:03.9842758Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]} 2025-07-17T06:34:03.9844256Z Setting output is-test-matrix-empty=False 2025-07-17T06:34:04.0030467Z ##[group]Run echo "Filtered matrix:" 2025-07-17T06:34:04.0031031Z echo "Filtered matrix:" 2025-07-17T06:34:04.0031910Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-07-17T06:34:04.0032808Z  2025-07-17T06:34:04.0033134Z echo 2025-07-17T06:34:04.0033597Z echo "Is the current job unstable? False" 2025-07-17T06:34:04.0034165Z  2025-07-17T06:34:04.0034521Z echo 2025-07-17T06:34:04.0034954Z echo "Is keep-going label set? True" 2025-07-17T06:34:04.0035498Z  2025-07-17T06:34:04.0035838Z echo 2025-07-17T06:34:04.0036235Z echo "Reenabled issues? " 2025-07-17T06:34:04.0044628Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:04.0045276Z env: 2025-07-17T06:34:04.0045618Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:04.0046068Z ##[endgroup] 2025-07-17T06:34:04.0081496Z Filtered matrix: 2025-07-17T06:34:04.0085067Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-07-17T06:34:04.0088218Z 2025-07-17T06:34:04.0090977Z Is the current job unstable? False 2025-07-17T06:34:04.0093846Z 2025-07-17T06:34:04.0096568Z Is keep-going label set? True 2025-07-17T06:34:04.0099374Z 2025-07-17T06:34:04.0102166Z Reenabled issues? 2025-07-17T06:34:04.0276758Z Post job cleanup. 2025-07-17T06:34:04.0358923Z Post job cleanup. 2025-07-17T06:34:04.2030590Z [command]/usr/bin/git version 2025-07-17T06:34:04.2184919Z git version 2.47.1 2025-07-17T06:34:04.2303792Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/723d999c-d7f6-46b9-9b29-4fd54ae7783e/.gitconfig' 2025-07-17T06:34:04.2323217Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/723d999c-d7f6-46b9-9b29-4fd54ae7783e' before making global git config changes 2025-07-17T06:34:04.2328748Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:34:04.2340605Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-07-17T06:34:04.2638921Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:34:04.2744068Z [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' || :" 2025-07-17T06:34:04.3548020Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:34:04.3585802Z http.https://github.com/.extraheader 2025-07-17T06:34:04.3610629Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-17T06:34:04.3661452Z [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' || :" 2025-07-17T06:34:04.4259957Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-17T06:34:04.4292660Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-07-17T06:34:04.4300599Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:04.4301271Z ##[endgroup] 2025-07-17T06:34:04.4500700Z [!ALERT!] Swap in detected! [!ALERT!] 2025-07-17T06:34:27.6464075Z Evaluate and set job outputs 2025-07-17T06:34:27.6469897Z Set output 'test-matrix' 2025-07-17T06:34:27.6471629Z Set output 'is-test-matrix-empty' 2025-07-17T06:34:27.6472057Z Set output 'keep-going' 2025-07-17T06:34:27.6472649Z Cleaning up orphan processes