2025-08-26T19:32:06.0791927Z Current runner version: '2.328.0' 2025-08-26T19:32:06.0802329Z Runner name: 'i-0790a882cc7858e08' 2025-08-26T19:32:06.0803565Z Runner group name: 'Default' 2025-08-26T19:32:06.0805098Z Machine name: 'ip-10-1-68-92' 2025-08-26T19:32:06.0810009Z ##[group]GITHUB_TOKEN Permissions 2025-08-26T19:32:06.0812998Z Contents: read 2025-08-26T19:32:06.0814068Z Metadata: read 2025-08-26T19:32:06.0814882Z ##[endgroup] 2025-08-26T19:32:06.0818153Z Secret source: Actions 2025-08-26T19:32:06.0819371Z Prepare workflow directory 2025-08-26T19:32:06.1603778Z Prepare all required actions 2025-08-26T19:32:06.1644524Z Getting action download info 2025-08-26T19:32:06.3389256Z Download action repository 'pytorch/pytorch@main' (SHA:262640fd220236042fbf4443cc163c8838c84c3d) 2025-08-26T19:32:20.5027034Z Getting action download info 2025-08-26T19:32:20.6391180Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-26T19:32:20.9242225Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (262640fd220236042fbf4443cc163c8838c84c3d) 2025-08-26T19:32:20.9246439Z ##[group] Inputs 2025-08-26T19:32:20.9246930Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-08-26T19:32:20.9247551Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-08-26T19:32:20.9248062Z cuda-version: cpu 2025-08-26T19:32:20.9248324Z sync-tag: 2025-08-26T19:32:20.9248818Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-08-26T19:32:20.9249399Z runner: lf.linux.large 2025-08-26T19:32:20.9249690Z ##[endgroup] 2025-08-26T19:32:20.9250075Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-08-26T19:32:20.9584365Z A job started hook has been configured by the self-hosted runner administrator 2025-08-26T19:32:20.9691343Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-08-26T19:32:20.9700834Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:20.9701645Z ##[endgroup] 2025-08-26T19:32:22.3086896Z Runner Type: lf.linux.large 2025-08-26T19:32:22.3087590Z Instance Type: c5.large 2025-08-26T19:32:22.3088005Z AMI Name: unknown 2025-08-26T19:32:22.3137882Z AMI ID: ami-05ffe3c48a9991133 2025-08-26T19:32:27.6512925Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-26T19:32:27.6513399Z with: 2025-08-26T19:32:27.6513617Z fetch-depth: 1 2025-08-26T19:32:27.6513847Z submodules: false 2025-08-26T19:32:27.6514057Z env: 2025-08-26T19:32:27.6514279Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:27.6514520Z ##[endgroup] 2025-08-26T19:32:27.6602205Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:32:27.6603164Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:32:27.6612014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:27.6612443Z env: 2025-08-26T19:32:27.6612654Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:27.6612914Z ##[endgroup] 2025-08-26T19:32:27.6728971Z ##[group]Run # Use all available CPUs for fetching 2025-08-26T19:32:27.6729452Z # Use all available CPUs for fetching 2025-08-26T19:32:27.6729806Z cd "${GITHUB_WORKSPACE}" 2025-08-26T19:32:27.6730137Z git config --global fetch.parallel 0 2025-08-26T19:32:27.6730516Z git config --global submodule.fetchJobs 0 2025-08-26T19:32:27.6730836Z  2025-08-26T19:32:27.6731191Z # Clean workspace. The default checkout action should also do this, but 2025-08-26T19:32:27.6731638Z # do it here as well just in case 2025-08-26T19:32:27.6731951Z if [[ -d .git ]]; then 2025-08-26T19:32:27.6732223Z  if [ -z "${NO_SUDO}" ]; then 2025-08-26T19:32:27.6732529Z  sudo git clean -ffdx 2025-08-26T19:32:27.6732803Z  else 2025-08-26T19:32:27.6733203Z  git clean -ffdx 2025-08-26T19:32:27.6733466Z  fi 2025-08-26T19:32:27.6733665Z fi 2025-08-26T19:32:27.6738977Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:27.6739339Z env: 2025-08-26T19:32:27.6739573Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:27.6739814Z NO_SUDO: 2025-08-26T19:32:27.6740024Z ##[endgroup] 2025-08-26T19:32:27.6934673Z ##[group]Run actions/checkout@v4 2025-08-26T19:32:27.6934986Z with: 2025-08-26T19:32:27.6935237Z ref: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:32:27.6935547Z fetch-depth: 1 2025-08-26T19:32:27.6935781Z submodules: false 2025-08-26T19:32:27.6936007Z show-progress: false 2025-08-26T19:32:27.6936265Z repository: pytorch/pytorch 2025-08-26T19:32:27.6936681Z token: *** 2025-08-26T19:32:27.6936899Z ssh-strict: true 2025-08-26T19:32:27.6937124Z ssh-user: git 2025-08-26T19:32:27.6937346Z persist-credentials: true 2025-08-26T19:32:27.6937615Z clean: true 2025-08-26T19:32:27.6937860Z sparse-checkout-cone-mode: true 2025-08-26T19:32:27.6938141Z fetch-tags: false 2025-08-26T19:32:27.6938344Z lfs: false 2025-08-26T19:32:27.6938564Z set-safe-directory: true 2025-08-26T19:32:27.6938800Z env: 2025-08-26T19:32:27.6939012Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:27.6939246Z ##[endgroup] 2025-08-26T19:32:27.8101163Z Syncing repository: pytorch/pytorch 2025-08-26T19:32:27.8103371Z ##[group]Getting Git version info 2025-08-26T19:32:27.8104282Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-26T19:32:27.8105558Z [command]/usr/bin/git version 2025-08-26T19:32:27.8106044Z git version 2.47.1 2025-08-26T19:32:27.8121598Z ##[endgroup] 2025-08-26T19:32:27.8134310Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/8bdba946-0d6f-40ab-8c5d-09f971aefa27/.gitconfig' 2025-08-26T19:32:27.8156701Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8bdba946-0d6f-40ab-8c5d-09f971aefa27' before making global git config changes 2025-08-26T19:32:27.8158503Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:32:27.8163564Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-26T19:32:27.8202687Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-26T19:32:27.8206701Z ##[group]Initializing the repository 2025-08-26T19:32:27.8211548Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-26T19:32:27.8241545Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-26T19:32:27.8242882Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-26T19:32:27.8244102Z hint: of your new repositories, which will suppress this warning, call: 2025-08-26T19:32:27.8245021Z hint: 2025-08-26T19:32:27.8245638Z hint: git config --global init.defaultBranch 2025-08-26T19:32:27.8246335Z hint: 2025-08-26T19:32:27.8247077Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-26T19:32:27.8248302Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-26T19:32:27.8249319Z hint: 2025-08-26T19:32:27.8249941Z hint: git branch -m 2025-08-26T19:32:27.8251136Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-08-26T19:32:27.8257510Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-26T19:32:27.8286661Z ##[endgroup] 2025-08-26T19:32:27.8287565Z ##[group]Disabling automatic garbage collection 2025-08-26T19:32:27.8291204Z [command]/usr/bin/git config --local gc.auto 0 2025-08-26T19:32:27.8317140Z ##[endgroup] 2025-08-26T19:32:27.8318042Z ##[group]Setting up auth 2025-08-26T19:32:27.8324036Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:32:27.8351138Z [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-08-26T19:32:27.8637654Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:32:27.8665477Z [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-08-26T19:32:27.8917711Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-26T19:32:27.8962632Z ##[endgroup] 2025-08-26T19:32:27.8963786Z ##[group]Fetching the repository 2025-08-26T19:32:27.8970118Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:32:34.0332181Z From https://github.com/pytorch/pytorch 2025-08-26T19:32:34.0333059Z * branch 262640fd220236042fbf4443cc163c8838c84c3d -> FETCH_HEAD 2025-08-26T19:32:34.0359931Z ##[endgroup] 2025-08-26T19:32:34.0361192Z ##[group]Determining the checkout info 2025-08-26T19:32:34.0405680Z ##[endgroup] 2025-08-26T19:32:34.0406254Z [command]/usr/bin/git sparse-checkout disable 2025-08-26T19:32:34.0432770Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-26T19:32:34.0457328Z ##[group]Checking out the ref 2025-08-26T19:32:34.0462614Z [command]/usr/bin/git checkout --progress --force 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:32:35.0764006Z Updating files: 95% (18443/19395) 2025-08-26T19:32:35.0889496Z Updating files: 96% (18620/19395) 2025-08-26T19:32:35.1047176Z Updating files: 97% (18814/19395) 2025-08-26T19:32:35.1264544Z Updating files: 98% (19008/19395) 2025-08-26T19:32:35.1398593Z Updating files: 99% (19202/19395) 2025-08-26T19:32:35.1399341Z Updating files: 100% (19395/19395) 2025-08-26T19:32:35.1400221Z Updating files: 100% (19395/19395), done. 2025-08-26T19:32:35.1609724Z Note: switching to '262640fd220236042fbf4443cc163c8838c84c3d'. 2025-08-26T19:32:35.1610541Z 2025-08-26T19:32:35.1611263Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-26T19:32:35.1612813Z changes and commit them, and you can discard any commits you make in this 2025-08-26T19:32:35.1614644Z state without impacting any branches by switching back to a branch. 2025-08-26T19:32:35.1619138Z 2025-08-26T19:32:35.1619855Z If you want to create a new branch to retain commits you create, you may 2025-08-26T19:32:35.1620666Z do so (now or later) by using -c with the switch command. Example: 2025-08-26T19:32:35.1650420Z 2025-08-26T19:32:35.1650886Z git switch -c 2025-08-26T19:32:35.1651497Z 2025-08-26T19:32:35.1651938Z Or undo this operation with: 2025-08-26T19:32:35.1652345Z 2025-08-26T19:32:35.1652674Z git switch - 2025-08-26T19:32:35.1697591Z 2025-08-26T19:32:35.1698152Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-26T19:32:35.1698882Z 2025-08-26T19:32:35.1699325Z HEAD is now at 262640f [ROCm][CI] restore test_flex_attention tests (#161519) 2025-08-26T19:32:35.1700978Z ##[endgroup] 2025-08-26T19:32:35.1743789Z [command]/usr/bin/git log -1 --format=%H 2025-08-26T19:32:35.1769386Z 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:32:35.1982902Z Prepare all required actions 2025-08-26T19:32:35.1983476Z Getting action download info 2025-08-26T19:32:35.3081012Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-08-26T19:32:35.4577809Z ##[group]Run ./.github/actions/filter-test-configs 2025-08-26T19:32:35.4578150Z with: 2025-08-26T19:32:35.4578579Z github-token: *** 2025-08-26T19:32:35.4579022Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-08-26T19:32:35.4579533Z env: 2025-08-26T19:32:35.4579732Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:35.4579984Z ##[endgroup] 2025-08-26T19:32:35.4619399Z ##[group]Run nick-fields/retry@v3.0.0 2025-08-26T19:32:35.4619693Z with: 2025-08-26T19:32:35.4619892Z shell: bash 2025-08-26T19:32:35.4620096Z timeout_minutes: 10 2025-08-26T19:32:35.4620332Z max_attempts: 5 2025-08-26T19:32:35.4620557Z retry_wait_seconds: 30 2025-08-26T19:32:35.4621375Z 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-08-26T19:32:35.4622199Z polling_interval_seconds: 1 2025-08-26T19:32:35.4622477Z warning_on_retry: true 2025-08-26T19:32:35.4622723Z continue_on_error: false 2025-08-26T19:32:35.4622970Z env: 2025-08-26T19:32:35.4623163Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:35.4623596Z GITHUB_TOKEN: *** 2025-08-26T19:32:35.4623811Z ##[endgroup] 2025-08-26T19:32:35.5708269Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-08-26T19:32:35.9525353Z Defaulting to user installation because normal site-packages is not writeable 2025-08-26T19:32:36.0952733Z Collecting requests==2.27.1 2025-08-26T19:32:36.1135209Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-08-26T19:32:36.2653761Z Collecting pyyaml==6.0.2 2025-08-26T19:32:36.2695298Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-08-26T19:32:36.3541859Z Collecting certifi>=2017.4.17 2025-08-26T19:32:36.3577173Z Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) 2025-08-26T19:32:36.3630610Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-08-26T19:32:36.7144353Z Collecting charset-normalizer~=2.0.0 2025-08-26T19:32:36.7188145Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-08-26T19:32:36.7224489Z 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-08-26T19:32:36.8044886Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-08-26T19:32:36.9113239Z Successfully installed certifi-2025.8.3 charset-normalizer-2.0.12 pyyaml-6.0.2 requests-2.27.1 2025-08-26T19:32:37.5420279Z Command completed after 1 attempt(s). 2025-08-26T19:32:37.5486585Z ##[group]Run set -x 2025-08-26T19:32:37.5486857Z set -x 2025-08-26T19:32:37.5487078Z  2025-08-26T19:32:37.5487451Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-08-26T19:32:37.5487905Z # in runner workspace 2025-08-26T19:32:37.5488275Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-08-26T19:32:37.5495176Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:37.5495546Z env: 2025-08-26T19:32:37.5495756Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:37.5495992Z ##[endgroup] 2025-08-26T19:32:37.5523944Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-08-26T19:32:37.5704464Z Setting output branch=main 2025-08-26T19:32:37.5773813Z ##[group]Run set -x 2025-08-26T19:32:37.5774094Z set -x 2025-08-26T19:32:37.5774300Z  2025-08-26T19:32:37.5774659Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-08-26T19:32:37.5775459Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-08-26T19:32:37.5776053Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-08-26T19:32:37.5776660Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-08-26T19:32:37.5777171Z # expose this variable as part of GitHub context. 2025-08-26T19:32:37.5777755Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-08-26T19:32:37.5778395Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-08-26T19:32:37.5778791Z pwd 2025-08-26T19:32:37.5779091Z  2025-08-26T19:32:37.5779465Z LOG_FILE=$(grep -l -r "262640fd220236042fbf4443cc163c8838c84c3d" *.log | tail -n 1) 2025-08-26T19:32:37.5779949Z if [ -n "${LOG_FILE}" ]; then 2025-08-26T19:32:37.5780404Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-08-26T19:32:37.5780898Z  # needs to be awk {print $3} on MacOS 2025-08-26T19:32:37.5781227Z  case ${RUNNER_OS} in 2025-08-26T19:32:37.5781485Z  macOS) 2025-08-26T19:32:37.5781925Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-08-26T19:32:37.5782403Z  ;; 2025-08-26T19:32:37.5782620Z  *) 2025-08-26T19:32:37.5783019Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-08-26T19:32:37.5783504Z  ;; 2025-08-26T19:32:37.5783719Z  esac 2025-08-26T19:32:37.5783985Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-08-26T19:32:37.5784324Z fi 2025-08-26T19:32:37.5784511Z  2025-08-26T19:32:37.5784818Z popd 2025-08-26T19:32:37.5790348Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:37.5790720Z env: 2025-08-26T19:32:37.5790920Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:37.5791174Z ##[endgroup] 2025-08-26T19:32:37.5821930Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-08-26T19:32:37.5822592Z + pwd 2025-08-26T19:32:37.5823095Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-08-26T19:32:37.5823845Z /home/ec2-user/actions-runner/_diag 2025-08-26T19:32:37.5826443Z ++ tail -n 1 2025-08-26T19:32:37.5832367Z ++ grep -l -r 262640fd220236042fbf4443cc163c8838c84c3d Runner_20250826-193056-utc.log Runner_20250826-193200-utc.log Worker_20250826-193205-utc.log 2025-08-26T19:32:37.5850516Z + LOG_FILE=Worker_20250826-193205-utc.log 2025-08-26T19:32:37.5851090Z + '[' -n Worker_20250826-193205-utc.log ']' 2025-08-26T19:32:37.5851614Z + case ${RUNNER_OS} in 2025-08-26T19:32:37.5855041Z ++ grep -r '"jobDisplayName"' Worker_20250826-193205-utc.log 2025-08-26T19:32:37.5857555Z ++ xargs 2025-08-26T19:32:37.5861093Z ++ awk -F '[:]' '{print $2}' 2025-08-26T19:32:37.5880190Z ++ sed 's/"//g' 2025-08-26T19:32:37.5922362Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-08-26T19:32:37.5923601Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-08-26T19:32:37.5924514Z + popd 2025-08-26T19:32:37.5924876Z ~/actions-runner/_work/pytorch/pytorch 2025-08-26T19:32:37.5951660Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-08-26T19:32:37.5952062Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-08-26T19:32:37.5952392Z echo "Job name: ${JOB_NAME}" 2025-08-26T19:32:37.5952700Z  2025-08-26T19:32:37.5953094Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-08-26T19:32:37.5953575Z # in runner workspace 2025-08-26T19:32:37.5953992Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-08-26T19:32:37.5954444Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-08-26T19:32:37.5954915Z  --job-name "${JOB_NAME}" \ 2025-08-26T19:32:37.5955215Z  --test-matrix "{ include: [ 2025-08-26T19:32:37.5955651Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, 2025-08-26T19:32:37.5956063Z ]} 2025-08-26T19:32:37.5956266Z " \ 2025-08-26T19:32:37.5956504Z  --selected-test-configs "" \ 2025-08-26T19:32:37.5956818Z  --pr-number "${PR_NUMBER}" \ 2025-08-26T19:32:37.5977194Z  --tag "${TAG}" \ 2025-08-26T19:32:37.5977659Z  --event-name "${EVENT_NAME}" \ 2025-08-26T19:32:37.5978146Z  --schedule "${SCHEDULE}" \ 2025-08-26T19:32:37.5978493Z  --branch "${HEAD_BRANCH}" 2025-08-26T19:32:37.5984082Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:37.5984429Z env: 2025-08-26T19:32:37.5984634Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:37.5985390Z GITHUB_TOKEN: *** 2025-08-26T19:32:37.5985715Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-08-26T19:32:37.5986112Z PR_NUMBER: 2025-08-26T19:32:37.5986308Z TAG: 2025-08-26T19:32:37.5986506Z EVENT_NAME: push 2025-08-26T19:32:37.5986714Z SCHEDULE: 2025-08-26T19:32:37.5986926Z HEAD_BRANCH: main 2025-08-26T19:32:37.5987135Z ##[endgroup] 2025-08-26T19:32:37.6013795Z Workflow: pull 2025-08-26T19:32:37.6014366Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-08-26T19:32:37.7750261Z fatal: unknown commit origin/main 2025-08-26T19:32:37.7786171Z /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-08-26T19:32:37.7788366Z Setting output keep-going=True 2025-08-26T19:32:37.7789342Z Setting output ci-verbose-test-logs=False 2025-08-26T19:32:37.7790210Z Setting output ci-test-showlocals=False 2025-08-26T19:32:37.7791178Z warnings.warn(f"failed to get commit messages: {e}") 2025-08-26T19:32:37.7792188Z Setting output ci-no-test-timeout=False 2025-08-26T19:32:37.7792981Z Setting output ci-no-td=False 2025-08-26T19:32:37.7793434Z Setting output ci-td-distributed=False 2025-08-26T19:32:37.7793937Z Setting output is-unstable=False 2025-08-26T19:32:37.7794368Z Setting output reenabled-issues= 2025-08-26T19:32:37.7795256Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]} 2025-08-26T19:32:37.7796220Z Setting output is-test-matrix-empty=False 2025-08-26T19:32:37.8013384Z ##[group]Run echo "Filtered matrix:" 2025-08-26T19:32:37.8013741Z echo "Filtered matrix:" 2025-08-26T19:32:37.8014251Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]}" 2025-08-26T19:32:37.8014731Z  2025-08-26T19:32:37.8014931Z echo 2025-08-26T19:32:37.8015179Z echo "Is the current job unstable? False" 2025-08-26T19:32:37.8015512Z  2025-08-26T19:32:37.8015693Z echo 2025-08-26T19:32:37.8015936Z echo "Is keep-going label set? True" 2025-08-26T19:32:37.8016229Z  2025-08-26T19:32:37.8016420Z echo 2025-08-26T19:32:37.8016634Z echo "Reenabled issues? " 2025-08-26T19:32:37.8022336Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:37.8022687Z env: 2025-08-26T19:32:37.8022898Z GIT_DEFAULT_BRANCH: main 2025-08-26T19:32:37.8023137Z ##[endgroup] 2025-08-26T19:32:37.8046995Z Filtered matrix: 2025-08-26T19:32:37.8047662Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge}]} 2025-08-26T19:32:37.8048286Z 2025-08-26T19:32:37.8048453Z Is the current job unstable? False 2025-08-26T19:32:37.8048830Z 2025-08-26T19:32:37.8049040Z Is keep-going label set? True 2025-08-26T19:32:37.8049742Z 2025-08-26T19:32:37.8049881Z Reenabled issues? 2025-08-26T19:32:37.8142320Z Post job cleanup. 2025-08-26T19:32:37.8189987Z Post job cleanup. 2025-08-26T19:32:37.9119388Z [command]/usr/bin/git version 2025-08-26T19:32:37.9157407Z git version 2.47.1 2025-08-26T19:32:37.9195719Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/d6f33054-05c2-492c-90e3-86a0e4839689/.gitconfig' 2025-08-26T19:32:37.9205492Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d6f33054-05c2-492c-90e3-86a0e4839689' before making global git config changes 2025-08-26T19:32:37.9207398Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:32:37.9212100Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-26T19:32:37.9248989Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:32:37.9291131Z [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-08-26T19:32:37.9577520Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:32:37.9596749Z http.https://github.com/.extraheader 2025-08-26T19:32:37.9609295Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-26T19:32:37.9636387Z [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-08-26T19:32:37.9970911Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-26T19:32:37.9998392Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-08-26T19:32:38.0006289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:32:38.0006946Z ##[endgroup] 2025-08-26T19:32:38.0140430Z [!ALERT!] Swap in detected! [!ALERT!] 2025-08-26T19:32:48.5466199Z [!ALERT!] Swap out detected [!ALERT!] 2025-08-26T19:33:05.6629784Z Evaluate and set job outputs 2025-08-26T19:33:05.6635815Z Set output 'test-matrix' 2025-08-26T19:33:05.6637557Z Set output 'is-test-matrix-empty' 2025-08-26T19:33:05.6638482Z Set output 'keep-going' 2025-08-26T19:33:05.6639233Z Cleaning up orphan processes