2025-03-17T17:28:35.1016277Z Current runner version: '2.322.0' 2025-03-17T17:28:35.1024720Z Runner name: 'i-02b382ccfabd34f8f' 2025-03-17T17:28:35.1025588Z Runner group name: 'Default' 2025-03-17T17:28:35.1026566Z Machine name: 'ip-10-0-33-216' 2025-03-17T17:28:35.1030957Z ##[group]GITHUB_TOKEN Permissions 2025-03-17T17:28:35.1034041Z Actions: read 2025-03-17T17:28:35.1034651Z Attestations: read 2025-03-17T17:28:35.1035212Z Checks: read 2025-03-17T17:28:35.1035755Z Contents: read 2025-03-17T17:28:35.1036318Z Deployments: read 2025-03-17T17:28:35.1036892Z Discussions: read 2025-03-17T17:28:35.1037593Z Issues: read 2025-03-17T17:28:35.1038134Z Metadata: read 2025-03-17T17:28:35.1038697Z Packages: read 2025-03-17T17:28:35.1039255Z Pages: read 2025-03-17T17:28:35.1039815Z PullRequests: read 2025-03-17T17:28:35.1040418Z RepositoryProjects: read 2025-03-17T17:28:35.1041046Z SecurityEvents: read 2025-03-17T17:28:35.1041635Z Statuses: read 2025-03-17T17:28:35.1042188Z ##[endgroup] 2025-03-17T17:28:35.1045932Z Secret source: Actions 2025-03-17T17:28:35.1047044Z Prepare workflow directory 2025-03-17T17:28:35.5521468Z Prepare all required actions 2025-03-17T17:28:35.5587218Z Getting action download info 2025-03-17T17:28:35.7127982Z Download action repository 'pytorch/pytorch@main' (SHA:224cd9f055d7ebbd5cd417ba3054689b4ea7fde9) 2025-03-17T17:28:40.8373785Z Getting action download info 2025-03-17T17:28:40.9369358Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-17T17:28:41.1497492Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/148585/merge (4c2bc68c957f2652a5ff3ab9ed69449972fbd9e1) 2025-03-17T17:28:41.1499799Z ##[group] Inputs 2025-03-17T17:28:41.1500332Z build-environment: linux-focal-cuda12.6-py3.10-gcc11-bazel-test 2025-03-17T17:28:41.1500994Z docker-image-name: pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc11 2025-03-17T17:28:41.1501504Z cuda-version: cpu 2025-03-17T17:28:41.1501830Z sync-tag: 2025-03-17T17:28:41.1502406Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-03-17T17:28:41.1503055Z runner: linux.large 2025-03-17T17:28:41.1503383Z ##[endgroup] 2025-03-17T17:28:41.1503827Z Complete job name: linux-focal-cpu-py3.10-gcc11-bazel-test / filter 2025-03-17T17:28:41.2133922Z A job started hook has been configured by the self-hosted runner administrator 2025-03-17T17:28:41.2333159Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-17T17:28:41.2345788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:28:41.2347080Z ##[endgroup] 2025-03-17T17:28:43.0711602Z Runner Type: linux.large 2025-03-17T17:28:43.0713905Z Instance Type: c5.large 2025-03-17T17:28:43.0717325Z AMI Name: unknown 2025-03-17T17:28:43.0758954Z AMI ID: ami-08b5b3a93ed654d19 2025-03-17T17:28:49.1054615Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-17T17:28:49.1055155Z with: 2025-03-17T17:28:49.1055428Z fetch-depth: 1 2025-03-17T17:28:49.1055698Z submodules: false 2025-03-17T17:28:49.1056008Z env: 2025-03-17T17:28:49.1056268Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:49.1056591Z ##[endgroup] 2025-03-17T17:28:49.1151749Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-17T17:28:49.1152813Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-17T17:28:49.1162858Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:28:49.1163305Z env: 2025-03-17T17:28:49.1163577Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:49.1163894Z ##[endgroup] 2025-03-17T17:28:49.1290452Z ##[group]Run # Use all available CPUs for fetching 2025-03-17T17:28:49.1291239Z # Use all available CPUs for fetching 2025-03-17T17:28:49.1291742Z cd "${GITHUB_WORKSPACE}" 2025-03-17T17:28:49.1292242Z git config --global fetch.parallel 0 2025-03-17T17:28:49.1292787Z git config --global submodule.fetchJobs 0 2025-03-17T17:28:49.1293674Z  2025-03-17T17:28:49.1294149Z # Clean workspace. The default checkout action should also do this, but 2025-03-17T17:28:49.1294770Z # do it here as well just in case 2025-03-17T17:28:49.1295283Z if [[ -d .git ]]; then 2025-03-17T17:28:49.1295797Z  if [ -z "${NO_SUDO}" ]; then 2025-03-17T17:28:49.1296227Z  sudo git clean -ffdx 2025-03-17T17:28:49.1296704Z  else 2025-03-17T17:28:49.1297067Z  git clean -ffdx 2025-03-17T17:28:49.1297447Z  fi 2025-03-17T17:28:49.1297857Z fi 2025-03-17T17:28:49.1304745Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:28:49.1305319Z env: 2025-03-17T17:28:49.1305649Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:49.1306080Z NO_SUDO: 2025-03-17T17:28:49.1306507Z ##[endgroup] 2025-03-17T17:28:49.2724029Z ##[group]Run actions/checkout@v4 2025-03-17T17:28:49.2724805Z with: 2025-03-17T17:28:49.2725230Z ref: 52b86900e894e6b34d880548ab6883b3d9207fb6 2025-03-17T17:28:49.2725768Z fetch-depth: 1 2025-03-17T17:28:49.2726105Z submodules: false 2025-03-17T17:28:49.2726495Z show-progress: false 2025-03-17T17:28:49.2727030Z repository: pytorch/pytorch 2025-03-17T17:28:49.2727631Z token: *** 2025-03-17T17:28:49.2727965Z ssh-strict: true 2025-03-17T17:28:49.2728410Z ssh-user: git 2025-03-17T17:28:49.2728740Z persist-credentials: true 2025-03-17T17:28:49.2729122Z clean: true 2025-03-17T17:28:49.2729624Z sparse-checkout-cone-mode: true 2025-03-17T17:28:49.2730062Z fetch-tags: false 2025-03-17T17:28:49.2730445Z lfs: false 2025-03-17T17:28:49.2730787Z set-safe-directory: true 2025-03-17T17:28:49.2731190Z env: 2025-03-17T17:28:49.2731567Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:49.2731982Z ##[endgroup] 2025-03-17T17:28:49.4122006Z Syncing repository: pytorch/pytorch 2025-03-17T17:28:49.4126163Z ##[group]Getting Git version info 2025-03-17T17:28:49.4127488Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-03-17T17:28:49.4129546Z [command]/usr/bin/git version 2025-03-17T17:28:49.4130907Z git version 2.47.1 2025-03-17T17:28:49.4162791Z ##[endgroup] 2025-03-17T17:28:49.4178417Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/01968014-3b76-4127-b7d9-e2110e95a433/.gitconfig' 2025-03-17T17:28:49.4203041Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/01968014-3b76-4127-b7d9-e2110e95a433' before making global git config changes 2025-03-17T17:28:49.4204994Z Adding repository directory to the temporary git global config as a safe directory 2025-03-17T17:28:49.4207771Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-17T17:28:49.4257974Z [command]/usr/bin/git config --local --get remote.origin.url 2025-03-17T17:28:49.4280394Z https://github.com/pytorch/pytorch 2025-03-17T17:28:49.4300061Z ##[group]Removing previously created refs, to avoid conflicts 2025-03-17T17:28:49.4304928Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-03-17T17:28:49.4327919Z HEAD 2025-03-17T17:28:49.4371762Z ##[endgroup] 2025-03-17T17:28:49.4373964Z [command]/usr/bin/git submodule status 2025-03-17T17:28:49.4670083Z -7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni 2025-03-17T17:28:49.4671732Z -4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 2025-03-17T17:28:49.4672960Z -b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv 2025-03-17T17:28:49.4674250Z -c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK 2025-03-17T17:28:49.4675207Z -e170594ac7cf1dac584da473d4ca9301087090c1 third_party/NVTX 2025-03-17T17:28:49.4676395Z -a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 third_party/VulkanMemoryAllocator 2025-03-17T17:28:49.4677654Z -51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK 2025-03-17T17:28:49.4678674Z -0d98dba29d66e93259db7daa53a9327df767a415 third_party/benchmark 2025-03-17T17:28:49.4680179Z -8086bbe3a78d931eb96fe12fdc014082e18d18d3 third_party/composable_kernel 2025-03-17T17:28:49.4681254Z -3b6597bba913d51161383657829b7e644e59c006 third_party/cpp-httplib 2025-03-17T17:28:49.4682252Z -1e83a2fdd3102f65c6f1fb602c1b320486218a99 third_party/cpuinfo 2025-03-17T17:28:49.4683360Z -91b7532f3386768bba4f444ee7672b497f34da8a third_party/cudnn_frontend 2025-03-17T17:28:49.4684325Z -afa1772203677c5118fcd82537a9c8fefbcc7008 third_party/cutlass 2025-03-17T17:28:49.4685118Z -3147391d946bb4b6c68edd901f2add6ac1f31f8c third_party/eigen 2025-03-17T17:28:49.4685936Z -dbc3157bf256f1339b3fa1fef2be89ac4078be0e third_party/fbgemm 2025-03-17T17:28:49.4686896Z -979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention 2025-03-17T17:28:49.4687970Z -01834de25e4bf3975a9a00e816292b1ad0fe184b third_party/flatbuffers 2025-03-17T17:28:49.4688857Z -123913715afeb8a437e6388b4473fcc4753e1c9a third_party/fmt 2025-03-17T17:28:49.4689758Z -3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp 2025-03-17T17:28:49.4690704Z -5354032ea08eadd7fc4456477f7f7c6308818509 third_party/gloo 2025-03-17T17:28:49.4691499Z -b514bdc898e2951020cbdca1304b75f5950d1f59 third_party/googletest 2025-03-17T17:28:49.4692340Z -719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep 2025-03-17T17:28:49.4693212Z -5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 third_party/ittapi 2025-03-17T17:28:49.4694136Z -2859721fd9e73d3ca1c56f827dbc64e6d68f78a2 third_party/kineto 2025-03-17T17:28:49.4695107Z -ef685a13cfbe8d418aa2ed34350e21e4938358b6 third_party/kleidiai 2025-03-17T17:28:49.4695970Z -b66e3214d8a104669c2ec05ae91ebc26a8f5ab78 third_party/mimalloc 2025-03-17T17:28:49.4697159Z -87cda1d6646592ac5866dc703c8e1839046a6806 third_party/nlohmann 2025-03-17T17:28:49.4698282Z -b8baa8446686496da4cc8fda09f2b6fe65c2a02c third_party/onnx 2025-03-17T17:28:49.4699209Z -a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp 2025-03-17T17:28:49.4700422Z -9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe third_party/pocketfft 2025-03-17T17:28:49.4701496Z -d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf 2025-03-17T17:28:49.4702471Z -072586a71b55b7f8c584153d223e95687148a900 third_party/psimd 2025-03-17T17:28:49.4703335Z -4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool 2025-03-17T17:28:49.4704290Z -a2e59f0e7065404b44dfe92a28aca47ba1378dc4 third_party/pybind11 2025-03-17T17:28:49.4705306Z -f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy 2025-03-17T17:28:49.4706175Z -56e1f79cb140fb9326d612d0be06b5250565cade third_party/sleef 2025-03-17T17:28:49.4706943Z -52791a2fd214b2a9dc5759d36725909c1daa7f2e third_party/tensorpipe 2025-03-17T17:28:49.4709367Z ##[group]Cleaning the repository 2025-03-17T17:28:49.4709981Z [command]/usr/bin/git clean -ffdx 2025-03-17T17:28:49.4916928Z [command]/usr/bin/git reset --hard HEAD 2025-03-17T17:28:50.5438425Z Updating files: 72% (12039/16540) 2025-03-17T17:28:50.5845929Z Updating files: 73% (12075/16540) 2025-03-17T17:28:50.6002342Z Updating files: 74% (12240/16540) 2025-03-17T17:28:50.6107506Z Updating files: 75% (12405/16540) 2025-03-17T17:28:50.6338828Z Updating files: 76% (12571/16540) 2025-03-17T17:28:50.6610607Z Updating files: 77% (12736/16540) 2025-03-17T17:28:50.6890289Z Updating files: 78% (12902/16540) 2025-03-17T17:28:50.7107392Z Updating files: 79% (13067/16540) 2025-03-17T17:28:50.7325118Z Updating files: 80% (13232/16540) 2025-03-17T17:28:50.7452603Z Updating files: 81% (13398/16540) 2025-03-17T17:28:50.7578909Z Updating files: 82% (13563/16540) 2025-03-17T17:28:50.7728171Z Updating files: 83% (13729/16540) 2025-03-17T17:28:50.7879769Z Updating files: 84% (13894/16540) 2025-03-17T17:28:50.8001808Z Updating files: 85% (14059/16540) 2025-03-17T17:28:50.8139228Z Updating files: 86% (14225/16540) 2025-03-17T17:28:50.8264109Z Updating files: 87% (14390/16540) 2025-03-17T17:28:50.8408776Z Updating files: 88% (14556/16540) 2025-03-17T17:28:50.8605755Z Updating files: 89% (14721/16540) 2025-03-17T17:28:50.8728915Z Updating files: 90% (14886/16540) 2025-03-17T17:28:50.8852266Z Updating files: 91% (15052/16540) 2025-03-17T17:28:50.9007661Z Updating files: 92% (15217/16540) 2025-03-17T17:28:50.9196715Z Updating files: 93% (15383/16540) 2025-03-17T17:28:50.9392995Z Updating files: 94% (15548/16540) 2025-03-17T17:28:50.9552744Z Updating files: 95% (15713/16540) 2025-03-17T17:28:50.9691453Z Updating files: 96% (15879/16540) 2025-03-17T17:28:50.9994063Z Updating files: 97% (16044/16540) 2025-03-17T17:28:51.0154563Z Updating files: 98% (16210/16540) 2025-03-17T17:28:51.0311439Z Updating files: 99% (16375/16540) 2025-03-17T17:28:51.0312031Z Updating files: 100% (16540/16540) 2025-03-17T17:28:51.0312805Z Updating files: 100% (16540/16540), done. 2025-03-17T17:28:51.0577472Z HEAD is now at 4bf58e9eb4c run linter 2025-03-17T17:28:51.0684516Z ##[endgroup] 2025-03-17T17:28:51.0685303Z ##[group]Disabling automatic garbage collection 2025-03-17T17:28:51.0688800Z [command]/usr/bin/git config --local gc.auto 0 2025-03-17T17:28:51.0769013Z ##[endgroup] 2025-03-17T17:28:51.0769812Z ##[group]Setting up auth 2025-03-17T17:28:51.0770853Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-17T17:28:51.0816885Z [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-17T17:28:51.1151870Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-17T17:28:51.1183104Z [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-17T17:28:51.1496389Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-17T17:28:51.1541542Z ##[endgroup] 2025-03-17T17:28:51.1542851Z ##[group]Fetching the repository 2025-03-17T17:28:51.1552079Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 52b86900e894e6b34d880548ab6883b3d9207fb6 2025-03-17T17:28:51.8265592Z From https://github.com/pytorch/pytorch 2025-03-17T17:28:51.8266678Z * branch 52b86900e894e6b34d880548ab6883b3d9207fb6 -> FETCH_HEAD 2025-03-17T17:28:51.8306382Z ##[endgroup] 2025-03-17T17:28:51.8307403Z ##[group]Determining the checkout info 2025-03-17T17:28:51.8309737Z ##[endgroup] 2025-03-17T17:28:51.8316221Z [command]/usr/bin/git sparse-checkout disable 2025-03-17T17:28:51.8580621Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-17T17:28:51.8616312Z ##[group]Checking out the ref 2025-03-17T17:28:51.8622442Z [command]/usr/bin/git checkout --progress --force 52b86900e894e6b34d880548ab6883b3d9207fb6 2025-03-17T17:28:52.0944938Z Warning: you are leaving 1 commit behind, not connected to 2025-03-17T17:28:52.0946161Z any of your branches: 2025-03-17T17:28:52.0946730Z 2025-03-17T17:28:52.0947938Z 4bf58e9eb4c run linter 2025-03-17T17:28:52.0948448Z 2025-03-17T17:28:52.1001479Z If you want to keep it by creating a new branch, this may be a good time 2025-03-17T17:28:52.1002275Z to do so with: 2025-03-17T17:28:52.1002508Z 2025-03-17T17:28:52.1002736Z git branch 4bf58e9eb4c 2025-03-17T17:28:52.1003144Z 2025-03-17T17:28:52.1003315Z HEAD is now at 52b86900e89 Update 2025-03-17T17:28:52.1022101Z ##[endgroup] 2025-03-17T17:28:52.1066124Z [command]/usr/bin/git log -1 --format=%H 2025-03-17T17:28:52.1094560Z 52b86900e894e6b34d880548ab6883b3d9207fb6 2025-03-17T17:28:52.1356985Z Prepare all required actions 2025-03-17T17:28:52.1357780Z Getting action download info 2025-03-17T17:28:52.2361912Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-17T17:28:52.4048721Z ##[group]Run ./.github/actions/filter-test-configs 2025-03-17T17:28:52.4049129Z with: 2025-03-17T17:28:52.4049582Z github-token: *** 2025-03-17T17:28:52.4050087Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-03-17T17:28:52.4050833Z env: 2025-03-17T17:28:52.4051084Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:52.4051391Z ##[endgroup] 2025-03-17T17:28:52.4157809Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-17T17:28:52.4158158Z with: 2025-03-17T17:28:52.4158395Z shell: bash 2025-03-17T17:28:52.4158655Z timeout_minutes: 10 2025-03-17T17:28:52.4158942Z max_attempts: 5 2025-03-17T17:28:52.4159215Z retry_wait_seconds: 30 2025-03-17T17:28:52.4160123Z 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-17T17:28:52.4161022Z polling_interval_seconds: 1 2025-03-17T17:28:52.4161343Z warning_on_retry: true 2025-03-17T17:28:52.4161630Z continue_on_error: false 2025-03-17T17:28:52.4161923Z env: 2025-03-17T17:28:52.4162163Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:52.4162661Z GITHUB_TOKEN: *** 2025-03-17T17:28:52.4162928Z ##[endgroup] 2025-03-17T17:28:52.5348398Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-17T17:28:52.9339383Z Defaulting to user installation because normal site-packages is not writeable 2025-03-17T17:28:52.9522140Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2025-03-17T17:28:52.9529047Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2025-03-17T17:28:52.9667068Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2025-03-17T17:28:52.9669332Z 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-17T17:28:52.9671799Z 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-17T17:28:52.9686642Z 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-17T17:28:53.5031582Z Command completed after 1 attempt(s). 2025-03-17T17:28:53.5117787Z ##[group]Run set -x 2025-03-17T17:28:53.5118563Z set -x 2025-03-17T17:28:53.5118994Z  2025-03-17T17:28:53.5119734Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-17T17:28:53.5120677Z # in runner workspace 2025-03-17T17:28:53.5121455Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-03-17T17:28:53.5130602Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:28:53.5131275Z env: 2025-03-17T17:28:53.5131627Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:53.5132093Z ##[endgroup] 2025-03-17T17:28:53.5173808Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-03-17T17:28:53.5477551Z ##[group]Run set -x 2025-03-17T17:28:53.5477912Z set -x 2025-03-17T17:28:53.5478155Z  2025-03-17T17:28:53.5478568Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2025-03-17T17:28:53.5479236Z # but doesn't expose it in anyway. The job name is part of the job message the 2025-03-17T17:28:53.5479892Z # runner receives, so it's there and printed out to the diag log. Below is the 2025-03-17T17:28:53.5480828Z # code responsible for printing it. Need to check with GitHub to see if they can 2025-03-17T17:28:53.5481429Z # expose this variable as part of GitHub context. 2025-03-17T17:28:53.5482072Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2025-03-17T17:28:53.5482792Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2025-03-17T17:28:53.5483264Z pwd 2025-03-17T17:28:53.5483514Z  2025-03-17T17:28:53.5484079Z LOG_FILE=$(grep -l -r "4c2bc68c957f2652a5ff3ab9ed69449972fbd9e1" *.log | tail -n 1) 2025-03-17T17:28:53.5484627Z if [ -n "${LOG_FILE}" ]; then 2025-03-17T17:28:53.5485135Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2025-03-17T17:28:53.5485699Z  # needs to be awk {print $3} on MacOS 2025-03-17T17:28:53.5486076Z  case ${RUNNER_OS} in 2025-03-17T17:28:53.5486391Z  macOS) 2025-03-17T17:28:53.5486892Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2025-03-17T17:28:53.5487437Z  ;; 2025-03-17T17:28:53.5487674Z  *) 2025-03-17T17:28:53.5488140Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2025-03-17T17:28:53.5488683Z  ;; 2025-03-17T17:28:53.5488936Z  esac 2025-03-17T17:28:53.5489271Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-17T17:28:53.5489647Z fi 2025-03-17T17:28:53.5489890Z  2025-03-17T17:28:53.5490126Z popd 2025-03-17T17:28:53.5496261Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:28:53.5496676Z env: 2025-03-17T17:28:53.5496927Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:53.5497210Z ##[endgroup] 2025-03-17T17:28:53.5523900Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2025-03-17T17:28:53.5525040Z + pwd 2025-03-17T17:28:53.5526339Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2025-03-17T17:28:53.5527522Z /home/ec2-user/actions-runner/_diag 2025-03-17T17:28:53.5534004Z ++ grep -l -r 4c2bc68c957f2652a5ff3ab9ed69449972fbd9e1 Runner_20250317-163224-utc.log Runner_20250317-163316-utc.log Worker_20250317-163523-utc.log Worker_20250317-164033-utc.log Worker_20250317-165941-utc.log Worker_20250317-170119-utc.log Worker_20250317-171619-utc.log Worker_20250317-172833-utc.log 2025-03-17T17:28:53.5538769Z ++ tail -n 1 2025-03-17T17:28:53.5560480Z + LOG_FILE=Worker_20250317-172833-utc.log 2025-03-17T17:28:53.5561453Z + '[' -n Worker_20250317-172833-utc.log ']' 2025-03-17T17:28:53.5562633Z + case ${RUNNER_OS} in 2025-03-17T17:28:53.5567028Z ++ grep -r '"jobDisplayName"' Worker_20250317-172833-utc.log 2025-03-17T17:28:53.5572012Z ++ sed 's/"//g' 2025-03-17T17:28:53.5586605Z ++ awk -F '[:]' '{print $2}' 2025-03-17T17:28:53.5592166Z ++ xargs 2025-03-17T17:28:53.5622410Z + JOB_NAME='linux-focal-cpu-py3.10-gcc11-bazel-test / filter,' 2025-03-17T17:28:53.5623788Z + echo 'job-name=linux-focal-cpu-py3.10-gcc11-bazel-test / filter,' 2025-03-17T17:28:53.5625530Z + popd 2025-03-17T17:28:53.5625926Z ~/actions-runner/_work/pytorch/pytorch 2025-03-17T17:28:53.5665194Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-17T17:28:53.5665651Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-17T17:28:53.5666029Z echo "Job name: ${JOB_NAME}" 2025-03-17T17:28:53.5666381Z  2025-03-17T17:28:53.5666799Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-17T17:28:53.5667323Z # in runner workspace 2025-03-17T17:28:53.5667772Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-03-17T17:28:53.5668290Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-03-17T17:28:53.5668662Z  --job-name "${JOB_NAME}" \ 2025-03-17T17:28:53.5669015Z  --test-matrix "{ include: [ 2025-03-17T17:28:53.5669670Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2025-03-17T17:28:53.5670138Z ]} 2025-03-17T17:28:53.5670393Z " \ 2025-03-17T17:28:53.5670680Z  --selected-test-configs "" \ 2025-03-17T17:28:53.5671062Z  --pr-number "${PR_NUMBER}" \ 2025-03-17T17:28:53.5671413Z  --tag "${TAG}" \ 2025-03-17T17:28:53.5671726Z  --event-name "${EVENT_NAME}" \ 2025-03-17T17:28:53.5672198Z  --schedule "${SCHEDULE}" \ 2025-03-17T17:28:53.5672550Z  --branch "${HEAD_BRANCH}" 2025-03-17T17:28:53.5678679Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:28:53.5679099Z env: 2025-03-17T17:28:53.5679358Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:28:53.5679878Z GITHUB_TOKEN: *** 2025-03-17T17:28:53.5680231Z JOB_NAME: linux-focal-cpu-py3.10-gcc11-bazel-test / filter, 2025-03-17T17:28:53.5680666Z PR_NUMBER: 148585 2025-03-17T17:28:53.5680927Z TAG: 2025-03-17T17:28:53.5681175Z EVENT_NAME: pull_request 2025-03-17T17:28:53.5681478Z SCHEDULE: 2025-03-17T17:28:53.5681740Z HEAD_BRANCH: 2025-03-17T17:28:53.5681981Z ##[endgroup] 2025-03-17T17:28:53.5706908Z Workflow: pull 2025-03-17T17:28:53.5709041Z Job name: linux-focal-cpu-py3.10-gcc11-bazel-test / filter, 2025-03-17T17:28:53.8112798Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-03-17T17:29:00.7570649Z ##[group]Run echo "Filtered matrix:" 2025-03-17T17:29:00.7571183Z echo "Filtered matrix:" 2025-03-17T17:29:00.7571730Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2025-03-17T17:29:00.7572456Z  2025-03-17T17:29:00.7572860Z echo 2025-03-17T17:29:00.7573382Z echo "Is the current job unstable? False" 2025-03-17T17:29:00.7574023Z  2025-03-17T17:29:00.7574621Z echo 2025-03-17T17:29:00.7575038Z echo "Is keep-going label set? False" 2025-03-17T17:29:00.7580196Z  2025-03-17T17:29:00.7580471Z echo 2025-03-17T17:29:00.7580761Z echo "Renabled issues? " 2025-03-17T17:29:00.7586967Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:29:00.7587392Z env: 2025-03-17T17:29:00.7587651Z GIT_DEFAULT_BRANCH: main 2025-03-17T17:29:00.7587944Z ##[endgroup] 2025-03-17T17:29:00.7623111Z Filtered matrix: 2025-03-17T17:29:00.7627020Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2025-03-17T17:29:00.7627707Z 2025-03-17T17:29:00.7628032Z Is the current job unstable? False 2025-03-17T17:29:00.7628693Z 2025-03-17T17:29:00.7630774Z Is keep-going label set? False 2025-03-17T17:29:00.7631229Z 2025-03-17T17:29:00.7631444Z Renabled issues? 2025-03-17T17:29:00.7774028Z Post job cleanup. 2025-03-17T17:29:00.7867319Z Post job cleanup. 2025-03-17T17:29:00.9118843Z [command]/usr/bin/git version 2025-03-17T17:29:00.9181807Z git version 2.47.1 2025-03-17T17:29:00.9247920Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/42d022a0-f8ff-46d8-a341-6c574ac12de0/.gitconfig' 2025-03-17T17:29:00.9260602Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/42d022a0-f8ff-46d8-a341-6c574ac12de0' before making global git config changes 2025-03-17T17:29:00.9265747Z Adding repository directory to the temporary git global config as a safe directory 2025-03-17T17:29:00.9274920Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-03-17T17:29:00.9342040Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-17T17:29:00.9387808Z [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-17T17:29:00.9861488Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-17T17:29:00.9895358Z http.https://github.com/.extraheader 2025-03-17T17:29:00.9916284Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-17T17:29:00.9962452Z [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-17T17:29:01.0563547Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-17T17:29:01.0601770Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-17T17:29:01.0610005Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-17T17:29:01.0610754Z ##[endgroup] 2025-03-17T17:29:01.0767799Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-17T17:29:13.1124775Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-17T17:29:31.6101909Z Evaluate and set job outputs 2025-03-17T17:29:31.6108717Z Set output 'test-matrix' 2025-03-17T17:29:31.6110633Z Set output 'is-test-matrix-empty' 2025-03-17T17:29:31.6111374Z Set output 'keep-going' 2025-03-17T17:29:31.6112133Z Cleaning up orphan processes