2025-10-10T00:01:20.8942878Z Current runner version: '2.328.0' 2025-10-10T00:01:20.8953833Z Runner name: 'i-0915a3491e3a6b390' 2025-10-10T00:01:20.8955388Z Runner group name: 'default' 2025-10-10T00:01:20.8956716Z Machine name: 'ip-10-0-20-209' 2025-10-10T00:01:20.8961787Z ##[group]GITHUB_TOKEN Permissions 2025-10-10T00:01:20.8965349Z Contents: read 2025-10-10T00:01:20.8966187Z Metadata: read 2025-10-10T00:01:20.8967176Z ##[endgroup] 2025-10-10T00:01:20.8970414Z Secret source: Actions 2025-10-10T00:01:20.8971574Z Prepare workflow directory 2025-10-10T00:01:20.9837704Z Prepare all required actions 2025-10-10T00:01:20.9884123Z Getting action download info 2025-10-10T00:01:21.1886467Z Download action repository 'pytorch/pytorch@main' (SHA:344e6365a0068c2d2847fcec0c55dd53291d475e) 2025-10-10T00:01:26.4988525Z Getting action download info 2025-10-10T00:01:26.6408626Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-10-10T00:01:26.9333378Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (344e6365a0068c2d2847fcec0c55dd53291d475e) 2025-10-10T00:01:26.9337753Z ##[group] Inputs 2025-10-10T00:01:26.9338242Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-10-10T00:01:26.9338858Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-10-10T00:01:26.9339357Z cuda-version: cpu 2025-10-10T00:01:26.9339615Z sync-tag: 2025-10-10T00:01:26.9340090Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-10-10T00:01:26.9340651Z runner: linux.large 2025-10-10T00:01:26.9340919Z ##[endgroup] 2025-10-10T00:01:26.9341300Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-10-10T00:01:26.9724989Z A job started hook has been configured by the self-hosted runner administrator 2025-10-10T00:01:26.9883931Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-10-10T00:01:26.9893395Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:26.9894158Z ##[endgroup] 2025-10-10T00:01:28.6710049Z Runner Type: linux.large 2025-10-10T00:01:28.6711984Z Instance Type: c5.large 2025-10-10T00:01:28.6715222Z AMI Name: unknown 2025-10-10T00:01:28.6772270Z AMI ID: ami-08982f1c5bf93d976 2025-10-10T00:01:34.2571612Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-10-10T00:01:34.2572074Z with: 2025-10-10T00:01:34.2572328Z fetch-depth: 1 2025-10-10T00:01:34.2572548Z submodules: false 2025-10-10T00:01:34.2572776Z env: 2025-10-10T00:01:34.2572993Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:34.2573232Z ##[endgroup] 2025-10-10T00:01:34.2661297Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:01:34.2662336Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:01:34.2672232Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:34.2672683Z env: 2025-10-10T00:01:34.2672902Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:34.2673154Z ##[endgroup] 2025-10-10T00:01:34.2829626Z ##[group]Run # Use all available CPUs for fetching 2025-10-10T00:01:34.2830113Z # Use all available CPUs for fetching 2025-10-10T00:01:34.2830436Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:01:34.2830762Z git config --global fetch.parallel 0 2025-10-10T00:01:34.2831121Z git config --global submodule.fetchJobs 0 2025-10-10T00:01:34.2831450Z  2025-10-10T00:01:34.2831788Z # Clean workspace. The default checkout action should also do this, but 2025-10-10T00:01:34.2832247Z # do it here as well just in case 2025-10-10T00:01:34.2832738Z if [[ -d .git ]]; then 2025-10-10T00:01:34.2833065Z  if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:01:34.2833374Z  sudo git clean -ffdx 2025-10-10T00:01:34.2833635Z  else 2025-10-10T00:01:34.2834047Z  git clean -ffdx 2025-10-10T00:01:34.2834291Z  fi 2025-10-10T00:01:34.2834499Z fi 2025-10-10T00:01:34.2841063Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:34.2841445Z env: 2025-10-10T00:01:34.2841669Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:34.2841920Z NO_SUDO: 2025-10-10T00:01:34.2842113Z ##[endgroup] 2025-10-10T00:01:34.3244756Z ##[group]Run actions/checkout@v4 2025-10-10T00:01:34.3245273Z with: 2025-10-10T00:01:34.3245854Z ref: 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:34.3246346Z fetch-depth: 1 2025-10-10T00:01:34.3246687Z submodules: false 2025-10-10T00:01:34.3246993Z show-progress: false 2025-10-10T00:01:34.3247260Z repository: pytorch/pytorch 2025-10-10T00:01:34.3247685Z token: *** 2025-10-10T00:01:34.3247900Z ssh-strict: true 2025-10-10T00:01:34.3248108Z ssh-user: git 2025-10-10T00:01:34.3248340Z persist-credentials: true 2025-10-10T00:01:34.3248587Z clean: true 2025-10-10T00:01:34.3248841Z sparse-checkout-cone-mode: true 2025-10-10T00:01:34.3249116Z fetch-tags: false 2025-10-10T00:01:34.3249336Z lfs: false 2025-10-10T00:01:34.3249555Z set-safe-directory: true 2025-10-10T00:01:34.3249792Z env: 2025-10-10T00:01:34.3250004Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:34.3250239Z ##[endgroup] 2025-10-10T00:01:34.4901127Z Syncing repository: pytorch/pytorch 2025-10-10T00:01:34.4902721Z ##[group]Getting Git version info 2025-10-10T00:01:34.4903216Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-10-10T00:01:34.4903879Z [command]/usr/bin/git version 2025-10-10T00:01:34.5096600Z git version 2.50.1 2025-10-10T00:01:34.5143561Z ##[endgroup] 2025-10-10T00:01:34.5149800Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/bcdeddf2-f803-4f81-b271-588eff10a7be/.gitconfig' 2025-10-10T00:01:34.5176386Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bcdeddf2-f803-4f81-b271-588eff10a7be' before making global git config changes 2025-10-10T00:01:34.5179939Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:01:34.5190436Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-10-10T00:01:34.5259510Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-10-10T00:01:34.5265347Z ##[group]Initializing the repository 2025-10-10T00:01:34.5277796Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-10-10T00:01:34.5349157Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-10-10T00:01:34.5352649Z hint: is subject to change. To configure the initial branch name to use in all 2025-10-10T00:01:34.5354228Z hint: of your new repositories, which will suppress this warning, call: 2025-10-10T00:01:34.5356764Z hint: 2025-10-10T00:01:34.5358023Z hint: git config --global init.defaultBranch 2025-10-10T00:01:34.5359119Z hint: 2025-10-10T00:01:34.5360515Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-10-10T00:01:34.5361972Z hint: 'development'. The just-created branch can be renamed via this command: 2025-10-10T00:01:34.5363453Z hint: 2025-10-10T00:01:34.5363940Z hint: git branch -m 2025-10-10T00:01:34.5364637Z hint: 2025-10-10T00:01:34.5365169Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-10-10T00:01:34.5374976Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-10-10T00:01:34.5386218Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-10-10T00:01:34.5427294Z ##[endgroup] 2025-10-10T00:01:34.5428316Z ##[group]Disabling automatic garbage collection 2025-10-10T00:01:34.5430800Z [command]/usr/bin/git config --local gc.auto 0 2025-10-10T00:01:34.5460182Z ##[endgroup] 2025-10-10T00:01:34.5461256Z ##[group]Setting up auth 2025-10-10T00:01:34.5466829Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:01:34.5497311Z [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-10-10T00:01:34.5811119Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:01:34.5845345Z [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-10-10T00:01:34.6275129Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-10-10T00:01:34.6331475Z ##[endgroup] 2025-10-10T00:01:34.6333176Z ##[group]Fetching the repository 2025-10-10T00:01:34.6367163Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:40.6284059Z From https://github.com/pytorch/pytorch 2025-10-10T00:01:40.6285664Z * branch 344e6365a0068c2d2847fcec0c55dd53291d475e -> FETCH_HEAD 2025-10-10T00:01:40.6313677Z ##[endgroup] 2025-10-10T00:01:40.6374568Z ##[group]Determining the checkout info 2025-10-10T00:01:40.6375456Z ##[endgroup] 2025-10-10T00:01:40.6375902Z [command]/usr/bin/git sparse-checkout disable 2025-10-10T00:01:40.6397955Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-10-10T00:01:40.6436638Z ##[group]Checking out the ref 2025-10-10T00:01:40.6437557Z [command]/usr/bin/git checkout --progress --force 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:41.6611741Z Updating files: 86% (17322/19929) 2025-10-10T00:01:41.6730992Z Updating files: 87% (17339/19929) 2025-10-10T00:01:41.6843631Z Updating files: 88% (17538/19929) 2025-10-10T00:01:41.6962935Z Updating files: 89% (17737/19929) 2025-10-10T00:01:41.7120549Z Updating files: 90% (17937/19929) 2025-10-10T00:01:41.7239594Z Updating files: 91% (18136/19929) 2025-10-10T00:01:41.7357866Z Updating files: 92% (18335/19929) 2025-10-10T00:01:41.7521498Z Updating files: 93% (18534/19929) 2025-10-10T00:01:41.7704510Z Updating files: 94% (18734/19929) 2025-10-10T00:01:41.7861694Z Updating files: 95% (18933/19929) 2025-10-10T00:01:41.7995281Z Updating files: 96% (19132/19929) 2025-10-10T00:01:41.8141480Z Updating files: 97% (19332/19929) 2025-10-10T00:01:41.8378249Z Updating files: 98% (19531/19929) 2025-10-10T00:01:41.8534903Z Updating files: 99% (19730/19929) 2025-10-10T00:01:41.8568065Z Updating files: 100% (19929/19929) 2025-10-10T00:01:41.8569222Z Updating files: 100% (19929/19929), done. 2025-10-10T00:01:41.8852389Z Note: switching to '344e6365a0068c2d2847fcec0c55dd53291d475e'. 2025-10-10T00:01:41.8853342Z 2025-10-10T00:01:41.8854006Z You are in 'detached HEAD' state. You can look around, make experimental 2025-10-10T00:01:41.8855164Z changes and commit them, and you can discard any commits you make in this 2025-10-10T00:01:41.8908882Z state without impacting any branches by switching back to a branch. 2025-10-10T00:01:41.8936441Z 2025-10-10T00:01:41.8936977Z If you want to create a new branch to retain commits you create, you may 2025-10-10T00:01:41.8937972Z do so (now or later) by using -c with the switch command. Example: 2025-10-10T00:01:41.8938473Z 2025-10-10T00:01:41.8938658Z git switch -c 2025-10-10T00:01:41.8939016Z 2025-10-10T00:01:41.8939213Z Or undo this operation with: 2025-10-10T00:01:41.8939528Z 2025-10-10T00:01:41.8939678Z git switch - 2025-10-10T00:01:41.8939925Z 2025-10-10T00:01:41.8940345Z Turn off this advice by setting config variable advice.detachedHead to false 2025-10-10T00:01:41.8940968Z 2025-10-10T00:01:41.8941571Z HEAD is now at 344e636 [inductor][eazy] change how torch.use_deterministic_algorithms affect inductor (#164905) 2025-10-10T00:01:41.8944671Z ##[endgroup] 2025-10-10T00:01:41.8981864Z [command]/usr/bin/git log -1 --format=%H 2025-10-10T00:01:41.9013599Z 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:41.9257767Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-10-10T00:01:41.9258128Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:01:41.9258430Z # Clean stale submodule dirs 2025-10-10T00:01:41.9258743Z if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:01:41.9259102Z  sudo git submodule foreach --recursive git clean -ffdx 2025-10-10T00:01:41.9259472Z else 2025-10-10T00:01:41.9259761Z  git submodule foreach --recursive git clean -ffdx 2025-10-10T00:01:41.9260093Z fi 2025-10-10T00:01:41.9266560Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:41.9266917Z env: 2025-10-10T00:01:41.9267126Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:41.9267358Z NO_SUDO: 2025-10-10T00:01:41.9267561Z ##[endgroup] 2025-10-10T00:01:42.3728813Z Prepare all required actions 2025-10-10T00:01:42.3729314Z Getting action download info 2025-10-10T00:01:42.5356072Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-10-10T00:01:42.8048963Z ##[group]Run ./.github/actions/filter-test-configs 2025-10-10T00:01:42.8049294Z with: 2025-10-10T00:01:42.8049717Z github-token: *** 2025-10-10T00:01:42.8050145Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-10-10T00:01:42.8050637Z env: 2025-10-10T00:01:42.8050830Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:42.8051080Z ##[endgroup] 2025-10-10T00:01:42.8092138Z ##[group]Run nick-fields/retry@v3.0.0 2025-10-10T00:01:42.8092436Z with: 2025-10-10T00:01:42.8092621Z shell: bash 2025-10-10T00:01:42.8092840Z timeout_minutes: 10 2025-10-10T00:01:42.8093061Z max_attempts: 5 2025-10-10T00:01:42.8093288Z retry_wait_seconds: 30 2025-10-10T00:01:42.8094090Z 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-10-10T00:01:42.8094910Z polling_interval_seconds: 1 2025-10-10T00:01:42.8095183Z warning_on_retry: true 2025-10-10T00:01:42.8095421Z continue_on_error: false 2025-10-10T00:01:42.8095661Z env: 2025-10-10T00:01:42.8095846Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:42.8096290Z GITHUB_TOKEN: *** 2025-10-10T00:01:42.8096497Z ##[endgroup] 2025-10-10T00:01:42.9319665Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-10-10T00:01:43.3997557Z Defaulting to user installation because normal site-packages is not writeable 2025-10-10T00:01:43.5593663Z Collecting requests==2.27.1 2025-10-10T00:01:43.5833366Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-10-10T00:01:43.8012512Z Collecting pyyaml==6.0.2 2025-10-10T00:01:43.8069530Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-10-10T00:01:43.9869677Z Collecting certifi>=2017.4.17 2025-10-10T00:01:43.9926073Z Downloading certifi-2025.10.5-py3-none-any.whl (163 kB) 2025-10-10T00:01:44.0343376Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-10-10T00:01:44.0351777Z 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-10-10T00:01:44.3894051Z Collecting charset-normalizer~=2.0.0 2025-10-10T00:01:44.3969187Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-10-10T00:01:44.4840038Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-10-10T00:01:44.6041757Z Successfully installed certifi-2025.10.5 charset-normalizer-2.0.12 pyyaml-6.0.2 requests-2.27.1 2025-10-10T00:01:44.8967501Z Command completed after 1 attempt(s). 2025-10-10T00:01:44.9033665Z ##[group]Run set -x 2025-10-10T00:01:44.9034662Z set -x 2025-10-10T00:01:44.9035072Z  2025-10-10T00:01:44.9035970Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-10-10T00:01:44.9036879Z # in runner workspace 2025-10-10T00:01:44.9037311Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-10-10T00:01:44.9045143Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:44.9045658Z env: 2025-10-10T00:01:44.9045985Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:44.9046295Z ##[endgroup] 2025-10-10T00:01:44.9105759Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-10-10T00:01:44.9302283Z Setting output branch=main 2025-10-10T00:01:44.9378029Z ##[group]Run set -x 2025-10-10T00:01:44.9378314Z set -x 2025-10-10T00:01:44.9378515Z  2025-10-10T00:01:44.9378873Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-10-10T00:01:44.9379637Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-10-10T00:01:44.9380225Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-10-10T00:01:44.9380840Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-10-10T00:01:44.9381346Z # expose this variable as part of GitHub context. 2025-10-10T00:01:44.9381927Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-10-10T00:01:44.9382554Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-10-10T00:01:44.9382956Z pwd 2025-10-10T00:01:44.9383159Z  2025-10-10T00:01:44.9383527Z LOG_FILE=$(grep -l -r "344e6365a0068c2d2847fcec0c55dd53291d475e" *.log | tail -n 1) 2025-10-10T00:01:44.9384005Z if [ -n "${LOG_FILE}" ]; then 2025-10-10T00:01:44.9384454Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-10-10T00:01:44.9384948Z  # needs to be awk {print $3} on MacOS 2025-10-10T00:01:44.9385277Z  case ${RUNNER_OS} in 2025-10-10T00:01:44.9385538Z  macOS) 2025-10-10T00:01:44.9385971Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-10-10T00:01:44.9386443Z  ;; 2025-10-10T00:01:44.9386654Z  *) 2025-10-10T00:01:44.9387047Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-10-10T00:01:44.9387523Z  ;; 2025-10-10T00:01:44.9387722Z  esac 2025-10-10T00:01:44.9388002Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-10-10T00:01:44.9388346Z fi 2025-10-10T00:01:44.9388531Z  2025-10-10T00:01:44.9388731Z popd 2025-10-10T00:01:44.9394825Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:44.9395195Z env: 2025-10-10T00:01:44.9395389Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:44.9395639Z ##[endgroup] 2025-10-10T00:01:44.9423841Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-10-10T00:01:44.9426491Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-10-10T00:01:44.9427198Z + pwd 2025-10-10T00:01:44.9427556Z /home/ec2-user/actions-runner/_diag 2025-10-10T00:01:44.9435508Z ++ grep -l -r 344e6365a0068c2d2847fcec0c55dd53291d475e Runner_20251009-235506-utc.log Runner_20251009-235602-utc.log Worker_20251010-000120-utc.log 2025-10-10T00:01:44.9437160Z ++ tail -n 1 2025-10-10T00:01:44.9470859Z + LOG_FILE=Worker_20251010-000120-utc.log 2025-10-10T00:01:44.9472615Z + '[' -n Worker_20251010-000120-utc.log ']' 2025-10-10T00:01:44.9473432Z + case ${RUNNER_OS} in 2025-10-10T00:01:44.9477742Z ++ grep -r '"jobDisplayName"' Worker_20251010-000120-utc.log 2025-10-10T00:01:44.9482816Z ++ sed 's/"//g' 2025-10-10T00:01:44.9485163Z ++ awk -F '[:]' '{print $2}' 2025-10-10T00:01:44.9488357Z ++ xargs 2025-10-10T00:01:44.9618727Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-10-10T00:01:44.9620248Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-10-10T00:01:44.9621858Z + popd 2025-10-10T00:01:44.9622197Z ~/actions-runner/_work/pytorch/pytorch 2025-10-10T00:01:44.9659338Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-10-10T00:01:44.9659746Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-10-10T00:01:44.9660075Z echo "Job name: ${JOB_NAME}" 2025-10-10T00:01:44.9660436Z  2025-10-10T00:01:44.9660810Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-10-10T00:01:44.9661271Z # in runner workspace 2025-10-10T00:01:44.9661682Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-10-10T00:01:44.9662127Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-10-10T00:01:44.9662874Z  --job-name "${JOB_NAME}" \ 2025-10-10T00:01:44.9663170Z  --test-matrix "{ include: [ 2025-10-10T00:01:44.9663594Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-10-10T00:01:44.9664007Z ]} 2025-10-10T00:01:44.9664213Z " \ 2025-10-10T00:01:44.9664435Z  --selected-test-configs "" \ 2025-10-10T00:01:44.9664758Z  --pr-number "${PR_NUMBER}" \ 2025-10-10T00:01:44.9665060Z  --tag "${TAG}" \ 2025-10-10T00:01:44.9665326Z  --event-name "${EVENT_NAME}" \ 2025-10-10T00:01:44.9665637Z  --schedule "${SCHEDULE}" \ 2025-10-10T00:01:44.9665930Z  --branch "${HEAD_BRANCH}" 2025-10-10T00:01:44.9671666Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:44.9672015Z env: 2025-10-10T00:01:44.9672225Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:44.9672889Z GITHUB_TOKEN: *** 2025-10-10T00:01:44.9673211Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-10-10T00:01:44.9673599Z PR_NUMBER: 2025-10-10T00:01:44.9673794Z TAG: 2025-10-10T00:01:44.9673988Z EVENT_NAME: push 2025-10-10T00:01:44.9674197Z SCHEDULE: 2025-10-10T00:01:44.9674423Z HEAD_BRANCH: main 2025-10-10T00:01:44.9674628Z ##[endgroup] 2025-10-10T00:01:44.9698336Z Workflow: pull 2025-10-10T00:01:44.9700092Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-10-10T00:01:45.1619123Z fatal: unknown commit origin/main 2025-10-10T00:01:45.1628826Z /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-10-10T00:01:45.1631868Z warnings.warn(f"failed to get commit messages: {e}") 2025-10-10T00:01:45.1633628Z Setting output keep-going=True 2025-10-10T00:01:45.1634270Z Setting output ci-verbose-test-logs=False 2025-10-10T00:01:45.1634933Z Setting output ci-test-showlocals=False 2025-10-10T00:01:45.1635570Z Setting output ci-no-test-timeout=False 2025-10-10T00:01:45.1636310Z Setting output ci-no-td=False 2025-10-10T00:01:45.1636898Z Setting output ci-td-distributed=False 2025-10-10T00:01:45.1637512Z Setting output is-unstable=False 2025-10-10T00:01:45.1638070Z Setting output reenabled-issues= 2025-10-10T00:01:45.1639163Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]} 2025-10-10T00:01:45.1640338Z Setting output is-test-matrix-empty=False 2025-10-10T00:01:45.1785042Z ##[group]Run echo "Filtered matrix:" 2025-10-10T00:01:45.1785545Z echo "Filtered matrix:" 2025-10-10T00:01:45.1786266Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-10-10T00:01:45.1786929Z  2025-10-10T00:01:45.1787188Z echo 2025-10-10T00:01:45.1787563Z echo "Is the current job unstable? False" 2025-10-10T00:01:45.1787950Z  2025-10-10T00:01:45.1788160Z echo 2025-10-10T00:01:45.1788408Z echo "Is keep-going label set? True" 2025-10-10T00:01:45.1788700Z  2025-10-10T00:01:45.1789102Z echo 2025-10-10T00:01:45.1789333Z echo "Reenabled issues? " 2025-10-10T00:01:45.1795481Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:45.1795831Z env: 2025-10-10T00:01:45.1796042Z GIT_DEFAULT_BRANCH: main 2025-10-10T00:01:45.1796279Z ##[endgroup] 2025-10-10T00:01:45.1821771Z Filtered matrix: 2025-10-10T00:01:45.1823817Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-10-10T00:01:45.1824424Z 2025-10-10T00:01:45.1825025Z Is the current job unstable? False 2025-10-10T00:01:45.1825400Z 2025-10-10T00:01:45.1826680Z Is keep-going label set? True 2025-10-10T00:01:45.1827016Z 2025-10-10T00:01:45.1827182Z Reenabled issues? 2025-10-10T00:01:45.1934758Z Post job cleanup. 2025-10-10T00:01:45.1986758Z Post job cleanup. 2025-10-10T00:01:45.3014973Z [command]/usr/bin/git version 2025-10-10T00:01:45.3079999Z git version 2.50.1 2025-10-10T00:01:45.3120207Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/9a52ada0-c7ed-4e48-9f6e-a1cf50598222/.gitconfig' 2025-10-10T00:01:45.3131147Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9a52ada0-c7ed-4e48-9f6e-a1cf50598222' before making global git config changes 2025-10-10T00:01:45.3133483Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:01:45.3139564Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-10-10T00:01:45.3180798Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:01:45.3229149Z [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-10-10T00:01:45.3616426Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:01:45.3641078Z http.https://github.com/.extraheader 2025-10-10T00:01:45.3657362Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-10-10T00:01:45.3688772Z [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-10-10T00:01:45.4368874Z A job completed hook has been configured by the self-hosted runner administrator 2025-10-10T00:01:45.4398232Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-10-10T00:01:45.4406678Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:45.4407273Z ##[endgroup] 2025-10-10T00:01:45.4613972Z [!ALERT!] Swap in detected! [!ALERT!] 2025-10-10T00:02:03.5311198Z Evaluate and set job outputs 2025-10-10T00:02:03.5316942Z Set output 'test-matrix' 2025-10-10T00:02:03.5318621Z Set output 'is-test-matrix-empty' 2025-10-10T00:02:03.5319386Z Set output 'keep-going' 2025-10-10T00:02:03.5320092Z Cleaning up orphan processes