2025-11-03T15:43:17.4008488Z Current runner version: '2.329.0' 2025-11-03T15:43:17.4018413Z Runner name: 'i-0f2c36e11a2cc825b' 2025-11-03T15:43:17.4019812Z Runner group name: 'default' 2025-11-03T15:43:17.4021239Z Machine name: 'ip-10-0-68-85' 2025-11-03T15:43:17.4026016Z ##[group]GITHUB_TOKEN Permissions 2025-11-03T15:43:17.4029435Z Contents: read 2025-11-03T15:43:17.4030344Z Metadata: read 2025-11-03T15:43:17.4031309Z ##[endgroup] 2025-11-03T15:43:17.4034812Z Secret source: Actions 2025-11-03T15:43:17.4036043Z Prepare workflow directory 2025-11-03T15:43:17.5019044Z Prepare all required actions 2025-11-03T15:43:17.5061830Z Getting action download info 2025-11-03T15:43:17.7032205Z Download action repository 'pytorch/pytorch@main' (SHA:3f6538febd727b782e6e13cfd026a309fb14351d) 2025-11-03T15:43:21.5049483Z Getting action download info 2025-11-03T15:43:21.6553815Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-11-03T15:43:21.9292151Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (3f6538febd727b782e6e13cfd026a309fb14351d) 2025-11-03T15:43:21.9296989Z ##[group] Inputs 2025-11-03T15:43:21.9297507Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-11-03T15:43:21.9298142Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-11-03T15:43:21.9298660Z cuda-version: cpu 2025-11-03T15:43:21.9298932Z sync-tag: 2025-11-03T15:43:21.9299426Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-11-03T15:43:21.9300000Z runner: linux.large 2025-11-03T15:43:21.9300284Z ##[endgroup] 2025-11-03T15:43:21.9300681Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-11-03T15:43:21.9720995Z A job started hook has been configured by the self-hosted runner administrator 2025-11-03T15:43:21.9838253Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-11-03T15:43:21.9849221Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:21.9850057Z ##[endgroup] 2025-11-03T15:43:23.7379059Z Runner Type: linux.large 2025-11-03T15:43:23.7381576Z Instance Type: c5.large 2025-11-03T15:43:23.7385144Z AMI Name: unknown 2025-11-03T15:43:23.7425866Z AMI ID: ami-08982f1c5bf93d976 2025-11-03T15:43:29.3361765Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-11-03T15:43:29.3362308Z with: 2025-11-03T15:43:29.3362565Z fetch-depth: 1 2025-11-03T15:43:29.3362851Z submodules: false 2025-11-03T15:43:29.3363114Z env: 2025-11-03T15:43:29.3363391Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:29.3363677Z ##[endgroup] 2025-11-03T15:43:29.3457546Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:29.3458574Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:29.3468688Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:29.3469177Z env: 2025-11-03T15:43:29.3469461Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:29.3469771Z ##[endgroup] 2025-11-03T15:43:29.3638618Z ##[group]Run # Use all available CPUs for fetching 2025-11-03T15:43:29.3639532Z # Use all available CPUs for fetching 2025-11-03T15:43:29.3640187Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:29.3640605Z git config --global fetch.parallel 0 2025-11-03T15:43:29.3641024Z git config --global submodule.fetchJobs 0 2025-11-03T15:43:29.3641408Z  2025-11-03T15:43:29.3641801Z # Clean workspace. The default checkout action should also do this, but 2025-11-03T15:43:29.3642658Z # do it here as well just in case 2025-11-03T15:43:29.3643306Z if [[ -d .git ]]; then 2025-11-03T15:43:29.3643733Z  if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:29.3644091Z  sudo git clean -ffdx 2025-11-03T15:43:29.3644401Z  else 2025-11-03T15:43:29.3644939Z  git clean -ffdx 2025-11-03T15:43:29.3645234Z  fi 2025-11-03T15:43:29.3645494Z fi 2025-11-03T15:43:29.3651616Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:29.3652061Z env: 2025-11-03T15:43:29.3652327Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:29.3652633Z NO_SUDO: 2025-11-03T15:43:29.3652876Z ##[endgroup] 2025-11-03T15:43:29.4027384Z ##[group]Run actions/checkout@v4 2025-11-03T15:43:29.4027885Z with: 2025-11-03T15:43:29.4028364Z ref: 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:29.4029132Z fetch-depth: 1 2025-11-03T15:43:29.4029564Z submodules: false 2025-11-03T15:43:29.4029965Z show-progress: false 2025-11-03T15:43:29.4030442Z repository: pytorch/pytorch 2025-11-03T15:43:29.4031363Z token: *** 2025-11-03T15:43:29.4031770Z ssh-strict: true 2025-11-03T15:43:29.4032200Z ssh-user: git 2025-11-03T15:43:29.4032632Z persist-credentials: true 2025-11-03T15:43:29.4033103Z clean: true 2025-11-03T15:43:29.4033545Z sparse-checkout-cone-mode: true 2025-11-03T15:43:29.4033946Z fetch-tags: false 2025-11-03T15:43:29.4034214Z lfs: false 2025-11-03T15:43:29.4034493Z set-safe-directory: true 2025-11-03T15:43:29.4034912Z env: 2025-11-03T15:43:29.4035181Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:29.4035489Z ##[endgroup] 2025-11-03T15:43:29.6104439Z Syncing repository: pytorch/pytorch 2025-11-03T15:43:29.6106613Z ##[group]Getting Git version info 2025-11-03T15:43:29.6107457Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-11-03T15:43:29.6108610Z [command]/usr/bin/git version 2025-11-03T15:43:29.6280148Z git version 2.50.1 2025-11-03T15:43:29.6345037Z ##[endgroup] 2025-11-03T15:43:29.6371675Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/1bf86276-943c-4a6b-a191-8dba4fac3b2c/.gitconfig' 2025-11-03T15:43:29.6402171Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1bf86276-943c-4a6b-a191-8dba4fac3b2c' before making global git config changes 2025-11-03T15:43:29.6407171Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:29.6420218Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-11-03T15:43:29.6498428Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-11-03T15:43:29.6504578Z ##[group]Initializing the repository 2025-11-03T15:43:29.6510704Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-11-03T15:43:29.6571567Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-11-03T15:43:29.6572986Z hint: is subject to change. To configure the initial branch name to use in all 2025-11-03T15:43:29.6574353Z hint: of your new repositories, which will suppress this warning, call: 2025-11-03T15:43:29.6575151Z hint: 2025-11-03T15:43:29.6575699Z hint: git config --global init.defaultBranch 2025-11-03T15:43:29.6576462Z hint: 2025-11-03T15:43:29.6577073Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-11-03T15:43:29.6578060Z hint: 'development'. The just-created branch can be renamed via this command: 2025-11-03T15:43:29.6578823Z hint: 2025-11-03T15:43:29.6579230Z hint: git branch -m 2025-11-03T15:43:29.6579719Z hint: 2025-11-03T15:43:29.6580399Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-11-03T15:43:29.6583004Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-11-03T15:43:29.6596111Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-11-03T15:43:29.6636192Z ##[endgroup] 2025-11-03T15:43:29.6637410Z ##[group]Disabling automatic garbage collection 2025-11-03T15:43:29.6643784Z [command]/usr/bin/git config --local gc.auto 0 2025-11-03T15:43:29.6691050Z ##[endgroup] 2025-11-03T15:43:29.6692145Z ##[group]Setting up auth 2025-11-03T15:43:29.6693300Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:29.6719231Z [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-11-03T15:43:29.7029178Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:29.7056025Z [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-11-03T15:43:29.7510859Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-11-03T15:43:29.7560545Z ##[endgroup] 2025-11-03T15:43:29.7561387Z ##[group]Fetching the repository 2025-11-03T15:43:29.7569726Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:36.0734776Z From https://github.com/pytorch/pytorch 2025-11-03T15:43:36.0736168Z * branch 3f6538febd727b782e6e13cfd026a309fb14351d -> FETCH_HEAD 2025-11-03T15:43:36.0764837Z ##[endgroup] 2025-11-03T15:43:36.0765736Z ##[group]Determining the checkout info 2025-11-03T15:43:36.0767472Z ##[endgroup] 2025-11-03T15:43:36.0773624Z [command]/usr/bin/git sparse-checkout disable 2025-11-03T15:43:36.0821650Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-11-03T15:43:36.0848469Z ##[group]Checking out the ref 2025-11-03T15:43:36.0852859Z [command]/usr/bin/git checkout --progress --force 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:37.1091664Z Updating files: 87% (17518/20004) 2025-11-03T15:43:37.1204425Z Updating files: 88% (17604/20004) 2025-11-03T15:43:37.1326389Z Updating files: 89% (17804/20004) 2025-11-03T15:43:37.1482767Z Updating files: 90% (18004/20004) 2025-11-03T15:43:37.1602578Z Updating files: 91% (18204/20004) 2025-11-03T15:43:37.1736558Z Updating files: 92% (18404/20004) 2025-11-03T15:43:37.1895144Z Updating files: 93% (18604/20004) 2025-11-03T15:43:37.2067544Z Updating files: 94% (18804/20004) 2025-11-03T15:43:37.2234422Z Updating files: 95% (19004/20004) 2025-11-03T15:43:37.2369526Z Updating files: 96% (19204/20004) 2025-11-03T15:43:37.2516385Z Updating files: 97% (19404/20004) 2025-11-03T15:43:37.2757184Z Updating files: 98% (19604/20004) 2025-11-03T15:43:37.2918374Z Updating files: 99% (19804/20004) 2025-11-03T15:43:37.2919245Z Updating files: 100% (20004/20004) 2025-11-03T15:43:37.2920487Z Updating files: 100% (20004/20004), done. 2025-11-03T15:43:37.3215075Z Note: switching to '3f6538febd727b782e6e13cfd026a309fb14351d'. 2025-11-03T15:43:37.3216158Z 2025-11-03T15:43:37.3217034Z You are in 'detached HEAD' state. You can look around, make experimental 2025-11-03T15:43:37.3218159Z changes and commit them, and you can discard any commits you make in this 2025-11-03T15:43:37.3219356Z state without impacting any branches by switching back to a branch. 2025-11-03T15:43:37.3271274Z 2025-11-03T15:43:37.3288037Z If you want to create a new branch to retain commits you create, you may 2025-11-03T15:43:37.3313329Z do so (now or later) by using -c with the switch command. Example: 2025-11-03T15:43:37.3324273Z 2025-11-03T15:43:37.3324631Z git switch -c 2025-11-03T15:43:37.3325188Z 2025-11-03T15:43:37.3325373Z Or undo this operation with: 2025-11-03T15:43:37.3325692Z 2025-11-03T15:43:37.3325852Z git switch - 2025-11-03T15:43:37.3326094Z 2025-11-03T15:43:37.3326509Z Turn off this advice by setting config variable advice.detachedHead to false 2025-11-03T15:43:37.3327134Z 2025-11-03T15:43:37.3327444Z HEAD is now at 3f6538f Remove tools from BC linter (#166858) 2025-11-03T15:43:37.3330091Z ##[endgroup] 2025-11-03T15:43:37.3347972Z [command]/usr/bin/git log -1 --format=%H 2025-11-03T15:43:37.3371768Z 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:37.3606460Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:37.3606997Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:37.3607288Z # Clean stale submodule dirs 2025-11-03T15:43:37.3607602Z if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:37.3608003Z  sudo git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:37.3608382Z else 2025-11-03T15:43:37.3608675Z  git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:37.3609020Z fi 2025-11-03T15:43:37.3616646Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:37.3617271Z env: 2025-11-03T15:43:37.3617614Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:37.3617991Z NO_SUDO: 2025-11-03T15:43:37.3618303Z ##[endgroup] 2025-11-03T15:43:37.8132536Z Prepare all required actions 2025-11-03T15:43:37.8133363Z Getting action download info 2025-11-03T15:43:37.9594302Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-11-03T15:43:38.1638068Z ##[group]Run ./.github/actions/filter-test-configs 2025-11-03T15:43:38.1638403Z with: 2025-11-03T15:43:38.1638827Z github-token: *** 2025-11-03T15:43:38.1639254Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-11-03T15:43:38.1639750Z env: 2025-11-03T15:43:38.1639943Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:38.1640192Z ##[endgroup] 2025-11-03T15:43:38.1687735Z ##[group]Run nick-fields/retry@v3.0.0 2025-11-03T15:43:38.1688034Z with: 2025-11-03T15:43:38.1688231Z shell: bash 2025-11-03T15:43:38.1688439Z timeout_minutes: 10 2025-11-03T15:43:38.1688677Z max_attempts: 5 2025-11-03T15:43:38.1688897Z retry_wait_seconds: 30 2025-11-03T15:43:38.1689717Z 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.2 2025-11-03T15:43:38.1690628Z polling_interval_seconds: 1 2025-11-03T15:43:38.1690903Z warning_on_retry: true 2025-11-03T15:43:38.1691161Z continue_on_error: false 2025-11-03T15:43:38.1691411Z env: 2025-11-03T15:43:38.1691605Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:38.1692066Z GITHUB_TOKEN: *** 2025-11-03T15:43:38.1692302Z ##[endgroup] 2025-11-03T15:43:38.2866560Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-11-03T15:43:38.7737743Z Defaulting to user installation because normal site-packages is not writeable 2025-11-03T15:43:38.9250629Z Collecting requests==2.27.1 2025-11-03T15:43:38.9425910Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-11-03T15:43:39.1776972Z Collecting pyyaml==6.0.2 2025-11-03T15:43:39.1824661Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-11-03T15:43:39.6970904Z Collecting charset-normalizer~=2.0.0 2025-11-03T15:43:39.7014665Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-11-03T15:43:39.7529714Z Collecting certifi>=2017.4.17 2025-11-03T15:43:39.7568821Z Downloading certifi-2025.10.5-py3-none-any.whl (163 kB) 2025-11-03T15:43:39.7637168Z 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-11-03T15:43:39.7649623Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-11-03T15:43:39.8463095Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-11-03T15:43:39.9681619Z Successfully installed certifi-2025.10.5 charset-normalizer-2.0.12 pyyaml-6.0.2 requests-2.27.1 2025-11-03T15:43:40.2563852Z Command completed after 1 attempt(s). 2025-11-03T15:43:40.2625290Z ##[group]Run set -x 2025-11-03T15:43:40.2625568Z set -x 2025-11-03T15:43:40.2625786Z  2025-11-03T15:43:40.2626161Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-11-03T15:43:40.2626618Z # in runner workspace 2025-11-03T15:43:40.2626990Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-11-03T15:43:40.2633618Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:40.2633989Z env: 2025-11-03T15:43:40.2634187Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:40.2634445Z ##[endgroup] 2025-11-03T15:43:40.2685510Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-11-03T15:43:40.2883309Z Setting output branch=main 2025-11-03T15:43:40.2961676Z ##[group]Run set -x 2025-11-03T15:43:40.2961958Z set -x 2025-11-03T15:43:40.2962159Z  2025-11-03T15:43:40.2962518Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-11-03T15:43:40.2963256Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-11-03T15:43:40.2963851Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-11-03T15:43:40.2964457Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-11-03T15:43:40.2964987Z # expose this variable as part of GitHub context. 2025-11-03T15:43:40.2965579Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-11-03T15:43:40.2966211Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-11-03T15:43:40.2966619Z pwd 2025-11-03T15:43:40.2966825Z  2025-11-03T15:43:40.2967201Z LOG_FILE=$(grep -l -r "3f6538febd727b782e6e13cfd026a309fb14351d" *.log | tail -n 1) 2025-11-03T15:43:40.2967684Z if [ -n "${LOG_FILE}" ]; then 2025-11-03T15:43:40.2968137Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-11-03T15:43:40.2968633Z  # needs to be awk {print $3} on MacOS 2025-11-03T15:43:40.2968941Z  case ${RUNNER_OS} in 2025-11-03T15:43:40.2969207Z  macOS) 2025-11-03T15:43:40.2969639Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-11-03T15:43:40.2970117Z  ;; 2025-11-03T15:43:40.2970328Z  *) 2025-11-03T15:43:40.2970727Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-11-03T15:43:40.2971206Z  ;; 2025-11-03T15:43:40.2971402Z  esac 2025-11-03T15:43:40.2971679Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-11-03T15:43:40.2972023Z fi 2025-11-03T15:43:40.2972208Z  2025-11-03T15:43:40.2972402Z popd 2025-11-03T15:43:40.2978248Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:40.2978609Z env: 2025-11-03T15:43:40.2978803Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:40.2979060Z ##[endgroup] 2025-11-03T15:43:40.3007185Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-11-03T15:43:40.3007876Z + pwd 2025-11-03T15:43:40.3008402Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-11-03T15:43:40.3009084Z /home/ec2-user/actions-runner/_diag 2025-11-03T15:43:40.3013520Z ++ tail -n 1 2025-11-03T15:43:40.3017584Z ++ grep -l -r 3f6538febd727b782e6e13cfd026a309fb14351d Runner_20251103-152518-utc.log Runner_20251103-152614-utc.log Worker_20251103-154316-utc.log 2025-11-03T15:43:40.3070801Z + LOG_FILE=Worker_20251103-154316-utc.log 2025-11-03T15:43:40.3071763Z + '[' -n Worker_20251103-154316-utc.log ']' 2025-11-03T15:43:40.3072576Z + case ${RUNNER_OS} in 2025-11-03T15:43:40.3080794Z ++ grep -r '"jobDisplayName"' Worker_20251103-154316-utc.log 2025-11-03T15:43:40.3082238Z ++ awk -F '[:]' '{print $2}' 2025-11-03T15:43:40.3085189Z ++ sed 's/"//g' 2025-11-03T15:43:40.3090116Z ++ xargs 2025-11-03T15:43:40.3202998Z ~/actions-runner/_work/pytorch/pytorch 2025-11-03T15:43:40.3204586Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-11-03T15:43:40.3205552Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-11-03T15:43:40.3207557Z + popd 2025-11-03T15:43:40.3239940Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-11-03T15:43:40.3240335Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-11-03T15:43:40.3240660Z echo "Job name: ${JOB_NAME}" 2025-11-03T15:43:40.3241040Z  2025-11-03T15:43:40.3241425Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-11-03T15:43:40.3241893Z # in runner workspace 2025-11-03T15:43:40.3242966Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-11-03T15:43:40.3243429Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-11-03T15:43:40.3243926Z  --job-name "${JOB_NAME}" \ 2025-11-03T15:43:40.3244226Z  --test-matrix "{ include: [ 2025-11-03T15:43:40.3244651Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-11-03T15:43:40.3245053Z ]} 2025-11-03T15:43:40.3245267Z " \ 2025-11-03T15:43:40.3245492Z  --selected-test-configs "" \ 2025-11-03T15:43:40.3245825Z  --pr-number "${PR_NUMBER}" \ 2025-11-03T15:43:40.3246125Z  --tag "${TAG}" \ 2025-11-03T15:43:40.3246389Z  --event-name "${EVENT_NAME}" \ 2025-11-03T15:43:40.3246698Z  --schedule "${SCHEDULE}" \ 2025-11-03T15:43:40.3247014Z  --branch "${HEAD_BRANCH}" 2025-11-03T15:43:40.3252815Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:40.3253174Z env: 2025-11-03T15:43:40.3253407Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:40.3254137Z GITHUB_TOKEN: *** 2025-11-03T15:43:40.3254457Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-11-03T15:43:40.3254852Z PR_NUMBER: 2025-11-03T15:43:40.3255049Z TAG: 2025-11-03T15:43:40.3255248Z EVENT_NAME: push 2025-11-03T15:43:40.3255457Z SCHEDULE: 2025-11-03T15:43:40.3255663Z HEAD_BRANCH: main 2025-11-03T15:43:40.3255867Z ##[endgroup] 2025-11-03T15:43:40.3281718Z Workflow: pull 2025-11-03T15:43:40.3282324Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-11-03T15:43:40.5350023Z fatal: unknown commit origin/main 2025-11-03T15:43:40.5366719Z /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-11-03T15:43:40.5369149Z warnings.warn(f"failed to get commit messages: {e}") 2025-11-03T15:43:40.5373055Z Setting output keep-going=True 2025-11-03T15:43:40.5373850Z Setting output ci-verbose-test-logs=False 2025-11-03T15:43:40.5378268Z Setting output ci-test-showlocals=False 2025-11-03T15:43:40.5378947Z Setting output ci-no-test-timeout=False 2025-11-03T15:43:40.5379568Z Setting output ci-no-td=False 2025-11-03T15:43:40.5380160Z Setting output ci-td-distributed=False 2025-11-03T15:43:40.5380779Z Setting output is-unstable=False 2025-11-03T15:43:40.5381384Z Setting output reenabled-issues= 2025-11-03T15:43:40.5382494Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]} 2025-11-03T15:43:40.5383713Z Setting output is-test-matrix-empty=False 2025-11-03T15:43:40.5520106Z ##[group]Run echo "Filtered matrix:" 2025-11-03T15:43:40.5520449Z echo "Filtered matrix:" 2025-11-03T15:43:40.5520924Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-11-03T15:43:40.5521410Z  2025-11-03T15:43:40.5521594Z echo 2025-11-03T15:43:40.5521865Z echo "Is the current job unstable? False" 2025-11-03T15:43:40.5522178Z  2025-11-03T15:43:40.5522389Z echo 2025-11-03T15:43:40.5522632Z echo "Is keep-going label set? True" 2025-11-03T15:43:40.5522923Z  2025-11-03T15:43:40.5523116Z echo 2025-11-03T15:43:40.5523335Z echo "Reenabled issues? " 2025-11-03T15:43:40.5529473Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:40.5529834Z env: 2025-11-03T15:43:40.5530049Z GIT_DEFAULT_BRANCH: main 2025-11-03T15:43:40.5530290Z ##[endgroup] 2025-11-03T15:43:40.5558944Z Filtered matrix: 2025-11-03T15:43:40.5559680Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-11-03T15:43:40.5562558Z 2025-11-03T15:43:40.5562910Z Is the current job unstable? False 2025-11-03T15:43:40.5565653Z 2025-11-03T15:43:40.5566077Z Is keep-going label set? True 2025-11-03T15:43:40.5566878Z 2025-11-03T15:43:40.5567206Z Reenabled issues? 2025-11-03T15:43:40.5684813Z Post job cleanup. 2025-11-03T15:43:40.5739135Z Post job cleanup. 2025-11-03T15:43:40.6781467Z [command]/usr/bin/git version 2025-11-03T15:43:40.6850867Z git version 2.50.1 2025-11-03T15:43:40.6887899Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/e53e1072-d9fd-48c6-b9cb-fcd6666fb946/.gitconfig' 2025-11-03T15:43:40.6899260Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e53e1072-d9fd-48c6-b9cb-fcd6666fb946' before making global git config changes 2025-11-03T15:43:40.6901308Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:40.6906853Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-11-03T15:43:40.6948690Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:40.6998598Z [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-11-03T15:43:40.7341524Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:40.7362658Z http.https://github.com/.extraheader 2025-11-03T15:43:40.7376853Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-11-03T15:43:40.7407126Z [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-11-03T15:43:40.7913579Z A job completed hook has been configured by the self-hosted runner administrator 2025-11-03T15:43:40.7937019Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-11-03T15:43:40.7942621Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:40.7943216Z ##[endgroup] 2025-11-03T15:43:40.8044648Z [!ALERT!] Swap in detected! [!ALERT!] 2025-11-03T15:43:58.8195480Z Evaluate and set job outputs 2025-11-03T15:43:58.8201773Z Set output 'test-matrix' 2025-11-03T15:43:58.8203744Z Set output 'is-test-matrix-empty' 2025-11-03T15:43:58.8204432Z Set output 'keep-going' 2025-11-03T15:43:58.8205136Z Cleaning up orphan processes