2024-11-01T16:13:29.6942982Z Current runner version: '2.320.0' 2024-11-01T16:13:29.6949682Z Runner name: 'i-0463cc634d30dbc53' 2024-11-01T16:13:29.6950499Z Runner group name: 'Default' 2024-11-01T16:13:29.6951312Z Machine name: 'ip-10-0-19-30' 2024-11-01T16:13:29.6968455Z Testing runner upgrade compatibility 2024-11-01T16:13:29.8130388Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:29.8132780Z Actions: read 2024-11-01T16:13:29.8133228Z Attestations: read 2024-11-01T16:13:29.8133794Z Checks: read 2024-11-01T16:13:29.8134231Z Contents: read 2024-11-01T16:13:29.8134641Z Deployments: read 2024-11-01T16:13:29.8135160Z Discussions: read 2024-11-01T16:13:29.8135617Z Issues: read 2024-11-01T16:13:29.8136001Z Metadata: read 2024-11-01T16:13:29.8136480Z Packages: read 2024-11-01T16:13:29.8137002Z Pages: read 2024-11-01T16:13:29.8137456Z PullRequests: read 2024-11-01T16:13:29.8138436Z RepositoryProjects: read 2024-11-01T16:13:29.8138961Z SecurityEvents: read 2024-11-01T16:13:29.8139399Z Statuses: read 2024-11-01T16:13:29.8140114Z ##[endgroup] 2024-11-01T16:13:29.8143658Z Secret source: Actions 2024-11-01T16:13:29.8144450Z Prepare workflow directory 2024-11-01T16:13:30.2811162Z Prepare all required actions 2024-11-01T16:13:30.3066602Z Getting action download info 2024-11-01T16:13:30.4760818Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:34.4791151Z Getting action download info 2024-11-01T16:13:34.5919371Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:34.7892507Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/138766/merge (368da7510f5d755034681777a4e5ae6d33c07b38) 2024-11-01T16:13:34.7895086Z ##[group] Inputs 2024-11-01T16:13:34.7895846Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single 2024-11-01T16:13:34.7897025Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-11-01T16:13:34.7897738Z sync-tag: 2024-11-01T16:13:34.7939002Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-11-01T16:13:34.7941766Z ##[endgroup] 2024-11-01T16:13:34.7943587Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter 2024-11-01T16:13:34.8559712Z A job started hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:34.8715321Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-11-01T16:13:34.8725667Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:34.8726189Z ##[endgroup] 2024-11-01T16:13:36.5051300Z Runner Type: linux.large 2024-11-01T16:13:36.5052178Z Instance Type: c5.large 2024-11-01T16:13:36.5052733Z AMI Name: unknown 2024-11-01T16:13:36.5053531Z AMI ID: ami-0fff1b9a61dec8a5f 2024-11-01T16:13:42.4903590Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:42.4904200Z with: 2024-11-01T16:13:42.4904460Z fetch-depth: 1 2024-11-01T16:13:42.4904755Z submodules: false 2024-11-01T16:13:42.4905038Z env: 2024-11-01T16:13:42.4905293Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.4905612Z ##[endgroup] 2024-11-01T16:13:42.5095365Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:42.5097096Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:42.5106235Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:42.5106756Z env: 2024-11-01T16:13:42.5107018Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.5107382Z ##[endgroup] 2024-11-01T16:13:42.5213931Z ##[group]Run retry () { 2024-11-01T16:13:42.5214295Z retry () { 2024-11-01T16:13:42.5214830Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:42.5215373Z } 2024-11-01T16:13:42.5215660Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.5216235Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:42.5216690Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.5217142Z else 2024-11-01T16:13:42.5217475Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.5217880Z fi 2024-11-01T16:13:42.5218169Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.5224036Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:42.5224828Z env: 2024-11-01T16:13:42.5225091Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.5225423Z NO_SUDO: 2024-11-01T16:13:42.5225670Z ##[endgroup] 2024-11-01T16:13:42.5253082Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:42.9236801Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:42.9237271Z with: 2024-11-01T16:13:42.9237571Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:42.9238010Z fetch-depth: 1 2024-11-01T16:13:42.9238294Z submodules: false 2024-11-01T16:13:42.9238598Z quiet-checkout: true 2024-11-01T16:13:42.9238929Z repository: pytorch/pytorch 2024-11-01T16:13:42.9239423Z token: *** 2024-11-01T16:13:42.9239685Z ssh-strict: true 2024-11-01T16:13:42.9239989Z persist-credentials: true 2024-11-01T16:13:42.9240326Z clean: true 2024-11-01T16:13:42.9240610Z sparse-checkout-cone-mode: true 2024-11-01T16:13:42.9240978Z lfs: false 2024-11-01T16:13:42.9241255Z set-safe-directory: true 2024-11-01T16:13:42.9241561Z env: 2024-11-01T16:13:42.9241812Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.9242132Z ##[endgroup] 2024-11-01T16:13:43.0427983Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:43.0430652Z ##[group]Getting Git version info 2024-11-01T16:13:43.0431952Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:43.0433352Z [command]/usr/bin/git version 2024-11-01T16:13:43.0433973Z git version 2.40.1 2024-11-01T16:13:43.0436103Z ##[endgroup] 2024-11-01T16:13:43.0453862Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5d28e8ed-d6ff-4fb2-8c7d-aecfce911a3b' before making global git config changes 2024-11-01T16:13:43.0456237Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:43.0458285Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:43.0475676Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:43.0481069Z ##[group]Initializing the repository 2024-11-01T16:13:43.0485357Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:43.0518931Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:43.0521060Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:43.0523342Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:43.0524820Z hint: 2024-11-01T16:13:43.0525771Z hint: git config --global init.defaultBranch 2024-11-01T16:13:43.0526504Z hint: 2024-11-01T16:13:43.0618922Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:43.0620549Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:43.0621647Z hint: 2024-11-01T16:13:43.0622206Z hint: git branch -m 2024-11-01T16:13:43.0623941Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:13:43.0626938Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:43.0629120Z ##[endgroup] 2024-11-01T16:13:43.0630066Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:43.0631132Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:43.0651130Z ##[endgroup] 2024-11-01T16:13:43.0651983Z ##[group]Setting up auth 2024-11-01T16:13:43.0659052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:43.0692230Z [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:43.0954583Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:43.0990426Z [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:43.1256650Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:43.1307231Z ##[endgroup] 2024-11-01T16:13:43.1308749Z ##[group]Fetching the repository 2024-11-01T16:13:43.1316432Z [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:43.3960896Z remote: Enumerating objects: 11385, done. 2024-11-01T16:13:43.3970053Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:13:43.3973917Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:13:43.3975144Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:13:43.3979092Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:13:43.3981508Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:13:43.3984417Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:13:43.3989717Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:13:43.3991597Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:13:43.3993349Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:13:43.3998147Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:13:43.3999245Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:13:43.4001262Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:13:43.4002409Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:13:43.4006376Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:13:43.4011230Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:13:43.4012596Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:13:43.4014196Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:13:43.4016245Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:13:43.4017209Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:13:43.4019021Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:13:43.4022985Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:13:43.4027143Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:13:43.4029345Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:13:43.4031501Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:13:43.4032629Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:13:43.4034676Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:13:43.4036453Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:13:43.4038074Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:13:43.4040117Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:13:43.4041940Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:13:43.4042911Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:13:43.4045069Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:13:43.4047025Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:13:43.4048910Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:13:43.4050128Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:13:43.4052444Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:13:43.4054272Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:13:43.4055613Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:13:43.4057793Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:13:43.4058819Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:13:43.4060776Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:13:43.4062804Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:13:43.4063890Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:13:43.4064939Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:13:43.4066974Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:13:43.4068150Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:13:43.4069211Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:13:43.4070517Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:13:43.4072950Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:13:43.4073987Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:13:43.4076051Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:13:43.4080320Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:13:43.4081414Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:13:43.4082043Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:13:43.4082649Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:13:43.4083318Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:13:43.4084354Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:13:43.4085958Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:13:43.4087287Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:13:43.4092374Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:13:43.4093470Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:13:43.4094652Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:13:43.4095713Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:13:43.4098509Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:13:43.4100539Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:13:43.4104957Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:13:43.4108635Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:13:43.4112826Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:13:43.4115326Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:13:43.4119421Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:13:43.4122604Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:13:43.4125091Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:13:43.4127272Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:13:43.4129204Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:13:43.4133075Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:13:43.4134236Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:13:43.4137654Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:13:43.4140218Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:13:43.4142803Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:13:43.4145664Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:13:43.4148217Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:13:43.4150775Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:13:43.4153872Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:13:43.4155695Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:13:43.4158458Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:13:43.4163106Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:13:43.4165005Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:13:43.4168642Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:13:43.4171535Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:13:43.4175374Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:13:43.4177921Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:13:43.4181318Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:13:43.4184117Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:13:43.4186908Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:13:43.4189872Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:13:43.4190971Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:13:43.4191916Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:13:43.4192553Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:13:43.4193243Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:13:43.4230275Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:13:43.4231184Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:13:43.4232051Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:13:43.4287580Z remote: Compressing objects: 0% (1/9987) 2024-11-01T16:13:43.4602719Z remote: Compressing objects: 1% (100/9987) 2024-11-01T16:13:43.5331873Z remote: Compressing objects: 2% (200/9987) 2024-11-01T16:13:43.5648591Z remote: Compressing objects: 3% (300/9987) 2024-11-01T16:13:43.6067619Z remote: Compressing objects: 4% (400/9987) 2024-11-01T16:13:43.6565052Z remote: Compressing objects: 5% (500/9987) 2024-11-01T16:13:43.7331292Z remote: Compressing objects: 6% (600/9987) 2024-11-01T16:13:43.8264899Z remote: Compressing objects: 7% (700/9987) 2024-11-01T16:13:43.9027900Z remote: Compressing objects: 8% (799/9987) 2024-11-01T16:13:43.9538943Z remote: Compressing objects: 9% (899/9987) 2024-11-01T16:13:44.0029188Z remote: Compressing objects: 10% (999/9987) 2024-11-01T16:13:44.0493529Z remote: Compressing objects: 11% (1099/9987) 2024-11-01T16:13:44.0908446Z remote: Compressing objects: 12% (1199/9987) 2024-11-01T16:13:44.1792268Z remote: Compressing objects: 13% (1299/9987) 2024-11-01T16:13:44.2427996Z remote: Compressing objects: 14% (1399/9987) 2024-11-01T16:13:44.3019817Z remote: Compressing objects: 15% (1499/9987) 2024-11-01T16:13:44.3607497Z remote: Compressing objects: 16% (1598/9987) 2024-11-01T16:13:44.4190171Z remote: Compressing objects: 17% (1698/9987) 2024-11-01T16:13:44.4199374Z remote: Compressing objects: 18% (1798/9987) 2024-11-01T16:13:44.4739700Z remote: Compressing objects: 18% (1800/9987) 2024-11-01T16:13:44.5513721Z remote: Compressing objects: 19% (1898/9987) 2024-11-01T16:13:44.6229897Z remote: Compressing objects: 20% (1998/9987) 2024-11-01T16:13:44.6635674Z remote: Compressing objects: 21% (2098/9987) 2024-11-01T16:13:44.7303644Z remote: Compressing objects: 22% (2198/9987) 2024-11-01T16:13:44.7993940Z remote: Compressing objects: 23% (2298/9987) 2024-11-01T16:13:44.8610828Z remote: Compressing objects: 24% (2397/9987) 2024-11-01T16:13:44.9122021Z remote: Compressing objects: 25% (2497/9987) 2024-11-01T16:13:44.9848636Z remote: Compressing objects: 26% (2597/9987) 2024-11-01T16:13:45.0333751Z remote: Compressing objects: 27% (2697/9987) 2024-11-01T16:13:45.0827734Z remote: Compressing objects: 28% (2797/9987) 2024-11-01T16:13:45.1426884Z remote: Compressing objects: 29% (2897/9987) 2024-11-01T16:13:45.2005505Z remote: Compressing objects: 30% (2997/9987) 2024-11-01T16:13:45.2620653Z remote: Compressing objects: 31% (3096/9987) 2024-11-01T16:13:45.2702179Z remote: Compressing objects: 32% (3196/9987) 2024-11-01T16:13:45.2887400Z remote: Compressing objects: 33% (3296/9987) 2024-11-01T16:13:45.3103252Z remote: Compressing objects: 34% (3396/9987) 2024-11-01T16:13:45.3275985Z remote: Compressing objects: 35% (3496/9987) 2024-11-01T16:13:45.3497764Z remote: Compressing objects: 36% (3596/9987) 2024-11-01T16:13:45.3552794Z remote: Compressing objects: 37% (3696/9987) 2024-11-01T16:13:45.3750971Z remote: Compressing objects: 38% (3796/9987) 2024-11-01T16:13:45.4019866Z remote: Compressing objects: 39% (3895/9987) 2024-11-01T16:13:45.4203384Z remote: Compressing objects: 40% (3995/9987) 2024-11-01T16:13:45.4335679Z remote: Compressing objects: 40% (4063/9987) 2024-11-01T16:13:45.4606438Z remote: Compressing objects: 41% (4095/9987) 2024-11-01T16:13:45.5096420Z remote: Compressing objects: 42% (4195/9987) 2024-11-01T16:13:45.5585618Z remote: Compressing objects: 43% (4295/9987) 2024-11-01T16:13:45.5889312Z remote: Compressing objects: 44% (4395/9987) 2024-11-01T16:13:45.6202875Z remote: Compressing objects: 45% (4495/9987) 2024-11-01T16:13:45.6688230Z remote: Compressing objects: 46% (4595/9987) 2024-11-01T16:13:45.7191298Z remote: Compressing objects: 47% (4694/9987) 2024-11-01T16:13:45.7567950Z remote: Compressing objects: 48% (4794/9987) 2024-11-01T16:13:45.7918869Z remote: Compressing objects: 49% (4894/9987) 2024-11-01T16:13:45.8591071Z remote: Compressing objects: 50% (4994/9987) 2024-11-01T16:13:45.8996325Z remote: Compressing objects: 51% (5094/9987) 2024-11-01T16:13:45.9315612Z remote: Compressing objects: 52% (5194/9987) 2024-11-01T16:13:45.9582546Z remote: Compressing objects: 53% (5294/9987) 2024-11-01T16:13:45.9890445Z remote: Compressing objects: 54% (5393/9987) 2024-11-01T16:13:46.0250771Z remote: Compressing objects: 55% (5493/9987) 2024-11-01T16:13:46.0644243Z remote: Compressing objects: 56% (5593/9987) 2024-11-01T16:13:46.0892485Z remote: Compressing objects: 57% (5693/9987) 2024-11-01T16:13:46.1546707Z remote: Compressing objects: 58% (5793/9987) 2024-11-01T16:13:46.1591665Z remote: Compressing objects: 59% (5893/9987) 2024-11-01T16:13:46.1767533Z remote: Compressing objects: 60% (5993/9987) 2024-11-01T16:13:46.1975823Z remote: Compressing objects: 61% (6093/9987) 2024-11-01T16:13:46.2416691Z remote: Compressing objects: 62% (6192/9987) 2024-11-01T16:13:46.2635882Z remote: Compressing objects: 63% (6292/9987) 2024-11-01T16:13:46.2722490Z remote: Compressing objects: 64% (6392/9987) 2024-11-01T16:13:46.2764050Z remote: Compressing objects: 65% (6492/9987) 2024-11-01T16:13:46.2838998Z remote: Compressing objects: 66% (6592/9987) 2024-11-01T16:13:46.2966053Z remote: Compressing objects: 67% (6692/9987) 2024-11-01T16:13:46.3045792Z remote: Compressing objects: 68% (6792/9987) 2024-11-01T16:13:46.3152954Z remote: Compressing objects: 69% (6892/9987) 2024-11-01T16:13:46.3303663Z remote: Compressing objects: 70% (6991/9987) 2024-11-01T16:13:46.3478964Z remote: Compressing objects: 71% (7091/9987) 2024-11-01T16:13:46.3599937Z remote: Compressing objects: 72% (7191/9987) 2024-11-01T16:13:46.3718630Z remote: Compressing objects: 73% (7291/9987) 2024-11-01T16:13:46.3840306Z remote: Compressing objects: 74% (7391/9987) 2024-11-01T16:13:46.4021549Z remote: Compressing objects: 75% (7491/9987) 2024-11-01T16:13:46.4138731Z remote: Compressing objects: 76% (7591/9987) 2024-11-01T16:13:46.4197555Z remote: Compressing objects: 77% (7690/9987) 2024-11-01T16:13:46.4317145Z remote: Compressing objects: 77% (7718/9987) 2024-11-01T16:13:46.4469315Z remote: Compressing objects: 78% (7790/9987) 2024-11-01T16:13:46.4620185Z remote: Compressing objects: 79% (7890/9987) 2024-11-01T16:13:46.4781068Z remote: Compressing objects: 80% (7990/9987) 2024-11-01T16:13:46.4991126Z remote: Compressing objects: 81% (8090/9987) 2024-11-01T16:13:46.5174820Z remote: Compressing objects: 82% (8190/9987) 2024-11-01T16:13:46.5318187Z remote: Compressing objects: 83% (8290/9987) 2024-11-01T16:13:46.5467826Z remote: Compressing objects: 84% (8390/9987) 2024-11-01T16:13:46.5610536Z remote: Compressing objects: 85% (8489/9987) 2024-11-01T16:13:46.5794985Z remote: Compressing objects: 86% (8589/9987) 2024-11-01T16:13:46.5947360Z remote: Compressing objects: 87% (8689/9987) 2024-11-01T16:13:46.6067786Z remote: Compressing objects: 88% (8789/9987) 2024-11-01T16:13:46.6222359Z remote: Compressing objects: 89% (8889/9987) 2024-11-01T16:13:46.6270842Z remote: Compressing objects: 90% (8989/9987) 2024-11-01T16:13:46.6282675Z remote: Compressing objects: 91% (9089/9987) 2024-11-01T16:13:46.6297452Z remote: Compressing objects: 92% (9189/9987) 2024-11-01T16:13:46.6320493Z remote: Compressing objects: 93% (9288/9987) 2024-11-01T16:13:46.6330787Z remote: Compressing objects: 94% (9388/9987) 2024-11-01T16:13:46.6345868Z remote: Compressing objects: 95% (9488/9987) 2024-11-01T16:13:46.6356303Z remote: Compressing objects: 96% (9588/9987) 2024-11-01T16:13:46.6373347Z remote: Compressing objects: 97% (9688/9987) 2024-11-01T16:13:46.6388821Z remote: Compressing objects: 98% (9788/9987) 2024-11-01T16:13:46.6399221Z remote: Compressing objects: 99% (9888/9987) 2024-11-01T16:13:46.6401888Z remote: Compressing objects: 100% (9987/9987) 2024-11-01T16:13:46.6402583Z remote: Compressing objects: 100% (9987/9987), done. 2024-11-01T16:13:49.9252459Z remote: Total 11385 (delta 1369), reused 4209 (delta 1104), pack-reused 0 (from 0) 2024-11-01T16:13:50.5962447Z ##[endgroup] 2024-11-01T16:13:50.5963570Z ##[group]Determining the checkout info 2024-11-01T16:13:50.5964946Z ##[endgroup] 2024-11-01T16:13:50.5966278Z ##[group]Checking out the ref 2024-11-01T16:13:50.5969506Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:51.8799831Z ##[endgroup] 2024-11-01T16:13:51.8843774Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:13:51.8872964Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:13:51.9132950Z Prepare all required actions 2024-11-01T16:13:51.9133551Z Getting action download info 2024-11-01T16:13:52.0544222Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:13:52.2275243Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:13:52.2275989Z with: 2024-11-01T16:13:52.2276681Z github-token: *** 2024-11-01T16:13:52.2277689Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-11-01T16:13:52.2278859Z env: 2024-11-01T16:13:52.2279276Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:52.2279813Z ##[endgroup] 2024-11-01T16:13:52.2359649Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:13:52.2360271Z with: 2024-11-01T16:13:52.2360655Z shell: bash 2024-11-01T16:13:52.2361090Z timeout_minutes: 10 2024-11-01T16:13:52.2361579Z max_attempts: 5 2024-11-01T16:13:52.2362024Z retry_wait_seconds: 30 2024-11-01T16:13:52.2364108Z 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:13:52.2365696Z polling_interval_seconds: 1 2024-11-01T16:13:52.2366049Z warning_on_retry: true 2024-11-01T16:13:52.2366384Z continue_on_error: false 2024-11-01T16:13:52.2366703Z env: 2024-11-01T16:13:52.2366941Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:52.2367470Z GITHUB_TOKEN: *** 2024-11-01T16:13:52.2367760Z ##[endgroup] 2024-11-01T16:13:52.3412675Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:13:52.5918222Z Defaulting to user installation because normal site-packages is not writeable 2024-11-01T16:13:52.6086437Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:13:52.6091286Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:13:52.6210080Z 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:13:52.6226513Z 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:13:52.6231791Z 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:13:52.6242783Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-11-01T16:13:53.3252210Z Command completed after 1 attempt(s). 2024-11-01T16:13:53.3309669Z ##[group]Run set -x 2024-11-01T16:13:53.3309989Z set -x 2024-11-01T16:13:53.3310267Z  2024-11-01T16:13:53.3310802Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:13:53.3311468Z # in runner workspace 2024-11-01T16:13:53.3312285Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:13:53.3318613Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:53.3319089Z env: 2024-11-01T16:13:53.3319343Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:53.3319668Z ##[endgroup] 2024-11-01T16:13:53.3358112Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:13:53.3648339Z ##[group]Run set -x 2024-11-01T16:13:53.3648688Z set -x 2024-11-01T16:13:53.3648964Z  2024-11-01T16:13:53.3649500Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-11-01T16:13:53.3650434Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-11-01T16:13:53.3651344Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-11-01T16:13:53.3652600Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-11-01T16:13:53.3653381Z # expose this variable as part of GitHub context. 2024-11-01T16:13:53.3654230Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-11-01T16:13:53.3655149Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-11-01T16:13:53.3655713Z pwd 2024-11-01T16:13:53.3655958Z  2024-11-01T16:13:53.3656488Z LOG_FILE=$(grep -l -r "368da7510f5d755034681777a4e5ae6d33c07b38" *.log | tail -n 1) 2024-11-01T16:13:53.3657168Z if [ -n "${LOG_FILE}" ]; then 2024-11-01T16:13:53.3657851Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-11-01T16:13:53.3658611Z  # needs to be awk {print $3} on MacOS 2024-11-01T16:13:53.3659069Z  case ${RUNNER_OS} in 2024-11-01T16:13:53.3659418Z  macOS) 2024-11-01T16:13:53.3660079Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-11-01T16:13:53.3660815Z  ;; 2024-11-01T16:13:53.3661075Z  *) 2024-11-01T16:13:53.3661697Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-11-01T16:13:53.3662428Z  ;; 2024-11-01T16:13:53.3662702Z  esac 2024-11-01T16:13:53.3663086Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:13:53.3663567Z fi 2024-11-01T16:13:53.3663816Z  2024-11-01T16:13:53.3664047Z popd 2024-11-01T16:13:53.3669862Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:53.3670496Z env: 2024-11-01T16:13:53.3670739Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:53.3671063Z ##[endgroup] 2024-11-01T16:13:53.3698892Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-11-01T16:13:53.3700123Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:53.3701355Z /home/ec2-user/actions-runner/_diag 2024-11-01T16:13:53.3702468Z + pwd 2024-11-01T16:13:53.3707347Z ++ tail -n 1 2024-11-01T16:13:53.3717920Z ++ grep -l -r 368da7510f5d755034681777a4e5ae6d33c07b38 Runner_20241101-160532-utc.log Runner_20241101-160620-utc.log Worker_20241101-160627-utc.log Worker_20241101-160911-utc.log Worker_20241101-161035-utc.log Worker_20241101-161112-utc.log Worker_20241101-161152-utc.log Worker_20241101-161327-utc.log 2024-11-01T16:13:53.3739766Z + LOG_FILE=Worker_20241101-161327-utc.log 2024-11-01T16:13:53.3740650Z + '[' -n Worker_20241101-161327-utc.log ']' 2024-11-01T16:13:53.3741373Z + case ${RUNNER_OS} in 2024-11-01T16:13:53.3746612Z ++ grep -r '"jobDisplayName"' Worker_20241101-161327-utc.log 2024-11-01T16:13:53.3748541Z ++ xargs 2024-11-01T16:13:53.3759761Z ++ awk -F '[:]' '{print $2}' 2024-11-01T16:13:53.3771683Z ++ sed 's/"//g' 2024-11-01T16:13:53.3798423Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-11-01T16:13:53.3800304Z ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:53.3802584Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-11-01T16:13:53.3804033Z + popd 2024-11-01T16:13:53.3840629Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:13:53.3841269Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:13:53.3841789Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:13:53.3842284Z  2024-11-01T16:13:53.3842844Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:13:53.3843596Z # in runner workspace 2024-11-01T16:13:53.3844295Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:13:53.3844968Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:13:53.3845488Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:13:53.3846001Z  --test-matrix "{ include: [ 2024-11-01T16:13:53.3847134Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-11-01T16:13:53.3847777Z ]} 2024-11-01T16:13:53.3848138Z " \ 2024-11-01T16:13:53.3848522Z  --selected-test-configs "" \ 2024-11-01T16:13:53.3848991Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:13:53.3849499Z  --tag "${TAG}" \ 2024-11-01T16:13:53.3850085Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:13:53.3850548Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:13:53.3851071Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:13:53.3857381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:53.3857994Z env: 2024-11-01T16:13:53.3858500Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:53.3859117Z GITHUB_TOKEN: *** 2024-11-01T16:13:53.3859875Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-11-01T16:13:53.3860882Z PR_NUMBER: 138766 2024-11-01T16:13:53.3861351Z TAG: 2024-11-01T16:13:53.3861709Z EVENT_NAME: pull_request 2024-11-01T16:13:53.3862202Z SCHEDULE: 2024-11-01T16:13:53.3862640Z HEAD_BRANCH: 2024-11-01T16:13:53.3863013Z ##[endgroup] 2024-11-01T16:13:53.3926217Z Workflow: pull 2024-11-01T16:13:53.3927579Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-11-01T16:13:53.6240794Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:13:53.7386324Z fatal: unknown commit origin/main 2024-11-01T16:13:53.7396420Z /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:13:53.7399863Z warnings.warn(f"failed to get commit messages: {e}") 2024-11-01T16:13:53.7567293Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:13:53.7567747Z echo "Filtered matrix:" 2024-11-01T16:13:53.7568436Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-11-01T16:13:53.7569122Z  2024-11-01T16:13:53.7569353Z echo 2024-11-01T16:13:53.7569703Z echo "Is the current job unstable? False" 2024-11-01T16:13:53.7570146Z  2024-11-01T16:13:53.7570376Z echo 2024-11-01T16:13:53.7570703Z echo "Is keep-going label set? False" 2024-11-01T16:13:53.7571124Z  2024-11-01T16:13:53.7571353Z echo 2024-11-01T16:13:53.7571637Z echo "Renabled issues? " 2024-11-01T16:13:53.7577844Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:53.7578336Z env: 2024-11-01T16:13:53.7578587Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:53.7578911Z ##[endgroup] 2024-11-01T16:13:53.7607326Z Filtered matrix: 2024-11-01T16:13:53.7608242Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-11-01T16:13:53.7609183Z 2024-11-01T16:13:53.7609418Z Is the current job unstable? False 2024-11-01T16:13:53.7609929Z 2024-11-01T16:13:53.7610404Z Is keep-going label set? False 2024-11-01T16:13:53.7610844Z 2024-11-01T16:13:53.7611051Z Renabled issues? 2024-11-01T16:13:53.7743037Z Post job cleanup. 2024-11-01T16:13:53.7800064Z Post job cleanup. 2024-11-01T16:13:53.8756088Z [command]/usr/bin/git version 2024-11-01T16:13:53.8802139Z git version 2.40.1 2024-11-01T16:13:53.8865211Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0c3c6e19-368b-49bd-9237-f9f63eae607b' before making global git config changes 2024-11-01T16:13:53.8872041Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:53.8883263Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:53.8930628Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:53.8972459Z [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:53.9326205Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:53.9355197Z http.https://github.com/.extraheader 2024-11-01T16:13:53.9367885Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:13:53.9405137Z [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:53.9917374Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:53.9946909Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-11-01T16:13:53.9955118Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:53.9955961Z ##[endgroup] 2024-11-01T16:14:00.4718230Z Evaluate and set job outputs 2024-11-01T16:14:00.4730132Z Set output 'test-matrix' 2024-11-01T16:14:00.4731121Z Set output 'is-test-matrix-empty' 2024-11-01T16:14:00.4731721Z Set output 'keep-going' 2024-11-01T16:14:00.4732602Z Cleaning up orphan processes