2025-01-24T00:46:20.6025809Z Current runner version: '2.321.0' 2025-01-24T00:46:20.6032981Z Runner name: 'i-0d6c3a39c9c183839' 2025-01-24T00:46:20.6033975Z Runner group name: 'Default' 2025-01-24T00:46:20.6035015Z Machine name: 'ip-10-1-47-48' 2025-01-24T00:46:20.6039686Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:46:20.6042726Z Actions: read 2025-01-24T00:46:20.6043470Z Attestations: read 2025-01-24T00:46:20.6044100Z Checks: read 2025-01-24T00:46:20.6044654Z Contents: read 2025-01-24T00:46:20.6045317Z Deployments: read 2025-01-24T00:46:20.6045982Z Discussions: read 2025-01-24T00:46:20.6046546Z Issues: read 2025-01-24T00:46:20.6047178Z Metadata: read 2025-01-24T00:46:20.6047790Z Packages: read 2025-01-24T00:46:20.6048345Z Pages: read 2025-01-24T00:46:20.6049001Z PullRequests: read 2025-01-24T00:46:20.6049651Z RepositoryProjects: read 2025-01-24T00:46:20.6050286Z SecurityEvents: read 2025-01-24T00:46:20.6050959Z Statuses: read 2025-01-24T00:46:20.6051562Z ##[endgroup] 2025-01-24T00:46:20.6055292Z Secret source: Actions 2025-01-24T00:46:20.6056255Z Prepare workflow directory 2025-01-24T00:46:21.1121613Z Prepare all required actions 2025-01-24T00:46:21.1173297Z Getting action download info 2025-01-24T00:46:21.3042831Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:46:34.1317957Z Getting action download info 2025-01-24T00:46:34.2371143Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:46:34.4851674Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/145539/merge (74e42e7401e3b57fc188c6d3823585f63c780e87) 2025-01-24T00:46:34.4853812Z ##[group] Inputs 2025-01-24T00:46:34.4854289Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2025-01-24T00:46:34.4854882Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2025-01-24T00:46:34.4855359Z cuda-version: cpu 2025-01-24T00:46:34.4855641Z sync-tag: 2025-01-24T00:46:34.4856167Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-01-24T00:46:34.4856780Z runner: lf.linux.large 2025-01-24T00:46:34.4857087Z ##[endgroup] 2025-01-24T00:46:34.4857485Z Complete job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter 2025-01-24T00:46:34.5318988Z A job started hook has been configured by the self-hosted runner administrator 2025-01-24T00:46:34.5445514Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-01-24T00:46:34.5454763Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:34.5455626Z ##[endgroup] 2025-01-24T00:46:36.1166591Z Runner Type: lf.linux.large 2025-01-24T00:46:36.1169011Z Instance Type: c5.large 2025-01-24T00:46:36.1169951Z AMI Name: unknown 2025-01-24T00:46:36.1209641Z AMI ID: ami-05576a079321f21f8 2025-01-24T00:46:41.9597478Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:46:41.9597992Z with: 2025-01-24T00:46:41.9598226Z fetch-depth: 1 2025-01-24T00:46:41.9598464Z submodules: false 2025-01-24T00:46:41.9598734Z env: 2025-01-24T00:46:41.9598943Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:41.9599235Z ##[endgroup] 2025-01-24T00:46:41.9683941Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:46:41.9684943Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:46:41.9693094Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:41.9693528Z env: 2025-01-24T00:46:41.9693757Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:41.9694042Z ##[endgroup] 2025-01-24T00:46:41.9809071Z ##[group]Run retry () { 2025-01-24T00:46:41.9809411Z retry () { 2025-01-24T00:46:41.9809826Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:46:41.9810233Z } 2025-01-24T00:46:41.9810485Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:46:41.9811000Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:46:41.9811357Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:46:41.9811718Z else 2025-01-24T00:46:41.9811998Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:46:41.9812329Z fi 2025-01-24T00:46:41.9812588Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:46:41.9818320Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:41.9818745Z env: 2025-01-24T00:46:41.9818982Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:41.9819261Z NO_SUDO: 2025-01-24T00:46:41.9819587Z ##[endgroup] 2025-01-24T00:46:41.9845840Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-01-24T00:46:42.4397966Z ##[group]Run actions/checkout@v4 2025-01-24T00:46:42.4398315Z with: 2025-01-24T00:46:42.4398578Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:46:42.4398934Z fetch-depth: 1 2025-01-24T00:46:42.4399179Z submodules: false 2025-01-24T00:46:42.4399472Z show-progress: false 2025-01-24T00:46:42.4399760Z repository: pytorch/pytorch 2025-01-24T00:46:42.4400221Z token: *** 2025-01-24T00:46:42.4400454Z ssh-strict: true 2025-01-24T00:46:42.4400697Z ssh-user: git 2025-01-24T00:46:42.4400939Z persist-credentials: true 2025-01-24T00:46:42.4401219Z clean: true 2025-01-24T00:46:42.4401472Z sparse-checkout-cone-mode: true 2025-01-24T00:46:42.4401771Z fetch-tags: false 2025-01-24T00:46:42.4402010Z lfs: false 2025-01-24T00:46:42.4402245Z set-safe-directory: true 2025-01-24T00:46:42.4402510Z env: 2025-01-24T00:46:42.4402732Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:42.4402999Z ##[endgroup] 2025-01-24T00:46:42.5829044Z Syncing repository: pytorch/pytorch 2025-01-24T00:46:42.5831314Z ##[group]Getting Git version info 2025-01-24T00:46:42.5832123Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-01-24T00:46:42.5833502Z [command]/usr/bin/git version 2025-01-24T00:46:42.5833970Z git version 2.40.1 2025-01-24T00:46:42.5867575Z ##[endgroup] 2025-01-24T00:46:42.5893741Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bbd2936d-4962-4b17-8ef4-fd14f1ce6656' before making global git config changes 2025-01-24T00:46:42.5908964Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:46:42.5916668Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-01-24T00:46:42.5957817Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-01-24T00:46:42.5964290Z ##[group]Initializing the repository 2025-01-24T00:46:42.5969630Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-01-24T00:46:42.6006192Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T00:46:42.6011661Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T00:46:42.6013322Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T00:46:42.6014406Z hint: 2025-01-24T00:46:42.6015220Z hint: git config --global init.defaultBranch 2025-01-24T00:46:42.6015893Z hint: 2025-01-24T00:46:42.6016382Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T00:46:42.6017344Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T00:46:42.6018164Z hint: 2025-01-24T00:46:42.6018516Z hint: git branch -m 2025-01-24T00:46:42.6021864Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T00:46:42.6038452Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:46:42.6075355Z ##[endgroup] 2025-01-24T00:46:42.6076173Z ##[group]Disabling automatic garbage collection 2025-01-24T00:46:42.6081190Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T00:46:42.6114353Z ##[endgroup] 2025-01-24T00:46:42.6115100Z ##[group]Setting up auth 2025-01-24T00:46:42.6132777Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:46:42.6415269Z [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-01-24T00:46:42.6565154Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:46:42.6597658Z [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-01-24T00:46:42.6867577Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T00:46:42.6911334Z ##[endgroup] 2025-01-24T00:46:42.6912379Z ##[group]Fetching the repository 2025-01-24T00:46:42.6923725Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:46:49.9152843Z From https://github.com/pytorch/pytorch 2025-01-24T00:46:49.9153767Z * branch d087145b9259b4cfbcb758dc0bca6a6e5d75d08f -> FETCH_HEAD 2025-01-24T00:46:49.9176308Z ##[endgroup] 2025-01-24T00:46:49.9177307Z ##[group]Determining the checkout info 2025-01-24T00:46:49.9179349Z ##[endgroup] 2025-01-24T00:46:49.9185601Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T00:46:49.9232024Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T00:46:49.9260341Z ##[group]Checking out the ref 2025-01-24T00:46:49.9265752Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:46:50.9490244Z Updating files: 97% (17633/18011) 2025-01-24T00:46:50.9647807Z Updating files: 98% (17651/18011) 2025-01-24T00:46:50.9775132Z Updating files: 99% (17831/18011) 2025-01-24T00:46:50.9776275Z Updating files: 100% (18011/18011) 2025-01-24T00:46:50.9777197Z Updating files: 100% (18011/18011), done. 2025-01-24T00:46:50.9975140Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:46:50.9976010Z 2025-01-24T00:46:50.9976679Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:46:50.9977907Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:46:50.9980121Z state without impacting any branches by switching back to a branch. 2025-01-24T00:46:50.9980819Z 2025-01-24T00:46:50.9981306Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:46:50.9982273Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:46:51.0016699Z 2025-01-24T00:46:51.0023093Z git switch -c 2025-01-24T00:46:51.0023867Z 2025-01-24T00:46:51.0024076Z Or undo this operation with: 2025-01-24T00:46:51.0024858Z 2025-01-24T00:46:51.0025031Z git switch - 2025-01-24T00:46:51.0025252Z 2025-01-24T00:46:51.0025674Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:46:51.0026261Z 2025-01-24T00:46:51.0026600Z HEAD is now at d087145 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:46:51.0029194Z ##[endgroup] 2025-01-24T00:46:51.0098758Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T00:46:51.0128130Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:46:51.0337577Z Prepare all required actions 2025-01-24T00:46:51.0338134Z Getting action download info 2025-01-24T00:46:51.1685115Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T00:46:51.2964021Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T00:46:51.2964389Z with: 2025-01-24T00:46:51.2964798Z github-token: *** 2025-01-24T00:46:51.2965289Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-01-24T00:46:51.2965814Z env: 2025-01-24T00:46:51.2966039Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:51.2966462Z ##[endgroup] 2025-01-24T00:46:51.3009197Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T00:46:51.3009524Z with: 2025-01-24T00:46:51.3009733Z shell: bash 2025-01-24T00:46:51.3009975Z timeout_minutes: 10 2025-01-24T00:46:51.3010242Z max_attempts: 5 2025-01-24T00:46:51.3010480Z retry_wait_seconds: 30 2025-01-24T00:46:51.3011369Z 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-01-24T00:46:51.3012217Z polling_interval_seconds: 1 2025-01-24T00:46:51.3012517Z warning_on_retry: true 2025-01-24T00:46:51.3012802Z continue_on_error: false 2025-01-24T00:46:51.3013056Z env: 2025-01-24T00:46:51.3013279Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:51.3013715Z GITHUB_TOKEN: *** 2025-01-24T00:46:51.3013945Z ##[endgroup] 2025-01-24T00:46:51.4014570Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T00:46:51.7823819Z Defaulting to user installation because normal site-packages is not writeable 2025-01-24T00:46:51.8077316Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2025-01-24T00:46:51.8087674Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2025-01-24T00:46:51.8278835Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.12.14) 2025-01-24T00:46:51.8288782Z 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-01-24T00:46:51.8307470Z 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-01-24T00:46:51.8326251Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-01-24T00:46:52.3840297Z Command completed after 1 attempt(s). 2025-01-24T00:46:52.3914136Z ##[group]Run set -x 2025-01-24T00:46:52.3914551Z set -x 2025-01-24T00:46:52.3914925Z  2025-01-24T00:46:52.3915551Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T00:46:52.3916356Z # in runner workspace 2025-01-24T00:46:52.3917033Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T00:46:52.3925786Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:52.3926408Z env: 2025-01-24T00:46:52.3926780Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:52.3927208Z ##[endgroup] 2025-01-24T00:46:52.3962831Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-01-24T00:46:52.4218598Z ##[group]Run set -x 2025-01-24T00:46:52.4218904Z set -x 2025-01-24T00:46:52.4219145Z  2025-01-24T00:46:52.4219624Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-01-24T00:46:52.4220288Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-01-24T00:46:52.4220920Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-01-24T00:46:52.4221798Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-01-24T00:46:52.4222362Z # expose this variable as part of GitHub context. 2025-01-24T00:46:52.4222990Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-01-24T00:46:52.4223929Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-01-24T00:46:52.4224365Z pwd 2025-01-24T00:46:52.4224597Z  2025-01-24T00:46:52.4225021Z LOG_FILE=$(grep -l -r "74e42e7401e3b57fc188c6d3823585f63c780e87" *.log | tail -n 1) 2025-01-24T00:46:52.4225527Z if [ -n "${LOG_FILE}" ]; then 2025-01-24T00:46:52.4226146Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-01-24T00:46:52.4226683Z  # needs to be awk {print $3} on MacOS 2025-01-24T00:46:52.4227028Z  case ${RUNNER_OS} in 2025-01-24T00:46:52.4227325Z  macOS) 2025-01-24T00:46:52.4227804Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-01-24T00:46:52.4228329Z  ;; 2025-01-24T00:46:52.4228553Z  *) 2025-01-24T00:46:52.4229000Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-01-24T00:46:52.4229521Z  ;; 2025-01-24T00:46:52.4229748Z  esac 2025-01-24T00:46:52.4230059Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-24T00:46:52.4230437Z fi 2025-01-24T00:46:52.4230650Z  2025-01-24T00:46:52.4230880Z popd 2025-01-24T00:46:52.4236840Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:52.4237241Z env: 2025-01-24T00:46:52.4237477Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:52.4237744Z ##[endgroup] 2025-01-24T00:46:52.4263712Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-01-24T00:46:52.4264564Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-01-24T00:46:52.4265688Z /home/ec2-user/actions-runner/_diag 2025-01-24T00:46:52.4266578Z + pwd 2025-01-24T00:46:52.4273620Z ++ tail -n 1 2025-01-24T00:46:52.4279154Z ++ grep -l -r 74e42e7401e3b57fc188c6d3823585f63c780e87 Runner_20250124-001841-utc.log Runner_20250124-001930-utc.log Worker_20250124-002335-utc.log Worker_20250124-002847-utc.log Worker_20250124-003338-utc.log Worker_20250124-003741-utc.log Worker_20250124-004146-utc.log Worker_20250124-004250-utc.log Worker_20250124-004618-utc.log 2025-01-24T00:46:52.4302108Z + LOG_FILE=Worker_20250124-004618-utc.log 2025-01-24T00:46:52.4302750Z + '[' -n Worker_20250124-004618-utc.log ']' 2025-01-24T00:46:52.4303309Z + case ${RUNNER_OS} in 2025-01-24T00:46:52.4306666Z ++ grep -r '"jobDisplayName"' Worker_20250124-004618-utc.log 2025-01-24T00:46:52.4310674Z ++ sed 's/"//g' 2025-01-24T00:46:52.4325451Z ++ awk -F '[:]' '{print $2}' 2025-01-24T00:46:52.4333259Z ++ xargs 2025-01-24T00:46:52.4359177Z + JOB_NAME='linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2025-01-24T00:46:52.4360248Z ~/actions-runner/_work/pytorch/pytorch 2025-01-24T00:46:52.4361286Z + echo 'job-name=linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2025-01-24T00:46:52.4363056Z + popd 2025-01-24T00:46:52.4400165Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T00:46:52.4400578Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T00:46:52.4400928Z echo "Job name: ${JOB_NAME}" 2025-01-24T00:46:52.4401236Z  2025-01-24T00:46:52.4401714Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T00:46:52.4402233Z # in runner workspace 2025-01-24T00:46:52.4402681Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T00:46:52.4403175Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T00:46:52.4403508Z  --job-name "${JOB_NAME}" \ 2025-01-24T00:46:52.4403837Z  --test-matrix "{ include: [ 2025-01-24T00:46:52.4404446Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, 2025-01-24T00:46:52.4404885Z ]} 2025-01-24T00:46:52.4405108Z " \ 2025-01-24T00:46:52.4405363Z  --selected-test-configs "" \ 2025-01-24T00:46:52.4405697Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T00:46:52.4406026Z  --tag "${TAG}" \ 2025-01-24T00:46:52.4406327Z  --event-name "${EVENT_NAME}" \ 2025-01-24T00:46:52.4406652Z  --schedule "${SCHEDULE}" \ 2025-01-24T00:46:52.4406976Z  --branch "${HEAD_BRANCH}" 2025-01-24T00:46:52.4412600Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:52.4413096Z env: 2025-01-24T00:46:52.4413324Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:52.4413799Z GITHUB_TOKEN: *** 2025-01-24T00:46:52.4414130Z JOB_NAME: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2025-01-24T00:46:52.4414534Z PR_NUMBER: 145539 2025-01-24T00:46:52.4414775Z TAG: 2025-01-24T00:46:52.4414993Z EVENT_NAME: pull_request 2025-01-24T00:46:52.4415259Z SCHEDULE: 2025-01-24T00:46:52.4415481Z HEAD_BRANCH: 2025-01-24T00:46:52.4415698Z ##[endgroup] 2025-01-24T00:46:52.4443777Z Workflow: pull 2025-01-24T00:46:52.4444506Z Job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2025-01-24T00:46:52.6426010Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-01-24T00:46:52.7501195Z fatal: unknown commit origin/main 2025-01-24T00:46:52.7510367Z /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-01-24T00:46:52.7513243Z warnings.warn(f"failed to get commit messages: {e}") 2025-01-24T00:46:52.7719754Z ##[group]Run echo "Filtered matrix:" 2025-01-24T00:46:52.7720117Z echo "Filtered matrix:" 2025-01-24T00:46:52.7720641Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]}" 2025-01-24T00:46:52.7721154Z  2025-01-24T00:46:52.7721351Z echo 2025-01-24T00:46:52.7721604Z echo "Is the current job unstable? False" 2025-01-24T00:46:52.7721929Z  2025-01-24T00:46:52.7722137Z echo 2025-01-24T00:46:52.7722383Z echo "Is keep-going label set? False" 2025-01-24T00:46:52.7722699Z  2025-01-24T00:46:52.7722908Z echo 2025-01-24T00:46:52.7723121Z echo "Renabled issues? " 2025-01-24T00:46:52.7730384Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:52.7730785Z env: 2025-01-24T00:46:52.7730985Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:52.7731245Z ##[endgroup] 2025-01-24T00:46:52.7760813Z Filtered matrix: 2025-01-24T00:46:52.7761408Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge}]} 2025-01-24T00:46:52.7762120Z 2025-01-24T00:46:52.7762339Z Is the current job unstable? False 2025-01-24T00:46:52.7762730Z 2025-01-24T00:46:52.7762921Z Is keep-going label set? False 2025-01-24T00:46:52.7763264Z 2025-01-24T00:46:52.7763439Z Renabled issues? 2025-01-24T00:46:52.7849386Z Post job cleanup. 2025-01-24T00:46:52.7901198Z Post job cleanup. 2025-01-24T00:46:52.9045782Z [command]/usr/bin/git version 2025-01-24T00:46:52.9088823Z git version 2.40.1 2025-01-24T00:46:52.9138245Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d2a2a4b5-4744-42b2-acf3-fa52795668a3' before making global git config changes 2025-01-24T00:46:52.9140463Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:46:52.9145219Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-01-24T00:46:52.9201766Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:46:52.9235947Z [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-01-24T00:46:52.9543365Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:46:52.9572281Z http.https://github.com/.extraheader 2025-01-24T00:46:52.9583013Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T00:46:52.9616562Z [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-01-24T00:46:53.0165530Z A job completed hook has been configured by the self-hosted runner administrator 2025-01-24T00:46:53.0195923Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-01-24T00:46:53.0204316Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:53.0205024Z ##[endgroup] 2025-01-24T00:46:53.0362720Z [!ALERT!] Swap in detected! [!ALERT!] 2025-01-24T00:47:04.6050163Z [!ALERT!] Swap out detected [!ALERT!] 2025-01-24T00:47:22.3859303Z Evaluate and set job outputs 2025-01-24T00:47:22.3865421Z Set output 'test-matrix' 2025-01-24T00:47:22.3867199Z Set output 'is-test-matrix-empty' 2025-01-24T00:47:22.3867880Z Set output 'keep-going' 2025-01-24T00:47:22.3868576Z Cleaning up orphan processes