2025-08-14T20:48:09.1327238Z Current runner version: '2.328.0' 2025-08-14T20:48:09.1336469Z Runner name: 'i-0279eb369adc77b93' 2025-08-14T20:48:09.1337796Z Runner group name: 'Default' 2025-08-14T20:48:09.1339072Z Machine name: 'ip-10-0-20-216' 2025-08-14T20:48:09.1343685Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:48:09.1346652Z Contents: read 2025-08-14T20:48:09.1347653Z Metadata: read 2025-08-14T20:48:09.1348504Z ##[endgroup] 2025-08-14T20:48:09.1351475Z Secret source: Actions 2025-08-14T20:48:09.1352551Z Prepare workflow directory 2025-08-14T20:48:09.2923912Z Prepare all required actions 2025-08-14T20:48:09.2985469Z Getting action download info 2025-08-14T20:48:09.4697437Z Download action repository 'pytorch/pytorch@main' (SHA:1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:48:23.6788627Z Getting action download info 2025-08-14T20:48:23.7813274Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T20:48:24.0898930Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:48:24.0903097Z ##[group] Inputs 2025-08-14T20:48:24.0903590Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-08-14T20:48:24.0904219Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-08-14T20:48:24.0904728Z cuda-version: cpu 2025-08-14T20:48:24.0904990Z sync-tag: 2025-08-14T20:48:24.0905488Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-08-14T20:48:24.0906190Z runner: lf.linux.large 2025-08-14T20:48:24.0906490Z ##[endgroup] 2025-08-14T20:48:24.0906885Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-08-14T20:48:24.1246290Z A job started hook has been configured by the self-hosted runner administrator 2025-08-14T20:48:24.1354264Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-08-14T20:48:24.1363922Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:24.1364709Z ##[endgroup] 2025-08-14T20:48:25.6972253Z Runner Type: lf.linux.large 2025-08-14T20:48:25.6973713Z Instance Type: c5.large 2025-08-14T20:48:25.6974418Z AMI Name: unknown 2025-08-14T20:48:25.7055641Z AMI ID: ami-05ffe3c48a9991133 2025-08-14T20:48:31.0369163Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-14T20:48:31.0369627Z with: 2025-08-14T20:48:31.0369845Z fetch-depth: 1 2025-08-14T20:48:31.0370075Z submodules: false 2025-08-14T20:48:31.0370309Z env: 2025-08-14T20:48:31.0370513Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:31.0370752Z ##[endgroup] 2025-08-14T20:48:31.0456659Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:48:31.0457629Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:48:31.0465654Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:31.0466074Z env: 2025-08-14T20:48:31.0466382Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:31.0466645Z ##[endgroup] 2025-08-14T20:48:31.0580903Z ##[group]Run # Use all available CPUs for fetching 2025-08-14T20:48:31.0581375Z # Use all available CPUs for fetching 2025-08-14T20:48:31.0581700Z cd "${GITHUB_WORKSPACE}" 2025-08-14T20:48:31.0582025Z git config --global fetch.parallel 0 2025-08-14T20:48:31.0582404Z git config --global submodule.fetchJobs 0 2025-08-14T20:48:31.0582724Z  2025-08-14T20:48:31.0583075Z # Clean workspace. The default checkout action should also do this, but 2025-08-14T20:48:31.0583528Z # do it here as well just in case 2025-08-14T20:48:31.0583841Z if [[ -d .git ]]; then 2025-08-14T20:48:31.0584113Z  if [ -z "${NO_SUDO}" ]; then 2025-08-14T20:48:31.0584416Z  sudo git clean -ffdx 2025-08-14T20:48:31.0584700Z  else 2025-08-14T20:48:31.0585098Z  git clean -ffdx 2025-08-14T20:48:31.0585353Z  fi 2025-08-14T20:48:31.0585546Z fi 2025-08-14T20:48:31.0591312Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:31.0591680Z env: 2025-08-14T20:48:31.0591907Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:31.0592147Z NO_SUDO: 2025-08-14T20:48:31.0592351Z ##[endgroup] 2025-08-14T20:48:31.0788570Z ##[group]Run actions/checkout@v4 2025-08-14T20:48:31.0788877Z with: 2025-08-14T20:48:31.0789124Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:48:31.0789438Z fetch-depth: 1 2025-08-14T20:48:31.0789666Z submodules: false 2025-08-14T20:48:31.0789884Z show-progress: false 2025-08-14T20:48:31.0790143Z repository: pytorch/pytorch 2025-08-14T20:48:31.0790579Z token: *** 2025-08-14T20:48:31.0790798Z ssh-strict: true 2025-08-14T20:48:31.0791014Z ssh-user: git 2025-08-14T20:48:31.0791230Z persist-credentials: true 2025-08-14T20:48:31.0791494Z clean: true 2025-08-14T20:48:31.0791735Z sparse-checkout-cone-mode: true 2025-08-14T20:48:31.0792028Z fetch-tags: false 2025-08-14T20:48:31.0792235Z lfs: false 2025-08-14T20:48:31.0792453Z set-safe-directory: true 2025-08-14T20:48:31.0792689Z env: 2025-08-14T20:48:31.0792902Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:31.0793140Z ##[endgroup] 2025-08-14T20:48:31.1939837Z Syncing repository: pytorch/pytorch 2025-08-14T20:48:31.1942024Z ##[group]Getting Git version info 2025-08-14T20:48:31.1942902Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-14T20:48:31.1944129Z [command]/usr/bin/git version 2025-08-14T20:48:31.1944620Z git version 2.47.1 2025-08-14T20:48:31.1966333Z ##[endgroup] 2025-08-14T20:48:31.1975780Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/d2f59141-41af-4848-b9dd-69bca6bc67a8/.gitconfig' 2025-08-14T20:48:31.2001727Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d2f59141-41af-4848-b9dd-69bca6bc67a8' before making global git config changes 2025-08-14T20:48:31.2006501Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:48:31.2008307Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-14T20:48:31.2052684Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-08-14T20:48:31.2055907Z ##[group]Initializing the repository 2025-08-14T20:48:31.2061216Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-14T20:48:31.2090058Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-14T20:48:31.2091565Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-14T20:48:31.2092955Z hint: of your new repositories, which will suppress this warning, call: 2025-08-14T20:48:31.2114548Z hint: 2025-08-14T20:48:31.2115497Z hint: git config --global init.defaultBranch 2025-08-14T20:48:31.2116405Z hint: 2025-08-14T20:48:31.2117229Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-14T20:48:31.2118463Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-14T20:48:31.2119436Z hint: 2025-08-14T20:48:31.2120083Z hint: git branch -m 2025-08-14T20:48:31.2121326Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-08-14T20:48:31.2169514Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-14T20:48:31.2171185Z ##[endgroup] 2025-08-14T20:48:31.2171906Z ##[group]Disabling automatic garbage collection 2025-08-14T20:48:31.2172591Z [command]/usr/bin/git config --local gc.auto 0 2025-08-14T20:48:31.2193493Z ##[endgroup] 2025-08-14T20:48:31.2194197Z ##[group]Setting up auth 2025-08-14T20:48:31.2201215Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:48:31.2228430Z [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-14T20:48:31.2495842Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:48:31.2523760Z [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-14T20:48:31.2785932Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-14T20:48:31.2830570Z ##[endgroup] 2025-08-14T20:48:31.2831725Z ##[group]Fetching the repository 2025-08-14T20:48:31.2840799Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:48:36.8982910Z From https://github.com/pytorch/pytorch 2025-08-14T20:48:36.8987802Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T20:48:36.9005770Z ##[endgroup] 2025-08-14T20:48:36.9006741Z ##[group]Determining the checkout info 2025-08-14T20:48:36.9007880Z ##[endgroup] 2025-08-14T20:48:36.9022316Z [command]/usr/bin/git sparse-checkout disable 2025-08-14T20:48:36.9055142Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-14T20:48:36.9079863Z ##[group]Checking out the ref 2025-08-14T20:48:36.9084185Z [command]/usr/bin/git checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:48:37.9347494Z Updating files: 95% (18547/19474) 2025-08-14T20:48:37.9476766Z Updating files: 96% (18696/19474) 2025-08-14T20:48:37.9622768Z Updating files: 97% (18890/19474) 2025-08-14T20:48:37.9852156Z Updating files: 98% (19085/19474) 2025-08-14T20:48:37.9988223Z Updating files: 99% (19280/19474) 2025-08-14T20:48:37.9989060Z Updating files: 100% (19474/19474) 2025-08-14T20:48:37.9989851Z Updating files: 100% (19474/19474), done. 2025-08-14T20:48:38.0202561Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T20:48:38.0203388Z 2025-08-14T20:48:38.0203979Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T20:48:38.0205434Z changes and commit them, and you can discard any commits you make in this 2025-08-14T20:48:38.0207035Z state without impacting any branches by switching back to a branch. 2025-08-14T20:48:38.0207781Z 2025-08-14T20:48:38.0208401Z If you want to create a new branch to retain commits you create, you may 2025-08-14T20:48:38.0209687Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T20:48:38.0210713Z 2025-08-14T20:48:38.0211133Z git switch -c 2025-08-14T20:48:38.0261990Z 2025-08-14T20:48:38.0262286Z Or undo this operation with: 2025-08-14T20:48:38.0262634Z 2025-08-14T20:48:38.0263045Z git switch - 2025-08-14T20:48:38.0263343Z 2025-08-14T20:48:38.0263727Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T20:48:38.0264337Z 2025-08-14T20:48:38.0265054Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T20:48:38.0293739Z ##[endgroup] 2025-08-14T20:48:38.0344026Z [command]/usr/bin/git log -1 --format=%H 2025-08-14T20:48:38.0383770Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:48:38.0671798Z Prepare all required actions 2025-08-14T20:48:38.0672286Z Getting action download info 2025-08-14T20:48:38.1594251Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-08-14T20:48:38.3256698Z ##[group]Run ./.github/actions/filter-test-configs 2025-08-14T20:48:38.3257047Z with: 2025-08-14T20:48:38.3257611Z github-token: *** 2025-08-14T20:48:38.3258057Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-08-14T20:48:38.3258571Z env: 2025-08-14T20:48:38.3258766Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:38.3259178Z ##[endgroup] 2025-08-14T20:48:38.3298462Z ##[group]Run nick-fields/retry@v3.0.0 2025-08-14T20:48:38.3298777Z with: 2025-08-14T20:48:38.3298967Z shell: bash 2025-08-14T20:48:38.3299189Z timeout_minutes: 10 2025-08-14T20:48:38.3299417Z max_attempts: 5 2025-08-14T20:48:38.3299656Z retry_wait_seconds: 30 2025-08-14T20:48:38.3300480Z 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-14T20:48:38.3301297Z polling_interval_seconds: 1 2025-08-14T20:48:38.3301580Z warning_on_retry: true 2025-08-14T20:48:38.3301824Z continue_on_error: false 2025-08-14T20:48:38.3302075Z env: 2025-08-14T20:48:38.3302278Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:38.3302684Z GITHUB_TOKEN: *** 2025-08-14T20:48:38.3302910Z ##[endgroup] 2025-08-14T20:48:38.4305151Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-08-14T20:48:38.7669232Z Defaulting to user installation because normal site-packages is not writeable 2025-08-14T20:48:38.9373516Z Collecting requests==2.27.1 2025-08-14T20:48:38.9537645Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-08-14T20:48:39.1108327Z Collecting pyyaml==6.0.2 2025-08-14T20:48:39.1147925Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-08-14T20:48:39.1412149Z 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-14T20:48:39.2061703Z Collecting certifi>=2017.4.17 2025-08-14T20:48:39.2113635Z Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) 2025-08-14T20:48:39.2190863Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-08-14T20:48:39.5644634Z Collecting charset-normalizer~=2.0.0 2025-08-14T20:48:39.5683588Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-08-14T20:48:39.6484480Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-08-14T20:48:39.7703957Z Successfully installed certifi-2025.8.3 charset-normalizer-2.0.12 pyyaml-6.0.2 requests-2.27.1 2025-08-14T20:48:40.4080579Z Command completed after 1 attempt(s). 2025-08-14T20:48:40.4169417Z ##[group]Run set -x 2025-08-14T20:48:40.4169849Z set -x 2025-08-14T20:48:40.4170247Z  2025-08-14T20:48:40.4170873Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-08-14T20:48:40.4171703Z # in runner workspace 2025-08-14T20:48:40.4172355Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-08-14T20:48:40.4181167Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:40.4181830Z env: 2025-08-14T20:48:40.4182199Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:40.4182625Z ##[endgroup] 2025-08-14T20:48:40.4210112Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-08-14T20:48:40.4385310Z Setting output branch=main 2025-08-14T20:48:40.4458674Z ##[group]Run set -x 2025-08-14T20:48:40.4458955Z set -x 2025-08-14T20:48:40.4459158Z  2025-08-14T20:48:40.4459524Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-08-14T20:48:40.4460336Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-08-14T20:48:40.4460924Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-08-14T20:48:40.4461536Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-08-14T20:48:40.4462054Z # expose this variable as part of GitHub context. 2025-08-14T20:48:40.4462647Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-08-14T20:48:40.4463944Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-08-14T20:48:40.4464475Z pwd 2025-08-14T20:48:40.4464682Z  2025-08-14T20:48:40.4465220Z LOG_FILE=$(grep -l -r "1fc683cf17c8c673044538d10266c00f92987be2" *.log | tail -n 1) 2025-08-14T20:48:40.4465716Z if [ -n "${LOG_FILE}" ]; then 2025-08-14T20:48:40.4466266Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-08-14T20:48:40.4466779Z  # needs to be awk {print $3} on MacOS 2025-08-14T20:48:40.4467116Z  case ${RUNNER_OS} in 2025-08-14T20:48:40.4467379Z  macOS) 2025-08-14T20:48:40.4467822Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-08-14T20:48:40.4468322Z  ;; 2025-08-14T20:48:40.4468522Z  *) 2025-08-14T20:48:40.4468938Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-08-14T20:48:40.4469417Z  ;; 2025-08-14T20:48:40.4469633Z  esac 2025-08-14T20:48:40.4469905Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-08-14T20:48:40.4470252Z fi 2025-08-14T20:48:40.4470454Z  2025-08-14T20:48:40.4470643Z popd 2025-08-14T20:48:40.4476055Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:40.4476428Z env: 2025-08-14T20:48:40.4476643Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:40.4476880Z ##[endgroup] 2025-08-14T20:48:40.4499503Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-08-14T20:48:40.4500344Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-08-14T20:48:40.4501032Z /home/ec2-user/actions-runner/_diag 2025-08-14T20:48:40.4501916Z + pwd 2025-08-14T20:48:40.4508013Z ++ grep -l -r 1fc683cf17c8c673044538d10266c00f92987be2 Runner_20250814-204701-utc.log Runner_20250814-204804-utc.log Worker_20250814-204808-utc.log 2025-08-14T20:48:40.4509797Z ++ tail -n 1 2025-08-14T20:48:40.4524991Z + LOG_FILE=Worker_20250814-204808-utc.log 2025-08-14T20:48:40.4525860Z + '[' -n Worker_20250814-204808-utc.log ']' 2025-08-14T20:48:40.4526907Z + case ${RUNNER_OS} in 2025-08-14T20:48:40.4530988Z ++ grep -r '"jobDisplayName"' Worker_20250814-204808-utc.log 2025-08-14T20:48:40.4535694Z ++ sed 's/"//g' 2025-08-14T20:48:40.4549755Z ++ awk -F '[:]' '{print $2}' 2025-08-14T20:48:40.4553103Z ++ xargs 2025-08-14T20:48:40.4592294Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-08-14T20:48:40.4593537Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-08-14T20:48:40.4594697Z + popd 2025-08-14T20:48:40.4595052Z ~/actions-runner/_work/pytorch/pytorch 2025-08-14T20:48:40.4626704Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-08-14T20:48:40.4627104Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-08-14T20:48:40.4627431Z echo "Job name: ${JOB_NAME}" 2025-08-14T20:48:40.4648446Z  2025-08-14T20:48:40.4649087Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-08-14T20:48:40.4649653Z # in runner workspace 2025-08-14T20:48:40.4650069Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-08-14T20:48:40.4650541Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-08-14T20:48:40.4651050Z  --job-name "${JOB_NAME}" \ 2025-08-14T20:48:40.4651361Z  --test-matrix "{ include: [ 2025-08-14T20:48:40.4651796Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, 2025-08-14T20:48:40.4652212Z ]} 2025-08-14T20:48:40.4652416Z " \ 2025-08-14T20:48:40.4652633Z  --selected-test-configs "" \ 2025-08-14T20:48:40.4652958Z  --pr-number "${PR_NUMBER}" \ 2025-08-14T20:48:40.4653246Z  --tag "${TAG}" \ 2025-08-14T20:48:40.4653524Z  --event-name "${EVENT_NAME}" \ 2025-08-14T20:48:40.4653828Z  --schedule "${SCHEDULE}" \ 2025-08-14T20:48:40.4654227Z  --branch "${HEAD_BRANCH}" 2025-08-14T20:48:40.4659497Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:40.4659868Z env: 2025-08-14T20:48:40.4660080Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:40.4660553Z GITHUB_TOKEN: *** 2025-08-14T20:48:40.4660876Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-08-14T20:48:40.4661254Z PR_NUMBER: 2025-08-14T20:48:40.4661463Z TAG: 2025-08-14T20:48:40.4661644Z EVENT_NAME: push 2025-08-14T20:48:40.4661861Z SCHEDULE: 2025-08-14T20:48:40.4662055Z HEAD_BRANCH: main 2025-08-14T20:48:40.4662277Z ##[endgroup] 2025-08-14T20:48:40.4685101Z Workflow: pull 2025-08-14T20:48:40.4687086Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-08-14T20:48:40.6353749Z fatal: unknown commit origin/main 2025-08-14T20:48:40.6382027Z /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-14T20:48:40.6384194Z Setting output keep-going=True 2025-08-14T20:48:40.6385866Z warnings.warn(f"failed to get commit messages: {e}") 2025-08-14T20:48:40.6386598Z Setting output ci-verbose-test-logs=False 2025-08-14T20:48:40.6387572Z Setting output ci-test-showlocals=False 2025-08-14T20:48:40.6463638Z Setting output ci-no-test-timeout=False 2025-08-14T20:48:40.6464460Z Setting output ci-no-td=False 2025-08-14T20:48:40.6465492Z Setting output ci-td-distributed=False 2025-08-14T20:48:40.6466327Z Setting output is-unstable=False 2025-08-14T20:48:40.6467374Z Setting output reenabled-issues= 2025-08-14T20:48:40.6468598Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]} 2025-08-14T20:48:40.6470218Z Setting output is-test-matrix-empty=False 2025-08-14T20:48:40.6573772Z ##[group]Run echo "Filtered matrix:" 2025-08-14T20:48:40.6574130Z echo "Filtered matrix:" 2025-08-14T20:48:40.6574628Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]}" 2025-08-14T20:48:40.6575119Z  2025-08-14T20:48:40.6575321Z echo 2025-08-14T20:48:40.6575575Z echo "Is the current job unstable? False" 2025-08-14T20:48:40.6575917Z  2025-08-14T20:48:40.6576097Z echo 2025-08-14T20:48:40.6576338Z echo "Is keep-going label set? True" 2025-08-14T20:48:40.6576633Z  2025-08-14T20:48:40.6576822Z echo 2025-08-14T20:48:40.6577029Z echo "Reenabled issues? " 2025-08-14T20:48:40.6582771Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:40.6583699Z env: 2025-08-14T20:48:40.6584009Z GIT_DEFAULT_BRANCH: main 2025-08-14T20:48:40.6584447Z ##[endgroup] 2025-08-14T20:48:40.6610770Z Filtered matrix: 2025-08-14T20:48:40.6612985Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge}]} 2025-08-14T20:48:40.6614483Z 2025-08-14T20:48:40.6615658Z Is the current job unstable? False 2025-08-14T20:48:40.6616135Z 2025-08-14T20:48:40.6616905Z Is keep-going label set? True 2025-08-14T20:48:40.6617238Z 2025-08-14T20:48:40.6617407Z Reenabled issues? 2025-08-14T20:48:40.6716786Z Post job cleanup. 2025-08-14T20:48:40.6770077Z Post job cleanup. 2025-08-14T20:48:40.7715585Z [command]/usr/bin/git version 2025-08-14T20:48:40.7756123Z git version 2.47.1 2025-08-14T20:48:40.7794181Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/4e836f36-2f42-408d-8da7-9c73ff8574ff/.gitconfig' 2025-08-14T20:48:40.7804236Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4e836f36-2f42-408d-8da7-9c73ff8574ff' before making global git config changes 2025-08-14T20:48:40.7806371Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:48:40.7811092Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-08-14T20:48:40.7853707Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:48:40.7884369Z [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-14T20:48:40.8173270Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:48:40.8193038Z http.https://github.com/.extraheader 2025-08-14T20:48:40.8205996Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-14T20:48:40.8233050Z [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-14T20:48:40.8592377Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-14T20:48:40.8623925Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-08-14T20:48:40.8631671Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:48:40.8632321Z ##[endgroup] 2025-08-14T20:48:40.8771009Z [!ALERT!] Swap in detected! [!ALERT!] 2025-08-14T20:48:51.6728711Z [!ALERT!] Swap out detected [!ALERT!] 2025-08-14T20:49:09.1277665Z Evaluate and set job outputs 2025-08-14T20:49:09.1283701Z Set output 'test-matrix' 2025-08-14T20:49:09.1285373Z Set output 'is-test-matrix-empty' 2025-08-14T20:49:09.1286038Z Set output 'keep-going' 2025-08-14T20:49:09.1286846Z Cleaning up orphan processes