2025-06-26T07:45:36.4173075Z Current runner version: '2.325.0' 2025-06-26T07:45:36.4184866Z Runner name: 'i-0fdefcf959773c4c1' 2025-06-26T07:45:36.4186981Z Machine name: 'ip-10-1-79-206' 2025-06-26T07:45:36.4195154Z ##[group]GITHUB_TOKEN Permissions 2025-06-26T07:45:36.4199425Z Actions: read 2025-06-26T07:45:36.4200368Z Attestations: read 2025-06-26T07:45:36.4201362Z Checks: read 2025-06-26T07:45:36.4202266Z Contents: read 2025-06-26T07:45:36.4203130Z Deployments: read 2025-06-26T07:45:36.4204119Z Discussions: read 2025-06-26T07:45:36.4205072Z Issues: read 2025-06-26T07:45:36.4205920Z Metadata: read 2025-06-26T07:45:36.4206911Z Models: read 2025-06-26T07:45:36.4207781Z Packages: read 2025-06-26T07:45:36.4208697Z Pages: read 2025-06-26T07:45:36.4209597Z PullRequests: read 2025-06-26T07:45:36.4210645Z RepositoryProjects: read 2025-06-26T07:45:36.4211635Z SecurityEvents: read 2025-06-26T07:45:36.4212673Z Statuses: read 2025-06-26T07:45:36.4213652Z ##[endgroup] 2025-06-26T07:45:36.4217622Z Secret source: Actions 2025-06-26T07:45:36.4219446Z Prepare workflow directory 2025-06-26T07:45:36.5803851Z Prepare all required actions 2025-06-26T07:45:36.5872444Z Getting action download info 2025-06-26T07:45:36.7845611Z Download action repository 'pytorch/pytorch@main' (SHA:455dfd258980294f0745bd90aee12a323e37224d) 2025-06-26T07:45:50.8982067Z Getting action download info 2025-06-26T07:45:50.9959407Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-26T07:45:51.2733720Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/156936/merge (5c0b617a6a2be870c706f4b4f05e990ebb0fed90) 2025-06-26T07:45:51.2739284Z ##[group] Inputs 2025-06-26T07:45:51.2739858Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-06-26T07:45:51.2740510Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-06-26T07:45:51.2741010Z cuda-version: cpu 2025-06-26T07:45:51.2741295Z sync-tag: 2025-06-26T07:45:51.2741840Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-06-26T07:45:51.2742427Z runner: lf.linux.large 2025-06-26T07:45:51.2742734Z ##[endgroup] 2025-06-26T07:45:51.2743121Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter 2025-06-26T07:45:51.3168654Z A job started hook has been configured by the self-hosted runner administrator 2025-06-26T07:45:51.3306566Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-26T07:45:51.3317927Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:45:51.3318778Z ##[endgroup] 2025-06-26T07:45:52.9649786Z Runner Type: lf.linux.large 2025-06-26T07:45:52.9652984Z Instance Type: c5.large 2025-06-26T07:45:52.9656680Z AMI Name: unknown 2025-06-26T07:45:52.9698952Z AMI ID: ami-09e6f87a47903347c 2025-06-26T07:45:59.3316048Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-26T07:45:59.3316618Z with: 2025-06-26T07:45:59.3316880Z fetch-depth: 1 2025-06-26T07:45:59.3317161Z submodules: false 2025-06-26T07:45:59.3317443Z env: 2025-06-26T07:45:59.3317715Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:45:59.3318001Z ##[endgroup] 2025-06-26T07:45:59.3426588Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:45:59.3427622Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:45:59.3436280Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:45:59.3436760Z env: 2025-06-26T07:45:59.3437047Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:45:59.3486870Z ##[endgroup] 2025-06-26T07:45:59.3639611Z ##[group]Run # Use all available CPUs for fetching 2025-06-26T07:45:59.3640233Z # Use all available CPUs for fetching 2025-06-26T07:45:59.3640610Z cd "${GITHUB_WORKSPACE}" 2025-06-26T07:45:59.3640993Z git config --global fetch.parallel 0 2025-06-26T07:45:59.3641401Z git config --global submodule.fetchJobs 0 2025-06-26T07:45:59.3641974Z  2025-06-26T07:45:59.3642374Z # Clean workspace. The default checkout action should also do this, but 2025-06-26T07:45:59.3642867Z # do it here as well just in case 2025-06-26T07:45:59.3643231Z if [[ -d .git ]]; then 2025-06-26T07:45:59.3643548Z  if [ -z "${NO_SUDO}" ]; then 2025-06-26T07:45:59.3643897Z  sudo git clean -ffdx 2025-06-26T07:45:59.3644202Z  else 2025-06-26T07:45:59.3644498Z  git clean -ffdx 2025-06-26T07:45:59.3644784Z  fi 2025-06-26T07:45:59.3645034Z fi 2025-06-26T07:45:59.3651430Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:45:59.3651856Z env: 2025-06-26T07:45:59.3652139Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:45:59.3652435Z NO_SUDO: 2025-06-26T07:45:59.3652694Z ##[endgroup] 2025-06-26T07:45:59.3835494Z ##[group]Run actions/checkout@v4 2025-06-26T07:45:59.3835873Z with: 2025-06-26T07:45:59.3836214Z ref: 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:45:59.3836578Z fetch-depth: 1 2025-06-26T07:45:59.3836852Z submodules: false 2025-06-26T07:45:59.3837123Z show-progress: false 2025-06-26T07:45:59.3837430Z repository: pytorch/pytorch 2025-06-26T07:45:59.3837979Z token: *** 2025-06-26T07:45:59.3838245Z ssh-strict: true 2025-06-26T07:45:59.3838503Z ssh-user: git 2025-06-26T07:45:59.3838787Z persist-credentials: true 2025-06-26T07:45:59.3839095Z clean: true 2025-06-26T07:45:59.3839368Z sparse-checkout-cone-mode: true 2025-06-26T07:45:59.3839699Z fetch-tags: false 2025-06-26T07:45:59.3839951Z lfs: false 2025-06-26T07:45:59.3840225Z set-safe-directory: true 2025-06-26T07:45:59.3840514Z env: 2025-06-26T07:45:59.3840787Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:45:59.3841066Z ##[endgroup] 2025-06-26T07:45:59.5274982Z Syncing repository: pytorch/pytorch 2025-06-26T07:45:59.5278256Z ##[group]Getting Git version info 2025-06-26T07:45:59.5279200Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-06-26T07:45:59.5280529Z [command]/usr/bin/git version 2025-06-26T07:45:59.5281027Z git version 2.47.1 2025-06-26T07:45:59.5303614Z ##[endgroup] 2025-06-26T07:45:59.5320770Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/607ee1f5-9ece-4002-9272-2dad3727abbd/.gitconfig' 2025-06-26T07:45:59.5464888Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/607ee1f5-9ece-4002-9272-2dad3727abbd' before making global git config changes 2025-06-26T07:45:59.5468837Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:45:59.5479595Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-06-26T07:45:59.5528922Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-06-26T07:45:59.5534717Z ##[group]Initializing the repository 2025-06-26T07:45:59.5541756Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-06-26T07:45:59.5580259Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-26T07:45:59.5581407Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-26T07:45:59.5582364Z hint: of your new repositories, which will suppress this warning, call: 2025-06-26T07:45:59.5583046Z hint: 2025-06-26T07:45:59.5583592Z hint: git config --global init.defaultBranch 2025-06-26T07:45:59.5584216Z hint: 2025-06-26T07:45:59.5584850Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-26T07:45:59.5585921Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-26T07:45:59.5586664Z hint: 2025-06-26T07:45:59.5587163Z hint: git branch -m 2025-06-26T07:45:59.5589074Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-06-26T07:45:59.5602569Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-26T07:45:59.5639552Z ##[endgroup] 2025-06-26T07:45:59.5640651Z ##[group]Disabling automatic garbage collection 2025-06-26T07:45:59.5645968Z [command]/usr/bin/git config --local gc.auto 0 2025-06-26T07:45:59.5680744Z ##[endgroup] 2025-06-26T07:45:59.5681989Z ##[group]Setting up auth 2025-06-26T07:45:59.5692014Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:45:59.5730599Z [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-06-26T07:45:59.6046371Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:45:59.6082980Z [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-06-26T07:45:59.6382456Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-26T07:45:59.6440197Z ##[endgroup] 2025-06-26T07:45:59.6442105Z ##[group]Fetching the repository 2025-06-26T07:45:59.6452781Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:04.6820650Z From https://github.com/pytorch/pytorch 2025-06-26T07:46:04.6821546Z * branch 2f51212f3d109bef3054fd8bad1604b94516e725 -> FETCH_HEAD 2025-06-26T07:46:04.6856717Z ##[endgroup] 2025-06-26T07:46:04.6858189Z ##[group]Determining the checkout info 2025-06-26T07:46:04.6908942Z ##[endgroup] 2025-06-26T07:46:04.6909529Z [command]/usr/bin/git sparse-checkout disable 2025-06-26T07:46:04.6931417Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-26T07:46:04.6962196Z ##[group]Checking out the ref 2025-06-26T07:46:04.6969376Z [command]/usr/bin/git checkout --progress --force 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:05.7200969Z Updating files: 93% (18218/19448) 2025-06-26T07:46:05.7356175Z Updating files: 94% (18282/19448) 2025-06-26T07:46:05.7532097Z Updating files: 95% (18476/19448) 2025-06-26T07:46:05.7663394Z Updating files: 96% (18671/19448) 2025-06-26T07:46:05.7839626Z Updating files: 97% (18865/19448) 2025-06-26T07:46:05.8062836Z Updating files: 98% (19060/19448) 2025-06-26T07:46:05.8203083Z Updating files: 99% (19254/19448) 2025-06-26T07:46:05.8204338Z Updating files: 100% (19448/19448) 2025-06-26T07:46:05.8205176Z Updating files: 100% (19448/19448), done. 2025-06-26T07:46:05.8419953Z Note: switching to '2f51212f3d109bef3054fd8bad1604b94516e725'. 2025-06-26T07:46:05.8445136Z 2025-06-26T07:46:05.8445707Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-26T07:46:05.8446785Z changes and commit them, and you can discard any commits you make in this 2025-06-26T07:46:05.8447828Z state without impacting any branches by switching back to a branch. 2025-06-26T07:46:05.8448516Z 2025-06-26T07:46:05.8448901Z If you want to create a new branch to retain commits you create, you may 2025-06-26T07:46:05.8449836Z do so (now or later) by using -c with the switch command. Example: 2025-06-26T07:46:05.8450377Z 2025-06-26T07:46:05.8450585Z git switch -c 2025-06-26T07:46:05.8450971Z 2025-06-26T07:46:05.8451196Z Or undo this operation with: 2025-06-26T07:46:05.8451497Z 2025-06-26T07:46:05.8451668Z git switch - 2025-06-26T07:46:05.8451901Z 2025-06-26T07:46:05.8452361Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-26T07:46:05.8452873Z 2025-06-26T07:46:05.8453282Z HEAD is now at 2f51212 [MTIA ATen Backend] In-Tree gt.Tensor_out / gt.Scalar_out 2025-06-26T07:46:05.8471371Z ##[endgroup] 2025-06-26T07:46:05.8537481Z [command]/usr/bin/git log -1 --format=%H 2025-06-26T07:46:05.8580352Z 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:05.8867194Z Prepare all required actions 2025-06-26T07:46:05.8867756Z Getting action download info 2025-06-26T07:46:05.9762667Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-26T07:46:06.1309654Z ##[group]Run ./.github/actions/filter-test-configs 2025-06-26T07:46:06.1310003Z with: 2025-06-26T07:46:06.1310464Z github-token: *** 2025-06-26T07:46:06.1310904Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, ]} 2025-06-26T07:46:06.1311409Z env: 2025-06-26T07:46:06.1311600Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:46:06.1311855Z ##[endgroup] 2025-06-26T07:46:06.1369829Z ##[group]Run nick-fields/retry@v3.0.0 2025-06-26T07:46:06.1370163Z with: 2025-06-26T07:46:06.1370356Z shell: bash 2025-06-26T07:46:06.1370587Z timeout_minutes: 10 2025-06-26T07:46:06.1370825Z max_attempts: 5 2025-06-26T07:46:06.1371056Z retry_wait_seconds: 30 2025-06-26T07:46:06.1371904Z 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-06-26T07:46:06.1372728Z polling_interval_seconds: 1 2025-06-26T07:46:06.1373009Z warning_on_retry: true 2025-06-26T07:46:06.1373257Z continue_on_error: false 2025-06-26T07:46:06.1373514Z env: 2025-06-26T07:46:06.1373721Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:46:06.1374237Z GITHUB_TOKEN: *** 2025-06-26T07:46:06.1374469Z ##[endgroup] 2025-06-26T07:46:06.2560431Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-06-26T07:46:06.6884588Z Defaulting to user installation because normal site-packages is not writeable 2025-06-26T07:46:06.8485791Z Collecting requests==2.27.1 2025-06-26T07:46:06.8655758Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-06-26T07:46:07.0847815Z Collecting pyyaml==6.0.1 2025-06-26T07:46:07.0889431Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2025-06-26T07:46:07.4446178Z Collecting charset-normalizer~=2.0.0 2025-06-26T07:46:07.4491075Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-06-26T07:46:07.4977174Z Collecting certifi>=2017.4.17 2025-06-26T07:46:07.5025609Z Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 2025-06-26T07:46:07.5100318Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-06-26T07:46:07.5112810Z 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-06-26T07:46:07.5980205Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2025-06-26T07:46:07.7184212Z Successfully installed certifi-2025.6.15 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2025-06-26T07:46:08.2247694Z Command completed after 1 attempt(s). 2025-06-26T07:46:08.2350902Z ##[group]Run set -x 2025-06-26T07:46:08.2351394Z set -x 2025-06-26T07:46:08.2351819Z  2025-06-26T07:46:08.2352507Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-06-26T07:46:08.2353355Z # in runner workspace 2025-06-26T07:46:08.2354043Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-06-26T07:46:08.2364506Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:08.2365189Z env: 2025-06-26T07:46:08.2365529Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:46:08.2365969Z ##[endgroup] 2025-06-26T07:46:08.2424621Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-06-26T07:46:08.2695607Z ##[group]Run set -x 2025-06-26T07:46:08.2695923Z set -x 2025-06-26T07:46:08.2696138Z  2025-06-26T07:46:08.2696486Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-06-26T07:46:08.2697301Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-06-26T07:46:08.2698001Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-06-26T07:46:08.2698594Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-06-26T07:46:08.2699117Z # expose this variable as part of GitHub context. 2025-06-26T07:46:08.2699689Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-06-26T07:46:08.2700333Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-06-26T07:46:08.2700729Z pwd 2025-06-26T07:46:08.2700932Z  2025-06-26T07:46:08.2701333Z LOG_FILE=$(grep -l -r "5c0b617a6a2be870c706f4b4f05e990ebb0fed90" *.log | tail -n 1) 2025-06-26T07:46:08.2701808Z if [ -n "${LOG_FILE}" ]; then 2025-06-26T07:46:08.2702272Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-06-26T07:46:08.2702769Z  # needs to be awk {print $3} on MacOS 2025-06-26T07:46:08.2703099Z  case ${RUNNER_OS} in 2025-06-26T07:46:08.2703360Z  macOS) 2025-06-26T07:46:08.2703796Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-06-26T07:46:08.2704535Z  ;; 2025-06-26T07:46:08.2704739Z  *) 2025-06-26T07:46:08.2705154Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-06-26T07:46:08.2705623Z  ;; 2025-06-26T07:46:08.2705834Z  esac 2025-06-26T07:46:08.2706117Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-26T07:46:08.2706449Z fi 2025-06-26T07:46:08.2706650Z  2025-06-26T07:46:08.2706831Z popd 2025-06-26T07:46:08.2713277Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:08.2713643Z env: 2025-06-26T07:46:08.2713893Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:46:08.2714135Z ##[endgroup] 2025-06-26T07:46:08.2741188Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-06-26T07:46:08.2741963Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-06-26T07:46:08.2745556Z + pwd 2025-06-26T07:46:08.2746251Z /home/ec2-user/actions-runner/_diag 2025-06-26T07:46:08.2751022Z ++ grep -l -r 5c0b617a6a2be870c706f4b4f05e990ebb0fed90 Runner_20250626-072400-utc.log Runner_20250626-072508-utc.log Worker_20250626-074535-utc.log 2025-06-26T07:46:08.2752564Z ++ tail -n 1 2025-06-26T07:46:08.2768601Z + LOG_FILE=Worker_20250626-074535-utc.log 2025-06-26T07:46:08.2769495Z + '[' -n Worker_20250626-074535-utc.log ']' 2025-06-26T07:46:08.2770516Z + case ${RUNNER_OS} in 2025-06-26T07:46:08.2775352Z ++ grep -r '"jobDisplayName"' Worker_20250626-074535-utc.log 2025-06-26T07:46:08.2780131Z ++ awk -F '[:]' '{print $2}' 2025-06-26T07:46:08.2797828Z ++ sed 's/"//g' 2025-06-26T07:46:08.2801339Z ++ xargs 2025-06-26T07:46:08.2849380Z + JOB_NAME='linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-06-26T07:46:08.2850731Z + echo 'job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / filter,' 2025-06-26T07:46:08.2852389Z + popd 2025-06-26T07:46:08.2852681Z ~/actions-runner/_work/pytorch/pytorch 2025-06-26T07:46:08.2884758Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-06-26T07:46:08.2885179Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-06-26T07:46:08.2885508Z echo "Job name: ${JOB_NAME}" 2025-06-26T07:46:08.2885786Z  2025-06-26T07:46:08.2886171Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-06-26T07:46:08.2886658Z # in runner workspace 2025-06-26T07:46:08.2887340Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-06-26T07:46:08.2888762Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-06-26T07:46:08.2889214Z  --job-name "${JOB_NAME}" \ 2025-06-26T07:46:08.2889743Z  --test-matrix "{ include: [ 2025-06-26T07:46:08.2890283Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge" }, 2025-06-26T07:46:08.2890714Z ]} 2025-06-26T07:46:08.2890904Z " \ 2025-06-26T07:46:08.2891145Z  --selected-test-configs "" \ 2025-06-26T07:46:08.2891474Z  --pr-number "${PR_NUMBER}" \ 2025-06-26T07:46:08.2891773Z  --tag "${TAG}" \ 2025-06-26T07:46:08.2892063Z  --event-name "${EVENT_NAME}" \ 2025-06-26T07:46:08.2892368Z  --schedule "${SCHEDULE}" \ 2025-06-26T07:46:08.2892674Z  --branch "${HEAD_BRANCH}" 2025-06-26T07:46:08.2898698Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:08.2899108Z env: 2025-06-26T07:46:08.2899314Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:46:08.2899840Z GITHUB_TOKEN: *** 2025-06-26T07:46:08.2900171Z JOB_NAME: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-06-26T07:46:08.2900543Z PR_NUMBER: 156936 2025-06-26T07:46:08.2900794Z TAG: 2025-06-26T07:46:08.2900986Z EVENT_NAME: pull_request 2025-06-26T07:46:08.2901230Z SCHEDULE: 2025-06-26T07:46:08.2901422Z HEAD_BRANCH: 2025-06-26T07:46:08.2901636Z ##[endgroup] 2025-06-26T07:46:08.2927116Z Workflow: pull 2025-06-26T07:46:08.2930936Z Job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / filter, 2025-06-26T07:46:08.5300259Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-06-26T07:46:08.6225745Z fatal: unknown commit origin/main 2025-06-26T07:46:08.6235625Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:488: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2025-06-26T07:46:08.6238434Z warnings.warn(f"failed to get commit messages: {e}") 2025-06-26T07:46:08.6429637Z ##[group]Run echo "Filtered matrix:" 2025-06-26T07:46:08.6430028Z echo "Filtered matrix:" 2025-06-26T07:46:08.6430530Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge"}]}" 2025-06-26T07:46:08.6431026Z  2025-06-26T07:46:08.6431213Z echo 2025-06-26T07:46:08.6431471Z echo "Is the current job unstable? False" 2025-06-26T07:46:08.6431786Z  2025-06-26T07:46:08.6431984Z echo 2025-06-26T07:46:08.6432231Z echo "Is keep-going label set? False" 2025-06-26T07:46:08.6432529Z  2025-06-26T07:46:08.6432726Z echo 2025-06-26T07:46:08.6432942Z echo "Reenabled issues? " 2025-06-26T07:46:08.6439859Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:08.6440218Z env: 2025-06-26T07:46:08.6440438Z GIT_DEFAULT_BRANCH: main 2025-06-26T07:46:08.6440681Z ##[endgroup] 2025-06-26T07:46:08.6468345Z Filtered matrix: 2025-06-26T07:46:08.6471674Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge}]} 2025-06-26T07:46:08.6472419Z 2025-06-26T07:46:08.6473765Z Is the current job unstable? False 2025-06-26T07:46:08.6474427Z 2025-06-26T07:46:08.6475123Z Is keep-going label set? False 2025-06-26T07:46:08.6475567Z 2025-06-26T07:46:08.6475739Z Reenabled issues? 2025-06-26T07:46:08.6588121Z Post job cleanup. 2025-06-26T07:46:08.6642115Z Post job cleanup. 2025-06-26T07:46:08.7706991Z [command]/usr/bin/git version 2025-06-26T07:46:08.7752704Z git version 2.47.1 2025-06-26T07:46:08.7797470Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/9369582a-ae76-491f-ab6c-fa1275f72b13/.gitconfig' 2025-06-26T07:46:08.7809240Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9369582a-ae76-491f-ab6c-fa1275f72b13' before making global git config changes 2025-06-26T07:46:08.7811280Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:08.7817356Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-06-26T07:46:08.7869620Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:08.7911492Z [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-06-26T07:46:08.8233022Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:08.8257473Z http.https://github.com/.extraheader 2025-06-26T07:46:08.8273762Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-26T07:46:08.8309635Z [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-06-26T07:46:08.8835395Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-26T07:46:08.8865341Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-26T07:46:08.8874056Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:08.8874722Z ##[endgroup] 2025-06-26T07:46:08.9038010Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-26T07:46:21.8062466Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-26T07:46:42.5820270Z Evaluate and set job outputs 2025-06-26T07:46:42.5827639Z Set output 'test-matrix' 2025-06-26T07:46:42.5829782Z Set output 'is-test-matrix-empty' 2025-06-26T07:46:42.5830575Z Set output 'keep-going' 2025-06-26T07:46:42.5831334Z Cleaning up orphan processes