2025-03-04T19:47:29.4654432Z Current runner version: '2.322.0' 2025-03-04T19:47:29.4662009Z Runner name: 'i-0c22072b71dec2660' 2025-03-04T19:47:29.4662878Z Runner group name: 'Default' 2025-03-04T19:47:29.4663833Z Machine name: 'ip-10-0-46-31' 2025-03-04T19:47:29.4668486Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:29.4671281Z Actions: read 2025-03-04T19:47:29.4671893Z Attestations: read 2025-03-04T19:47:29.4672453Z Checks: read 2025-03-04T19:47:29.4672995Z Contents: read 2025-03-04T19:47:29.4673550Z Deployments: read 2025-03-04T19:47:29.4674114Z Discussions: read 2025-03-04T19:47:29.4674671Z Issues: read 2025-03-04T19:47:29.4675208Z Metadata: read 2025-03-04T19:47:29.4675763Z Packages: read 2025-03-04T19:47:29.4676316Z Pages: read 2025-03-04T19:47:29.4676868Z PullRequests: read 2025-03-04T19:47:29.4677462Z RepositoryProjects: read 2025-03-04T19:47:29.4678077Z SecurityEvents: read 2025-03-04T19:47:29.4678670Z Statuses: read 2025-03-04T19:47:29.4679216Z ##[endgroup] 2025-03-04T19:47:29.4682690Z Secret source: Actions 2025-03-04T19:47:29.4683524Z Prepare workflow directory 2025-03-04T19:47:29.9387522Z Prepare all required actions 2025-03-04T19:47:29.9457621Z Getting action download info 2025-03-04T19:47:30.1015835Z Download action repository 'pytorch/pytorch@main' (SHA:92beda54c8707d476ea8bc193ce79a37653d2e49) 2025-03-04T19:47:43.4853670Z Getting action download info 2025-03-04T19:47:43.6141739Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:43.8863846Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/148205/merge (d0654836237b89031de4353648b2c86ba3fc52f9) 2025-03-04T19:47:43.8866076Z ##[group] Inputs 2025-03-04T19:47:43.8866574Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2025-03-04T19:47:43.8867197Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2025-03-04T19:47:43.8867699Z cuda-version: cpu 2025-03-04T19:47:43.8867994Z sync-tag: 2025-03-04T19:47:43.8868562Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-03-04T19:47:43.8870614Z runner: lf.linux.large 2025-03-04T19:47:43.8871180Z ##[endgroup] 2025-03-04T19:47:43.8871756Z Complete job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter 2025-03-04T19:47:43.9341885Z A job started hook has been configured by the self-hosted runner administrator 2025-03-04T19:47:43.9513304Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-04T19:47:43.9523329Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:43.9524121Z ##[endgroup] 2025-03-04T19:47:45.4916278Z Runner Type: lf.linux.large 2025-03-04T19:47:45.4918298Z Instance Type: c5.large 2025-03-04T19:47:45.4921281Z AMI Name: unknown 2025-03-04T19:47:45.4964803Z AMI ID: ami-05b10e08d247fb927 2025-03-04T19:47:51.4601258Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:47:51.4601779Z with: 2025-03-04T19:47:51.4602041Z fetch-depth: 1 2025-03-04T19:47:51.4602324Z submodules: false 2025-03-04T19:47:51.4602609Z env: 2025-03-04T19:47:51.4602846Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.4603162Z ##[endgroup] 2025-03-04T19:47:51.4695239Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:51.4696260Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:51.4704545Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:51.4704980Z env: 2025-03-04T19:47:51.4705239Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.4705540Z ##[endgroup] 2025-03-04T19:47:51.4830804Z ##[group]Run retry () { 2025-03-04T19:47:51.4831157Z retry () { 2025-03-04T19:47:51.4831583Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:47:51.4832007Z } 2025-03-04T19:47:51.4832265Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.4832792Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:47:51.4833168Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.4833534Z else 2025-03-04T19:47:51.4833823Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.4834170Z fi 2025-03-04T19:47:51.4834424Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.4834748Z  2025-03-04T19:47:51.4835051Z # Use all available CPUs for fetching 2025-03-04T19:47:51.4835423Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.4835789Z git config --global fetch.parallel 0 2025-03-04T19:47:51.4836193Z git config --global submodule.fetchJobs 0 2025-03-04T19:47:51.4842217Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:51.4842646Z env: 2025-03-04T19:47:51.4842902Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.4843202Z NO_SUDO: 2025-03-04T19:47:51.4843552Z ##[endgroup] 2025-03-04T19:47:51.4871555Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:51.9033750Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:51.9034197Z with: 2025-03-04T19:47:51.9034592Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:51.9035098Z fetch-depth: 1 2025-03-04T19:47:51.9035479Z submodules: false 2025-03-04T19:47:51.9035834Z show-progress: false 2025-03-04T19:47:51.9036243Z repository: pytorch/pytorch 2025-03-04T19:47:51.9036820Z token: *** 2025-03-04T19:47:51.9037158Z ssh-strict: true 2025-03-04T19:47:51.9037585Z ssh-user: git 2025-03-04T19:47:51.9037961Z persist-credentials: true 2025-03-04T19:47:51.9038374Z clean: true 2025-03-04T19:47:51.9038738Z sparse-checkout-cone-mode: true 2025-03-04T19:47:51.9039169Z fetch-tags: false 2025-03-04T19:47:51.9039573Z lfs: false 2025-03-04T19:47:51.9039961Z set-safe-directory: true 2025-03-04T19:47:51.9040352Z env: 2025-03-04T19:47:51.9040668Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.9041084Z ##[endgroup] 2025-03-04T19:47:52.0360187Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:52.0362954Z ##[group]Getting Git version info 2025-03-04T19:47:52.0367333Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-04T19:47:52.0375814Z [command]/usr/bin/git version 2025-03-04T19:47:52.0376508Z git version 2.47.1 2025-03-04T19:47:52.0378967Z ##[endgroup] 2025-03-04T19:47:52.0401279Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/a8622a33-0b1a-418c-999c-832f9605dbbe/.gitconfig' 2025-03-04T19:47:52.0427741Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a8622a33-0b1a-418c-999c-832f9605dbbe' before making global git config changes 2025-03-04T19:47:52.0433871Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:52.0435641Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:52.0472496Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-04T19:47:52.0476099Z ##[group]Initializing the repository 2025-03-04T19:47:52.0482723Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:52.0512814Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:52.0514645Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:52.0516211Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:52.0517484Z hint: 2025-03-04T19:47:52.0518477Z hint: git config --global init.defaultBranch 2025-03-04T19:47:52.0675219Z hint: 2025-03-04T19:47:52.0676346Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:52.0677809Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:52.0679020Z hint: 2025-03-04T19:47:52.0686561Z hint: git branch -m 2025-03-04T19:47:52.0688036Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-03-04T19:47:52.0691166Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:52.0693636Z ##[endgroup] 2025-03-04T19:47:52.0694553Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:52.0695315Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:52.0696897Z ##[endgroup] 2025-03-04T19:47:52.0697633Z ##[group]Setting up auth 2025-03-04T19:47:52.0698436Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:52.0700890Z [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-03-04T19:47:52.0938194Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:52.0968098Z [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-03-04T19:47:52.1242528Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:52.1292217Z ##[endgroup] 2025-03-04T19:47:52.1293496Z ##[group]Fetching the repository 2025-03-04T19:47:52.1302725Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:55.1995523Z From https://github.com/pytorch/pytorch 2025-03-04T19:47:55.1997031Z * branch 1b7498080987913ecb3aff6253c5e88f3540d911 -> FETCH_HEAD 2025-03-04T19:47:55.2035232Z ##[endgroup] 2025-03-04T19:47:55.2036294Z ##[group]Determining the checkout info 2025-03-04T19:47:55.2037502Z ##[endgroup] 2025-03-04T19:47:55.2043514Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:47:55.2081703Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:47:55.2108373Z ##[group]Checking out the ref 2025-03-04T19:47:55.2113358Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:56.2331061Z Updating files: 99% (16452/16541) 2025-03-04T19:47:56.2332208Z Updating files: 100% (16541/16541) 2025-03-04T19:47:56.2333027Z Updating files: 100% (16541/16541), done. 2025-03-04T19:47:56.2521086Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:47:56.2522315Z 2025-03-04T19:47:56.2523008Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:47:56.2524198Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:47:56.2526663Z state without impacting any branches by switching back to a branch. 2025-03-04T19:47:56.2527353Z 2025-03-04T19:47:56.2556412Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:47:56.2562530Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:47:56.2563132Z 2025-03-04T19:47:56.2563341Z git switch -c 2025-03-04T19:47:56.2563698Z 2025-03-04T19:47:56.2563957Z Or undo this operation with: 2025-03-04T19:47:56.2564296Z 2025-03-04T19:47:56.2564483Z git switch - 2025-03-04T19:47:56.2564709Z 2025-03-04T19:47:56.2565086Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:47:56.2565669Z 2025-03-04T19:47:56.2566228Z HEAD is now at 1b74980 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:47:56.2568400Z ##[endgroup] 2025-03-04T19:47:56.2653552Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:47:56.2654237Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:56.2867962Z Prepare all required actions 2025-03-04T19:47:56.2868515Z Getting action download info 2025-03-04T19:47:56.3889372Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-04T19:47:56.5203577Z ##[group]Run ./.github/actions/filter-test-configs 2025-03-04T19:47:56.5204025Z with: 2025-03-04T19:47:56.5204478Z github-token: *** 2025-03-04T19:47:56.5204980Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-03-04T19:47:56.5205527Z env: 2025-03-04T19:47:56.5205778Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:56.5206071Z ##[endgroup] 2025-03-04T19:47:56.5252401Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-04T19:47:56.5252755Z with: 2025-03-04T19:47:56.5253000Z shell: bash 2025-03-04T19:47:56.5253257Z timeout_minutes: 10 2025-03-04T19:47:56.5253531Z max_attempts: 5 2025-03-04T19:47:56.5253784Z retry_wait_seconds: 30 2025-03-04T19:47:56.5254815Z 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-03-04T19:47:56.5255692Z polling_interval_seconds: 1 2025-03-04T19:47:56.5256012Z warning_on_retry: true 2025-03-04T19:47:56.5256307Z continue_on_error: false 2025-03-04T19:47:56.5256592Z env: 2025-03-04T19:47:56.5256842Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:56.5257317Z GITHUB_TOKEN: *** 2025-03-04T19:47:56.5257584Z ##[endgroup] 2025-03-04T19:47:56.6285597Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-04T19:47:56.9293248Z Defaulting to user installation because normal site-packages is not writeable 2025-03-04T19:47:56.9463064Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2025-03-04T19:47:56.9470230Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2025-03-04T19:47:56.9587823Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2025.1.31) 2025-03-04T19:47:56.9597371Z 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-03-04T19:47:56.9608217Z Requirement already satisfied: charset-normalizer~=2.0.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2.0.12) 2025-03-04T19:47:56.9621227Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-03-04T19:47:57.6104247Z Command completed after 1 attempt(s). 2025-03-04T19:47:57.6172586Z ##[group]Run set -x 2025-03-04T19:47:57.6173050Z set -x 2025-03-04T19:47:57.6173419Z  2025-03-04T19:47:57.6174059Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-04T19:47:57.6175011Z # in runner workspace 2025-03-04T19:47:57.6175714Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-03-04T19:47:57.6185759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:57.6186403Z env: 2025-03-04T19:47:57.6186757Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:57.6187239Z ##[endgroup] 2025-03-04T19:47:57.6223053Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-03-04T19:47:57.6513649Z ##[group]Run set -x 2025-03-04T19:47:57.6513967Z set -x 2025-03-04T19:47:57.6514221Z  2025-03-04T19:47:57.6514629Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-03-04T19:47:57.6515271Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-03-04T19:47:57.6515891Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-03-04T19:47:57.6516934Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-03-04T19:47:57.6517514Z # expose this variable as part of GitHub context. 2025-03-04T19:47:57.6518151Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-03-04T19:47:57.6518952Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-03-04T19:47:57.6519402Z pwd 2025-03-04T19:47:57.6519631Z  2025-03-04T19:47:57.6520056Z LOG_FILE=$(grep -l -r "d0654836237b89031de4353648b2c86ba3fc52f9" *.log | tail -n 1) 2025-03-04T19:47:57.6520580Z if [ -n "${LOG_FILE}" ]; then 2025-03-04T19:47:57.6521092Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-03-04T19:47:57.6521630Z  # needs to be awk {print $3} on MacOS 2025-03-04T19:47:57.6522189Z  case ${RUNNER_OS} in 2025-03-04T19:47:57.6522483Z  macOS) 2025-03-04T19:47:57.6522975Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-03-04T19:47:57.6523503Z  ;; 2025-03-04T19:47:57.6523750Z  *) 2025-03-04T19:47:57.6524202Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-03-04T19:47:57.6524725Z  ;; 2025-03-04T19:47:57.6524963Z  esac 2025-03-04T19:47:57.6525284Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-04T19:47:57.6525663Z fi 2025-03-04T19:47:57.6525897Z  2025-03-04T19:47:57.6526130Z popd 2025-03-04T19:47:57.6532456Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:57.6532860Z env: 2025-03-04T19:47:57.6533106Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:57.6533388Z ##[endgroup] 2025-03-04T19:47:57.6559850Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-03-04T19:47:57.6560800Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:57.6562501Z + pwd 2025-03-04T19:47:57.6562958Z /home/ec2-user/actions-runner/_diag 2025-03-04T19:47:57.6570295Z ++ grep -l -r d0654836237b89031de4353648b2c86ba3fc52f9 Runner_20250304-193641-utc.log Runner_20250304-193733-utc.log Worker_20250304-194049-utc.log Worker_20250304-194200-utc.log Worker_20250304-194727-utc.log 2025-03-04T19:47:57.6572329Z ++ tail -n 1 2025-03-04T19:47:57.6593408Z + LOG_FILE=Worker_20250304-194727-utc.log 2025-03-04T19:47:57.6594357Z + '[' -n Worker_20250304-194727-utc.log ']' 2025-03-04T19:47:57.6595142Z + case ${RUNNER_OS} in 2025-03-04T19:47:57.6601368Z ++ grep -r '"jobDisplayName"' Worker_20250304-194727-utc.log 2025-03-04T19:47:57.6603535Z ++ xargs 2025-03-04T19:47:57.6615895Z ++ awk -F '[:]' '{print $2}' 2025-03-04T19:47:57.6628098Z ++ sed 's/"//g' 2025-03-04T19:47:57.6656406Z + JOB_NAME='linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2025-03-04T19:47:57.6657750Z + echo 'job-name=linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2025-03-04T19:47:57.6658660Z + popd 2025-03-04T19:47:57.6659102Z ~/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:57.6693430Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-04T19:47:57.6693864Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-04T19:47:57.6694246Z echo "Job name: ${JOB_NAME}" 2025-03-04T19:47:57.6694673Z  2025-03-04T19:47:57.6695081Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-04T19:47:57.6695590Z # in runner workspace 2025-03-04T19:47:57.6696031Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-03-04T19:47:57.6696534Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-03-04T19:47:57.6696899Z  --job-name "${JOB_NAME}" \ 2025-03-04T19:47:57.6697243Z  --test-matrix "{ include: [ 2025-03-04T19:47:57.6697715Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, 2025-03-04T19:47:57.6698320Z ]} 2025-03-04T19:47:57.6698559Z " \ 2025-03-04T19:47:57.6698839Z  --selected-test-configs "" \ 2025-03-04T19:47:57.6699203Z  --pr-number "${PR_NUMBER}" \ 2025-03-04T19:47:57.6699546Z  --tag "${TAG}" \ 2025-03-04T19:47:57.6700051Z  --event-name "${EVENT_NAME}" \ 2025-03-04T19:47:57.6700428Z  --schedule "${SCHEDULE}" \ 2025-03-04T19:47:57.6700756Z  --branch "${HEAD_BRANCH}" 2025-03-04T19:47:57.6706326Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:57.6706735Z env: 2025-03-04T19:47:57.6706989Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:57.6707497Z GITHUB_TOKEN: *** 2025-03-04T19:47:57.6707858Z JOB_NAME: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2025-03-04T19:47:57.6708274Z PR_NUMBER: 148205 2025-03-04T19:47:57.6708534Z TAG: 2025-03-04T19:47:57.6708767Z EVENT_NAME: pull_request 2025-03-04T19:47:57.6709054Z SCHEDULE: 2025-03-04T19:47:57.6709295Z HEAD_BRANCH: 2025-03-04T19:47:57.6709551Z ##[endgroup] 2025-03-04T19:47:57.6739030Z Workflow: pull 2025-03-04T19:47:57.6739689Z Job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2025-03-04T19:47:57.8823161Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-03-04T19:47:57.9818974Z fatal: unknown commit origin/main 2025-03-04T19:47:57.9832680Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:487: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2025-03-04T19:47:57.9835091Z warnings.warn(f"failed to get commit messages: {e}") 2025-03-04T19:47:57.9994103Z ##[group]Run echo "Filtered matrix:" 2025-03-04T19:47:57.9994493Z echo "Filtered matrix:" 2025-03-04T19:47:57.9995030Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]}" 2025-03-04T19:47:57.9995561Z  2025-03-04T19:47:57.9995805Z echo 2025-03-04T19:47:57.9996105Z echo "Is the current job unstable? False" 2025-03-04T19:47:57.9996464Z  2025-03-04T19:47:57.9996692Z echo 2025-03-04T19:47:57.9996992Z echo "Is keep-going label set? False" 2025-03-04T19:47:57.9997324Z  2025-03-04T19:47:57.9997549Z echo 2025-03-04T19:47:57.9997808Z echo "Renabled issues? " 2025-03-04T19:47:58.0004042Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:58.0004443Z env: 2025-03-04T19:47:58.0004689Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:58.0004965Z ##[endgroup] 2025-03-04T19:47:58.0034655Z Filtered matrix: 2025-03-04T19:47:58.0035589Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge}]} 2025-03-04T19:47:58.0036265Z 2025-03-04T19:47:58.0036489Z Is the current job unstable? False 2025-03-04T19:47:58.0036869Z 2025-03-04T19:47:58.0037072Z Is keep-going label set? False 2025-03-04T19:47:58.0037458Z 2025-03-04T19:47:58.0037620Z Renabled issues? 2025-03-04T19:47:58.0125432Z Post job cleanup. 2025-03-04T19:47:58.0179990Z Post job cleanup. 2025-03-04T19:47:58.1209452Z [command]/usr/bin/git version 2025-03-04T19:47:58.1253951Z git version 2.47.1 2025-03-04T19:47:58.1295799Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/0948e0a2-62b2-44b7-a546-4490b0d1a580/.gitconfig' 2025-03-04T19:47:58.1310055Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0948e0a2-62b2-44b7-a546-4490b0d1a580' before making global git config changes 2025-03-04T19:47:58.1312147Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:58.1317165Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-04T19:47:58.1367604Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:58.1402449Z [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-03-04T19:47:58.1706286Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:58.1728456Z http.https://github.com/.extraheader 2025-03-04T19:47:58.1747768Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:47:58.1782747Z [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-03-04T19:47:58.2322187Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-04T19:47:58.2352887Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-04T19:47:58.2360958Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:58.2361661Z ##[endgroup] 2025-03-04T19:47:58.2524017Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-04T19:48:09.8610905Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-04T19:48:27.7664111Z Evaluate and set job outputs 2025-03-04T19:48:27.7670483Z Set output 'test-matrix' 2025-03-04T19:48:27.7672339Z Set output 'is-test-matrix-empty' 2025-03-04T19:48:27.7673058Z Set output 'keep-going' 2025-03-04T19:48:27.7673787Z Cleaning up orphan processes