2025-07-24T03:40:57.8114416Z Current runner version: '2.327.0' 2025-07-24T03:40:57.8170391Z Runner name: 'i-05bae4284fc79b9f6' 2025-07-24T03:40:57.8171672Z Runner group name: 'default' 2025-07-24T03:40:57.8173096Z Machine name: 'ip-10-0-44-212' 2025-07-24T03:40:57.8177907Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T03:40:57.8181247Z Contents: read 2025-07-24T03:40:57.8182089Z Metadata: read 2025-07-24T03:40:57.8183057Z ##[endgroup] 2025-07-24T03:40:57.8186474Z Secret source: Actions 2025-07-24T03:40:57.8187740Z Prepare workflow directory 2025-07-24T03:40:57.9443162Z Prepare all required actions 2025-07-24T03:40:57.9506543Z Getting action download info 2025-07-24T03:40:58.1402726Z Download action repository 'pytorch/pytorch@main' (SHA:07df6ba7f5597488a93b3855d52d2ead55675125) 2025-07-24T03:41:12.1064576Z Getting action download info 2025-07-24T03:41:12.2575104Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T03:41:12.5653000Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/149961/merge (5569cd4ca334a1ae6954f4e673fae67c59e9bc65) 2025-07-24T03:41:12.5657312Z ##[group] Inputs 2025-07-24T03:41:12.5657899Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-07-24T03:41:12.5658529Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-07-24T03:41:12.5659036Z cuda-version: cpu 2025-07-24T03:41:12.5659298Z sync-tag: 2025-07-24T03:41:12.5659779Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-07-24T03:41:12.5660344Z runner: linux.large 2025-07-24T03:41:12.5660619Z ##[endgroup] 2025-07-24T03:41:12.5661017Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-07-24T03:41:12.6028611Z A job started hook has been configured by the self-hosted runner administrator 2025-07-24T03:41:12.6145538Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-07-24T03:41:12.6154750Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:12.6155499Z ##[endgroup] 2025-07-24T03:41:14.3057959Z Runner Type: linux.large 2025-07-24T03:41:14.3060221Z Instance Type: c5.large 2025-07-24T03:41:14.3062057Z AMI Name: unknown 2025-07-24T03:41:14.3115963Z AMI ID: ami-05ffe3c48a9991133 2025-07-24T03:41:19.9582593Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T03:41:19.9583123Z with: 2025-07-24T03:41:19.9583420Z fetch-depth: 1 2025-07-24T03:41:19.9583700Z submodules: false 2025-07-24T03:41:19.9583955Z env: 2025-07-24T03:41:19.9584219Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:19.9584504Z ##[endgroup] 2025-07-24T03:41:19.9730980Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:41:19.9731955Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:41:19.9740960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:19.9741395Z env: 2025-07-24T03:41:19.9741657Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:19.9741923Z ##[endgroup] 2025-07-24T03:41:19.9866174Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T03:41:19.9866702Z # Use all available CPUs for fetching 2025-07-24T03:41:19.9867075Z cd "${GITHUB_WORKSPACE}" 2025-07-24T03:41:19.9867456Z git config --global fetch.parallel 0 2025-07-24T03:41:19.9867882Z git config --global submodule.fetchJobs 0 2025-07-24T03:41:19.9868251Z  2025-07-24T03:41:19.9868654Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T03:41:19.9869151Z # do it here as well just in case 2025-07-24T03:41:19.9869515Z if [[ -d .git ]]; then 2025-07-24T03:41:19.9869833Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T03:41:19.9870188Z  sudo git clean -ffdx 2025-07-24T03:41:19.9870514Z  else 2025-07-24T03:41:19.9870962Z  git clean -ffdx 2025-07-24T03:41:19.9871271Z  fi 2025-07-24T03:41:19.9871515Z fi 2025-07-24T03:41:19.9877249Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:19.9877652Z env: 2025-07-24T03:41:19.9877935Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:19.9878220Z NO_SUDO: 2025-07-24T03:41:19.9878480Z ##[endgroup] 2025-07-24T03:41:20.0096759Z ##[group]Run actions/checkout@v4 2025-07-24T03:41:20.0097361Z with: 2025-07-24T03:41:20.0097941Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:20.0098612Z fetch-depth: 1 2025-07-24T03:41:20.0099087Z submodules: false 2025-07-24T03:41:20.0099587Z show-progress: false 2025-07-24T03:41:20.0100117Z repository: pytorch/pytorch 2025-07-24T03:41:20.0101666Z token: *** 2025-07-24T03:41:20.0102122Z ssh-strict: true 2025-07-24T03:41:20.0102609Z ssh-user: git 2025-07-24T03:41:20.0103116Z persist-credentials: true 2025-07-24T03:41:20.0103660Z clean: true 2025-07-24T03:41:20.0104190Z sparse-checkout-cone-mode: true 2025-07-24T03:41:20.0104798Z fetch-tags: false 2025-07-24T03:41:20.0105294Z lfs: false 2025-07-24T03:41:20.0105720Z set-safe-directory: true 2025-07-24T03:41:20.0106201Z env: 2025-07-24T03:41:20.0106549Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:20.0106982Z ##[endgroup] 2025-07-24T03:41:20.2089838Z Syncing repository: pytorch/pytorch 2025-07-24T03:41:20.2092070Z ##[group]Getting Git version info 2025-07-24T03:41:20.2092911Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-07-24T03:41:20.2094075Z [command]/usr/bin/git version 2025-07-24T03:41:20.2284078Z git version 2.47.1 2025-07-24T03:41:20.2319702Z ##[endgroup] 2025-07-24T03:41:20.2345622Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/4d92cbe0-9250-43ba-b3e1-a69d64d9e4e0/.gitconfig' 2025-07-24T03:41:20.2370674Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4d92cbe0-9250-43ba-b3e1-a69d64d9e4e0' before making global git config changes 2025-07-24T03:41:20.2375361Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:20.2377051Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-07-24T03:41:20.2423754Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-07-24T03:41:20.2429203Z ##[group]Initializing the repository 2025-07-24T03:41:20.2435264Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-07-24T03:41:20.2489790Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-24T03:41:20.2491226Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-24T03:41:20.2492570Z hint: of your new repositories, which will suppress this warning, call: 2025-07-24T03:41:20.2493609Z hint: 2025-07-24T03:41:20.2494363Z hint: git config --global init.defaultBranch 2025-07-24T03:41:20.2495027Z hint: 2025-07-24T03:41:20.2495678Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-24T03:41:20.2496760Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-24T03:41:20.2497566Z hint: 2025-07-24T03:41:20.2498030Z hint: git branch -m 2025-07-24T03:41:20.2517244Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-07-24T03:41:20.2540905Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-24T03:41:20.2601713Z ##[endgroup] 2025-07-24T03:41:20.2605903Z ##[group]Disabling automatic garbage collection 2025-07-24T03:41:20.2607057Z [command]/usr/bin/git config --local gc.auto 0 2025-07-24T03:41:20.2652956Z ##[endgroup] 2025-07-24T03:41:20.2654013Z ##[group]Setting up auth 2025-07-24T03:41:20.2658403Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:20.2691081Z [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-24T03:41:20.3104094Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:20.3125582Z [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-24T03:41:20.3417482Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-24T03:41:20.3467997Z ##[endgroup] 2025-07-24T03:41:20.3469322Z ##[group]Fetching the repository 2025-07-24T03:41:20.3491336Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:25.8883602Z From https://github.com/pytorch/pytorch 2025-07-24T03:41:25.8888490Z * branch 27c8ef1839e0747b36769efb192befc9308ff93c -> FETCH_HEAD 2025-07-24T03:41:25.8919708Z ##[endgroup] 2025-07-24T03:41:25.8920647Z ##[group]Determining the checkout info 2025-07-24T03:41:25.8922273Z ##[endgroup] 2025-07-24T03:41:25.8928579Z [command]/usr/bin/git sparse-checkout disable 2025-07-24T03:41:25.8972457Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-24T03:41:25.8999950Z ##[group]Checking out the ref 2025-07-24T03:41:25.9005942Z [command]/usr/bin/git checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:26.9287748Z Updating files: 91% (17813/19541) 2025-07-24T03:41:26.9403419Z Updating files: 92% (17978/19541) 2025-07-24T03:41:26.9541189Z Updating files: 93% (18174/19541) 2025-07-24T03:41:26.9706217Z Updating files: 94% (18369/19541) 2025-07-24T03:41:26.9879787Z Updating files: 95% (18564/19541) 2025-07-24T03:41:27.0018651Z Updating files: 96% (18760/19541) 2025-07-24T03:41:27.0170998Z Updating files: 97% (18955/19541) 2025-07-24T03:41:27.0406835Z Updating files: 98% (19151/19541) 2025-07-24T03:41:27.0555375Z Updating files: 99% (19346/19541) 2025-07-24T03:41:27.0556308Z Updating files: 100% (19541/19541) 2025-07-24T03:41:27.0557393Z Updating files: 100% (19541/19541), done. 2025-07-24T03:41:27.0768041Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T03:41:27.0768957Z 2025-07-24T03:41:27.0770064Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T03:41:27.0771440Z changes and commit them, and you can discard any commits you make in this 2025-07-24T03:41:27.0772714Z state without impacting any branches by switching back to a branch. 2025-07-24T03:41:27.0854469Z 2025-07-24T03:41:27.0855051Z If you want to create a new branch to retain commits you create, you may 2025-07-24T03:41:27.0855938Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T03:41:27.0856464Z 2025-07-24T03:41:27.0856694Z git switch -c 2025-07-24T03:41:27.0857057Z 2025-07-24T03:41:27.0857265Z Or undo this operation with: 2025-07-24T03:41:27.0857601Z 2025-07-24T03:41:27.0857854Z git switch - 2025-07-24T03:41:27.0858111Z 2025-07-24T03:41:27.0858543Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T03:41:27.0859199Z 2025-07-24T03:41:27.0859398Z HEAD is now at 27c8ef1 Update 2025-07-24T03:41:27.0860894Z ##[endgroup] 2025-07-24T03:41:27.0905810Z [command]/usr/bin/git log -1 --format=%H 2025-07-24T03:41:27.0963808Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:27.1325189Z Prepare all required actions 2025-07-24T03:41:27.1325765Z Getting action download info 2025-07-24T03:41:27.2336451Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-24T03:41:27.3859666Z ##[group]Run ./.github/actions/filter-test-configs 2025-07-24T03:41:27.3860018Z with: 2025-07-24T03:41:27.3860468Z github-token: *** 2025-07-24T03:41:27.3860906Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-07-24T03:41:27.3861579Z env: 2025-07-24T03:41:27.3861781Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:27.3862045Z ##[endgroup] 2025-07-24T03:41:27.3905854Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-24T03:41:27.3906170Z with: 2025-07-24T03:41:27.3906382Z shell: bash 2025-07-24T03:41:27.3906594Z timeout_minutes: 10 2025-07-24T03:41:27.3906848Z max_attempts: 5 2025-07-24T03:41:27.3907069Z retry_wait_seconds: 30 2025-07-24T03:41:27.3907907Z 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-24T03:41:27.3908716Z polling_interval_seconds: 1 2025-07-24T03:41:27.3908999Z warning_on_retry: true 2025-07-24T03:41:27.3909244Z continue_on_error: false 2025-07-24T03:41:27.3909497Z env: 2025-07-24T03:41:27.3909693Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:27.3910141Z GITHUB_TOKEN: *** 2025-07-24T03:41:27.3910383Z ##[endgroup] 2025-07-24T03:41:27.5151204Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-07-24T03:41:27.9060676Z Defaulting to user installation because normal site-packages is not writeable 2025-07-24T03:41:28.0173467Z Collecting requests==2.27.1 2025-07-24T03:41:28.0337880Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-07-24T03:41:28.1923321Z Collecting pyyaml==6.0.1 2025-07-24T03:41:28.1962430Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2025-07-24T03:41:28.5473998Z Collecting charset-normalizer~=2.0.0 2025-07-24T03:41:28.5511027Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-07-24T03:41:28.5551286Z 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-24T03:41:28.5566810Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-07-24T03:41:28.5998711Z Collecting certifi>=2017.4.17 2025-07-24T03:41:28.6039560Z Downloading certifi-2025.7.14-py3-none-any.whl (162 kB) 2025-07-24T03:41:28.6900019Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-07-24T03:41:28.8026856Z Successfully installed certifi-2025.7.14 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2025-07-24T03:41:29.4848449Z Command completed after 1 attempt(s). 2025-07-24T03:41:29.4952751Z ##[group]Run set -x 2025-07-24T03:41:29.4953040Z set -x 2025-07-24T03:41:29.4953265Z  2025-07-24T03:41:29.4953643Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-24T03:41:29.4954117Z # in runner workspace 2025-07-24T03:41:29.4954480Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-07-24T03:41:29.4960695Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:29.4961052Z env: 2025-07-24T03:41:29.4961271Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:29.4961542Z ##[endgroup] 2025-07-24T03:41:29.4991279Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-07-24T03:41:29.5180809Z Setting output branch=pull/149961 2025-07-24T03:41:29.5252943Z ##[group]Run set -x 2025-07-24T03:41:29.5253226Z set -x 2025-07-24T03:41:29.5253444Z  2025-07-24T03:41:29.5253793Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-07-24T03:41:29.5254632Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-07-24T03:41:29.5255217Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-07-24T03:41:29.5255831Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-07-24T03:41:29.5256360Z # expose this variable as part of GitHub context. 2025-07-24T03:41:29.5256934Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-07-24T03:41:29.5257696Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-07-24T03:41:29.5258185Z pwd 2025-07-24T03:41:29.5258399Z  2025-07-24T03:41:29.5258786Z LOG_FILE=$(grep -l -r "5569cd4ca334a1ae6954f4e673fae67c59e9bc65" *.log | tail -n 1) 2025-07-24T03:41:29.5259284Z if [ -n "${LOG_FILE}" ]; then 2025-07-24T03:41:29.5259763Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-07-24T03:41:29.5260250Z  # needs to be awk {print $3} on MacOS 2025-07-24T03:41:29.5260582Z  case ${RUNNER_OS} in 2025-07-24T03:41:29.5260842Z  macOS) 2025-07-24T03:41:29.5261283Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-07-24T03:41:29.5261774Z  ;; 2025-07-24T03:41:29.5261977Z  *) 2025-07-24T03:41:29.5262399Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-07-24T03:41:29.5262871Z  ;; 2025-07-24T03:41:29.5263086Z  esac 2025-07-24T03:41:29.5263358Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-07-24T03:41:29.5263707Z fi 2025-07-24T03:41:29.5263897Z  2025-07-24T03:41:29.5264098Z popd 2025-07-24T03:41:29.5269992Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:29.5270362Z env: 2025-07-24T03:41:29.5270559Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:29.5270818Z ##[endgroup] 2025-07-24T03:41:29.5296344Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-07-24T03:41:29.5298360Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-07-24T03:41:29.5299190Z /home/ec2-user/actions-runner/_diag 2025-07-24T03:41:29.5304171Z + pwd 2025-07-24T03:41:29.5307220Z ++ tail -n 1 2025-07-24T03:41:29.5318948Z ++ grep -l -r 5569cd4ca334a1ae6954f4e673fae67c59e9bc65 Runner_20250724-033524-utc.log Runner_20250724-033634-utc.log Worker_20250724-034057-utc.log 2025-07-24T03:41:29.5335170Z + LOG_FILE=Worker_20250724-034057-utc.log 2025-07-24T03:41:29.5335935Z + '[' -n Worker_20250724-034057-utc.log ']' 2025-07-24T03:41:29.5337442Z + case ${RUNNER_OS} in 2025-07-24T03:41:29.5343700Z ++ grep -r '"jobDisplayName"' Worker_20250724-034057-utc.log 2025-07-24T03:41:29.5348217Z ++ awk -F '[:]' '{print $2}' 2025-07-24T03:41:29.5351240Z ++ sed 's/"//g' 2025-07-24T03:41:29.5371716Z ++ xargs 2025-07-24T03:41:29.5469707Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-07-24T03:41:29.5470983Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-07-24T03:41:29.5471836Z + popd 2025-07-24T03:41:29.5472204Z ~/actions-runner/_work/pytorch/pytorch 2025-07-24T03:41:29.5504868Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-24T03:41:29.5505278Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-24T03:41:29.5505629Z echo "Job name: ${JOB_NAME}" 2025-07-24T03:41:29.5505942Z  2025-07-24T03:41:29.5506345Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-24T03:41:29.5506814Z # in runner workspace 2025-07-24T03:41:29.5507229Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-07-24T03:41:29.5507684Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-07-24T03:41:29.5508379Z  --job-name "${JOB_NAME}" \ 2025-07-24T03:41:29.5508682Z  --test-matrix "{ include: [ 2025-07-24T03:41:29.5509117Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-07-24T03:41:29.5509530Z ]} 2025-07-24T03:41:29.5509743Z " \ 2025-07-24T03:41:29.5509973Z  --selected-test-configs "" \ 2025-07-24T03:41:29.5510308Z  --pr-number "${PR_NUMBER}" \ 2025-07-24T03:41:29.5510615Z  --tag "${TAG}" \ 2025-07-24T03:41:29.5510976Z  --event-name "${EVENT_NAME}" \ 2025-07-24T03:41:29.5511292Z  --schedule "${SCHEDULE}" \ 2025-07-24T03:41:29.5511593Z  --branch "${HEAD_BRANCH}" 2025-07-24T03:41:29.5517512Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:29.5517874Z env: 2025-07-24T03:41:29.5518094Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:29.5518595Z GITHUB_TOKEN: *** 2025-07-24T03:41:29.5519288Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-07-24T03:41:29.5519679Z PR_NUMBER: 149961 2025-07-24T03:41:29.5519886Z TAG: 2025-07-24T03:41:29.5520095Z EVENT_NAME: pull_request 2025-07-24T03:41:29.5520330Z SCHEDULE: 2025-07-24T03:41:29.5520553Z HEAD_BRANCH: pull/149961 2025-07-24T03:41:29.5520791Z ##[endgroup] 2025-07-24T03:41:29.5549513Z Workflow: pull 2025-07-24T03:41:29.5550097Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-07-24T03:41:29.7523360Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-07-24T03:41:29.8514423Z fatal: unknown commit origin/main 2025-07-24T03:41:29.8523260Z /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-24T03:41:29.8525868Z warnings.warn(f"failed to get commit messages: {e}") 2025-07-24T03:41:29.8544213Z Setting output keep-going=False 2025-07-24T03:41:29.8544944Z Setting output ci-verbose-test-logs=False 2025-07-24T03:41:29.8545630Z Setting output ci-test-showlocals=False 2025-07-24T03:41:29.8546293Z Setting output ci-no-test-timeout=False 2025-07-24T03:41:29.8546908Z Setting output ci-no-td=False 2025-07-24T03:41:29.8547498Z Setting output ci-td-distributed=False 2025-07-24T03:41:29.8548109Z Setting output is-unstable=False 2025-07-24T03:41:29.8548704Z Setting output reenabled-issues= 2025-07-24T03:41:29.8549821Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]} 2025-07-24T03:41:29.8551035Z Setting output is-test-matrix-empty=False 2025-07-24T03:41:29.8689399Z ##[group]Run echo "Filtered matrix:" 2025-07-24T03:41:29.8689759Z echo "Filtered matrix:" 2025-07-24T03:41:29.8690239Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-07-24T03:41:29.8690733Z  2025-07-24T03:41:29.8690942Z echo 2025-07-24T03:41:29.8691212Z echo "Is the current job unstable? False" 2025-07-24T03:41:29.8691526Z  2025-07-24T03:41:29.8691725Z echo 2025-07-24T03:41:29.8691979Z echo "Is keep-going label set? False" 2025-07-24T03:41:29.8692275Z  2025-07-24T03:41:29.8692473Z echo 2025-07-24T03:41:29.8692688Z echo "Reenabled issues? " 2025-07-24T03:41:29.8699077Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:29.8699448Z env: 2025-07-24T03:41:29.8699654Z GIT_DEFAULT_BRANCH: main 2025-07-24T03:41:29.8699932Z ##[endgroup] 2025-07-24T03:41:29.8730751Z Filtered matrix: 2025-07-24T03:41:29.8731439Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-07-24T03:41:29.8732089Z 2025-07-24T03:41:29.8732283Z Is the current job unstable? False 2025-07-24T03:41:29.8732670Z 2025-07-24T03:41:29.8732859Z Is keep-going label set? False 2025-07-24T03:41:29.8733186Z 2025-07-24T03:41:29.8733462Z Reenabled issues? 2025-07-24T03:41:29.8836521Z Post job cleanup. 2025-07-24T03:41:29.8922663Z Post job cleanup. 2025-07-24T03:41:29.9916650Z [command]/usr/bin/git version 2025-07-24T03:41:29.9958135Z git version 2.47.1 2025-07-24T03:41:29.9999234Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/f6c8910b-9d54-4c21-9e6d-e90b4ea061dd/.gitconfig' 2025-07-24T03:41:30.0010435Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f6c8910b-9d54-4c21-9e6d-e90b4ea061dd' before making global git config changes 2025-07-24T03:41:30.0012980Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:30.0018708Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-07-24T03:41:30.0071495Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:30.0108166Z [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-24T03:41:30.0487497Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:30.0513887Z http.https://github.com/.extraheader 2025-07-24T03:41:30.0530396Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-24T03:41:30.0565423Z [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-24T03:41:30.1150090Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-24T03:41:30.1183534Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-07-24T03:41:30.1192962Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:30.1193615Z ##[endgroup] 2025-07-24T03:41:30.1346809Z [!ALERT!] Swap in detected! [!ALERT!] 2025-07-24T03:41:41.2316139Z [!ALERT!] Swap out detected [!ALERT!] 2025-07-24T03:41:59.3991325Z Evaluate and set job outputs 2025-07-24T03:41:59.3997132Z Set output 'test-matrix' 2025-07-24T03:41:59.3998857Z Set output 'is-test-matrix-empty' 2025-07-24T03:41:59.3999559Z Set output 'keep-going' 2025-07-24T03:41:59.4000471Z Cleaning up orphan processes