2024-11-01T16:13:45.6144517Z Current runner version: '2.320.0' 2024-11-01T16:13:45.6151289Z Runner name: 'i-03a3228c03641f316' 2024-11-01T16:13:45.6152016Z Runner group name: 'Default' 2024-11-01T16:13:45.6152870Z Machine name: 'ip-10-0-52-252' 2024-11-01T16:13:45.6170068Z Testing runner upgrade compatibility 2024-11-01T16:13:45.7214493Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:45.7216635Z Actions: read 2024-11-01T16:13:45.7217044Z Attestations: read 2024-11-01T16:13:45.7217476Z Checks: read 2024-11-01T16:13:45.7217965Z Contents: read 2024-11-01T16:13:45.7218342Z Deployments: read 2024-11-01T16:13:45.7219147Z Discussions: read 2024-11-01T16:13:45.7219638Z Issues: read 2024-11-01T16:13:45.7219994Z Metadata: read 2024-11-01T16:13:45.7220418Z Packages: read 2024-11-01T16:13:45.7220885Z Pages: read 2024-11-01T16:13:45.7221248Z PullRequests: read 2024-11-01T16:13:45.7221708Z RepositoryProjects: read 2024-11-01T16:13:45.7222257Z SecurityEvents: read 2024-11-01T16:13:45.7222663Z Statuses: read 2024-11-01T16:13:45.7223314Z ##[endgroup] 2024-11-01T16:13:45.7226996Z Secret source: Actions 2024-11-01T16:13:45.7227815Z Prepare workflow directory 2024-11-01T16:13:46.2303246Z Prepare all required actions 2024-11-01T16:13:46.2541007Z Getting action download info 2024-11-01T16:13:46.4278600Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:50.3990669Z Getting action download info 2024-11-01T16:13:50.5045740Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:50.7338544Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/138766/merge (368da7510f5d755034681777a4e5ae6d33c07b38) 2024-11-01T16:13:50.7341112Z ##[group] Inputs 2024-11-01T16:13:50.7341746Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-11-01T16:13:50.7342694Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9 2024-11-01T16:13:50.7343313Z cuda-version: cpu 2024-11-01T16:13:50.7343754Z sync-tag: 2024-11-01T16:13:50.7377395Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2024-11-01T16:13:50.7378376Z runner: linux.large 2024-11-01T16:13:50.7378711Z ##[endgroup] 2024-11-01T16:13:50.7379588Z Complete job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter 2024-11-01T16:13:50.7996090Z A job started hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:50.8147644Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-11-01T16:13:50.8157843Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:50.8158366Z ##[endgroup] 2024-11-01T16:13:52.4008496Z Runner Type: linux.large 2024-11-01T16:13:52.4009273Z Instance Type: c5.large 2024-11-01T16:13:52.4009834Z AMI Name: unknown 2024-11-01T16:13:52.4010646Z AMI ID: ami-0fff1b9a61dec8a5f 2024-11-01T16:13:58.4350944Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:58.4351551Z with: 2024-11-01T16:13:58.4351818Z fetch-depth: 1 2024-11-01T16:13:58.4352212Z submodules: false 2024-11-01T16:13:58.4352506Z env: 2024-11-01T16:13:58.4352747Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:58.4353094Z ##[endgroup] 2024-11-01T16:13:58.4545681Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:58.4547073Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:58.4556304Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:58.4556823Z env: 2024-11-01T16:13:58.4557068Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:58.4557396Z ##[endgroup] 2024-11-01T16:13:58.4673414Z ##[group]Run retry () { 2024-11-01T16:13:58.4673773Z retry () { 2024-11-01T16:13:58.4674314Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:58.4674860Z } 2024-11-01T16:13:58.4675332Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:58.4675750Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:58.4676203Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:58.4676649Z else 2024-11-01T16:13:58.4676979Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:58.4677381Z fi 2024-11-01T16:13:58.4677670Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:58.4683849Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:58.4684330Z env: 2024-11-01T16:13:58.4684586Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:58.4684918Z NO_SUDO: 2024-11-01T16:13:58.4685162Z ##[endgroup] 2024-11-01T16:13:58.4713843Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:58.8396500Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:58.8396953Z with: 2024-11-01T16:13:58.8397252Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:58.8397691Z fetch-depth: 1 2024-11-01T16:13:58.8397992Z submodules: false 2024-11-01T16:13:58.8398279Z quiet-checkout: true 2024-11-01T16:13:58.8398610Z repository: pytorch/pytorch 2024-11-01T16:13:58.8399113Z token: *** 2024-11-01T16:13:58.8399395Z ssh-strict: true 2024-11-01T16:13:58.8399690Z persist-credentials: true 2024-11-01T16:13:58.8400033Z clean: true 2024-11-01T16:13:58.8400332Z sparse-checkout-cone-mode: true 2024-11-01T16:13:58.8400688Z lfs: false 2024-11-01T16:13:58.8400964Z set-safe-directory: true 2024-11-01T16:13:58.8401278Z env: 2024-11-01T16:13:58.8401513Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:58.8401833Z ##[endgroup] 2024-11-01T16:13:58.9518035Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:58.9521334Z ##[group]Getting Git version info 2024-11-01T16:13:58.9523037Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:58.9524715Z [command]/usr/bin/git version 2024-11-01T16:13:58.9527563Z git version 2.40.1 2024-11-01T16:13:58.9548506Z ##[endgroup] 2024-11-01T16:13:58.9570181Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c8230528-6b01-4631-9623-e06ab5cdbdf4' before making global git config changes 2024-11-01T16:13:58.9572657Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:58.9578260Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:58.9621978Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:58.9627547Z ##[group]Initializing the repository 2024-11-01T16:13:58.9631640Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:58.9664842Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:58.9666542Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:58.9668082Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:58.9668964Z hint: 2024-11-01T16:13:58.9669694Z hint: git config --global init.defaultBranch 2024-11-01T16:13:58.9670460Z hint: 2024-11-01T16:13:58.9671393Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:58.9672925Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:58.9673871Z hint: 2024-11-01T16:13:58.9674430Z hint: git branch -m 2024-11-01T16:13:58.9676030Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:13:58.9683344Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:58.9715957Z ##[endgroup] 2024-11-01T16:13:58.9717102Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:58.9719685Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:58.9750323Z ##[endgroup] 2024-11-01T16:13:58.9751348Z ##[group]Setting up auth 2024-11-01T16:13:58.9757452Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:58.9789508Z [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-11-01T16:13:59.0052145Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:59.0083894Z [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-11-01T16:13:59.0345550Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:59.0391734Z ##[endgroup] 2024-11-01T16:13:59.0392940Z ##[group]Fetching the repository 2024-11-01T16:13:59.0401152Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:59.3357237Z remote: Enumerating objects: 11385, done. 2024-11-01T16:13:59.3366944Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:13:59.3370476Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:13:59.3371689Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:13:59.3375455Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:13:59.3378666Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:13:59.3381110Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:13:59.3383720Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:13:59.3384969Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:13:59.3387536Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:13:59.3390162Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:13:59.3393740Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:13:59.3397142Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:13:59.3401113Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:13:59.3404234Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:13:59.3407079Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:13:59.3410085Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:13:59.3412051Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:13:59.3415155Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:13:59.3419159Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:13:59.3423847Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:13:59.3425294Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:13:59.3427114Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:13:59.3428434Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:13:59.3430821Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:13:59.3432745Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:13:59.3437029Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:13:59.3438104Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:13:59.3439219Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:13:59.3440211Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:13:59.3441111Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:13:59.3442472Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:13:59.3443638Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:13:59.3444757Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:13:59.3445979Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:13:59.3447129Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:13:59.3450263Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:13:59.3451861Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:13:59.3454546Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:13:59.3455657Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:13:59.3457587Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:13:59.3460635Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:13:59.3464205Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:13:59.3465714Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:13:59.3467860Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:13:59.3470245Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:13:59.3473513Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:13:59.3476166Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:13:59.3478855Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:13:59.3480648Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:13:59.3483834Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:13:59.3489231Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:13:59.3492558Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:13:59.3497623Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:13:59.3501915Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:13:59.3505795Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:13:59.3507180Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:13:59.3511392Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:13:59.3515836Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:13:59.3523142Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:13:59.3524957Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:13:59.3526954Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:13:59.3529167Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:13:59.3533526Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:13:59.3539030Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:13:59.3544580Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:13:59.3550590Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:13:59.3556261Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:13:59.3560261Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:13:59.3563603Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:13:59.3568308Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:13:59.3570838Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:13:59.3575835Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:13:59.3577876Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:13:59.3583223Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:13:59.3585443Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:13:59.3588456Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:13:59.3592391Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:13:59.3598332Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:13:59.3599552Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:13:59.3600581Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:13:59.3602030Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:13:59.3603128Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:13:59.3604063Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:13:59.3605518Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:13:59.3606579Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:13:59.3607762Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:13:59.3608932Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:13:59.3610271Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:13:59.3611424Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:13:59.3612632Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:13:59.3613831Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:13:59.3615424Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:13:59.3617615Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:13:59.3620742Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:13:59.3623973Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:13:59.3625856Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:13:59.3629102Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:13:59.3630502Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:13:59.3633589Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:13:59.3637573Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:13:59.3638282Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:13:59.3638942Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:13:59.3745502Z remote: Compressing objects: 0% (1/9987) 2024-11-01T16:13:59.4054024Z remote: Compressing objects: 1% (100/9987) 2024-11-01T16:13:59.4845180Z remote: Compressing objects: 2% (200/9987) 2024-11-01T16:13:59.5186144Z remote: Compressing objects: 3% (300/9987) 2024-11-01T16:13:59.5598793Z remote: Compressing objects: 4% (400/9987) 2024-11-01T16:13:59.6155908Z remote: Compressing objects: 5% (500/9987) 2024-11-01T16:13:59.6984126Z remote: Compressing objects: 6% (600/9987) 2024-11-01T16:13:59.7905982Z remote: Compressing objects: 7% (700/9987) 2024-11-01T16:13:59.8696972Z remote: Compressing objects: 8% (799/9987) 2024-11-01T16:13:59.9212598Z remote: Compressing objects: 9% (899/9987) 2024-11-01T16:13:59.9695753Z remote: Compressing objects: 10% (999/9987) 2024-11-01T16:14:00.0227212Z remote: Compressing objects: 11% (1099/9987) 2024-11-01T16:14:00.0700128Z remote: Compressing objects: 12% (1199/9987) 2024-11-01T16:14:00.1598734Z remote: Compressing objects: 13% (1299/9987) 2024-11-01T16:14:00.2254716Z remote: Compressing objects: 14% (1399/9987) 2024-11-01T16:14:00.2899002Z remote: Compressing objects: 15% (1499/9987) 2024-11-01T16:14:00.3486941Z remote: Compressing objects: 16% (1598/9987) 2024-11-01T16:14:00.3648523Z remote: Compressing objects: 17% (1698/9987) 2024-11-01T16:14:00.4091384Z remote: Compressing objects: 17% (1719/9987) 2024-11-01T16:14:00.4634288Z remote: Compressing objects: 18% (1798/9987) 2024-11-01T16:14:00.5436544Z remote: Compressing objects: 19% (1898/9987) 2024-11-01T16:14:00.6206934Z remote: Compressing objects: 20% (1998/9987) 2024-11-01T16:14:00.6616006Z remote: Compressing objects: 21% (2098/9987) 2024-11-01T16:14:00.7322959Z remote: Compressing objects: 22% (2198/9987) 2024-11-01T16:14:00.8052636Z remote: Compressing objects: 23% (2298/9987) 2024-11-01T16:14:00.8698071Z remote: Compressing objects: 24% (2397/9987) 2024-11-01T16:14:00.9224391Z remote: Compressing objects: 25% (2497/9987) 2024-11-01T16:14:00.9974085Z remote: Compressing objects: 26% (2597/9987) 2024-11-01T16:14:01.0532322Z remote: Compressing objects: 27% (2697/9987) 2024-11-01T16:14:01.1070704Z remote: Compressing objects: 28% (2797/9987) 2024-11-01T16:14:01.1743483Z remote: Compressing objects: 29% (2897/9987) 2024-11-01T16:14:01.2339222Z remote: Compressing objects: 30% (2997/9987) 2024-11-01T16:14:01.3035429Z remote: Compressing objects: 31% (3096/9987) 2024-11-01T16:14:01.3139723Z remote: Compressing objects: 32% (3196/9987) 2024-11-01T16:14:01.3357173Z remote: Compressing objects: 33% (3296/9987) 2024-11-01T16:14:01.3586859Z remote: Compressing objects: 34% (3396/9987) 2024-11-01T16:14:01.3642158Z remote: Compressing objects: 35% (3496/9987) 2024-11-01T16:14:01.3760088Z remote: Compressing objects: 35% (3532/9987) 2024-11-01T16:14:01.3984738Z remote: Compressing objects: 36% (3596/9987) 2024-11-01T16:14:01.4037884Z remote: Compressing objects: 37% (3696/9987) 2024-11-01T16:14:01.4244765Z remote: Compressing objects: 38% (3796/9987) 2024-11-01T16:14:01.4534885Z remote: Compressing objects: 39% (3895/9987) 2024-11-01T16:14:01.4876298Z remote: Compressing objects: 40% (3995/9987) 2024-11-01T16:14:01.5173891Z remote: Compressing objects: 41% (4095/9987) 2024-11-01T16:14:01.5708617Z remote: Compressing objects: 42% (4195/9987) 2024-11-01T16:14:01.6264703Z remote: Compressing objects: 43% (4295/9987) 2024-11-01T16:14:01.6600677Z remote: Compressing objects: 44% (4395/9987) 2024-11-01T16:14:01.6926942Z remote: Compressing objects: 45% (4495/9987) 2024-11-01T16:14:01.7452343Z remote: Compressing objects: 46% (4595/9987) 2024-11-01T16:14:01.8043219Z remote: Compressing objects: 47% (4694/9987) 2024-11-01T16:14:01.8432614Z remote: Compressing objects: 48% (4794/9987) 2024-11-01T16:14:01.8798619Z remote: Compressing objects: 49% (4894/9987) 2024-11-01T16:14:01.9478297Z remote: Compressing objects: 50% (4994/9987) 2024-11-01T16:14:01.9900852Z remote: Compressing objects: 51% (5094/9987) 2024-11-01T16:14:02.0228250Z remote: Compressing objects: 52% (5194/9987) 2024-11-01T16:14:02.0498657Z remote: Compressing objects: 53% (5294/9987) 2024-11-01T16:14:02.0814867Z remote: Compressing objects: 54% (5393/9987) 2024-11-01T16:14:02.1224917Z remote: Compressing objects: 55% (5493/9987) 2024-11-01T16:14:02.1662654Z remote: Compressing objects: 56% (5593/9987) 2024-11-01T16:14:02.1939760Z remote: Compressing objects: 57% (5693/9987) 2024-11-01T16:14:02.2665161Z remote: Compressing objects: 58% (5793/9987) 2024-11-01T16:14:02.2712325Z remote: Compressing objects: 59% (5893/9987) 2024-11-01T16:14:02.2902795Z remote: Compressing objects: 60% (5993/9987) 2024-11-01T16:14:02.3167637Z remote: Compressing objects: 61% (6093/9987) 2024-11-01T16:14:02.3643334Z remote: Compressing objects: 62% (6192/9987) 2024-11-01T16:14:02.3678081Z remote: Compressing objects: 62% (6273/9987) 2024-11-01T16:14:02.3903546Z remote: Compressing objects: 63% (6292/9987) 2024-11-01T16:14:02.3993531Z remote: Compressing objects: 64% (6392/9987) 2024-11-01T16:14:02.4036793Z remote: Compressing objects: 65% (6492/9987) 2024-11-01T16:14:02.4112542Z remote: Compressing objects: 66% (6592/9987) 2024-11-01T16:14:02.4246297Z remote: Compressing objects: 67% (6692/9987) 2024-11-01T16:14:02.4327376Z remote: Compressing objects: 68% (6792/9987) 2024-11-01T16:14:02.4438961Z remote: Compressing objects: 69% (6892/9987) 2024-11-01T16:14:02.4590357Z remote: Compressing objects: 70% (6991/9987) 2024-11-01T16:14:02.4771672Z remote: Compressing objects: 71% (7091/9987) 2024-11-01T16:14:02.4912698Z remote: Compressing objects: 72% (7191/9987) 2024-11-01T16:14:02.5036909Z remote: Compressing objects: 73% (7291/9987) 2024-11-01T16:14:02.5162887Z remote: Compressing objects: 74% (7391/9987) 2024-11-01T16:14:02.5347381Z remote: Compressing objects: 75% (7491/9987) 2024-11-01T16:14:02.5470894Z remote: Compressing objects: 76% (7591/9987) 2024-11-01T16:14:02.5655521Z remote: Compressing objects: 77% (7690/9987) 2024-11-01T16:14:02.5812872Z remote: Compressing objects: 78% (7790/9987) 2024-11-01T16:14:02.5965442Z remote: Compressing objects: 79% (7890/9987) 2024-11-01T16:14:02.6121911Z remote: Compressing objects: 80% (7990/9987) 2024-11-01T16:14:02.6335556Z remote: Compressing objects: 81% (8090/9987) 2024-11-01T16:14:02.6522325Z remote: Compressing objects: 82% (8190/9987) 2024-11-01T16:14:02.6668997Z remote: Compressing objects: 83% (8290/9987) 2024-11-01T16:14:02.6823249Z remote: Compressing objects: 84% (8390/9987) 2024-11-01T16:14:02.6969958Z remote: Compressing objects: 85% (8489/9987) 2024-11-01T16:14:02.7154594Z remote: Compressing objects: 86% (8589/9987) 2024-11-01T16:14:02.7306804Z remote: Compressing objects: 87% (8689/9987) 2024-11-01T16:14:02.7428008Z remote: Compressing objects: 88% (8789/9987) 2024-11-01T16:14:02.7579678Z remote: Compressing objects: 89% (8889/9987) 2024-11-01T16:14:02.7626520Z remote: Compressing objects: 90% (8989/9987) 2024-11-01T16:14:02.7641545Z remote: Compressing objects: 91% (9089/9987) 2024-11-01T16:14:02.7656785Z remote: Compressing objects: 92% (9189/9987) 2024-11-01T16:14:02.7679097Z remote: Compressing objects: 93% (9288/9987) 2024-11-01T16:14:02.7689443Z remote: Compressing objects: 94% (9388/9987) 2024-11-01T16:14:02.7704411Z remote: Compressing objects: 95% (9488/9987) 2024-11-01T16:14:02.7716798Z remote: Compressing objects: 96% (9588/9987) 2024-11-01T16:14:02.7732594Z remote: Compressing objects: 97% (9688/9987) 2024-11-01T16:14:02.7747686Z remote: Compressing objects: 98% (9788/9987) 2024-11-01T16:14:02.7759213Z remote: Compressing objects: 99% (9888/9987) 2024-11-01T16:14:02.7760209Z remote: Compressing objects: 100% (9987/9987) 2024-11-01T16:14:02.7761367Z remote: Compressing objects: 100% (9987/9987), done. 2024-11-01T16:14:06.0774381Z remote: Total 11385 (delta 1369), reused 4209 (delta 1104), pack-reused 0 (from 0) 2024-11-01T16:14:06.7520841Z ##[endgroup] 2024-11-01T16:14:06.7522232Z ##[group]Determining the checkout info 2024-11-01T16:14:06.7523583Z ##[endgroup] 2024-11-01T16:14:06.7524442Z ##[group]Checking out the ref 2024-11-01T16:14:06.7529434Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:08.0344390Z ##[endgroup] 2024-11-01T16:14:08.0386364Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:14:08.0414992Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:14:08.0667939Z Prepare all required actions 2024-11-01T16:14:08.0668390Z Getting action download info 2024-11-01T16:14:08.1576852Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:14:08.3091939Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:14:08.3092744Z with: 2024-11-01T16:14:08.3093494Z github-token: *** 2024-11-01T16:14:08.3094536Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2024-11-01T16:14:08.3095568Z env: 2024-11-01T16:14:08.3095978Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.3096523Z ##[endgroup] 2024-11-01T16:14:08.3173869Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:14:08.3174533Z with: 2024-11-01T16:14:08.3174948Z shell: bash 2024-11-01T16:14:08.3175449Z timeout_minutes: 10 2024-11-01T16:14:08.3175995Z max_attempts: 5 2024-11-01T16:14:08.3176494Z retry_wait_seconds: 30 2024-11-01T16:14:08.3178496Z 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-11-01T16:14:08.3180728Z polling_interval_seconds: 1 2024-11-01T16:14:08.3181347Z warning_on_retry: true 2024-11-01T16:14:08.3192403Z continue_on_error: false 2024-11-01T16:14:08.3192931Z env: 2024-11-01T16:14:08.3193327Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.3194190Z GITHUB_TOKEN: *** 2024-11-01T16:14:08.3194678Z ##[endgroup] 2024-11-01T16:14:08.4310809Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:14:08.7046081Z Defaulting to user installation because normal site-packages is not writeable 2024-11-01T16:14:08.7187517Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:14:08.7193583Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:14:08.7315938Z 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-11-01T16:14:08.7330418Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-11-01T16:14:08.7336622Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.8.30) 2024-11-01T16:14:08.7348517Z 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-11-01T16:14:09.4140270Z Command completed after 1 attempt(s). 2024-11-01T16:14:09.4200893Z ##[group]Run set -x 2024-11-01T16:14:09.4201219Z set -x 2024-11-01T16:14:09.4201495Z  2024-11-01T16:14:09.4202034Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:14:09.4202704Z # in runner workspace 2024-11-01T16:14:09.4203233Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:14:09.4210330Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:09.4210810Z env: 2024-11-01T16:14:09.4211073Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.4211401Z ##[endgroup] 2024-11-01T16:14:09.4245294Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:14:09.4535501Z ##[group]Run set -x 2024-11-01T16:14:09.4535843Z set -x 2024-11-01T16:14:09.4536116Z  2024-11-01T16:14:09.4536654Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-11-01T16:14:09.4537585Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-11-01T16:14:09.4538487Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-11-01T16:14:09.4539751Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-11-01T16:14:09.4540544Z # expose this variable as part of GitHub context. 2024-11-01T16:14:09.4541372Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-11-01T16:14:09.4542279Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-11-01T16:14:09.4542842Z pwd 2024-11-01T16:14:09.4543096Z  2024-11-01T16:14:09.4543619Z LOG_FILE=$(grep -l -r "368da7510f5d755034681777a4e5ae6d33c07b38" *.log | tail -n 1) 2024-11-01T16:14:09.4544289Z if [ -n "${LOG_FILE}" ]; then 2024-11-01T16:14:09.4544968Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-11-01T16:14:09.4545710Z  # needs to be awk {print $3} on MacOS 2024-11-01T16:14:09.4546168Z  case ${RUNNER_OS} in 2024-11-01T16:14:09.4546515Z  macOS) 2024-11-01T16:14:09.4547185Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-11-01T16:14:09.4547920Z  ;; 2024-11-01T16:14:09.4548201Z  *) 2024-11-01T16:14:09.4548816Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-11-01T16:14:09.4549957Z  ;; 2024-11-01T16:14:09.4550251Z  esac 2024-11-01T16:14:09.4550640Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:14:09.4551126Z fi 2024-11-01T16:14:09.4551387Z  2024-11-01T16:14:09.4551621Z popd 2024-11-01T16:14:09.4557817Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:09.4558308Z env: 2024-11-01T16:14:09.4558556Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.4558883Z ##[endgroup] 2024-11-01T16:14:09.4585887Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-11-01T16:14:09.4587138Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:09.4588378Z /home/ec2-user/actions-runner/_diag 2024-11-01T16:14:09.4589478Z + pwd 2024-11-01T16:14:09.4594871Z ++ tail -n 1 2024-11-01T16:14:09.4603906Z ++ grep -l -r 368da7510f5d755034681777a4e5ae6d33c07b38 Runner_20241101-153557-utc.log Runner_20241101-153645-utc.log Worker_20241101-153920-utc.log Worker_20241101-161056-utc.log Worker_20241101-161342-utc.log 2024-11-01T16:14:09.4626690Z + LOG_FILE=Worker_20241101-161342-utc.log 2024-11-01T16:14:09.4627541Z + '[' -n Worker_20241101-161342-utc.log ']' 2024-11-01T16:14:09.4628258Z + case ${RUNNER_OS} in 2024-11-01T16:14:09.4635386Z ++ sed 's/"//g' 2024-11-01T16:14:09.4636028Z ++ awk -F '[:]' '{print $2}' 2024-11-01T16:14:09.4640565Z ++ xargs 2024-11-01T16:14:09.4656976Z ++ grep -r '"jobDisplayName"' Worker_20241101-161342-utc.log 2024-11-01T16:14:09.4701477Z + JOB_NAME='linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2024-11-01T16:14:09.4703274Z + echo 'job-name=linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2024-11-01T16:14:09.4704389Z ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:09.4705579Z + popd 2024-11-01T16:14:09.4735087Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:14:09.4735902Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:14:09.4736354Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:14:09.4736724Z  2024-11-01T16:14:09.4737255Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:14:09.4737932Z # in runner workspace 2024-11-01T16:14:09.4738484Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:14:09.4739133Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:14:09.4739567Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:14:09.4739985Z  --test-matrix "{ include: [ 2024-11-01T16:14:09.4740575Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2024-11-01T16:14:09.4741294Z ]} 2024-11-01T16:14:09.4741560Z " \ 2024-11-01T16:14:09.4741891Z  --selected-test-configs "" \ 2024-11-01T16:14:09.4742405Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:14:09.4742878Z  --tag "${TAG}" \ 2024-11-01T16:14:09.4743398Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:14:09.4743881Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:14:09.4744362Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:14:09.4750426Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:09.4751022Z env: 2024-11-01T16:14:09.4751352Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.4751961Z GITHUB_TOKEN: *** 2024-11-01T16:14:09.4752577Z JOB_NAME: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2024-11-01T16:14:09.4753165Z PR_NUMBER: 138766 2024-11-01T16:14:09.4753514Z TAG: 2024-11-01T16:14:09.4753832Z EVENT_NAME: pull_request 2024-11-01T16:14:09.4754229Z SCHEDULE: 2024-11-01T16:14:09.4754557Z HEAD_BRANCH: 2024-11-01T16:14:09.4754901Z ##[endgroup] 2024-11-01T16:14:09.4781901Z Workflow: pull 2024-11-01T16:14:09.4783086Z Job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2024-11-01T16:14:09.7018811Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:14:09.8429824Z fatal: unknown commit origin/main 2024-11-01T16:14:09.8440334Z /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-11-01T16:14:09.8443960Z warnings.warn(f"failed to get commit messages: {e}") 2024-11-01T16:14:09.8641717Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:14:09.8642152Z echo "Filtered matrix:" 2024-11-01T16:14:09.8642836Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2024-11-01T16:14:09.8643514Z  2024-11-01T16:14:09.8643759Z echo 2024-11-01T16:14:09.8644110Z echo "Is the current job unstable? False" 2024-11-01T16:14:09.8644552Z  2024-11-01T16:14:09.8644782Z echo 2024-11-01T16:14:09.8645120Z echo "Is keep-going label set? False" 2024-11-01T16:14:09.8645541Z  2024-11-01T16:14:09.8645771Z echo 2024-11-01T16:14:09.8646063Z echo "Renabled issues? " 2024-11-01T16:14:09.8652013Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:09.8652500Z env: 2024-11-01T16:14:09.8652753Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.8653067Z ##[endgroup] 2024-11-01T16:14:09.8679651Z Filtered matrix: 2024-11-01T16:14:09.8680578Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2024-11-01T16:14:09.8681507Z 2024-11-01T16:14:09.8681758Z Is the current job unstable? False 2024-11-01T16:14:09.8682254Z 2024-11-01T16:14:09.8682787Z Is keep-going label set? False 2024-11-01T16:14:09.8683213Z 2024-11-01T16:14:09.8683442Z Renabled issues? 2024-11-01T16:14:09.8818367Z Post job cleanup. 2024-11-01T16:14:09.8871712Z Post job cleanup. 2024-11-01T16:14:09.9756059Z [command]/usr/bin/git version 2024-11-01T16:14:09.9801720Z git version 2.40.1 2024-11-01T16:14:09.9846093Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e02e0d01-b61a-4b93-8fbc-29b59ab376ca' before making global git config changes 2024-11-01T16:14:09.9848957Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:14:09.9854334Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:09.9894870Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:14:09.9931544Z [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-11-01T16:14:10.0221413Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:14:10.0249428Z http.https://github.com/.extraheader 2024-11-01T16:14:10.0262485Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:14:10.0300397Z [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-11-01T16:14:10.0657347Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:14:10.0686219Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-11-01T16:14:10.0694985Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:10.0695860Z ##[endgroup] 2024-11-01T16:14:16.6040413Z Evaluate and set job outputs 2024-11-01T16:14:16.6051442Z Set output 'test-matrix' 2024-11-01T16:14:16.6052417Z Set output 'is-test-matrix-empty' 2024-11-01T16:14:16.6052951Z Set output 'keep-going' 2024-11-01T16:14:16.6053708Z Cleaning up orphan processes