2024-11-01T16:13:30.0475421Z Current runner version: '2.320.0' 2024-11-01T16:13:30.0482303Z Runner name: 'i-054117dfe69ec7ba9' 2024-11-01T16:13:30.0483002Z Runner group name: 'Default' 2024-11-01T16:13:30.0483844Z Machine name: 'ip-10-0-57-232' 2024-11-01T16:13:30.0500946Z Testing runner upgrade compatibility 2024-11-01T16:13:30.1332275Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:30.1334565Z Actions: read 2024-11-01T16:13:30.1335021Z Attestations: read 2024-11-01T16:13:30.1335614Z Checks: read 2024-11-01T16:13:30.1336104Z Contents: read 2024-11-01T16:13:30.1336530Z Deployments: read 2024-11-01T16:13:30.1337125Z Discussions: read 2024-11-01T16:13:30.1337774Z Issues: read 2024-11-01T16:13:30.1338428Z Metadata: read 2024-11-01T16:13:30.1338944Z Packages: read 2024-11-01T16:13:30.1339413Z Pages: read 2024-11-01T16:13:30.1339807Z PullRequests: read 2024-11-01T16:13:30.1340354Z RepositoryProjects: read 2024-11-01T16:13:30.1340909Z SecurityEvents: read 2024-11-01T16:13:30.1341351Z Statuses: read 2024-11-01T16:13:30.1342116Z ##[endgroup] 2024-11-01T16:13:30.1346083Z Secret source: Actions 2024-11-01T16:13:30.1346931Z Prepare workflow directory 2024-11-01T16:13:30.6074600Z Prepare all required actions 2024-11-01T16:13:30.6320726Z Getting action download info 2024-11-01T16:13:30.8082984Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:34.8710966Z Getting action download info 2024-11-01T16:13:34.9906071Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:35.1636685Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/138766/merge (368da7510f5d755034681777a4e5ae6d33c07b38) 2024-11-01T16:13:35.1639094Z ##[group] Inputs 2024-11-01T16:13:35.1639904Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit 2024-11-01T16:13:35.1640944Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-11-01T16:13:35.1641568Z sync-tag: 2024-11-01T16:13:35.1642183Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-11-01T16:13:35.1642896Z ##[endgroup] 2024-11-01T16:13:35.1644351Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter 2024-11-01T16:13:35.2237676Z A job started hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:35.2383258Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-11-01T16:13:35.2393272Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:35.2393814Z ##[endgroup] 2024-11-01T16:13:36.6394762Z Runner Type: linux.large 2024-11-01T16:13:36.6395544Z Instance Type: c5.large 2024-11-01T16:13:36.6396099Z AMI Name: unknown 2024-11-01T16:13:36.6396917Z AMI ID: ami-0fff1b9a61dec8a5f 2024-11-01T16:13:42.6307971Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:42.6308582Z with: 2024-11-01T16:13:42.6308836Z fetch-depth: 1 2024-11-01T16:13:42.6309354Z submodules: false 2024-11-01T16:13:42.6309719Z env: 2024-11-01T16:13:42.6309967Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.6310306Z ##[endgroup] 2024-11-01T16:13:42.6499135Z ##[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.6500813Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:42.6510741Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:42.6511254Z env: 2024-11-01T16:13:42.6511537Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.6511894Z ##[endgroup] 2024-11-01T16:13:42.6617058Z ##[group]Run retry () { 2024-11-01T16:13:42.6617400Z retry () { 2024-11-01T16:13:42.6618031Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:42.6618599Z } 2024-11-01T16:13:42.6619047Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.6619452Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:42.6619930Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.6620387Z else 2024-11-01T16:13:42.6620731Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.6621145Z fi 2024-11-01T16:13:42.6621440Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:42.6627026Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:42.6627513Z env: 2024-11-01T16:13:42.6627781Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:42.6628116Z NO_SUDO: 2024-11-01T16:13:42.6628368Z ##[endgroup] 2024-11-01T16:13:42.6655279Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:43.0981361Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:43.0981815Z with: 2024-11-01T16:13:43.0982125Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:43.0982570Z fetch-depth: 1 2024-11-01T16:13:43.0982875Z submodules: false 2024-11-01T16:13:43.0983166Z quiet-checkout: true 2024-11-01T16:13:43.0983502Z repository: pytorch/pytorch 2024-11-01T16:13:43.0983998Z token: *** 2024-11-01T16:13:43.0984282Z ssh-strict: true 2024-11-01T16:13:43.0984583Z persist-credentials: true 2024-11-01T16:13:43.0984929Z clean: true 2024-11-01T16:13:43.0985237Z sparse-checkout-cone-mode: true 2024-11-01T16:13:43.0985597Z lfs: false 2024-11-01T16:13:43.0985880Z set-safe-directory: true 2024-11-01T16:13:43.0986201Z env: 2024-11-01T16:13:43.0986442Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:43.0986771Z ##[endgroup] 2024-11-01T16:13:43.2130510Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:43.2133152Z ##[group]Getting Git version info 2024-11-01T16:13:43.2134590Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:43.2136027Z [command]/usr/bin/git version 2024-11-01T16:13:43.2136658Z git version 2.40.1 2024-11-01T16:13:43.2147579Z ##[endgroup] 2024-11-01T16:13:43.2170388Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/acc2545e-c2c7-49e7-9884-bc8fc49098ad' before making global git config changes 2024-11-01T16:13:43.2173156Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:43.2176981Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:43.2219245Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:43.2224665Z ##[group]Initializing the repository 2024-11-01T16:13:43.2228871Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:43.2263970Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:43.2266216Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:43.2268035Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:43.2269313Z hint: 2024-11-01T16:13:43.2270431Z hint: git config --global init.defaultBranch 2024-11-01T16:13:43.2271611Z hint: 2024-11-01T16:13:43.2272991Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:43.2274939Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:43.2326257Z hint: 2024-11-01T16:13:43.2327004Z hint: git branch -m 2024-11-01T16:13:43.2328412Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:13:43.2330997Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:43.2336709Z ##[endgroup] 2024-11-01T16:13:43.2337800Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:43.2341400Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:43.2370872Z ##[endgroup] 2024-11-01T16:13:43.2371904Z ##[group]Setting up auth 2024-11-01T16:13:43.2378061Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:43.2411222Z [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.2676474Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:43.2716011Z [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.2982460Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:43.3031056Z ##[endgroup] 2024-11-01T16:13:43.3032648Z ##[group]Fetching the repository 2024-11-01T16:13:43.3039143Z [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.4555660Z remote: Enumerating objects: 11385, done. 2024-11-01T16:13:43.4557350Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:13:43.4558712Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:13:43.4560300Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:13:43.4561436Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:13:43.4563061Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:13:43.4564471Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:13:43.4565604Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:13:43.4567176Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:13:43.4568729Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:13:43.4570007Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:13:43.4571332Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:13:43.4572895Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:13:43.4574088Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:13:43.4575460Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:13:43.4576561Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:13:43.4577883Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:13:43.4580940Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:13:43.4581965Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:13:43.4582929Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:13:43.4584148Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:13:43.4585270Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:13:43.4586608Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:13:43.4587906Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:13:43.4588951Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:13:43.4590154Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:13:43.4591199Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:13:43.4592240Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:13:43.4593428Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:13:43.4594436Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:13:43.4595476Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:13:43.4596648Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:13:43.4597667Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:13:43.4599571Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:13:43.4600789Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:13:43.4601788Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:13:43.4602855Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:13:43.4604052Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:13:43.4605311Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:13:43.4606365Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:13:43.4607526Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:13:43.4608491Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:13:43.4609862Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:13:43.4611090Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:13:43.4612135Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:13:43.4613179Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:13:43.4614343Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:13:43.4615395Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:13:43.4616374Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:13:43.4617503Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:13:43.4618631Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:13:43.4619600Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:13:43.4620747Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:13:43.4621850Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:13:43.4622795Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:13:43.4623942Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:13:43.4625047Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:13:43.4626009Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:13:43.4627178Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:13:43.4628214Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:13:43.4629195Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:13:43.4630342Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:13:43.4631378Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:13:43.4632349Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:13:43.4633570Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:13:43.4634619Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:13:43.4635639Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:13:43.4636803Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:13:43.4637845Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:13:43.4638853Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:13:43.4639947Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:13:43.4640966Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:13:43.4641992Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:13:43.4643392Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:13:43.4644402Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:13:43.4645989Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:13:43.4650555Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:13:43.4651606Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:13:43.4652730Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:13:43.4653834Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:13:43.4654748Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:13:43.4656368Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:13:43.4659572Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:13:43.4660656Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:13:43.4661802Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:13:43.4662843Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:13:43.4663908Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:13:43.4664980Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:13:43.4666267Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:13:43.4667324Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:13:43.4668547Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:13:43.4669550Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:13:43.4670663Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:13:43.4671803Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:13:43.4672630Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:13:43.4673589Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:13:43.4674765Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:13:43.4675800Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:13:43.4676889Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:13:43.4678185Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:13:43.4679244Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:13:43.4680420Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:13:43.4681762Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:13:43.4682866Z remote: Compressing objects: 0% (1/9985) 2024-11-01T16:13:43.4683978Z remote: Compressing objects: 1% (100/9985) 2024-11-01T16:13:43.4685209Z remote: Compressing objects: 2% (200/9985) 2024-11-01T16:13:43.4686273Z remote: Compressing objects: 3% (300/9985) 2024-11-01T16:13:43.4687402Z remote: Compressing objects: 4% (400/9985) 2024-11-01T16:13:43.4688706Z remote: Compressing objects: 5% (500/9985) 2024-11-01T16:13:43.4689776Z remote: Compressing objects: 6% (600/9985) 2024-11-01T16:13:43.4690810Z remote: Compressing objects: 7% (699/9985) 2024-11-01T16:13:43.4765973Z remote: Compressing objects: 8% (799/9985) 2024-11-01T16:13:43.4767006Z remote: Compressing objects: 9% (899/9985) 2024-11-01T16:13:43.4768025Z remote: Compressing objects: 10% (999/9985) 2024-11-01T16:13:43.4769001Z remote: Compressing objects: 11% (1099/9985) 2024-11-01T16:13:43.4770005Z remote: Compressing objects: 12% (1199/9985) 2024-11-01T16:13:43.4771019Z remote: Compressing objects: 13% (1299/9985) 2024-11-01T16:13:43.4772020Z remote: Compressing objects: 14% (1398/9985) 2024-11-01T16:13:43.4772996Z remote: Compressing objects: 15% (1498/9985) 2024-11-01T16:13:43.4773982Z remote: Compressing objects: 16% (1598/9985) 2024-11-01T16:13:43.4774950Z remote: Compressing objects: 17% (1698/9985) 2024-11-01T16:13:43.4775980Z remote: Compressing objects: 18% (1798/9985) 2024-11-01T16:13:43.4776995Z remote: Compressing objects: 19% (1898/9985) 2024-11-01T16:13:43.4778293Z remote: Compressing objects: 20% (1997/9985) 2024-11-01T16:13:43.4779306Z remote: Compressing objects: 20% (2062/9985) 2024-11-01T16:13:43.4780350Z remote: Compressing objects: 21% (2097/9985) 2024-11-01T16:13:43.4781379Z remote: Compressing objects: 22% (2197/9985) 2024-11-01T16:13:43.4782395Z remote: Compressing objects: 23% (2297/9985) 2024-11-01T16:13:43.4783365Z remote: Compressing objects: 24% (2397/9985) 2024-11-01T16:13:43.4784341Z remote: Compressing objects: 25% (2497/9985) 2024-11-01T16:13:43.4785340Z remote: Compressing objects: 26% (2597/9985) 2024-11-01T16:13:43.4786366Z remote: Compressing objects: 27% (2696/9985) 2024-11-01T16:13:43.4787388Z remote: Compressing objects: 28% (2796/9985) 2024-11-01T16:13:43.4788394Z remote: Compressing objects: 29% (2896/9985) 2024-11-01T16:13:43.4789394Z remote: Compressing objects: 30% (2996/9985) 2024-11-01T16:13:43.4790384Z remote: Compressing objects: 31% (3096/9985) 2024-11-01T16:13:43.4791353Z remote: Compressing objects: 32% (3196/9985) 2024-11-01T16:13:43.4792367Z remote: Compressing objects: 33% (3296/9985) 2024-11-01T16:13:43.4793567Z remote: Compressing objects: 34% (3395/9985) 2024-11-01T16:13:43.4794596Z remote: Compressing objects: 35% (3495/9985) 2024-11-01T16:13:43.4795607Z remote: Compressing objects: 36% (3595/9985) 2024-11-01T16:13:43.4796622Z remote: Compressing objects: 37% (3695/9985) 2024-11-01T16:13:43.4797595Z remote: Compressing objects: 38% (3795/9985) 2024-11-01T16:13:43.4798554Z remote: Compressing objects: 39% (3895/9985) 2024-11-01T16:13:43.4799566Z remote: Compressing objects: 40% (3994/9985) 2024-11-01T16:13:43.4800587Z remote: Compressing objects: 41% (4094/9985) 2024-11-01T16:13:43.4801591Z remote: Compressing objects: 42% (4194/9985) 2024-11-01T16:13:43.4802613Z remote: Compressing objects: 43% (4294/9985) 2024-11-01T16:13:43.4803620Z remote: Compressing objects: 44% (4394/9985) 2024-11-01T16:13:43.4804578Z remote: Compressing objects: 45% (4494/9985) 2024-11-01T16:13:43.4805572Z remote: Compressing objects: 46% (4594/9985) 2024-11-01T16:13:43.4806576Z remote: Compressing objects: 47% (4693/9985) 2024-11-01T16:13:43.4807571Z remote: Compressing objects: 48% (4793/9985) 2024-11-01T16:13:43.4808582Z remote: Compressing objects: 48% (4834/9985) 2024-11-01T16:13:43.4809926Z remote: Compressing objects: 49% (4893/9985) 2024-11-01T16:13:43.4810867Z remote: Compressing objects: 50% (4993/9985) 2024-11-01T16:13:43.4811876Z remote: Compressing objects: 51% (5093/9985) 2024-11-01T16:13:43.4844236Z remote: Compressing objects: 52% (5193/9985) 2024-11-01T16:13:43.4845915Z remote: Compressing objects: 53% (5293/9985) 2024-11-01T16:13:43.4846930Z remote: Compressing objects: 54% (5392/9985) 2024-11-01T16:13:43.4847948Z remote: Compressing objects: 55% (5492/9985) 2024-11-01T16:13:43.4848959Z remote: Compressing objects: 56% (5592/9985) 2024-11-01T16:13:43.4849962Z remote: Compressing objects: 57% (5692/9985) 2024-11-01T16:13:43.4850950Z remote: Compressing objects: 58% (5792/9985) 2024-11-01T16:13:43.4851951Z remote: Compressing objects: 59% (5892/9985) 2024-11-01T16:13:43.4852936Z remote: Compressing objects: 60% (5991/9985) 2024-11-01T16:13:43.4853943Z remote: Compressing objects: 61% (6091/9985) 2024-11-01T16:13:43.4854953Z remote: Compressing objects: 62% (6191/9985) 2024-11-01T16:13:43.4855932Z remote: Compressing objects: 63% (6291/9985) 2024-11-01T16:13:43.4856937Z remote: Compressing objects: 64% (6391/9985) 2024-11-01T16:13:43.4857945Z remote: Compressing objects: 65% (6491/9985) 2024-11-01T16:13:43.4858886Z remote: Compressing objects: 66% (6591/9985) 2024-11-01T16:13:43.4860131Z remote: Compressing objects: 67% (6690/9985) 2024-11-01T16:13:43.4861147Z remote: Compressing objects: 68% (6790/9985) 2024-11-01T16:13:43.4862178Z remote: Compressing objects: 69% (6890/9985) 2024-11-01T16:13:43.4863192Z remote: Compressing objects: 70% (6990/9985) 2024-11-01T16:13:43.4864105Z remote: Compressing objects: 71% (7090/9985) 2024-11-01T16:13:43.4865156Z remote: Compressing objects: 72% (7190/9985) 2024-11-01T16:13:43.4866135Z remote: Compressing objects: 73% (7290/9985) 2024-11-01T16:13:43.4867142Z remote: Compressing objects: 74% (7389/9985) 2024-11-01T16:13:43.4868169Z remote: Compressing objects: 75% (7489/9985) 2024-11-01T16:13:43.4869168Z remote: Compressing objects: 76% (7589/9985) 2024-11-01T16:13:43.4870158Z remote: Compressing objects: 77% (7689/9985) 2024-11-01T16:13:43.4871168Z remote: Compressing objects: 78% (7789/9985) 2024-11-01T16:13:43.4872142Z remote: Compressing objects: 79% (7889/9985) 2024-11-01T16:13:43.4873261Z remote: Compressing objects: 80% (7988/9985) 2024-11-01T16:13:43.4874215Z remote: Compressing objects: 81% (8088/9985) 2024-11-01T16:13:43.4875449Z remote: Compressing objects: 82% (8188/9985) 2024-11-01T16:13:43.4876431Z remote: Compressing objects: 83% (8288/9985) 2024-11-01T16:13:43.4877478Z remote: Compressing objects: 84% (8388/9985) 2024-11-01T16:13:43.4878480Z remote: Compressing objects: 85% (8488/9985) 2024-11-01T16:13:43.4879477Z remote: Compressing objects: 86% (8588/9985) 2024-11-01T16:13:43.4880516Z remote: Compressing objects: 87% (8687/9985) 2024-11-01T16:13:43.4881523Z remote: Compressing objects: 88% (8787/9985) 2024-11-01T16:13:43.4882571Z remote: Compressing objects: 89% (8887/9985) 2024-11-01T16:13:43.4883526Z remote: Compressing objects: 90% (8987/9985) 2024-11-01T16:13:43.4884576Z remote: Compressing objects: 91% (9087/9985) 2024-11-01T16:13:43.4885589Z remote: Compressing objects: 92% (9187/9985) 2024-11-01T16:13:43.4886591Z remote: Compressing objects: 93% (9287/9985) 2024-11-01T16:13:43.4887611Z remote: Compressing objects: 94% (9386/9985) 2024-11-01T16:13:43.4888628Z remote: Compressing objects: 95% (9486/9985) 2024-11-01T16:13:43.4889644Z remote: Compressing objects: 96% (9586/9985) 2024-11-01T16:13:43.4890655Z remote: Compressing objects: 97% (9686/9985) 2024-11-01T16:13:43.4891627Z remote: Compressing objects: 98% (9786/9985) 2024-11-01T16:13:43.4892616Z remote: Compressing objects: 99% (9886/9985) 2024-11-01T16:13:43.4893611Z remote: Compressing objects: 100% (9985/9985) 2024-11-01T16:13:43.4894680Z remote: Compressing objects: 100% (9985/9985), done. 2024-11-01T16:13:45.7339577Z remote: Total 11385 (delta 1371), reused 4207 (delta 1106), pack-reused 0 (from 0) 2024-11-01T16:13:46.7981877Z ##[endgroup] 2024-11-01T16:13:46.7983184Z ##[group]Determining the checkout info 2024-11-01T16:13:46.7984578Z ##[endgroup] 2024-11-01T16:13:46.7985608Z ##[group]Checking out the ref 2024-11-01T16:13:46.7989774Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:48.0866284Z ##[endgroup] 2024-11-01T16:13:48.0908306Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:13:48.0937979Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:13:48.1193603Z Prepare all required actions 2024-11-01T16:13:48.1194131Z Getting action download info 2024-11-01T16:13:48.2324845Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:13:48.3741693Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:13:48.3742501Z with: 2024-11-01T16:13:48.3743274Z github-token: *** 2024-11-01T16:13:48.3744375Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-11-01T16:13:48.3745578Z env: 2024-11-01T16:13:48.3746035Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:48.3746613Z ##[endgroup] 2024-11-01T16:13:48.3824237Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:13:48.3824970Z with: 2024-11-01T16:13:48.3825397Z shell: bash 2024-11-01T16:13:48.3825895Z timeout_minutes: 10 2024-11-01T16:13:48.3826433Z max_attempts: 5 2024-11-01T16:13:48.3826969Z retry_wait_seconds: 30 2024-11-01T16:13:48.3829175Z 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:48.3832294Z polling_interval_seconds: 1 2024-11-01T16:13:48.3832955Z warning_on_retry: true 2024-11-01T16:13:48.3833558Z continue_on_error: false 2024-11-01T16:13:48.3834102Z env: 2024-11-01T16:13:48.3834561Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:48.3835411Z GITHUB_TOKEN: *** 2024-11-01T16:13:48.3835871Z ##[endgroup] 2024-11-01T16:13:48.4897266Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:13:48.7445980Z Defaulting to user installation because normal site-packages is not writeable 2024-11-01T16:13:48.7608369Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:13:48.7614468Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:13:48.7728533Z 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:48.7741705Z 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:48.7751109Z 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:48.7762277Z 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:49.4704853Z Command completed after 1 attempt(s). 2024-11-01T16:13:49.4763989Z ##[group]Run set -x 2024-11-01T16:13:49.4764319Z set -x 2024-11-01T16:13:49.4764622Z  2024-11-01T16:13:49.4765142Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:13:49.4765827Z # in runner workspace 2024-11-01T16:13:49.4766360Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:13:49.4773169Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:49.4773670Z env: 2024-11-01T16:13:49.4773938Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:49.4774258Z ##[endgroup] 2024-11-01T16:13:49.4807599Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:13:49.5100767Z ##[group]Run set -x 2024-11-01T16:13:49.5101106Z set -x 2024-11-01T16:13:49.5101389Z  2024-11-01T16:13:49.5101928Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-11-01T16:13:49.5102839Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-11-01T16:13:49.5103757Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-11-01T16:13:49.5104840Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-11-01T16:13:49.5105611Z # expose this variable as part of GitHub context. 2024-11-01T16:13:49.5106458Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-11-01T16:13:49.5107370Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-11-01T16:13:49.5107938Z pwd 2024-11-01T16:13:49.5108191Z  2024-11-01T16:13:49.5108720Z LOG_FILE=$(grep -l -r "368da7510f5d755034681777a4e5ae6d33c07b38" *.log | tail -n 1) 2024-11-01T16:13:49.5109624Z if [ -n "${LOG_FILE}" ]; then 2024-11-01T16:13:49.5110305Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-11-01T16:13:49.5111064Z  # needs to be awk {print $3} on MacOS 2024-11-01T16:13:49.5111532Z  case ${RUNNER_OS} in 2024-11-01T16:13:49.5111884Z  macOS) 2024-11-01T16:13:49.5112561Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-11-01T16:13:49.5113300Z  ;; 2024-11-01T16:13:49.5113572Z  *) 2024-11-01T16:13:49.5114203Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-11-01T16:13:49.5114937Z  ;; 2024-11-01T16:13:49.5115222Z  esac 2024-11-01T16:13:49.5115612Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:13:49.5116109Z fi 2024-11-01T16:13:49.5116373Z  2024-11-01T16:13:49.5116619Z popd 2024-11-01T16:13:49.5122193Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:49.5122691Z env: 2024-11-01T16:13:49.5123069Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:49.5123402Z ##[endgroup] 2024-11-01T16:13:49.5148834Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-11-01T16:13:49.5150126Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:49.5151314Z /home/ec2-user/actions-runner/_diag 2024-11-01T16:13:49.5152389Z + pwd 2024-11-01T16:13:49.5159254Z ++ tail -n 1 2024-11-01T16:13:49.5167910Z ++ grep -l -r 368da7510f5d755034681777a4e5ae6d33c07b38 Runner_20241101-154129-utc.log Runner_20241101-154220-utc.log Worker_20241101-155135-utc.log Worker_20241101-160351-utc.log Worker_20241101-160627-utc.log Worker_20241101-160859-utc.log Worker_20241101-161112-utc.log Worker_20241101-161151-utc.log Worker_20241101-161327-utc.log 2024-11-01T16:13:49.5190284Z + LOG_FILE=Worker_20241101-161327-utc.log 2024-11-01T16:13:49.5191130Z + '[' -n Worker_20241101-161327-utc.log ']' 2024-11-01T16:13:49.5191857Z + case ${RUNNER_OS} in 2024-11-01T16:13:49.5195734Z ++ grep -r '"jobDisplayName"' Worker_20241101-161327-utc.log 2024-11-01T16:13:49.5197309Z ++ xargs 2024-11-01T16:13:49.5208699Z ++ awk -F '[:]' '{print $2}' 2024-11-01T16:13:49.5212396Z ++ sed 's/"//g' 2024-11-01T16:13:49.5250335Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter,' 2024-11-01T16:13:49.5252141Z ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:49.5254680Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter,' 2024-11-01T16:13:49.5256311Z + popd 2024-11-01T16:13:49.5283660Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:13:49.5284187Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:13:49.5284644Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:13:49.5285014Z  2024-11-01T16:13:49.5285913Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:13:49.5286656Z # in runner workspace 2024-11-01T16:13:49.5287258Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:13:49.5288117Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:13:49.5288597Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:13:49.5289208Z  --test-matrix "{ include: [ 2024-11-01T16:13:49.5289979Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-11-01T16:13:49.5290637Z ]} 2024-11-01T16:13:49.5290934Z " \ 2024-11-01T16:13:49.5291375Z  --selected-test-configs "" \ 2024-11-01T16:13:49.5291870Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:13:49.5292315Z  --tag "${TAG}" \ 2024-11-01T16:13:49.5292809Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:13:49.5293294Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:13:49.5293738Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:13:49.5299559Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:49.5300120Z env: 2024-11-01T16:13:49.5300507Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:49.5301110Z GITHUB_TOKEN: *** 2024-11-01T16:13:49.5301918Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter, 2024-11-01T16:13:49.5302853Z PR_NUMBER: 138766 2024-11-01T16:13:49.5303210Z TAG: 2024-11-01T16:13:49.5303531Z EVENT_NAME: pull_request 2024-11-01T16:13:49.5303946Z SCHEDULE: 2024-11-01T16:13:49.5304276Z HEAD_BRANCH: 2024-11-01T16:13:49.5304610Z ##[endgroup] 2024-11-01T16:13:49.5333521Z Workflow: pull 2024-11-01T16:13:49.5335202Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter, 2024-11-01T16:13:49.7537214Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:13:49.8669139Z fatal: unknown commit origin/main 2024-11-01T16:13:49.8679281Z /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:49.8683414Z warnings.warn(f"failed to get commit messages: {e}") 2024-11-01T16:13:49.8841339Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:13:49.8841785Z echo "Filtered matrix:" 2024-11-01T16:13:49.8842481Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-11-01T16:13:49.8843172Z  2024-11-01T16:13:49.8843416Z echo 2024-11-01T16:13:49.8843778Z echo "Is the current job unstable? False" 2024-11-01T16:13:49.8844225Z  2024-11-01T16:13:49.8844465Z echo 2024-11-01T16:13:49.8844811Z echo "Is keep-going label set? False" 2024-11-01T16:13:49.8845241Z  2024-11-01T16:13:49.8845480Z echo 2024-11-01T16:13:49.8846036Z echo "Renabled issues? " 2024-11-01T16:13:49.8852094Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:49.8852589Z env: 2024-11-01T16:13:49.8852854Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:49.8853193Z ##[endgroup] 2024-11-01T16:13:49.8881830Z Filtered matrix: 2024-11-01T16:13:49.8882839Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-11-01T16:13:49.8883760Z 2024-11-01T16:13:49.8884032Z Is the current job unstable? False 2024-11-01T16:13:49.8884355Z 2024-11-01T16:13:49.8884670Z Is keep-going label set? False 2024-11-01T16:13:49.8884921Z 2024-11-01T16:13:49.8885030Z Renabled issues? 2024-11-01T16:13:49.9015983Z Post job cleanup. 2024-11-01T16:13:49.9069671Z Post job cleanup. 2024-11-01T16:13:49.9944182Z [command]/usr/bin/git version 2024-11-01T16:13:49.9989268Z git version 2.40.1 2024-11-01T16:13:50.0032073Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cc29bf72-d4e3-4c4f-8e7c-9d0f4e1b6804' before making global git config changes 2024-11-01T16:13:50.0035009Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:50.0040186Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:50.0079657Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:50.0115173Z [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:50.0403654Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:50.0429242Z http.https://github.com/.extraheader 2024-11-01T16:13:50.0441546Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:13:50.0476521Z [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:50.0821580Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:50.0840483Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-11-01T16:13:50.0849213Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:50.0850066Z ##[endgroup] 2024-11-01T16:13:56.0966603Z Evaluate and set job outputs 2024-11-01T16:13:56.0977040Z Set output 'test-matrix' 2024-11-01T16:13:56.0978137Z Set output 'is-test-matrix-empty' 2024-11-01T16:13:56.0978687Z Set output 'keep-going' 2024-11-01T16:13:56.0979455Z Cleaning up orphan processes