2025-06-01T20:56:34.3342783Z Current runner version: '2.324.0' 2025-06-01T20:56:34.3352351Z Runner name: 'i-0254e331ecb23b292' 2025-06-01T20:56:34.3353956Z Machine name: 'ip-10-1-34-118' 2025-06-01T20:56:34.3361390Z ##[group]GITHUB_TOKEN Permissions 2025-06-01T20:56:34.3365107Z Actions: read 2025-06-01T20:56:34.3365974Z Attestations: read 2025-06-01T20:56:34.3366888Z Checks: read 2025-06-01T20:56:34.3367738Z Contents: read 2025-06-01T20:56:34.3368639Z Deployments: read 2025-06-01T20:56:34.3369479Z Discussions: read 2025-06-01T20:56:34.3370429Z Issues: read 2025-06-01T20:56:34.3371203Z Metadata: read 2025-06-01T20:56:34.3372046Z Models: read 2025-06-01T20:56:34.3372874Z Packages: read 2025-06-01T20:56:34.3373772Z Pages: read 2025-06-01T20:56:34.3374608Z PullRequests: read 2025-06-01T20:56:34.3375595Z RepositoryProjects: read 2025-06-01T20:56:34.3376670Z SecurityEvents: read 2025-06-01T20:56:34.3377532Z Statuses: read 2025-06-01T20:56:34.3378463Z ##[endgroup] 2025-06-01T20:56:34.3381780Z Secret source: Actions 2025-06-01T20:56:34.3383275Z Prepare workflow directory 2025-06-01T20:56:34.4319307Z Prepare all required actions 2025-06-01T20:56:34.4360090Z Getting action download info 2025-06-01T20:56:34.5778933Z Download action repository 'pytorch/pytorch@main' (SHA:f7c09f864a6c6467a7454f1431340d3338473fd1) 2025-06-01T20:56:53.1018832Z Getting action download info 2025-06-01T20:56:53.2095967Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-01T20:56:53.4662230Z Complete job name: linux-focal-cpu-py3.10-gcc11-bazel-test / filter 2025-06-01T20:56:53.5000658Z A job started hook has been configured by the self-hosted runner administrator 2025-06-01T20:56:53.5110636Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-01T20:56:53.5120799Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:56:53.5121686Z ##[endgroup] 2025-06-01T20:56:54.9967522Z Runner Type: lf.linux.large 2025-06-01T20:56:54.9970342Z Instance Type: c5.large 2025-06-01T20:56:54.9972676Z AMI Name: unknown 2025-06-01T20:56:55.0023556Z AMI ID: ami-071226ecf16aa7d96 2025-06-01T20:57:00.5957896Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-01T20:57:00.5958519Z with: 2025-06-01T20:57:00.5958849Z fetch-depth: 1 2025-06-01T20:57:00.5959340Z submodules: false 2025-06-01T20:57:00.5959712Z env: 2025-06-01T20:57:00.5960012Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:00.5960456Z ##[endgroup] 2025-06-01T20:57:00.6054168Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-01T20:57:00.6055285Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-01T20:57:00.6064278Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:00.6064787Z env: 2025-06-01T20:57:00.6065197Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:00.6065594Z ##[endgroup] 2025-06-01T20:57:00.6218924Z ##[group]Run # Use all available CPUs for fetching 2025-06-01T20:57:00.6219474Z # Use all available CPUs for fetching 2025-06-01T20:57:00.6219849Z cd "${GITHUB_WORKSPACE}" 2025-06-01T20:57:00.6220228Z git config --global fetch.parallel 0 2025-06-01T20:57:00.6220644Z git config --global submodule.fetchJobs 0 2025-06-01T20:57:00.6221041Z  2025-06-01T20:57:00.6221459Z # Clean workspace. The default checkout action should also do this, but 2025-06-01T20:57:00.6221958Z # do it here as well just in case 2025-06-01T20:57:00.6222322Z if [[ -d .git ]]; then 2025-06-01T20:57:00.6222649Z  if [ -z "${NO_SUDO}" ]; then 2025-06-01T20:57:00.6223004Z  sudo git clean -ffdx 2025-06-01T20:57:00.6223320Z  else 2025-06-01T20:57:00.6223604Z  git clean -ffdx 2025-06-01T20:57:00.6223898Z  fi 2025-06-01T20:57:00.6224155Z fi 2025-06-01T20:57:00.6229548Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:00.6230139Z env: 2025-06-01T20:57:00.6230401Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:00.6230704Z NO_SUDO: 2025-06-01T20:57:00.6230961Z ##[endgroup] 2025-06-01T20:57:00.6376009Z ##[group]Run actions/checkout@v4 2025-06-01T20:57:00.6376473Z with: 2025-06-01T20:57:00.6376761Z ref: f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:57:00.6377141Z fetch-depth: 1 2025-06-01T20:57:00.6377408Z submodules: false 2025-06-01T20:57:00.6377701Z show-progress: false 2025-06-01T20:57:00.6378005Z repository: pytorch/pytorch 2025-06-01T20:57:00.6378521Z token: *** 2025-06-01T20:57:00.6378794Z ssh-strict: true 2025-06-01T20:57:00.6379062Z ssh-user: git 2025-06-01T20:57:00.6379353Z persist-credentials: true 2025-06-01T20:57:00.6379657Z clean: true 2025-06-01T20:57:00.6379953Z sparse-checkout-cone-mode: true 2025-06-01T20:57:00.6380285Z fetch-tags: false 2025-06-01T20:57:00.6380560Z lfs: false 2025-06-01T20:57:00.6380825Z set-safe-directory: true 2025-06-01T20:57:00.6381141Z env: 2025-06-01T20:57:00.6381397Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:00.6381698Z ##[endgroup] 2025-06-01T20:57:00.7564700Z Syncing repository: pytorch/pytorch 2025-06-01T20:57:00.7567008Z ##[group]Getting Git version info 2025-06-01T20:57:00.7567952Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-06-01T20:57:00.7569261Z [command]/usr/bin/git version 2025-06-01T20:57:00.7569792Z git version 2.47.1 2025-06-01T20:57:00.7583345Z ##[endgroup] 2025-06-01T20:57:00.7596413Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/914c1acb-deed-4ccc-8824-b0ae3c454185/.gitconfig' 2025-06-01T20:57:00.7618689Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/914c1acb-deed-4ccc-8824-b0ae3c454185' before making global git config changes 2025-06-01T20:57:00.7620540Z Adding repository directory to the temporary git global config as a safe directory 2025-06-01T20:57:00.7625033Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-06-01T20:57:00.7660200Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-06-01T20:57:00.7665108Z ##[group]Initializing the repository 2025-06-01T20:57:00.7683698Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-06-01T20:57:00.7722709Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-01T20:57:00.7724065Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-01T20:57:00.7725386Z hint: of your new repositories, which will suppress this warning, call: 2025-06-01T20:57:00.7726452Z hint: 2025-06-01T20:57:00.7727001Z hint: git config --global init.defaultBranch 2025-06-01T20:57:00.7727944Z hint: 2025-06-01T20:57:00.7728830Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-01T20:57:00.7729984Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-01T20:57:00.7730844Z hint: 2025-06-01T20:57:00.7731315Z hint: git branch -m 2025-06-01T20:57:00.7732816Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-06-01T20:57:00.7735974Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-01T20:57:00.7761761Z ##[endgroup] 2025-06-01T20:57:00.7762809Z ##[group]Disabling automatic garbage collection 2025-06-01T20:57:00.7767782Z [command]/usr/bin/git config --local gc.auto 0 2025-06-01T20:57:00.7793653Z ##[endgroup] 2025-06-01T20:57:00.7794644Z ##[group]Setting up auth 2025-06-01T20:57:00.7802439Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-01T20:57:00.7830541Z [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-06-01T20:57:00.8112348Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-01T20:57:00.8129594Z [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-06-01T20:57:00.8378107Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-01T20:57:00.8430351Z ##[endgroup] 2025-06-01T20:57:00.8431739Z ##[group]Fetching the repository 2025-06-01T20:57:00.8433383Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:57:05.3409551Z From https://github.com/pytorch/pytorch 2025-06-01T20:57:05.3414462Z * branch f7c09f864a6c6467a7454f1431340d3338473fd1 -> FETCH_HEAD 2025-06-01T20:57:05.3477839Z ##[endgroup] 2025-06-01T20:57:05.3478647Z ##[group]Determining the checkout info 2025-06-01T20:57:05.3479541Z ##[endgroup] 2025-06-01T20:57:05.3480063Z [command]/usr/bin/git sparse-checkout disable 2025-06-01T20:57:05.3495503Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-01T20:57:05.3529691Z ##[group]Checking out the ref 2025-06-01T20:57:05.3534009Z [command]/usr/bin/git checkout --progress --force f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:57:06.3801571Z Updating files: 98% (17328/17658) 2025-06-01T20:57:06.3923252Z Updating files: 99% (17482/17658) 2025-06-01T20:57:06.3923935Z Updating files: 100% (17658/17658) 2025-06-01T20:57:06.3924361Z Updating files: 100% (17658/17658), done. 2025-06-01T20:57:06.4121706Z Note: switching to 'f7c09f864a6c6467a7454f1431340d3338473fd1'. 2025-06-01T20:57:06.4122265Z 2025-06-01T20:57:06.4122620Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-01T20:57:06.4123506Z changes and commit them, and you can discard any commits you make in this 2025-06-01T20:57:06.4124334Z state without impacting any branches by switching back to a branch. 2025-06-01T20:57:06.4125206Z 2025-06-01T20:57:06.4125582Z If you want to create a new branch to retain commits you create, you may 2025-06-01T20:57:06.4126417Z do so (now or later) by using -c with the switch command. Example: 2025-06-01T20:57:06.4126905Z 2025-06-01T20:57:06.4127105Z git switch -c 2025-06-01T20:57:06.4127894Z 2025-06-01T20:57:06.4149922Z Or undo this operation with: 2025-06-01T20:57:06.4150328Z 2025-06-01T20:57:06.4150486Z git switch - 2025-06-01T20:57:06.4150705Z 2025-06-01T20:57:06.4151074Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-01T20:57:06.4151699Z 2025-06-01T20:57:06.4152043Z HEAD is now at f7c09f8 [Docs] Reformat sparse example (#154785) 2025-06-01T20:57:06.4190084Z ##[endgroup] 2025-06-01T20:57:06.4250208Z [command]/usr/bin/git log -1 --format=%H 2025-06-01T20:57:06.4275040Z f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:57:06.4525312Z Prepare all required actions 2025-06-01T20:57:06.4525824Z Getting action download info 2025-06-01T20:57:06.5754988Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-01T20:57:06.7271037Z ##[group]Run ./.github/actions/filter-test-configs 2025-06-01T20:57:06.7271392Z with: 2025-06-01T20:57:06.7271802Z github-token: *** 2025-06-01T20:57:06.7272247Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-06-01T20:57:06.7272756Z env: 2025-06-01T20:57:06.7272958Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:06.7273216Z ##[endgroup] 2025-06-01T20:57:06.7325617Z ##[group]Run nick-fields/retry@v3.0.0 2025-06-01T20:57:06.7325934Z with: 2025-06-01T20:57:06.7326124Z shell: bash 2025-06-01T20:57:06.7326345Z timeout_minutes: 10 2025-06-01T20:57:06.7326572Z max_attempts: 5 2025-06-01T20:57:06.7326811Z retry_wait_seconds: 30 2025-06-01T20:57:06.7327640Z 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-06-01T20:57:06.7328604Z polling_interval_seconds: 1 2025-06-01T20:57:06.7328884Z warning_on_retry: true 2025-06-01T20:57:06.7329134Z continue_on_error: false 2025-06-01T20:57:06.7329384Z env: 2025-06-01T20:57:06.7329590Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:06.7330025Z GITHUB_TOKEN: *** 2025-06-01T20:57:06.7330250Z ##[endgroup] 2025-06-01T20:57:06.8451228Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-06-01T20:57:07.2371562Z Defaulting to user installation because normal site-packages is not writeable 2025-06-01T20:57:07.4103547Z Collecting requests==2.27.1 2025-06-01T20:57:07.4342563Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-06-01T20:57:07.5995252Z Collecting pyyaml==6.0.1 2025-06-01T20:57:07.6041265Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2025-06-01T20:57:07.6284305Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-06-01T20:57:07.6711226Z Collecting certifi>=2017.4.17 2025-06-01T20:57:07.6750498Z Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) 2025-06-01T20:57:07.6803473Z 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-06-01T20:57:08.0126238Z Collecting charset-normalizer~=2.0.0 2025-06-01T20:57:08.0166385Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-06-01T20:57:08.1013090Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-06-01T20:57:08.2091029Z Successfully installed certifi-2025.4.26 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2025-06-01T20:57:08.8141822Z Command completed after 1 attempt(s). 2025-06-01T20:57:08.8214803Z ##[group]Run set -x 2025-06-01T20:57:08.8215124Z set -x 2025-06-01T20:57:08.8215512Z  2025-06-01T20:57:08.8215960Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-06-01T20:57:08.8216659Z # in runner workspace 2025-06-01T20:57:08.8217185Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-06-01T20:57:08.8223702Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:08.8224245Z env: 2025-06-01T20:57:08.8224529Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:08.8224861Z ##[endgroup] 2025-06-01T20:57:08.8254136Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-06-01T20:57:08.8509382Z ##[group]Run set -x 2025-06-01T20:57:08.8509840Z set -x 2025-06-01T20:57:08.8536853Z  2025-06-01T20:57:08.8537390Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-06-01T20:57:08.8538664Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-06-01T20:57:08.8539358Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-06-01T20:57:08.8539956Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-06-01T20:57:08.8540467Z # expose this variable as part of GitHub context. 2025-06-01T20:57:08.8541049Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-06-01T20:57:08.8541675Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-06-01T20:57:08.8542065Z pwd 2025-06-01T20:57:08.8542255Z  2025-06-01T20:57:08.8542617Z LOG_FILE=$(grep -l -r "f7c09f864a6c6467a7454f1431340d3338473fd1" *.log | tail -n 1) 2025-06-01T20:57:08.8543082Z if [ -n "${LOG_FILE}" ]; then 2025-06-01T20:57:08.8543523Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-06-01T20:57:08.8544008Z  # needs to be awk {print $3} on MacOS 2025-06-01T20:57:08.8544439Z  case ${RUNNER_OS} in 2025-06-01T20:57:08.8544684Z  macOS) 2025-06-01T20:57:08.8545104Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-06-01T20:57:08.8545578Z  ;; 2025-06-01T20:57:08.8545792Z  *) 2025-06-01T20:57:08.8546181Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-06-01T20:57:08.8546645Z  ;; 2025-06-01T20:57:08.8546839Z  esac 2025-06-01T20:57:08.8547102Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-01T20:57:08.8547440Z fi 2025-06-01T20:57:08.8547625Z  2025-06-01T20:57:08.8547824Z popd 2025-06-01T20:57:08.8553506Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:08.8553876Z env: 2025-06-01T20:57:08.8554096Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:08.8554356Z ##[endgroup] 2025-06-01T20:57:08.8579573Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-06-01T20:57:08.8580387Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-06-01T20:57:08.8581545Z /home/ec2-user/actions-runner/_diag 2025-06-01T20:57:08.8646498Z + pwd 2025-06-01T20:57:08.8646852Z ++ tail -n 1 2025-06-01T20:57:08.8648037Z ++ grep -l -r f7c09f864a6c6467a7454f1431340d3338473fd1 Runner_20250601-193114-utc.log Runner_20250601-193203-utc.log Worker_20250601-205633-utc.log 2025-06-01T20:57:08.8649425Z + LOG_FILE=Worker_20250601-205633-utc.log 2025-06-01T20:57:08.8649955Z + '[' -n Worker_20250601-205633-utc.log ']' 2025-06-01T20:57:08.8650482Z + case ${RUNNER_OS} in 2025-06-01T20:57:08.8650896Z ++ awk -F '[:]' '{print $2}' 2025-06-01T20:57:08.8657109Z ++ sed 's/"//g' 2025-06-01T20:57:08.8659463Z ++ grep -r '"jobDisplayName"' Worker_20250601-205633-utc.log 2025-06-01T20:57:08.8665398Z ++ xargs 2025-06-01T20:57:08.8724627Z + JOB_NAME='linux-focal-cpu-py3.10-gcc11-bazel-test / filter,' 2025-06-01T20:57:08.8725895Z + echo 'job-name=linux-focal-cpu-py3.10-gcc11-bazel-test / filter,' 2025-06-01T20:57:08.8726872Z ~/actions-runner/_work/pytorch/pytorch 2025-06-01T20:57:08.8728134Z + popd 2025-06-01T20:57:08.8761031Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-06-01T20:57:08.8761436Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-06-01T20:57:08.8761765Z echo "Job name: ${JOB_NAME}" 2025-06-01T20:57:08.8762038Z  2025-06-01T20:57:08.8762435Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-06-01T20:57:08.8762949Z # in runner workspace 2025-06-01T20:57:08.8763351Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-06-01T20:57:08.8763818Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-06-01T20:57:08.8764134Z  --job-name "${JOB_NAME}" \ 2025-06-01T20:57:08.8764607Z  --test-matrix "{ include: [ 2025-06-01T20:57:08.8765049Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, 2025-06-01T20:57:08.8765479Z ]} 2025-06-01T20:57:08.8765685Z " \ 2025-06-01T20:57:08.8765912Z  --selected-test-configs "" \ 2025-06-01T20:57:08.8766241Z  --pr-number "${PR_NUMBER}" \ 2025-06-01T20:57:08.8766533Z  --tag "${TAG}" \ 2025-06-01T20:57:08.8766816Z  --event-name "${EVENT_NAME}" \ 2025-06-01T20:57:08.8767120Z  --schedule "${SCHEDULE}" \ 2025-06-01T20:57:08.8767427Z  --branch "${HEAD_BRANCH}" 2025-06-01T20:57:08.8773020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:08.8773389Z env: 2025-06-01T20:57:08.8773593Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:08.8774077Z GITHUB_TOKEN: *** 2025-06-01T20:57:08.8774409Z JOB_NAME: linux-focal-cpu-py3.10-gcc11-bazel-test / filter, 2025-06-01T20:57:08.8774786Z PR_NUMBER: 2025-06-01T20:57:08.8775013Z TAG: 2025-06-01T20:57:08.8775331Z EVENT_NAME: push 2025-06-01T20:57:08.8775556Z SCHEDULE: 2025-06-01T20:57:08.8775749Z HEAD_BRANCH: 2025-06-01T20:57:08.8775966Z ##[endgroup] 2025-06-01T20:57:08.8802820Z Workflow: pull 2025-06-01T20:57:08.8803634Z Job name: linux-focal-cpu-py3.10-gcc11-bazel-test / filter, 2025-06-01T20:57:09.0615029Z fatal: unknown commit origin/main 2025-06-01T20:57:09.0624549Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:488: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2025-06-01T20:57:09.0627399Z warnings.warn(f"failed to get commit messages: {e}") 2025-06-01T20:57:09.0769327Z ##[group]Run echo "Filtered matrix:" 2025-06-01T20:57:09.0769669Z echo "Filtered matrix:" 2025-06-01T20:57:09.0770192Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]}" 2025-06-01T20:57:09.0770692Z  2025-06-01T20:57:09.0770897Z echo 2025-06-01T20:57:09.0771169Z echo "Is the current job unstable? False" 2025-06-01T20:57:09.0771498Z  2025-06-01T20:57:09.0771684Z echo 2025-06-01T20:57:09.0771940Z echo "Is keep-going label set? False" 2025-06-01T20:57:09.0772243Z  2025-06-01T20:57:09.0772440Z echo 2025-06-01T20:57:09.0772656Z echo "Renabled issues? " 2025-06-01T20:57:09.0778842Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:09.0779216Z env: 2025-06-01T20:57:09.0779420Z GIT_DEFAULT_BRANCH: main 2025-06-01T20:57:09.0779680Z ##[endgroup] 2025-06-01T20:57:09.0807160Z Filtered matrix: 2025-06-01T20:57:09.0807757Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge}]} 2025-06-01T20:57:09.0808431Z 2025-06-01T20:57:09.0808624Z Is the current job unstable? False 2025-06-01T20:57:09.0809006Z 2025-06-01T20:57:09.0809213Z Is keep-going label set? False 2025-06-01T20:57:09.0809556Z 2025-06-01T20:57:09.0809730Z Renabled issues? 2025-06-01T20:57:09.0906865Z Post job cleanup. 2025-06-01T20:57:09.0953149Z Post job cleanup. 2025-06-01T20:57:09.1897061Z [command]/usr/bin/git version 2025-06-01T20:57:09.1936696Z git version 2.47.1 2025-06-01T20:57:09.1975825Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/c5df62ec-f65f-48fb-aaa6-7f6bc584acd7/.gitconfig' 2025-06-01T20:57:09.1985979Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c5df62ec-f65f-48fb-aaa6-7f6bc584acd7' before making global git config changes 2025-06-01T20:57:09.1988145Z Adding repository directory to the temporary git global config as a safe directory 2025-06-01T20:57:09.1993376Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-06-01T20:57:09.2032044Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-01T20:57:09.2075609Z [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-06-01T20:57:09.2359216Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-01T20:57:09.2379864Z http.https://github.com/.extraheader 2025-06-01T20:57:09.2393669Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-01T20:57:09.2423354Z [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-06-01T20:57:09.2785456Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-01T20:57:09.2810811Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-01T20:57:09.2818989Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:57:09.2819867Z ##[endgroup] 2025-06-01T20:57:09.2918321Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-01T20:57:20.2967732Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-01T20:57:37.9766540Z Evaluate and set job outputs 2025-06-01T20:57:37.9772058Z Set output 'test-matrix' 2025-06-01T20:57:37.9773783Z Set output 'is-test-matrix-empty' 2025-06-01T20:57:37.9774511Z Set output 'keep-going' 2025-06-01T20:57:37.9775161Z Cleaning up orphan processes