2025-09-07T06:09:37.4621524Z Current runner version: '2.328.0' 2025-09-07T06:09:37.4634063Z Runner name: 'i-00d91e0ae7d43ea9b' 2025-09-07T06:09:37.4635517Z Runner group name: 'default' 2025-09-07T06:09:37.4636951Z Machine name: 'ip-10-0-23-219' 2025-09-07T06:09:37.4641504Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:09:37.4645369Z Contents: read 2025-09-07T06:09:37.4646291Z Metadata: read 2025-09-07T06:09:37.4647272Z ##[endgroup] 2025-09-07T06:09:37.4650918Z Secret source: Actions 2025-09-07T06:09:37.4652028Z Prepare workflow directory 2025-09-07T06:09:37.5614250Z Prepare all required actions 2025-09-07T06:09:37.5657113Z Getting action download info 2025-09-07T06:09:37.7359572Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:09:52.1680799Z Getting action download info 2025-09-07T06:09:52.2892905Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:09:52.5862819Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:09:52.5867839Z ##[group] Inputs 2025-09-07T06:09:52.5868349Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-09-07T06:09:52.5868974Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-09-07T06:09:52.5869487Z cuda-version: cpu 2025-09-07T06:09:52.5869750Z sync-tag: 2025-09-07T06:09:52.5870234Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-09-07T06:09:52.5870803Z runner: linux.large 2025-09-07T06:09:52.5871079Z ##[endgroup] 2025-09-07T06:09:52.5871474Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-09-07T06:09:52.6249295Z A job started hook has been configured by the self-hosted runner administrator 2025-09-07T06:09:52.6363279Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-09-07T06:09:52.6373395Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:09:52.6374339Z ##[endgroup] 2025-09-07T06:09:54.4362510Z Runner Type: linux.large 2025-09-07T06:09:54.4364433Z Instance Type: c5.large 2025-09-07T06:09:54.4365142Z AMI Name: unknown 2025-09-07T06:09:54.4412464Z AMI ID: ami-05ffe3c48a9991133 2025-09-07T06:10:00.4252582Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:10:00.4253485Z with: 2025-09-07T06:10:00.4253852Z fetch-depth: 1 2025-09-07T06:10:00.4254210Z submodules: false 2025-09-07T06:10:00.4254654Z env: 2025-09-07T06:10:00.4255040Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:00.4255526Z ##[endgroup] 2025-09-07T06:10:00.4380551Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:00.4381571Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:00.4395769Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:00.4396266Z env: 2025-09-07T06:10:00.4396533Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:00.4396836Z ##[endgroup] 2025-09-07T06:10:00.4524050Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:10:00.4524623Z # Use all available CPUs for fetching 2025-09-07T06:10:00.4524998Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:00.4525370Z git config --global fetch.parallel 0 2025-09-07T06:10:00.4525779Z git config --global submodule.fetchJobs 0 2025-09-07T06:10:00.4526165Z  2025-09-07T06:10:00.4526547Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:10:00.4527046Z # do it here as well just in case 2025-09-07T06:10:00.4527404Z if [[ -d .git ]]; then 2025-09-07T06:10:00.4527714Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:00.4528061Z  sudo git clean -ffdx 2025-09-07T06:10:00.4528360Z  else 2025-09-07T06:10:00.4528865Z  git clean -ffdx 2025-09-07T06:10:00.4529148Z  fi 2025-09-07T06:10:00.4529397Z fi 2025-09-07T06:10:00.4536976Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:00.4537530Z env: 2025-09-07T06:10:00.4537868Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:00.4538284Z NO_SUDO: 2025-09-07T06:10:00.4538613Z ##[endgroup] 2025-09-07T06:10:00.4812379Z ##[group]Run actions/checkout@v4 2025-09-07T06:10:00.4812949Z with: 2025-09-07T06:10:00.4813345Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:00.4813877Z fetch-depth: 1 2025-09-07T06:10:00.4814268Z submodules: false 2025-09-07T06:10:00.4814684Z show-progress: false 2025-09-07T06:10:00.4815069Z repository: pytorch/pytorch 2025-09-07T06:10:00.4815642Z token: *** 2025-09-07T06:10:00.4815905Z ssh-strict: true 2025-09-07T06:10:00.4816164Z ssh-user: git 2025-09-07T06:10:00.4816449Z persist-credentials: true 2025-09-07T06:10:00.4816741Z clean: true 2025-09-07T06:10:00.4817047Z sparse-checkout-cone-mode: true 2025-09-07T06:10:00.4817375Z fetch-tags: false 2025-09-07T06:10:00.4817626Z lfs: false 2025-09-07T06:10:00.4817887Z set-safe-directory: true 2025-09-07T06:10:00.4818169Z env: 2025-09-07T06:10:00.4818430Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:00.4818709Z ##[endgroup] 2025-09-07T06:10:00.6950960Z Syncing repository: pytorch/pytorch 2025-09-07T06:10:00.6953024Z ##[group]Getting Git version info 2025-09-07T06:10:00.6953780Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-09-07T06:10:00.6954975Z [command]/usr/bin/git version 2025-09-07T06:10:00.7170112Z git version 2.47.1 2025-09-07T06:10:00.7201610Z ##[endgroup] 2025-09-07T06:10:00.7216555Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/67e84308-0f06-409b-9656-0fc2db757509/.gitconfig' 2025-09-07T06:10:00.7241093Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/67e84308-0f06-409b-9656-0fc2db757509' before making global git config changes 2025-09-07T06:10:00.7252406Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:10:00.7253867Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-09-07T06:10:00.7308145Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-09-07T06:10:00.7313419Z ##[group]Initializing the repository 2025-09-07T06:10:00.7319305Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-09-07T06:10:00.7375975Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-07T06:10:00.7377415Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-07T06:10:00.7378754Z hint: of your new repositories, which will suppress this warning, call: 2025-09-07T06:10:00.7379754Z hint: 2025-09-07T06:10:00.7380610Z hint: git config --global init.defaultBranch 2025-09-07T06:10:00.7381257Z hint: 2025-09-07T06:10:00.7381745Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-07T06:10:00.7382337Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-07T06:10:00.7382773Z hint: 2025-09-07T06:10:00.7383006Z hint: git branch -m 2025-09-07T06:10:00.7397304Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-09-07T06:10:00.7409854Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-09-07T06:10:00.7483327Z ##[endgroup] 2025-09-07T06:10:00.7484496Z ##[group]Disabling automatic garbage collection 2025-09-07T06:10:00.7606114Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T06:10:00.7608012Z ##[endgroup] 2025-09-07T06:10:00.7644018Z ##[group]Setting up auth 2025-09-07T06:10:00.7645012Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:10:00.7647727Z [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-09-07T06:10:00.7975333Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:10:00.8007443Z [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-09-07T06:10:00.8301867Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:10:00.8359283Z ##[endgroup] 2025-09-07T06:10:00.8360630Z ##[group]Fetching the repository 2025-09-07T06:10:00.8369338Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:06.4951589Z From https://github.com/pytorch/pytorch 2025-09-07T06:10:06.4956597Z * branch 93fb23d6fae7c4e82c4239a1033e522088742634 -> FETCH_HEAD 2025-09-07T06:10:06.4978498Z ##[endgroup] 2025-09-07T06:10:06.4979414Z ##[group]Determining the checkout info 2025-09-07T06:10:06.4980559Z ##[endgroup] 2025-09-07T06:10:06.4988002Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T06:10:06.5046041Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T06:10:06.5078814Z ##[group]Checking out the ref 2025-09-07T06:10:06.5085240Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:07.5297426Z Updating files: 89% (17434/19405) 2025-09-07T06:10:07.5458027Z Updating files: 90% (17465/19405) 2025-09-07T06:10:07.5563371Z Updating files: 91% (17659/19405) 2025-09-07T06:10:07.5690308Z Updating files: 92% (17853/19405) 2025-09-07T06:10:07.5854188Z Updating files: 93% (18047/19405) 2025-09-07T06:10:07.6031141Z Updating files: 94% (18241/19405) 2025-09-07T06:10:07.6172326Z Updating files: 95% (18435/19405) 2025-09-07T06:10:07.6307403Z Updating files: 96% (18629/19405) 2025-09-07T06:10:07.6468761Z Updating files: 97% (18823/19405) 2025-09-07T06:10:07.6696204Z Updating files: 98% (19017/19405) 2025-09-07T06:10:07.6840734Z Updating files: 99% (19211/19405) 2025-09-07T06:10:07.6841990Z Updating files: 100% (19405/19405) 2025-09-07T06:10:07.6842937Z Updating files: 100% (19405/19405), done. 2025-09-07T06:10:07.7059695Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T06:10:07.7061203Z 2025-09-07T06:10:07.7062744Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T06:10:07.7063872Z changes and commit them, and you can discard any commits you make in this 2025-09-07T06:10:07.7065123Z state without impacting any branches by switching back to a branch. 2025-09-07T06:10:07.7065958Z 2025-09-07T06:10:07.7066498Z If you want to create a new branch to retain commits you create, you may 2025-09-07T06:10:07.7067531Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T06:10:07.7123078Z 2025-09-07T06:10:07.7123588Z git switch -c 2025-09-07T06:10:07.7124097Z 2025-09-07T06:10:07.7124362Z Or undo this operation with: 2025-09-07T06:10:07.7124743Z 2025-09-07T06:10:07.7124941Z git switch - 2025-09-07T06:10:07.7125139Z 2025-09-07T06:10:07.7125505Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T06:10:07.7126111Z 2025-09-07T06:10:07.7126388Z HEAD is now at 93fb23d Build vLLM nightly wheels (#162000) 2025-09-07T06:10:07.7127811Z ##[endgroup] 2025-09-07T06:10:07.7166270Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T06:10:07.7203486Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:07.7444629Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:07.7445013Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:07.7445300Z # Clean stale submodule dirs 2025-09-07T06:10:07.7445613Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:07.7445972Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:07.7446510Z else 2025-09-07T06:10:07.7446806Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:07.7447151Z fi 2025-09-07T06:10:07.7454639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:07.7455003Z env: 2025-09-07T06:10:07.7455219Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:07.7455461Z NO_SUDO: 2025-09-07T06:10:07.7455669Z ##[endgroup] 2025-09-07T06:10:08.1613737Z Prepare all required actions 2025-09-07T06:10:08.1614800Z Getting action download info 2025-09-07T06:10:08.2731017Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-09-07T06:10:08.4726882Z ##[group]Run ./.github/actions/filter-test-configs 2025-09-07T06:10:08.4727220Z with: 2025-09-07T06:10:08.4727676Z github-token: *** 2025-09-07T06:10:08.4728117Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-09-07T06:10:08.4728623Z env: 2025-09-07T06:10:08.4728836Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:08.4729074Z ##[endgroup] 2025-09-07T06:10:08.4776309Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T06:10:08.4776609Z with: 2025-09-07T06:10:08.4776814Z shell: bash 2025-09-07T06:10:08.4777023Z timeout_minutes: 10 2025-09-07T06:10:08.4777264Z max_attempts: 5 2025-09-07T06:10:08.4777540Z retry_wait_seconds: 30 2025-09-07T06:10:08.4778366Z 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-09-07T06:10:08.4779165Z polling_interval_seconds: 1 2025-09-07T06:10:08.4779449Z warning_on_retry: true 2025-09-07T06:10:08.4779694Z continue_on_error: false 2025-09-07T06:10:08.4779942Z env: 2025-09-07T06:10:08.4780133Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:08.4780597Z GITHUB_TOKEN: *** 2025-09-07T06:10:08.4780830Z ##[endgroup] 2025-09-07T06:10:08.6062086Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-09-07T06:10:08.9898442Z Defaulting to user installation because normal site-packages is not writeable 2025-09-07T06:10:09.1062690Z Collecting requests==2.27.1 2025-09-07T06:10:09.1233983Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-09-07T06:10:09.3090757Z Collecting pyyaml==6.0.2 2025-09-07T06:10:09.3141231Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-09-07T06:10:09.6878237Z Collecting charset-normalizer~=2.0.0 2025-09-07T06:10:09.6932196Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-09-07T06:10:09.6998329Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-09-07T06:10:09.7467654Z Collecting certifi>=2017.4.17 2025-09-07T06:10:09.7509334Z Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) 2025-09-07T06:10:09.7582266Z 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-09-07T06:10:09.8406880Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-09-07T06:10:09.9674479Z Successfully installed certifi-2025.8.3 charset-normalizer-2.0.12 pyyaml-6.0.2 requests-2.27.1 2025-09-07T06:10:10.5644952Z Command completed after 1 attempt(s). 2025-09-07T06:10:10.5710014Z ##[group]Run set -x 2025-09-07T06:10:10.5710281Z set -x 2025-09-07T06:10:10.5710528Z  2025-09-07T06:10:10.5710892Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T06:10:10.5711510Z # in runner workspace 2025-09-07T06:10:10.5711881Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-09-07T06:10:10.5718763Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:10.5719125Z env: 2025-09-07T06:10:10.5719352Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:10.5719601Z ##[endgroup] 2025-09-07T06:10:10.5760350Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-09-07T06:10:10.5953910Z Setting output branch=main 2025-09-07T06:10:10.6039299Z ##[group]Run set -x 2025-09-07T06:10:10.6039606Z set -x 2025-09-07T06:10:10.6039829Z  2025-09-07T06:10:10.6040175Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-09-07T06:10:10.6041005Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-09-07T06:10:10.6041581Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-09-07T06:10:10.6042186Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-09-07T06:10:10.6042709Z # expose this variable as part of GitHub context. 2025-09-07T06:10:10.6043279Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-09-07T06:10:10.6044035Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-09-07T06:10:10.6044429Z pwd 2025-09-07T06:10:10.6044635Z  2025-09-07T06:10:10.6045011Z LOG_FILE=$(grep -l -r "93fb23d6fae7c4e82c4239a1033e522088742634" *.log | tail -n 1) 2025-09-07T06:10:10.6045496Z if [ -n "${LOG_FILE}" ]; then 2025-09-07T06:10:10.6045963Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-09-07T06:10:10.6046448Z  # needs to be awk {print $3} on MacOS 2025-09-07T06:10:10.6046781Z  case ${RUNNER_OS} in 2025-09-07T06:10:10.6047038Z  macOS) 2025-09-07T06:10:10.6047476Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-09-07T06:10:10.6047958Z  ;; 2025-09-07T06:10:10.6069228Z  *) 2025-09-07T06:10:10.6069891Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-09-07T06:10:10.6070476Z  ;; 2025-09-07T06:10:10.6070698Z  esac 2025-09-07T06:10:10.6070970Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-09-07T06:10:10.6071318Z fi 2025-09-07T06:10:10.6071515Z  2025-09-07T06:10:10.6071717Z popd 2025-09-07T06:10:10.6077800Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:10.6078167Z env: 2025-09-07T06:10:10.6078373Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:10.6078624Z ##[endgroup] 2025-09-07T06:10:10.6111229Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-09-07T06:10:10.6111993Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-09-07T06:10:10.6113106Z /home/ec2-user/actions-runner/_diag 2025-09-07T06:10:10.6113973Z + pwd 2025-09-07T06:10:10.6124150Z ++ tail -n 1 2025-09-07T06:10:10.6125002Z ++ grep -l -r 93fb23d6fae7c4e82c4239a1033e522088742634 Runner_20250907-055521-utc.log Runner_20250907-055631-utc.log Worker_20250907-060936-utc.log 2025-09-07T06:10:10.6160387Z + LOG_FILE=Worker_20250907-060936-utc.log 2025-09-07T06:10:10.6160970Z + '[' -n Worker_20250907-060936-utc.log ']' 2025-09-07T06:10:10.6161509Z + case ${RUNNER_OS} in 2025-09-07T06:10:10.6165537Z ++ grep -r '"jobDisplayName"' Worker_20250907-060936-utc.log 2025-09-07T06:10:10.6171441Z ++ sed 's/"//g' 2025-09-07T06:10:10.6188208Z ++ xargs 2025-09-07T06:10:10.6190238Z ++ awk -F '[:]' '{print $2}' 2025-09-07T06:10:10.6309451Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-09-07T06:10:10.6310658Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-09-07T06:10:10.6311515Z + popd 2025-09-07T06:10:10.6312275Z ~/actions-runner/_work/pytorch/pytorch 2025-09-07T06:10:10.6353837Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T06:10:10.6354483Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T06:10:10.6354943Z echo "Job name: ${JOB_NAME}" 2025-09-07T06:10:10.6355761Z  2025-09-07T06:10:10.6360917Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T06:10:10.6361884Z # in runner workspace 2025-09-07T06:10:10.6362654Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-09-07T06:10:10.6363487Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-09-07T06:10:10.6364357Z  --job-name "${JOB_NAME}" \ 2025-09-07T06:10:10.6364830Z  --test-matrix "{ include: [ 2025-09-07T06:10:10.6365494Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-09-07T06:10:10.6366226Z ]} 2025-09-07T06:10:10.6366576Z " \ 2025-09-07T06:10:10.6367000Z  --selected-test-configs "" \ 2025-09-07T06:10:10.6367518Z  --pr-number "${PR_NUMBER}" \ 2025-09-07T06:10:10.6368014Z  --tag "${TAG}" \ 2025-09-07T06:10:10.6368395Z  --event-name "${EVENT_NAME}" \ 2025-09-07T06:10:10.6368732Z  --schedule "${SCHEDULE}" \ 2025-09-07T06:10:10.6369056Z  --branch "${HEAD_BRANCH}" 2025-09-07T06:10:10.6375198Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:10.6375568Z env: 2025-09-07T06:10:10.6375775Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:10.6376564Z GITHUB_TOKEN: *** 2025-09-07T06:10:10.6376892Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-09-07T06:10:10.6377279Z PR_NUMBER: 2025-09-07T06:10:10.6377491Z TAG: 2025-09-07T06:10:10.6377678Z EVENT_NAME: push 2025-09-07T06:10:10.6377900Z SCHEDULE: 2025-09-07T06:10:10.6378101Z HEAD_BRANCH: main 2025-09-07T06:10:10.6378326Z ##[endgroup] 2025-09-07T06:10:10.6408505Z Workflow: pull 2025-09-07T06:10:10.6409081Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-09-07T06:10:10.8683841Z fatal: unknown commit origin/main 2025-09-07T06:10:10.8693187Z /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-09-07T06:10:10.8695875Z warnings.warn(f"failed to get commit messages: {e}") 2025-09-07T06:10:10.8697304Z Setting output keep-going=True 2025-09-07T06:10:10.8697802Z Setting output ci-verbose-test-logs=False 2025-09-07T06:10:10.8698346Z Setting output ci-test-showlocals=False 2025-09-07T06:10:10.8698975Z Setting output ci-no-test-timeout=False 2025-09-07T06:10:10.8699579Z Setting output ci-no-td=False 2025-09-07T06:10:10.8700160Z Setting output ci-td-distributed=False 2025-09-07T06:10:10.8700771Z Setting output is-unstable=False 2025-09-07T06:10:10.8701354Z Setting output reenabled-issues= 2025-09-07T06:10:10.8702431Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]} 2025-09-07T06:10:10.8704009Z Setting output is-test-matrix-empty=False 2025-09-07T06:10:10.8855178Z ##[group]Run echo "Filtered matrix:" 2025-09-07T06:10:10.8855562Z echo "Filtered matrix:" 2025-09-07T06:10:10.8856066Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-09-07T06:10:10.8856557Z  2025-09-07T06:10:10.8856763Z echo 2025-09-07T06:10:10.8857015Z echo "Is the current job unstable? False" 2025-09-07T06:10:10.8857342Z  2025-09-07T06:10:10.8857545Z echo 2025-09-07T06:10:10.8857790Z echo "Is keep-going label set? True" 2025-09-07T06:10:10.8858098Z  2025-09-07T06:10:10.8858279Z echo 2025-09-07T06:10:10.8858503Z echo "Reenabled issues? " 2025-09-07T06:10:10.8864525Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:10.8864897Z env: 2025-09-07T06:10:10.8865095Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:10:10.8865347Z ##[endgroup] 2025-09-07T06:10:10.8897199Z Filtered matrix: 2025-09-07T06:10:10.8897984Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-09-07T06:10:10.8898632Z 2025-09-07T06:10:10.8898828Z Is the current job unstable? False 2025-09-07T06:10:10.8899192Z 2025-09-07T06:10:10.8899399Z Is keep-going label set? True 2025-09-07T06:10:10.8899732Z 2025-09-07T06:10:10.8899897Z Reenabled issues? 2025-09-07T06:10:10.9015275Z Post job cleanup. 2025-09-07T06:10:10.9070617Z Post job cleanup. 2025-09-07T06:10:11.0067710Z [command]/usr/bin/git version 2025-09-07T06:10:11.0110970Z git version 2.47.1 2025-09-07T06:10:11.0152817Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/7faefb6a-bc21-49b4-9330-0d3bdeda83bc/.gitconfig' 2025-09-07T06:10:11.0163272Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7faefb6a-bc21-49b4-9330-0d3bdeda83bc' before making global git config changes 2025-09-07T06:10:11.0165414Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:10:11.0171495Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-09-07T06:10:11.0214920Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:10:11.0267151Z [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-09-07T06:10:11.0646746Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:10:11.0713497Z http.https://github.com/.extraheader 2025-09-07T06:10:11.0730222Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:10:11.0766781Z [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-09-07T06:10:11.1442118Z A job completed hook has been configured by the self-hosted runner administrator 2025-09-07T06:10:11.1474971Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-09-07T06:10:11.1483205Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:11.1483924Z ##[endgroup] 2025-09-07T06:10:11.1666213Z [!ALERT!] Swap in detected! [!ALERT!] 2025-09-07T06:10:30.6242677Z Evaluate and set job outputs 2025-09-07T06:10:30.6249611Z Set output 'test-matrix' 2025-09-07T06:10:30.6251405Z Set output 'is-test-matrix-empty' 2025-09-07T06:10:30.6252081Z Set output 'keep-going' 2025-09-07T06:10:30.6252755Z Cleaning up orphan processes