2025-12-04T07:56:58.0486298Z Current runner version: '2.330.0' 2025-12-04T07:56:58.0496120Z Runner name: 'i-04e988cdc63ec48bb' 2025-12-04T07:56:58.0497417Z Runner group name: 'default' 2025-12-04T07:56:58.0498727Z Machine name: 'ip-10-0-77-38' 2025-12-04T07:56:58.0503430Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T07:56:58.0506679Z Contents: read 2025-12-04T07:56:58.0507581Z Metadata: read 2025-12-04T07:56:58.0508394Z ##[endgroup] 2025-12-04T07:56:58.0511908Z Secret source: Actions 2025-12-04T07:56:58.0513013Z Prepare workflow directory 2025-12-04T07:56:58.1558488Z Prepare all required actions 2025-12-04T07:56:58.1600073Z Getting action download info 2025-12-04T07:56:58.3962821Z Download action repository 'pytorch/pytorch@main' (SHA:ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T07:57:08.4745935Z Getting action download info 2025-12-04T07:57:08.6152300Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T07:57:08.9260499Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T07:57:08.9265095Z ##[group] Inputs 2025-12-04T07:57:08.9265603Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-12-04T07:57:08.9266249Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-12-04T07:57:08.9266752Z cuda-version: cpu 2025-12-04T07:57:08.9267033Z sync-tag: 2025-12-04T07:57:08.9267511Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-12-04T07:57:08.9268095Z runner: linux.large 2025-12-04T07:57:08.9268379Z ##[endgroup] 2025-12-04T07:57:08.9268783Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-12-04T07:57:08.9650484Z A job started hook has been configured by the self-hosted runner administrator 2025-12-04T07:57:08.9766055Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-12-04T07:57:08.9775339Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:08.9776078Z ##[endgroup] 2025-12-04T07:57:10.7836497Z Runner Type: linux.large 2025-12-04T07:57:10.7838809Z Instance Type: c5.large 2025-12-04T07:57:10.7840064Z AMI Name: unknown 2025-12-04T07:57:10.7881159Z AMI ID: ami-08982f1c5bf93d976 2025-12-04T07:57:16.7170605Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T07:57:16.7171074Z with: 2025-12-04T07:57:16.7171311Z fetch-depth: 1 2025-12-04T07:57:16.7171535Z submodules: false 2025-12-04T07:57:16.7171795Z env: 2025-12-04T07:57:16.7171991Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:16.7172251Z ##[endgroup] 2025-12-04T07:57:16.7261708Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:57:16.7262716Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:57:16.7272451Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:16.7272864Z env: 2025-12-04T07:57:16.7273108Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:16.7273353Z ##[endgroup] 2025-12-04T07:57:16.7439283Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T07:57:16.7439819Z # Use all available CPUs for fetching 2025-12-04T07:57:16.7440152Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:16.7440489Z git config --global fetch.parallel 0 2025-12-04T07:57:16.7440859Z git config --global submodule.fetchJobs 0 2025-12-04T07:57:16.7441199Z  2025-12-04T07:57:16.7441559Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T07:57:16.7442026Z # do it here as well just in case 2025-12-04T07:57:16.7442344Z if [[ -d .git ]]; then 2025-12-04T07:57:16.7442619Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:57:16.7442927Z  sudo git clean -ffdx 2025-12-04T07:57:16.7443200Z  else 2025-12-04T07:57:16.7444498Z  git clean -ffdx 2025-12-04T07:57:16.7444758Z  fi 2025-12-04T07:57:16.7444970Z fi 2025-12-04T07:57:16.7450854Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:16.7451237Z env: 2025-12-04T07:57:16.7451456Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:16.7451714Z NO_SUDO: 2025-12-04T07:57:16.7451925Z ##[endgroup] 2025-12-04T07:57:16.7702523Z ##[group]Run actions/checkout@v4 2025-12-04T07:57:16.7702853Z with: 2025-12-04T07:57:16.7703110Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:16.7703442Z fetch-depth: 1 2025-12-04T07:57:16.7703673Z submodules: false 2025-12-04T07:57:16.7703904Z show-progress: false 2025-12-04T07:57:16.7704173Z repository: pytorch/pytorch 2025-12-04T07:57:16.7704627Z token: *** 2025-12-04T07:57:16.7704835Z ssh-strict: true 2025-12-04T07:57:16.7705064Z ssh-user: git 2025-12-04T07:57:16.7705290Z persist-credentials: true 2025-12-04T07:57:16.7705556Z clean: true 2025-12-04T07:57:16.7705803Z sparse-checkout-cone-mode: true 2025-12-04T07:57:16.7706095Z fetch-tags: false 2025-12-04T07:57:16.7706308Z lfs: false 2025-12-04T07:57:16.7706533Z set-safe-directory: true 2025-12-04T07:57:16.7706798Z env: 2025-12-04T07:57:16.7707021Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:16.7707265Z ##[endgroup] 2025-12-04T07:57:16.9564650Z Syncing repository: pytorch/pytorch 2025-12-04T07:57:16.9566692Z ##[group]Getting Git version info 2025-12-04T07:57:16.9567567Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-12-04T07:57:16.9568812Z [command]/usr/bin/git version 2025-12-04T07:57:16.9798461Z git version 2.50.1 2025-12-04T07:57:16.9856119Z ##[endgroup] 2025-12-04T07:57:16.9867115Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/4104d5ad-ca33-48fc-b5fd-31b5fdb6460a/.gitconfig' 2025-12-04T07:57:16.9892953Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4104d5ad-ca33-48fc-b5fd-31b5fdb6460a' before making global git config changes 2025-12-04T07:57:16.9894693Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:57:16.9899263Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T07:57:16.9961326Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-12-04T07:57:16.9966542Z ##[group]Initializing the repository 2025-12-04T07:57:16.9972312Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T07:57:17.0034628Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T07:57:17.0035760Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T07:57:17.0036874Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T07:57:17.0037698Z hint: 2025-12-04T07:57:17.0038182Z hint: git config --global init.defaultBranch 2025-12-04T07:57:17.0038778Z hint: 2025-12-04T07:57:17.0039405Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T07:57:17.0040209Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T07:57:17.0040648Z hint: 2025-12-04T07:57:17.0041022Z hint: git branch -m 2025-12-04T07:57:17.0041276Z hint: 2025-12-04T07:57:17.0041674Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T07:57:17.0048014Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-12-04T07:57:17.0061426Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T07:57:17.0103499Z ##[endgroup] 2025-12-04T07:57:17.0104886Z ##[group]Disabling automatic garbage collection 2025-12-04T07:57:17.0110789Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T07:57:17.0140333Z ##[endgroup] 2025-12-04T07:57:17.0141469Z ##[group]Setting up auth 2025-12-04T07:57:17.0150826Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:57:17.0182880Z [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-12-04T07:57:17.0567768Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:57:17.0625312Z [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-12-04T07:57:17.0946499Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:57:17.0978758Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:57:17.1305652Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T07:57:17.1384516Z ##[endgroup] 2025-12-04T07:57:17.1385681Z ##[group]Fetching the repository 2025-12-04T07:57:17.1396545Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:19.5321741Z From https://github.com/pytorch/pytorch 2025-12-04T07:57:19.5323420Z * branch ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> FETCH_HEAD 2025-12-04T07:57:19.5361763Z ##[endgroup] 2025-12-04T07:57:19.5365927Z ##[group]Determining the checkout info 2025-12-04T07:57:19.5366727Z ##[endgroup] 2025-12-04T07:57:19.5367161Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T07:57:19.5399702Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T07:57:19.5426507Z ##[group]Checking out the ref 2025-12-04T07:57:19.5429984Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:20.5644479Z Updating files: 82% (16670/20121) 2025-12-04T07:57:20.5777418Z Updating files: 83% (16701/20121) 2025-12-04T07:57:20.5910457Z Updating files: 84% (16902/20121) 2025-12-04T07:57:20.6057539Z Updating files: 85% (17103/20121) 2025-12-04T07:57:20.6197268Z Updating files: 86% (17305/20121) 2025-12-04T07:57:20.6326959Z Updating files: 87% (17506/20121) 2025-12-04T07:57:20.6443442Z Updating files: 88% (17707/20121) 2025-12-04T07:57:20.6581895Z Updating files: 89% (17908/20121) 2025-12-04T07:57:20.6755122Z Updating files: 90% (18109/20121) 2025-12-04T07:57:20.6865594Z Updating files: 91% (18311/20121) 2025-12-04T07:57:20.7005563Z Updating files: 92% (18512/20121) 2025-12-04T07:57:20.7177486Z Updating files: 93% (18713/20121) 2025-12-04T07:57:20.7367736Z Updating files: 94% (18914/20121) 2025-12-04T07:57:20.7538198Z Updating files: 95% (19115/20121) 2025-12-04T07:57:20.7698263Z Updating files: 96% (19317/20121) 2025-12-04T07:57:20.7934097Z Updating files: 97% (19518/20121) 2025-12-04T07:57:20.8233409Z Updating files: 98% (19719/20121) 2025-12-04T07:57:20.8503844Z Updating files: 99% (19920/20121) 2025-12-04T07:57:20.8504724Z Updating files: 100% (20121/20121) 2025-12-04T07:57:20.8505238Z Updating files: 100% (20121/20121), done. 2025-12-04T07:57:20.8878751Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T07:57:20.8879671Z 2025-12-04T07:57:20.8880153Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T07:57:20.8881184Z changes and commit them, and you can discard any commits you make in this 2025-12-04T07:57:20.8885799Z state without impacting any branches by switching back to a branch. 2025-12-04T07:57:20.8886555Z 2025-12-04T07:57:20.8886942Z If you want to create a new branch to retain commits you create, you may 2025-12-04T07:57:20.8887874Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T07:57:20.8888421Z 2025-12-04T07:57:20.8888634Z git switch -c 2025-12-04T07:57:20.8888980Z 2025-12-04T07:57:20.8889176Z Or undo this operation with: 2025-12-04T07:57:20.8889947Z 2025-12-04T07:57:20.8890111Z git switch - 2025-12-04T07:57:20.8890316Z 2025-12-04T07:57:20.8908855Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T07:57:20.8909563Z 2025-12-04T07:57:20.8910019Z HEAD is now at ffd9b0f Resolve collective autotuning test failure on arm (#168919) 2025-12-04T07:57:20.8926096Z ##[endgroup] 2025-12-04T07:57:20.8973924Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T07:57:20.9008176Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:20.9209957Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:20.9210553Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:20.9211074Z # Clean stale submodule dirs 2025-12-04T07:57:20.9211624Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:57:20.9212187Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:20.9212580Z else 2025-12-04T07:57:20.9212878Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:20.9213266Z fi 2025-12-04T07:57:20.9220750Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:20.9221166Z env: 2025-12-04T07:57:20.9221524Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:20.9221944Z NO_SUDO: 2025-12-04T07:57:20.9222221Z ##[endgroup] 2025-12-04T07:57:21.3793210Z Prepare all required actions 2025-12-04T07:57:21.3793723Z Getting action download info 2025-12-04T07:57:21.5696494Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-12-04T07:57:21.7657242Z ##[group]Run ./.github/actions/filter-test-configs 2025-12-04T07:57:21.7657604Z with: 2025-12-04T07:57:21.7658301Z github-token: *** 2025-12-04T07:57:21.7658748Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-12-04T07:57:21.7659256Z env: 2025-12-04T07:57:21.7659456Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:21.7659714Z ##[endgroup] 2025-12-04T07:57:21.7709591Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T07:57:21.7709900Z with: 2025-12-04T07:57:21.7710114Z shell: bash 2025-12-04T07:57:21.7710339Z timeout_minutes: 10 2025-12-04T07:57:21.7710571Z max_attempts: 5 2025-12-04T07:57:21.7710813Z retry_wait_seconds: 30 2025-12-04T07:57:21.7711646Z 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-12-04T07:57:21.7712471Z polling_interval_seconds: 1 2025-12-04T07:57:21.7712757Z warning_on_retry: true 2025-12-04T07:57:21.7713011Z continue_on_error: false 2025-12-04T07:57:21.7713266Z env: 2025-12-04T07:57:21.7713477Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:21.7713946Z GITHUB_TOKEN: *** 2025-12-04T07:57:21.7714183Z ##[endgroup] 2025-12-04T07:57:21.9246586Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-12-04T07:57:22.3832671Z Defaulting to user installation because normal site-packages is not writeable 2025-12-04T07:57:22.5622008Z Collecting requests==2.27.1 2025-12-04T07:57:22.5789738Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-12-04T07:57:22.7681769Z Collecting pyyaml==6.0.2 2025-12-04T07:57:22.7730517Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-12-04T07:57:22.7975496Z 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-12-04T07:57:22.8453787Z Collecting certifi>=2017.4.17 2025-12-04T07:57:22.8490835Z Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) 2025-12-04T07:57:23.2455254Z Collecting charset-normalizer~=2.0.0 2025-12-04T07:57:23.2494893Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-12-04T07:57:23.2555880Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-12-04T07:57:23.3377541Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-12-04T07:57:23.4646274Z Successfully installed certifi-2025.11.12 charset-normalizer-2.0.12 pyyaml-6.0.2 requests-2.27.1 2025-12-04T07:57:23.8592044Z Command completed after 1 attempt(s). 2025-12-04T07:57:23.8657278Z ##[group]Run set -x 2025-12-04T07:57:23.8657560Z set -x 2025-12-04T07:57:23.8657804Z  2025-12-04T07:57:23.8658168Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T07:57:23.8658650Z # in runner workspace 2025-12-04T07:57:23.8659019Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-12-04T07:57:23.8667211Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:23.8667574Z env: 2025-12-04T07:57:23.8667794Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:23.8668039Z ##[endgroup] 2025-12-04T07:57:23.8702237Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-12-04T07:57:23.8903684Z Setting output branch=main 2025-12-04T07:57:23.8985154Z ##[group]Run set -x 2025-12-04T07:57:23.8985448Z set -x 2025-12-04T07:57:23.8985674Z  2025-12-04T07:57:23.8986039Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-12-04T07:57:23.8986843Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-12-04T07:57:23.8987446Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-12-04T07:57:23.8988075Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-12-04T07:57:23.8988628Z # expose this variable as part of GitHub context. 2025-12-04T07:57:23.8989218Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-12-04T07:57:23.8989888Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-12-04T07:57:23.8990305Z pwd 2025-12-04T07:57:23.8990530Z  2025-12-04T07:57:23.8990934Z LOG_FILE=$(grep -l -r "ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32" *.log | tail -n 1) 2025-12-04T07:57:23.8991428Z if [ -n "${LOG_FILE}" ]; then 2025-12-04T07:57:23.8991909Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-12-04T07:57:23.8992406Z  # needs to be awk {print $3} on MacOS 2025-12-04T07:57:23.8992743Z  case ${RUNNER_OS} in 2025-12-04T07:57:23.8993010Z  macOS) 2025-12-04T07:57:23.8993460Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-12-04T07:57:23.8993962Z  ;; 2025-12-04T07:57:23.8994170Z  *) 2025-12-04T07:57:23.8994596Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-12-04T07:57:23.8995081Z  ;; 2025-12-04T07:57:23.8995304Z  esac 2025-12-04T07:57:23.8995585Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T07:57:23.8996075Z fi 2025-12-04T07:57:23.8996286Z  2025-12-04T07:57:23.8996476Z popd 2025-12-04T07:57:23.9002438Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:23.9002815Z env: 2025-12-04T07:57:23.9003035Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:23.9003438Z ##[endgroup] 2025-12-04T07:57:23.9034059Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-12-04T07:57:23.9034711Z + pwd 2025-12-04T07:57:23.9035217Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-12-04T07:57:23.9035945Z /home/ec2-user/actions-runner/_diag 2025-12-04T07:57:23.9039454Z ++ grep -l -r ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 Runner_20251204-074421-utc.log Runner_20251204-074517-utc.log Worker_20251204-075657-utc.log 2025-12-04T07:57:23.9044721Z ++ tail -n 1 2025-12-04T07:57:23.9072082Z + LOG_FILE=Worker_20251204-075657-utc.log 2025-12-04T07:57:23.9073281Z + '[' -n Worker_20251204-075657-utc.log ']' 2025-12-04T07:57:23.9074072Z + case ${RUNNER_OS} in 2025-12-04T07:57:23.9081450Z ++ sed 's/"//g' 2025-12-04T07:57:23.9083161Z ++ awk -F '[:]' '{print $2}' 2025-12-04T07:57:23.9085852Z ++ xargs 2025-12-04T07:57:23.9100460Z ++ grep -r '"jobDisplayName"' Worker_20251204-075657-utc.log 2025-12-04T07:57:23.9207021Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-12-04T07:57:23.9207921Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-12-04T07:57:23.9209250Z + popd 2025-12-04T07:57:23.9211532Z ~/actions-runner/_work/pytorch/pytorch 2025-12-04T07:57:23.9252100Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T07:57:23.9252512Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-12-04T07:57:23.9252841Z echo "Job name: ${JOB_NAME}" 2025-12-04T07:57:23.9253135Z  2025-12-04T07:57:23.9253514Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-12-04T07:57:23.9254003Z # in runner workspace 2025-12-04T07:57:23.9254433Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-12-04T07:57:23.9254901Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-12-04T07:57:23.9255406Z  --job-name "${JOB_NAME}" \ 2025-12-04T07:57:23.9255715Z  --test-matrix "{ include: [ 2025-12-04T07:57:23.9256156Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-12-04T07:57:23.9256583Z ]} 2025-12-04T07:57:23.9256779Z " \ 2025-12-04T07:57:23.9257021Z  --selected-test-configs "" \ 2025-12-04T07:57:23.9257342Z  --pr-number "${PR_NUMBER}" \ 2025-12-04T07:57:23.9257748Z  --tag "${TAG}" \ 2025-12-04T07:57:23.9258063Z  --event-name "${EVENT_NAME}" \ 2025-12-04T07:57:23.9258374Z  --schedule "${SCHEDULE}" \ 2025-12-04T07:57:23.9258689Z  --branch "${HEAD_BRANCH}" 2025-12-04T07:57:23.9264675Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:23.9265056Z env: 2025-12-04T07:57:23.9265264Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:23.9265758Z GITHUB_TOKEN: *** 2025-12-04T07:57:23.9266094Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-12-04T07:57:23.9266477Z PR_NUMBER: 2025-12-04T07:57:23.9266698Z TAG: 2025-12-04T07:57:23.9266903Z EVENT_NAME: push 2025-12-04T07:57:23.9267119Z SCHEDULE: 2025-12-04T07:57:23.9267337Z HEAD_BRANCH: main 2025-12-04T07:57:23.9267588Z ##[endgroup] 2025-12-04T07:57:23.9298134Z Workflow: pull 2025-12-04T07:57:23.9298835Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-12-04T07:57:24.1232428Z fatal: unknown commit origin/main 2025-12-04T07:57:24.1250516Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:491: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2025-12-04T07:57:24.1253445Z warnings.warn(f"failed to get commit messages: {e}") 2025-12-04T07:57:24.1269593Z Setting output keep-going=True 2025-12-04T07:57:24.1270693Z Setting output ci-verbose-test-logs=False 2025-12-04T07:57:24.1271740Z Setting output ci-test-showlocals=False 2025-12-04T07:57:24.1272628Z Setting output ci-no-test-timeout=False 2025-12-04T07:57:24.1348422Z Setting output ci-no-td=False 2025-12-04T07:57:24.1349054Z Setting output ci-td-distributed=False 2025-12-04T07:57:24.1349853Z Setting output is-unstable=False 2025-12-04T07:57:24.1350486Z Setting output reenabled-issues= 2025-12-04T07:57:24.1351593Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]} 2025-12-04T07:57:24.1352980Z Setting output is-test-matrix-empty=False 2025-12-04T07:57:24.1466450Z ##[group]Run echo "Filtered matrix:" 2025-12-04T07:57:24.1466931Z echo "Filtered matrix:" 2025-12-04T07:57:24.1467702Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-12-04T07:57:24.1468218Z  2025-12-04T07:57:24.1468553Z echo 2025-12-04T07:57:24.1468906Z echo "Is the current job unstable? False" 2025-12-04T07:57:24.1469263Z  2025-12-04T07:57:24.1469600Z echo 2025-12-04T07:57:24.1469917Z echo "Is keep-going label set? True" 2025-12-04T07:57:24.1470313Z  2025-12-04T07:57:24.1470619Z echo 2025-12-04T07:57:24.1470942Z echo "Reenabled issues? " 2025-12-04T07:57:24.1477294Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:24.1477784Z env: 2025-12-04T07:57:24.1478038Z GIT_DEFAULT_BRANCH: main 2025-12-04T07:57:24.1478420Z ##[endgroup] 2025-12-04T07:57:24.1508320Z Filtered matrix: 2025-12-04T07:57:24.1509470Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-12-04T07:57:24.1510608Z 2025-12-04T07:57:24.1512690Z Is the current job unstable? False 2025-12-04T07:57:24.1513872Z 2025-12-04T07:57:24.1514101Z Is keep-going label set? True 2025-12-04T07:57:24.1514445Z 2025-12-04T07:57:24.1514613Z Reenabled issues? 2025-12-04T07:57:24.1630919Z Post job cleanup. 2025-12-04T07:57:24.1689956Z Post job cleanup. 2025-12-04T07:57:24.2815539Z [command]/usr/bin/git version 2025-12-04T07:57:24.2857667Z git version 2.50.1 2025-12-04T07:57:24.2897682Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/77b061ef-3e8d-4208-b1fd-affde523deba/.gitconfig' 2025-12-04T07:57:24.2910431Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/77b061ef-3e8d-4208-b1fd-affde523deba' before making global git config changes 2025-12-04T07:57:24.2912547Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:57:24.2918942Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T07:57:24.2962441Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:57:24.3037502Z [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-12-04T07:57:24.3423582Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:57:24.3459965Z http.https://github.com/.extraheader 2025-12-04T07:57:24.3475960Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T07:57:24.3526490Z [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-12-04T07:57:24.4004735Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:57:24.4039067Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:57:24.4486179Z A job completed hook has been configured by the self-hosted runner administrator 2025-12-04T07:57:24.4510174Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-12-04T07:57:24.4515525Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:24.4515911Z ##[endgroup] 2025-12-04T07:57:24.4631790Z [!ALERT!] Swap in detected! [!ALERT!] 2025-12-04T07:57:43.9187171Z Evaluate and set job outputs 2025-12-04T07:57:43.9193223Z Set output 'test-matrix' 2025-12-04T07:57:43.9195012Z Set output 'is-test-matrix-empty' 2025-12-04T07:57:43.9195686Z Set output 'keep-going' 2025-12-04T07:57:43.9196359Z Cleaning up orphan processes