2024-08-07T17:15:09.5558398Z Current runner version: '2.318.0' 2024-08-07T17:15:09.5567187Z Runner name: 'i-01229f7c2a0a1b6d4' 2024-08-07T17:15:09.5568335Z Runner group name: 'Default' 2024-08-07T17:15:09.5569778Z Machine name: 'ip-10-0-73-235' 2024-08-07T17:15:09.5575540Z ##[group]GITHUB_TOKEN Permissions 2024-08-07T17:15:09.5579154Z Actions: read 2024-08-07T17:15:09.5580111Z Attestations: read 2024-08-07T17:15:09.5581048Z Checks: read 2024-08-07T17:15:09.5581965Z Contents: read 2024-08-07T17:15:09.5582864Z Deployments: read 2024-08-07T17:15:09.5583754Z Discussions: read 2024-08-07T17:15:09.5584651Z Issues: read 2024-08-07T17:15:09.5585521Z Metadata: read 2024-08-07T17:15:09.5586369Z Packages: read 2024-08-07T17:15:09.5587585Z Pages: read 2024-08-07T17:15:09.5588449Z PullRequests: read 2024-08-07T17:15:09.5589363Z RepositoryProjects: read 2024-08-07T17:15:09.5590328Z SecurityEvents: read 2024-08-07T17:15:09.5591270Z Statuses: read 2024-08-07T17:15:09.5592056Z ##[endgroup] 2024-08-07T17:15:09.5596046Z Secret source: Actions 2024-08-07T17:15:09.5597331Z Prepare workflow directory 2024-08-07T17:15:10.0131151Z Prepare all required actions 2024-08-07T17:15:10.0182444Z Getting action download info 2024-08-07T17:15:10.1832903Z Download action repository 'pytorch/pytorch@main' (SHA:32a284c27549449c19e3b1455f531692439d6316) 2024-08-07T17:15:18.4313128Z Getting action download info 2024-08-07T17:15:18.5216679Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-07T17:15:18.7854831Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/131248/merge (f779f6b7738020e244184bded4026b37de3f9f24) 2024-08-07T17:15:18.7857057Z ##[group] Inputs 2024-08-07T17:15:18.7857484Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-08-07T17:15:18.7858043Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9 2024-08-07T17:15:18.7858466Z cuda-version: 12.1 2024-08-07T17:15:18.7858719Z sync-tag: 2024-08-07T17:15:18.7859269Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-07T17:15:18.7859873Z runner: amz2023.linux.large 2024-08-07T17:15:18.7860173Z ##[endgroup] 2024-08-07T17:15:18.7860559Z Complete job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter 2024-08-07T17:15:18.8295026Z A job started hook has been configured by the self-hosted runner administrator 2024-08-07T17:15:18.8418372Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-07T17:15:18.8428412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:18.8429151Z ##[endgroup] 2024-08-07T17:15:20.3398987Z Runner Type: amz2023.linux.large 2024-08-07T17:15:20.3400983Z Instance Type: c5.large 2024-08-07T17:15:20.3404309Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-07T17:15:20.3407562Z AMI ID: ami-06c68f701d8090592 2024-08-07T17:15:26.2947419Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-07T17:15:26.2947895Z with: 2024-08-07T17:15:26.2948173Z fetch-depth: 1 2024-08-07T17:15:26.2948408Z submodules: false 2024-08-07T17:15:26.2948663Z env: 2024-08-07T17:15:26.2948884Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:26.2949160Z ##[endgroup] 2024-08-07T17:15:26.3029881Z ##[group]Run retry () { 2024-08-07T17:15:26.3030231Z retry () { 2024-08-07T17:15:26.3030580Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-07T17:15:26.3030985Z } 2024-08-07T17:15:26.3031247Z echo "${GITHUB_WORKSPACE}" 2024-08-07T17:15:26.3031576Z if [ -z "${NO_SUDO}" ]; then 2024-08-07T17:15:26.3031931Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:15:26.3032270Z else 2024-08-07T17:15:26.3032520Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:15:26.3032844Z fi 2024-08-07T17:15:26.3033133Z mkdir "${GITHUB_WORKSPACE}" 2024-08-07T17:15:26.3042321Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:26.3042902Z env: 2024-08-07T17:15:26.3043130Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:26.3043403Z NO_SUDO: 2024-08-07T17:15:26.3043626Z ##[endgroup] 2024-08-07T17:15:26.3093130Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:26.6734094Z ##[group]Run malfet/checkout@silent-checkout 2024-08-07T17:15:26.6734452Z with: 2024-08-07T17:15:26.6735091Z ref: 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:26.6735599Z fetch-depth: 1 2024-08-07T17:15:26.6735956Z submodules: false 2024-08-07T17:15:26.6736342Z quiet-checkout: true 2024-08-07T17:15:26.6736766Z repository: pytorch/pytorch 2024-08-07T17:15:26.6737377Z token: *** 2024-08-07T17:15:26.6737704Z ssh-strict: true 2024-08-07T17:15:26.6738092Z persist-credentials: true 2024-08-07T17:15:26.6738509Z clean: true 2024-08-07T17:15:26.6738917Z sparse-checkout-cone-mode: true 2024-08-07T17:15:26.6739372Z lfs: false 2024-08-07T17:15:26.6739716Z set-safe-directory: true 2024-08-07T17:15:26.6740154Z env: 2024-08-07T17:15:26.6740485Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:26.6740880Z ##[endgroup] 2024-08-07T17:15:26.7813770Z Syncing repository: pytorch/pytorch 2024-08-07T17:15:26.7816142Z ##[group]Getting Git version info 2024-08-07T17:15:26.7817079Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-07T17:15:26.7818277Z [command]/usr/bin/git version 2024-08-07T17:15:26.7830425Z git version 2.40.1 2024-08-07T17:15:26.7855774Z ##[endgroup] 2024-08-07T17:15:26.7878530Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c90a7fbf-5a35-41eb-beda-8faaa4365dde' before making global git config changes 2024-08-07T17:15:26.7880343Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:15:26.7884782Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:26.7924481Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-07T17:15:26.7930247Z ##[group]Initializing the repository 2024-08-07T17:15:26.7934262Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:26.7966825Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-07T17:15:26.7968531Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-07T17:15:26.7970113Z hint: of your new repositories, which will suppress this warning, call: 2024-08-07T17:15:26.7971099Z hint: 2024-08-07T17:15:26.7971755Z hint: git config --global init.defaultBranch 2024-08-07T17:15:26.7972709Z hint: 2024-08-07T17:15:26.7973550Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-07T17:15:26.7974669Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-07T17:15:26.7975749Z hint: 2024-08-07T17:15:26.7976122Z hint: git branch -m 2024-08-07T17:15:26.7979821Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-07T17:15:26.7990340Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-07T17:15:26.8023790Z ##[endgroup] 2024-08-07T17:15:26.8024911Z ##[group]Disabling automatic garbage collection 2024-08-07T17:15:26.8028777Z [command]/usr/bin/git config --local gc.auto 0 2024-08-07T17:15:26.8061475Z ##[endgroup] 2024-08-07T17:15:26.8062538Z ##[group]Setting up auth 2024-08-07T17:15:26.8070232Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:15:26.8104533Z [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' || :" 2024-08-07T17:15:26.8361811Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:15:26.8396017Z [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' || :" 2024-08-07T17:15:26.8662095Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-07T17:15:26.8709729Z ##[endgroup] 2024-08-07T17:15:26.8710959Z ##[group]Fetching the repository 2024-08-07T17:15:26.8717959Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:27.0236703Z remote: Enumerating objects: 11299, done. 2024-08-07T17:15:27.0237860Z remote: Counting objects: 0% (1/11299) 2024-08-07T17:15:27.0238751Z remote: Counting objects: 1% (113/11299) 2024-08-07T17:15:27.0239733Z remote: Counting objects: 2% (226/11299) 2024-08-07T17:15:27.0240595Z remote: Counting objects: 3% (339/11299) 2024-08-07T17:15:27.0241560Z remote: Counting objects: 4% (452/11299) 2024-08-07T17:15:27.0242597Z remote: Counting objects: 5% (565/11299) 2024-08-07T17:15:27.0243435Z remote: Counting objects: 6% (678/11299) 2024-08-07T17:15:27.0244352Z remote: Counting objects: 7% (791/11299) 2024-08-07T17:15:27.0245382Z remote: Counting objects: 8% (904/11299) 2024-08-07T17:15:27.0246190Z remote: Counting objects: 9% (1017/11299) 2024-08-07T17:15:27.0313776Z remote: Counting objects: 10% (1130/11299) 2024-08-07T17:15:27.0314453Z remote: Counting objects: 11% (1243/11299) 2024-08-07T17:15:27.0315156Z remote: Counting objects: 12% (1356/11299) 2024-08-07T17:15:27.0315875Z remote: Counting objects: 13% (1469/11299) 2024-08-07T17:15:27.0316535Z remote: Counting objects: 14% (1582/11299) 2024-08-07T17:15:27.0317236Z remote: Counting objects: 15% (1695/11299) 2024-08-07T17:15:27.0317891Z remote: Counting objects: 16% (1808/11299) 2024-08-07T17:15:27.0318612Z remote: Counting objects: 17% (1921/11299) 2024-08-07T17:15:27.0319310Z remote: Counting objects: 18% (2034/11299) 2024-08-07T17:15:27.0320282Z remote: Counting objects: 19% (2147/11299) 2024-08-07T17:15:27.0320937Z remote: Counting objects: 20% (2260/11299) 2024-08-07T17:15:27.0321575Z remote: Counting objects: 21% (2373/11299) 2024-08-07T17:15:27.0322241Z remote: Counting objects: 22% (2486/11299) 2024-08-07T17:15:27.0322862Z remote: Counting objects: 23% (2599/11299) 2024-08-07T17:15:27.0323507Z remote: Counting objects: 24% (2712/11299) 2024-08-07T17:15:27.0324223Z remote: Counting objects: 25% (2825/11299) 2024-08-07T17:15:27.0324898Z remote: Counting objects: 26% (2938/11299) 2024-08-07T17:15:27.0325538Z remote: Counting objects: 27% (3051/11299) 2024-08-07T17:15:27.0326587Z remote: Counting objects: 28% (3164/11299) 2024-08-07T17:15:27.0327237Z remote: Counting objects: 29% (3277/11299) 2024-08-07T17:15:27.0327915Z remote: Counting objects: 30% (3390/11299) 2024-08-07T17:15:27.0328558Z remote: Counting objects: 31% (3503/11299) 2024-08-07T17:15:27.0329305Z remote: Counting objects: 32% (3616/11299) 2024-08-07T17:15:27.0329964Z remote: Counting objects: 33% (3729/11299) 2024-08-07T17:15:27.0331294Z remote: Counting objects: 34% (3842/11299) 2024-08-07T17:15:27.0332030Z remote: Counting objects: 35% (3955/11299) 2024-08-07T17:15:27.0332727Z remote: Counting objects: 36% (4068/11299) 2024-08-07T17:15:27.0333420Z remote: Counting objects: 37% (4181/11299) 2024-08-07T17:15:27.0334033Z remote: Counting objects: 38% (4294/11299) 2024-08-07T17:15:27.0334874Z remote: Counting objects: 39% (4407/11299) 2024-08-07T17:15:27.0335557Z remote: Counting objects: 40% (4520/11299) 2024-08-07T17:15:27.0336118Z remote: Counting objects: 41% (4633/11299) 2024-08-07T17:15:27.0336723Z remote: Counting objects: 42% (4746/11299) 2024-08-07T17:15:27.0337618Z remote: Counting objects: 43% (4859/11299) 2024-08-07T17:15:27.0338181Z remote: Counting objects: 44% (4972/11299) 2024-08-07T17:15:27.0338781Z remote: Counting objects: 45% (5085/11299) 2024-08-07T17:15:27.0339399Z remote: Counting objects: 46% (5198/11299) 2024-08-07T17:15:27.0340060Z remote: Counting objects: 47% (5311/11299) 2024-08-07T17:15:27.0340749Z remote: Counting objects: 48% (5424/11299) 2024-08-07T17:15:27.0341441Z remote: Counting objects: 49% (5537/11299) 2024-08-07T17:15:27.0342133Z remote: Counting objects: 50% (5650/11299) 2024-08-07T17:15:27.0342825Z remote: Counting objects: 51% (5763/11299) 2024-08-07T17:15:27.0343522Z remote: Counting objects: 52% (5876/11299) 2024-08-07T17:15:27.0344237Z remote: Counting objects: 53% (5989/11299) 2024-08-07T17:15:27.0344931Z remote: Counting objects: 54% (6102/11299) 2024-08-07T17:15:27.0345597Z remote: Counting objects: 55% (6215/11299) 2024-08-07T17:15:27.0346286Z remote: Counting objects: 56% (6328/11299) 2024-08-07T17:15:27.0346975Z remote: Counting objects: 57% (6441/11299) 2024-08-07T17:15:27.0347659Z remote: Counting objects: 58% (6554/11299) 2024-08-07T17:15:27.0348362Z remote: Counting objects: 59% (6667/11299) 2024-08-07T17:15:27.0349041Z remote: Counting objects: 60% (6780/11299) 2024-08-07T17:15:27.0349743Z remote: Counting objects: 61% (6893/11299) 2024-08-07T17:15:27.0350449Z remote: Counting objects: 62% (7006/11299) 2024-08-07T17:15:27.0351133Z remote: Counting objects: 63% (7119/11299) 2024-08-07T17:15:27.0351857Z remote: Counting objects: 64% (7232/11299) 2024-08-07T17:15:27.0352564Z remote: Counting objects: 65% (7345/11299) 2024-08-07T17:15:27.0353181Z remote: Counting objects: 66% (7458/11299) 2024-08-07T17:15:27.0353872Z remote: Counting objects: 67% (7571/11299) 2024-08-07T17:15:27.0354544Z remote: Counting objects: 68% (7684/11299) 2024-08-07T17:15:27.0355247Z remote: Counting objects: 69% (7797/11299) 2024-08-07T17:15:27.0355912Z remote: Counting objects: 70% (7910/11299) 2024-08-07T17:15:27.0356554Z remote: Counting objects: 71% (8023/11299) 2024-08-07T17:15:27.0357278Z remote: Counting objects: 72% (8136/11299) 2024-08-07T17:15:27.0357941Z remote: Counting objects: 73% (8249/11299) 2024-08-07T17:15:27.0358633Z remote: Counting objects: 74% (8362/11299) 2024-08-07T17:15:27.0359333Z remote: Counting objects: 75% (8475/11299) 2024-08-07T17:15:27.0360008Z remote: Counting objects: 76% (8588/11299) 2024-08-07T17:15:27.0360705Z remote: Counting objects: 77% (8701/11299) 2024-08-07T17:15:27.0361409Z remote: Counting objects: 78% (8814/11299) 2024-08-07T17:15:27.0362283Z remote: Counting objects: 79% (8927/11299) 2024-08-07T17:15:27.0362995Z remote: Counting objects: 80% (9040/11299) 2024-08-07T17:15:27.0363721Z remote: Counting objects: 81% (9153/11299) 2024-08-07T17:15:27.0364408Z remote: Counting objects: 82% (9266/11299) 2024-08-07T17:15:27.0365123Z remote: Counting objects: 83% (9379/11299) 2024-08-07T17:15:27.0365829Z remote: Counting objects: 84% (9492/11299) 2024-08-07T17:15:27.0366525Z remote: Counting objects: 85% (9605/11299) 2024-08-07T17:15:27.0367198Z remote: Counting objects: 86% (9718/11299) 2024-08-07T17:15:27.0367892Z remote: Counting objects: 87% (9831/11299) 2024-08-07T17:15:27.0368591Z remote: Counting objects: 88% (9944/11299) 2024-08-07T17:15:27.0369401Z remote: Counting objects: 89% (10057/11299) 2024-08-07T17:15:27.0370132Z remote: Counting objects: 90% (10170/11299) 2024-08-07T17:15:27.0370874Z remote: Counting objects: 91% (10283/11299) 2024-08-07T17:15:27.0371526Z remote: Counting objects: 92% (10396/11299) 2024-08-07T17:15:27.0372198Z remote: Counting objects: 93% (10509/11299) 2024-08-07T17:15:27.0373074Z remote: Counting objects: 94% (10622/11299) 2024-08-07T17:15:27.0373777Z remote: Counting objects: 95% (10735/11299) 2024-08-07T17:15:27.0374494Z remote: Counting objects: 96% (10848/11299) 2024-08-07T17:15:27.0375183Z remote: Counting objects: 97% (10961/11299) 2024-08-07T17:15:27.0375857Z remote: Counting objects: 98% (11074/11299) 2024-08-07T17:15:27.0376576Z remote: Counting objects: 99% (11187/11299) 2024-08-07T17:15:27.0377278Z remote: Counting objects: 100% (11299/11299) 2024-08-07T17:15:27.0378045Z remote: Counting objects: 100% (11299/11299), done. 2024-08-07T17:15:27.0378818Z remote: Compressing objects: 0% (1/9760) 2024-08-07T17:15:27.0379522Z remote: Compressing objects: 1% (98/9760) 2024-08-07T17:15:27.0380262Z remote: Compressing objects: 2% (196/9760) 2024-08-07T17:15:27.0381016Z remote: Compressing objects: 3% (293/9760) 2024-08-07T17:15:27.0383029Z remote: Compressing objects: 4% (391/9760) 2024-08-07T17:15:27.0383787Z remote: Compressing objects: 5% (488/9760) 2024-08-07T17:15:27.0384456Z remote: Compressing objects: 6% (586/9760) 2024-08-07T17:15:27.0385202Z remote: Compressing objects: 7% (684/9760) 2024-08-07T17:15:27.0385913Z remote: Compressing objects: 8% (781/9760) 2024-08-07T17:15:27.0386647Z remote: Compressing objects: 9% (879/9760) 2024-08-07T17:15:27.0387390Z remote: Compressing objects: 10% (976/9760) 2024-08-07T17:15:27.0388125Z remote: Compressing objects: 11% (1074/9760) 2024-08-07T17:15:27.0388881Z remote: Compressing objects: 12% (1172/9760) 2024-08-07T17:15:27.0389636Z remote: Compressing objects: 13% (1269/9760) 2024-08-07T17:15:27.0390391Z remote: Compressing objects: 14% (1367/9760) 2024-08-07T17:15:27.0391308Z remote: Compressing objects: 15% (1464/9760) 2024-08-07T17:15:27.0392055Z remote: Compressing objects: 16% (1562/9760) 2024-08-07T17:15:27.0392789Z remote: Compressing objects: 17% (1660/9760) 2024-08-07T17:15:27.0393523Z remote: Compressing objects: 18% (1757/9760) 2024-08-07T17:15:27.0394263Z remote: Compressing objects: 19% (1855/9760) 2024-08-07T17:15:27.0394987Z remote: Compressing objects: 20% (1952/9760) 2024-08-07T17:15:27.0395742Z remote: Compressing objects: 20% (1999/9760) 2024-08-07T17:15:27.0396494Z remote: Compressing objects: 21% (2050/9760) 2024-08-07T17:15:27.0397181Z remote: Compressing objects: 22% (2148/9760) 2024-08-07T17:15:27.0397979Z remote: Compressing objects: 23% (2245/9760) 2024-08-07T17:15:27.0398724Z remote: Compressing objects: 24% (2343/9760) 2024-08-07T17:15:27.0399605Z remote: Compressing objects: 25% (2440/9760) 2024-08-07T17:15:27.0400357Z remote: Compressing objects: 26% (2538/9760) 2024-08-07T17:15:27.0401121Z remote: Compressing objects: 27% (2636/9760) 2024-08-07T17:15:27.0401876Z remote: Compressing objects: 28% (2733/9760) 2024-08-07T17:15:27.0402614Z remote: Compressing objects: 29% (2831/9760) 2024-08-07T17:15:27.0403378Z remote: Compressing objects: 30% (2928/9760) 2024-08-07T17:15:27.0404085Z remote: Compressing objects: 31% (3026/9760) 2024-08-07T17:15:27.0404812Z remote: Compressing objects: 32% (3124/9760) 2024-08-07T17:15:27.0405567Z remote: Compressing objects: 33% (3221/9760) 2024-08-07T17:15:27.0406266Z remote: Compressing objects: 34% (3319/9760) 2024-08-07T17:15:27.0407023Z remote: Compressing objects: 35% (3416/9760) 2024-08-07T17:15:27.0407765Z remote: Compressing objects: 36% (3514/9760) 2024-08-07T17:15:27.0408520Z remote: Compressing objects: 37% (3612/9760) 2024-08-07T17:15:27.0409362Z remote: Compressing objects: 38% (3709/9760) 2024-08-07T17:15:27.0410094Z remote: Compressing objects: 39% (3807/9760) 2024-08-07T17:15:27.0410979Z remote: Compressing objects: 40% (3904/9760) 2024-08-07T17:15:27.0411714Z remote: Compressing objects: 41% (4002/9760) 2024-08-07T17:15:27.0412490Z remote: Compressing objects: 42% (4100/9760) 2024-08-07T17:15:27.0413250Z remote: Compressing objects: 43% (4197/9760) 2024-08-07T17:15:27.0413994Z remote: Compressing objects: 44% (4295/9760) 2024-08-07T17:15:27.0414765Z remote: Compressing objects: 45% (4392/9760) 2024-08-07T17:15:27.0415465Z remote: Compressing objects: 46% (4490/9760) 2024-08-07T17:15:27.0416155Z remote: Compressing objects: 47% (4588/9760) 2024-08-07T17:15:27.0416916Z remote: Compressing objects: 48% (4685/9760) 2024-08-07T17:15:27.0417592Z remote: Compressing objects: 49% (4783/9760) 2024-08-07T17:15:27.0418337Z remote: Compressing objects: 50% (4880/9760) 2024-08-07T17:15:27.0419044Z remote: Compressing objects: 50% (4894/9760) 2024-08-07T17:15:27.0419804Z remote: Compressing objects: 51% (4978/9760) 2024-08-07T17:15:27.0420479Z remote: Compressing objects: 52% (5076/9760) 2024-08-07T17:15:27.0421208Z remote: Compressing objects: 53% (5173/9760) 2024-08-07T17:15:27.0421920Z remote: Compressing objects: 54% (5271/9760) 2024-08-07T17:15:27.0422600Z remote: Compressing objects: 55% (5368/9760) 2024-08-07T17:15:27.0423298Z remote: Compressing objects: 56% (5466/9760) 2024-08-07T17:15:27.0424034Z remote: Compressing objects: 57% (5564/9760) 2024-08-07T17:15:27.0424774Z remote: Compressing objects: 58% (5661/9760) 2024-08-07T17:15:27.0425513Z remote: Compressing objects: 59% (5759/9760) 2024-08-07T17:15:27.0426262Z remote: Compressing objects: 60% (5856/9760) 2024-08-07T17:15:27.0427015Z remote: Compressing objects: 61% (5954/9760) 2024-08-07T17:15:27.0427768Z remote: Compressing objects: 62% (6052/9760) 2024-08-07T17:15:27.0428514Z remote: Compressing objects: 63% (6149/9760) 2024-08-07T17:15:27.0429264Z remote: Compressing objects: 64% (6247/9760) 2024-08-07T17:15:27.0430000Z remote: Compressing objects: 65% (6344/9760) 2024-08-07T17:15:27.0430706Z remote: Compressing objects: 66% (6442/9760) 2024-08-07T17:15:27.0431470Z remote: Compressing objects: 67% (6540/9760) 2024-08-07T17:15:27.0432194Z remote: Compressing objects: 68% (6637/9760) 2024-08-07T17:15:27.0432944Z remote: Compressing objects: 69% (6735/9760) 2024-08-07T17:15:27.0433684Z remote: Compressing objects: 70% (6832/9760) 2024-08-07T17:15:27.0434418Z remote: Compressing objects: 71% (6930/9760) 2024-08-07T17:15:27.0435462Z remote: Compressing objects: 72% (7028/9760) 2024-08-07T17:15:27.0436208Z remote: Compressing objects: 73% (7125/9760) 2024-08-07T17:15:27.0437125Z remote: Compressing objects: 74% (7223/9760) 2024-08-07T17:15:27.0437893Z remote: Compressing objects: 75% (7320/9760) 2024-08-07T17:15:27.0438677Z remote: Compressing objects: 76% (7418/9760) 2024-08-07T17:15:27.0439429Z remote: Compressing objects: 77% (7516/9760) 2024-08-07T17:15:27.0440169Z remote: Compressing objects: 78% (7613/9760) 2024-08-07T17:15:27.0440918Z remote: Compressing objects: 79% (7711/9760) 2024-08-07T17:15:27.0441626Z remote: Compressing objects: 80% (7808/9760) 2024-08-07T17:15:27.0442318Z remote: Compressing objects: 81% (7906/9760) 2024-08-07T17:15:27.0443092Z remote: Compressing objects: 82% (8004/9760) 2024-08-07T17:15:27.0443803Z remote: Compressing objects: 83% (8101/9760) 2024-08-07T17:15:27.0444561Z remote: Compressing objects: 84% (8199/9760) 2024-08-07T17:15:27.0445302Z remote: Compressing objects: 85% (8296/9760) 2024-08-07T17:15:27.0446064Z remote: Compressing objects: 86% (8394/9760) 2024-08-07T17:15:27.0446823Z remote: Compressing objects: 87% (8492/9760) 2024-08-07T17:15:27.0447788Z remote: Compressing objects: 88% (8589/9760) 2024-08-07T17:15:27.0448549Z remote: Compressing objects: 89% (8687/9760) 2024-08-07T17:15:27.0449361Z remote: Compressing objects: 90% (8784/9760) 2024-08-07T17:15:27.0450099Z remote: Compressing objects: 91% (8882/9760) 2024-08-07T17:15:27.0450851Z remote: Compressing objects: 92% (8980/9760) 2024-08-07T17:15:27.0451567Z remote: Compressing objects: 93% (9077/9760) 2024-08-07T17:15:27.0452307Z remote: Compressing objects: 94% (9175/9760) 2024-08-07T17:15:27.0453060Z remote: Compressing objects: 95% (9272/9760) 2024-08-07T17:15:27.0453811Z remote: Compressing objects: 96% (9370/9760) 2024-08-07T17:15:27.0454542Z remote: Compressing objects: 97% (9468/9760) 2024-08-07T17:15:27.0455296Z remote: Compressing objects: 98% (9565/9760) 2024-08-07T17:15:27.0456064Z remote: Compressing objects: 99% (9663/9760) 2024-08-07T17:15:27.0456804Z remote: Compressing objects: 100% (9760/9760) 2024-08-07T17:15:27.0457615Z remote: Compressing objects: 100% (9760/9760), done. 2024-08-07T17:15:29.2704827Z remote: Total 11299 (delta 1502), reused 4922 (delta 1252), pack-reused 0 2024-08-07T17:15:29.9405888Z ##[endgroup] 2024-08-07T17:15:29.9407044Z ##[group]Determining the checkout info 2024-08-07T17:15:29.9408319Z ##[endgroup] 2024-08-07T17:15:29.9409975Z ##[group]Checking out the ref 2024-08-07T17:15:29.9418864Z [command]/usr/bin/git checkout --quiet --force 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:31.1872846Z ##[endgroup] 2024-08-07T17:15:31.1915083Z [command]/usr/bin/git log -1 --format='%H' 2024-08-07T17:15:31.1946907Z '016588f53c6904b840aa56aa86f95460b4d9c996' 2024-08-07T17:15:31.2195120Z Prepare all required actions 2024-08-07T17:15:31.2195654Z Getting action download info 2024-08-07T17:15:31.3248039Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-07T17:15:31.5174609Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-07T17:15:31.5174972Z with: 2024-08-07T17:15:31.5175377Z github-token: *** 2024-08-07T17:15:31.5175908Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-07T17:15:31.5176491Z env: 2024-08-07T17:15:31.5176704Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:31.5176974Z ##[endgroup] 2024-08-07T17:15:31.5241089Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-07T17:15:31.5241544Z with: 2024-08-07T17:15:31.5241777Z shell: bash 2024-08-07T17:15:31.5242071Z timeout_minutes: 10 2024-08-07T17:15:31.5242337Z max_attempts: 5 2024-08-07T17:15:31.5242684Z retry_wait_seconds: 30 2024-08-07T17:15:31.5243602Z 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 2024-08-07T17:15:31.5244497Z polling_interval_seconds: 1 2024-08-07T17:15:31.5244794Z warning_on_retry: true 2024-08-07T17:15:31.5245087Z continue_on_error: false 2024-08-07T17:15:31.5245366Z env: 2024-08-07T17:15:31.5245635Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:31.5246091Z GITHUB_TOKEN: *** 2024-08-07T17:15:31.5246326Z ##[endgroup] 2024-08-07T17:15:31.5982999Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-07T17:15:31.9401913Z Defaulting to user installation because normal site-packages is not writeable 2024-08-07T17:15:31.9668313Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-08-07T17:15:31.9680470Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-08-07T17:15:31.9894044Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-08-07T17:15:31.9905800Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (1.25.10) 2024-08-07T17:15:31.9916774Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.7.4) 2024-08-07T17:15:31.9928503Z 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) 2024-08-07T17:15:32.5821185Z Command completed after 1 attempt(s). 2024-08-07T17:15:32.5876746Z ##[group]Run set -x 2024-08-07T17:15:32.5877026Z set -x 2024-08-07T17:15:32.5877264Z  2024-08-07T17:15:32.5877657Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:15:32.5878153Z # in runner workspace 2024-08-07T17:15:32.5878551Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-07T17:15:32.5885087Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:32.5885462Z env: 2024-08-07T17:15:32.5885713Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:32.5885984Z ##[endgroup] 2024-08-07T17:15:32.5913999Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-07T17:15:32.6199753Z ##[group]Run set -x 2024-08-07T17:15:32.6200059Z set -x 2024-08-07T17:15:32.6200291Z  2024-08-07T17:15:32.6200658Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-07T17:15:32.6201279Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-07T17:15:32.6201888Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-07T17:15:32.6202719Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-07T17:15:32.6203262Z # expose this variable as part of GitHub context. 2024-08-07T17:15:32.6203871Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-07T17:15:32.6204556Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-07T17:15:32.6204971Z pwd 2024-08-07T17:15:32.6205195Z  2024-08-07T17:15:32.6205598Z LOG_FILE=$(grep -l -r "f779f6b7738020e244184bded4026b37de3f9f24" *.log | tail -n 1) 2024-08-07T17:15:32.6206084Z if [ -n "${LOG_FILE}" ]; then 2024-08-07T17:15:32.6206585Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-07T17:15:32.6207102Z  # needs to be awk {print $3} on MacOS 2024-08-07T17:15:32.6207432Z  case ${RUNNER_OS} in 2024-08-07T17:15:32.6207723Z  macOS) 2024-08-07T17:15:32.6208178Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-07T17:15:32.6208682Z  ;; 2024-08-07T17:15:32.6209006Z  *) 2024-08-07T17:15:32.6209452Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-07T17:15:32.6209959Z  ;; 2024-08-07T17:15:32.6210181Z  esac 2024-08-07T17:15:32.6210489Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-07T17:15:32.6210852Z fi 2024-08-07T17:15:32.6211060Z  2024-08-07T17:15:32.6211278Z popd 2024-08-07T17:15:32.6217323Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:32.6217706Z env: 2024-08-07T17:15:32.6217934Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:32.6218206Z ##[endgroup] 2024-08-07T17:15:32.6245058Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-07T17:15:32.6246265Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:32.6246946Z + pwd 2024-08-07T17:15:32.6247310Z /home/ec2-user/actions-runner/_diag 2024-08-07T17:15:32.6254681Z ++ tail -n 1 2024-08-07T17:15:32.6256796Z ++ grep -l -r f779f6b7738020e244184bded4026b37de3f9f24 Runner_20240807-164944-utc.log Runner_20240807-165030-utc.log Worker_20240807-165151-utc.log Worker_20240807-170139-utc.log Worker_20240807-171507-utc.log 2024-08-07T17:15:32.6273813Z + LOG_FILE=Worker_20240807-171507-utc.log 2024-08-07T17:15:32.6274546Z + '[' -n Worker_20240807-171507-utc.log ']' 2024-08-07T17:15:32.6275228Z + case ${RUNNER_OS} in 2024-08-07T17:15:32.6279712Z ++ grep -r '"jobDisplayName"' Worker_20240807-171507-utc.log 2024-08-07T17:15:32.6284326Z ++ sed 's/"//g' 2024-08-07T17:15:32.6297619Z ++ awk -F '[:]' '{print $2}' 2024-08-07T17:15:32.6301393Z ++ xargs 2024-08-07T17:15:32.6330001Z + JOB_NAME='linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-08-07T17:15:32.6331229Z + echo 'job-name=linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-08-07T17:15:32.6332182Z + popd 2024-08-07T17:15:32.6332590Z ~/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:32.6367562Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:15:32.6367989Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:15:32.6368336Z echo "Job name: ${JOB_NAME}" 2024-08-07T17:15:32.6368637Z  2024-08-07T17:15:32.6369112Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:15:32.6369603Z # in runner workspace 2024-08-07T17:15:32.6370040Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-07T17:15:32.6370517Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-07T17:15:32.6370866Z  --job-name "${JOB_NAME}" \ 2024-08-07T17:15:32.6371192Z  --test-matrix "{ include: [ 2024-08-07T17:15:32.6371852Z  { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, 2024-08-07T17:15:32.6372355Z ]} 2024-08-07T17:15:32.6372577Z " \ 2024-08-07T17:15:32.6372819Z  --selected-test-configs "" \ 2024-08-07T17:15:32.6373163Z  --pr-number "${PR_NUMBER}" \ 2024-08-07T17:15:32.6373491Z  --tag "${TAG}" \ 2024-08-07T17:15:32.6373778Z  --event-name "${EVENT_NAME}" \ 2024-08-07T17:15:32.6374109Z  --schedule "${SCHEDULE}" \ 2024-08-07T17:15:32.6374432Z  --branch "${HEAD_BRANCH}" 2024-08-07T17:15:32.6380026Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:32.6380415Z env: 2024-08-07T17:15:32.6380639Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:32.6381089Z GITHUB_TOKEN: *** 2024-08-07T17:15:32.6381439Z JOB_NAME: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-08-07T17:15:32.6381865Z PR_NUMBER: 131248 2024-08-07T17:15:32.6382107Z TAG: 2024-08-07T17:15:32.6382408Z EVENT_NAME: pull_request 2024-08-07T17:15:32.6382701Z SCHEDULE: 2024-08-07T17:15:32.6382910Z HEAD_BRANCH: 2024-08-07T17:15:32.6383143Z ##[endgroup] 2024-08-07T17:15:32.6406502Z Workflow: pull 2024-08-07T17:15:32.6407159Z Job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-08-07T17:15:32.8838848Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-07T17:15:33.0225512Z fatal: unknown commit origin/main 2024-08-07T17:15:33.0235027Z /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. 2024-08-07T17:15:33.0237918Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-07T17:15:33.0405579Z ##[group]Run echo "Filtered matrix:" 2024-08-07T17:15:33.0406121Z echo "Filtered matrix:" 2024-08-07T17:15:33.0407099Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "amz2023.linux.4xlarge.nvidia.gpu"}]}" 2024-08-07T17:15:33.0408125Z  2024-08-07T17:15:33.0408494Z echo 2024-08-07T17:15:33.0409110Z echo "Is the current job unstable? False" 2024-08-07T17:15:33.0409957Z  2024-08-07T17:15:33.0410322Z echo 2024-08-07T17:15:33.0410820Z echo "Is keep-going label set? False" 2024-08-07T17:15:33.0411390Z  2024-08-07T17:15:33.0411747Z echo 2024-08-07T17:15:33.0412183Z echo "Renabled issues? " 2024-08-07T17:15:33.0420388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:33.0421062Z env: 2024-08-07T17:15:33.0421455Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:33.0421944Z ##[endgroup] 2024-08-07T17:15:33.0459648Z Filtered matrix: 2024-08-07T17:15:33.0462411Z {include: [{config: default, shard: 1, num_shards: 1, runner: amz2023.linux.4xlarge.nvidia.gpu}]} 2024-08-07T17:15:33.0464828Z 2024-08-07T17:15:33.0466722Z Is the current job unstable? False 2024-08-07T17:15:33.0468630Z 2024-08-07T17:15:33.0470404Z Is keep-going label set? False 2024-08-07T17:15:33.0472286Z 2024-08-07T17:15:33.0473993Z Renabled issues? 2024-08-07T17:15:33.0565305Z Post job cleanup. 2024-08-07T17:15:33.0615119Z Post job cleanup. 2024-08-07T17:15:33.1504724Z [command]/usr/bin/git version 2024-08-07T17:15:33.1549976Z git version 2.40.1 2024-08-07T17:15:33.1592737Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fa25cebc-8514-4953-a9b0-d858c9c76b35' before making global git config changes 2024-08-07T17:15:33.1594864Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:15:33.1599356Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:33.1649498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:15:33.1678741Z [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' || :" 2024-08-07T17:15:33.2027078Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:15:33.2050609Z http.https://github.com/.extraheader 2024-08-07T17:15:33.2061850Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-07T17:15:33.2104991Z [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' || :" 2024-08-07T17:15:33.2485477Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-07T17:15:33.2531667Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-07T17:15:33.2540231Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:33.2541157Z ##[endgroup] 2024-08-07T17:15:39.4581312Z Evaluate and set job outputs 2024-08-07T17:15:39.4588127Z Set output 'test-matrix' 2024-08-07T17:15:39.4589859Z Set output 'is-test-matrix-empty' 2024-08-07T17:15:39.4590511Z Set output 'keep-going' 2024-08-07T17:15:39.4591197Z Cleaning up orphan processes