2024-10-08T19:50:41.6071963Z Current runner version: '2.320.0' 2024-10-08T19:50:41.6079135Z Runner name: 'i-039c0df7d412b13f9' 2024-10-08T19:50:41.6079932Z Runner group name: 'Default' 2024-10-08T19:50:41.6080724Z Machine name: 'ip-10-0-8-218' 2024-10-08T19:50:41.6098011Z Testing runner upgrade compatibility 2024-10-08T19:50:41.7062700Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T19:50:41.7065028Z Actions: read 2024-10-08T19:50:41.7065499Z Attestations: read 2024-10-08T19:50:41.7066079Z Checks: read 2024-10-08T19:50:41.7066531Z Contents: read 2024-10-08T19:50:41.7066941Z Deployments: read 2024-10-08T19:50:41.7067459Z Discussions: read 2024-10-08T19:50:41.7067916Z Issues: read 2024-10-08T19:50:41.7068300Z Metadata: read 2024-10-08T19:50:41.7068813Z Packages: read 2024-10-08T19:50:41.7069270Z Pages: read 2024-10-08T19:50:41.7069655Z PullRequests: read 2024-10-08T19:50:41.7070183Z RepositoryProjects: read 2024-10-08T19:50:41.7070729Z SecurityEvents: read 2024-10-08T19:50:41.7071166Z Statuses: read 2024-10-08T19:50:41.7071866Z ##[endgroup] 2024-10-08T19:50:41.7075440Z Secret source: Actions 2024-10-08T19:50:41.7076395Z Prepare workflow directory 2024-10-08T19:50:42.1876057Z Prepare all required actions 2024-10-08T19:50:42.2125553Z Getting action download info 2024-10-08T19:50:42.3838831Z Download action repository 'pytorch/pytorch@main' (SHA:a2396b2dd8270d804b7d554ce4594e14870d060a) 2024-10-08T19:50:46.3479508Z Getting action download info 2024-10-08T19:50:46.4676126Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T19:50:46.6783230Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/134247/merge (cbe39ffc96498585a83508a23de66f3eecb751d5) 2024-10-08T19:50:46.6785659Z ##[group] Inputs 2024-10-08T19:50:46.6786654Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit 2024-10-08T19:50:46.6787787Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-10-08T19:50:46.6788433Z sync-tag: 2024-10-08T19:50:46.6789169Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-10-08T19:50:46.6789955Z ##[endgroup] 2024-10-08T19:50:46.6790999Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter 2024-10-08T19:50:46.7411102Z A job started hook has been configured by the self-hosted runner administrator 2024-10-08T19:50:46.7577050Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-10-08T19:50:46.7586740Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:50:46.7587276Z ##[endgroup] 2024-10-08T19:50:48.2857823Z Runner Type: linux.large 2024-10-08T19:50:48.2858610Z Instance Type: c5.large 2024-10-08T19:50:48.2859201Z AMI Name: unknown 2024-10-08T19:50:48.2859984Z AMI ID: ami-0fff1b9a61dec8a5f 2024-10-08T19:50:54.2324008Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T19:50:54.2324613Z with: 2024-10-08T19:50:54.2324862Z fetch-depth: 1 2024-10-08T19:50:54.2325172Z submodules: false 2024-10-08T19:50:54.2325461Z env: 2024-10-08T19:50:54.2325712Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.2326044Z ##[endgroup] 2024-10-08T19:50:54.2513482Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:50:54.2514855Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:50:54.2523515Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:50:54.2524026Z env: 2024-10-08T19:50:54.2524275Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.2524608Z ##[endgroup] 2024-10-08T19:50:54.2632033Z ##[group]Run retry () { 2024-10-08T19:50:54.2632470Z retry () { 2024-10-08T19:50:54.2633003Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T19:50:54.2633544Z } 2024-10-08T19:50:54.2633993Z echo "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2634914Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T19:50:54.2635418Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2635862Z else 2024-10-08T19:50:54.2636190Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2636943Z fi 2024-10-08T19:50:54.2637270Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2643069Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:50:54.2643546Z env: 2024-10-08T19:50:54.2643803Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.2644130Z NO_SUDO: 2024-10-08T19:50:54.2644374Z ##[endgroup] 2024-10-08T19:50:54.2670301Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:50:54.6368555Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T19:50:54.6369000Z with: 2024-10-08T19:50:54.6369296Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:50:54.6369725Z fetch-depth: 1 2024-10-08T19:50:54.6370032Z submodules: false 2024-10-08T19:50:54.6370318Z quiet-checkout: true 2024-10-08T19:50:54.6370647Z repository: pytorch/pytorch 2024-10-08T19:50:54.6371145Z token: *** 2024-10-08T19:50:54.6371401Z ssh-strict: true 2024-10-08T19:50:54.6371712Z persist-credentials: true 2024-10-08T19:50:54.6372051Z clean: true 2024-10-08T19:50:54.6372338Z sparse-checkout-cone-mode: true 2024-10-08T19:50:54.6372710Z lfs: false 2024-10-08T19:50:54.6372988Z set-safe-directory: true 2024-10-08T19:50:54.6373292Z env: 2024-10-08T19:50:54.6373548Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.6373870Z ##[endgroup] 2024-10-08T19:50:54.7508404Z Syncing repository: pytorch/pytorch 2024-10-08T19:50:54.7511071Z ##[group]Getting Git version info 2024-10-08T19:50:54.7512946Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:50:54.7514421Z [command]/usr/bin/git version 2024-10-08T19:50:54.7515001Z git version 2.40.1 2024-10-08T19:50:54.7551895Z ##[endgroup] 2024-10-08T19:50:54.7568970Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a7042761-f006-4a42-9daa-72f9cfdc57b2' before making global git config changes 2024-10-08T19:50:54.7571202Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:50:54.7573309Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:50:54.7597732Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:50:54.7602305Z ##[group]Initializing the repository 2024-10-08T19:50:54.7606089Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:50:54.7684032Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-08T19:50:54.7686029Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-08T19:50:54.7687601Z hint: of your new repositories, which will suppress this warning, call: 2024-10-08T19:50:54.7688706Z hint: 2024-10-08T19:50:54.7689710Z hint: git config --global init.defaultBranch 2024-10-08T19:50:54.7690612Z hint: 2024-10-08T19:50:54.7691526Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-08T19:50:54.7693162Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-08T19:50:54.7694305Z hint: 2024-10-08T19:50:54.7694986Z hint: git branch -m 2024-10-08T19:50:54.7696500Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T19:50:54.7701756Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-08T19:50:54.7745613Z ##[endgroup] 2024-10-08T19:50:54.7746722Z ##[group]Disabling automatic garbage collection 2024-10-08T19:50:54.7749485Z [command]/usr/bin/git config --local gc.auto 0 2024-10-08T19:50:54.7780691Z ##[endgroup] 2024-10-08T19:50:54.7781681Z ##[group]Setting up auth 2024-10-08T19:50:54.7787906Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:50:54.7820656Z [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-10-08T19:50:54.8086096Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:50:54.8120816Z [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-10-08T19:50:54.8386451Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-08T19:50:54.8437058Z ##[endgroup] 2024-10-08T19:50:54.8438046Z ##[group]Fetching the repository 2024-10-08T19:50:54.8443085Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:50:55.1103562Z remote: Enumerating objects: 11312, done. 2024-10-08T19:50:55.1112261Z remote: Counting objects: 0% (1/11312) 2024-10-08T19:50:55.1113227Z remote: Counting objects: 1% (114/11312) 2024-10-08T19:50:55.1114193Z remote: Counting objects: 2% (227/11312) 2024-10-08T19:50:55.1115048Z remote: Counting objects: 3% (340/11312) 2024-10-08T19:50:55.1119009Z remote: Counting objects: 4% (453/11312) 2024-10-08T19:50:55.1119967Z remote: Counting objects: 5% (566/11312) 2024-10-08T19:50:55.1120923Z remote: Counting objects: 6% (679/11312) 2024-10-08T19:50:55.1121848Z remote: Counting objects: 7% (792/11312) 2024-10-08T19:50:55.1122779Z remote: Counting objects: 8% (905/11312) 2024-10-08T19:50:55.1123676Z remote: Counting objects: 9% (1019/11312) 2024-10-08T19:50:55.1124597Z remote: Counting objects: 10% (1132/11312) 2024-10-08T19:50:55.1128150Z remote: Counting objects: 11% (1245/11312) 2024-10-08T19:50:55.1131756Z remote: Counting objects: 12% (1358/11312) 2024-10-08T19:50:55.1132694Z remote: Counting objects: 13% (1471/11312) 2024-10-08T19:50:55.1133526Z remote: Counting objects: 14% (1584/11312) 2024-10-08T19:50:55.1137280Z remote: Counting objects: 15% (1697/11312) 2024-10-08T19:50:55.1138242Z remote: Counting objects: 16% (1810/11312) 2024-10-08T19:50:55.1139154Z remote: Counting objects: 17% (1924/11312) 2024-10-08T19:50:55.1171094Z remote: Counting objects: 18% (2037/11312) 2024-10-08T19:50:55.1172046Z remote: Counting objects: 19% (2150/11312) 2024-10-08T19:50:55.1173080Z remote: Counting objects: 20% (2263/11312) 2024-10-08T19:50:55.1174279Z remote: Counting objects: 21% (2376/11312) 2024-10-08T19:50:55.1175319Z remote: Counting objects: 22% (2489/11312) 2024-10-08T19:50:55.1176271Z remote: Counting objects: 23% (2602/11312) 2024-10-08T19:50:55.1177349Z remote: Counting objects: 24% (2715/11312) 2024-10-08T19:50:55.1178312Z remote: Counting objects: 25% (2828/11312) 2024-10-08T19:50:55.1179266Z remote: Counting objects: 26% (2942/11312) 2024-10-08T19:50:55.1180097Z remote: Counting objects: 27% (3055/11312) 2024-10-08T19:50:55.1181795Z remote: Counting objects: 28% (3168/11312) 2024-10-08T19:50:55.1183148Z remote: Counting objects: 29% (3281/11312) 2024-10-08T19:50:55.1184068Z remote: Counting objects: 30% (3394/11312) 2024-10-08T19:50:55.1184969Z remote: Counting objects: 31% (3507/11312) 2024-10-08T19:50:55.1185906Z remote: Counting objects: 32% (3620/11312) 2024-10-08T19:50:55.1187577Z remote: Counting objects: 33% (3733/11312) 2024-10-08T19:50:55.1188465Z remote: Counting objects: 34% (3847/11312) 2024-10-08T19:50:55.1190471Z remote: Counting objects: 35% (3960/11312) 2024-10-08T19:50:55.1191927Z remote: Counting objects: 36% (4073/11312) 2024-10-08T19:50:55.1193879Z remote: Counting objects: 37% (4186/11312) 2024-10-08T19:50:55.1194769Z remote: Counting objects: 38% (4299/11312) 2024-10-08T19:50:55.1196268Z remote: Counting objects: 39% (4412/11312) 2024-10-08T19:50:55.1197233Z remote: Counting objects: 40% (4525/11312) 2024-10-08T19:50:55.1198191Z remote: Counting objects: 41% (4638/11312) 2024-10-08T19:50:55.1199653Z remote: Counting objects: 42% (4752/11312) 2024-10-08T19:50:55.1200674Z remote: Counting objects: 43% (4865/11312) 2024-10-08T19:50:55.1201630Z remote: Counting objects: 44% (4978/11312) 2024-10-08T19:50:55.1202503Z remote: Counting objects: 45% (5091/11312) 2024-10-08T19:50:55.1204075Z remote: Counting objects: 46% (5204/11312) 2024-10-08T19:50:55.1205007Z remote: Counting objects: 47% (5317/11312) 2024-10-08T19:50:55.1206666Z remote: Counting objects: 48% (5430/11312) 2024-10-08T19:50:55.1207521Z remote: Counting objects: 49% (5543/11312) 2024-10-08T19:50:55.1209256Z remote: Counting objects: 50% (5656/11312) 2024-10-08T19:50:55.1210057Z remote: Counting objects: 51% (5770/11312) 2024-10-08T19:50:55.1211641Z remote: Counting objects: 52% (5883/11312) 2024-10-08T19:50:55.1213334Z remote: Counting objects: 53% (5996/11312) 2024-10-08T19:50:55.1214972Z remote: Counting objects: 54% (6109/11312) 2024-10-08T19:50:55.1215941Z remote: Counting objects: 55% (6222/11312) 2024-10-08T19:50:55.1218099Z remote: Counting objects: 56% (6335/11312) 2024-10-08T19:50:55.1219804Z remote: Counting objects: 57% (6448/11312) 2024-10-08T19:50:55.1221390Z remote: Counting objects: 58% (6561/11312) 2024-10-08T19:50:55.1223695Z remote: Counting objects: 59% (6675/11312) 2024-10-08T19:50:55.1225757Z remote: Counting objects: 60% (6788/11312) 2024-10-08T19:50:55.1226806Z remote: Counting objects: 61% (6901/11312) 2024-10-08T19:50:55.1230160Z remote: Counting objects: 62% (7014/11312) 2024-10-08T19:50:55.1231260Z remote: Counting objects: 63% (7127/11312) 2024-10-08T19:50:55.1232847Z remote: Counting objects: 64% (7240/11312) 2024-10-08T19:50:55.1235566Z remote: Counting objects: 65% (7353/11312) 2024-10-08T19:50:55.1237214Z remote: Counting objects: 66% (7466/11312) 2024-10-08T19:50:55.1239054Z remote: Counting objects: 67% (7580/11312) 2024-10-08T19:50:55.1240065Z remote: Counting objects: 68% (7693/11312) 2024-10-08T19:50:55.1241778Z remote: Counting objects: 69% (7806/11312) 2024-10-08T19:50:55.1243560Z remote: Counting objects: 70% (7919/11312) 2024-10-08T19:50:55.1245158Z remote: Counting objects: 71% (8032/11312) 2024-10-08T19:50:55.1247152Z remote: Counting objects: 72% (8145/11312) 2024-10-08T19:50:55.1248962Z remote: Counting objects: 73% (8258/11312) 2024-10-08T19:50:55.1249921Z remote: Counting objects: 74% (8371/11312) 2024-10-08T19:50:55.1251716Z remote: Counting objects: 75% (8484/11312) 2024-10-08T19:50:55.1253439Z remote: Counting objects: 76% (8598/11312) 2024-10-08T19:50:55.1254387Z remote: Counting objects: 77% (8711/11312) 2024-10-08T19:50:55.1256194Z remote: Counting objects: 78% (8824/11312) 2024-10-08T19:50:55.1257862Z remote: Counting objects: 79% (8937/11312) 2024-10-08T19:50:55.1258873Z remote: Counting objects: 80% (9050/11312) 2024-10-08T19:50:55.1260616Z remote: Counting objects: 81% (9163/11312) 2024-10-08T19:50:55.1262443Z remote: Counting objects: 82% (9276/11312) 2024-10-08T19:50:55.1263473Z remote: Counting objects: 83% (9389/11312) 2024-10-08T19:50:55.1265325Z remote: Counting objects: 84% (9503/11312) 2024-10-08T19:50:55.1266466Z remote: Counting objects: 85% (9616/11312) 2024-10-08T19:50:55.1268031Z remote: Counting objects: 86% (9729/11312) 2024-10-08T19:50:55.1269491Z remote: Counting objects: 87% (9842/11312) 2024-10-08T19:50:55.1270557Z remote: Counting objects: 88% (9955/11312) 2024-10-08T19:50:55.1271619Z remote: Counting objects: 89% (10068/11312) 2024-10-08T19:50:55.1273566Z remote: Counting objects: 90% (10181/11312) 2024-10-08T19:50:55.1274665Z remote: Counting objects: 91% (10294/11312) 2024-10-08T19:50:55.1275796Z remote: Counting objects: 92% (10408/11312) 2024-10-08T19:50:55.1276774Z remote: Counting objects: 93% (10521/11312) 2024-10-08T19:50:55.1277470Z remote: Counting objects: 94% (10634/11312) 2024-10-08T19:50:55.1278096Z remote: Counting objects: 95% (10747/11312) 2024-10-08T19:50:55.1278694Z remote: Counting objects: 96% (10860/11312) 2024-10-08T19:50:55.1279359Z remote: Counting objects: 97% (10973/11312) 2024-10-08T19:50:55.1279922Z remote: Counting objects: 98% (11086/11312) 2024-10-08T19:50:55.1280523Z remote: Counting objects: 99% (11199/11312) 2024-10-08T19:50:55.1281183Z remote: Counting objects: 100% (11312/11312) 2024-10-08T19:50:55.1281789Z remote: Counting objects: 100% (11312/11312), done. 2024-10-08T19:50:55.1366525Z remote: Compressing objects: 0% (1/9929) 2024-10-08T19:50:55.1613213Z remote: Compressing objects: 1% (100/9929) 2024-10-08T19:50:55.2285596Z remote: Compressing objects: 2% (199/9929) 2024-10-08T19:50:55.2578761Z remote: Compressing objects: 3% (298/9929) 2024-10-08T19:50:55.2918933Z remote: Compressing objects: 4% (398/9929) 2024-10-08T19:50:55.3347550Z remote: Compressing objects: 5% (497/9929) 2024-10-08T19:50:55.3999932Z remote: Compressing objects: 6% (596/9929) 2024-10-08T19:50:55.4776966Z remote: Compressing objects: 7% (696/9929) 2024-10-08T19:50:55.5383496Z remote: Compressing objects: 8% (795/9929) 2024-10-08T19:50:55.5831988Z remote: Compressing objects: 9% (894/9929) 2024-10-08T19:50:55.6242975Z remote: Compressing objects: 10% (993/9929) 2024-10-08T19:50:55.6653090Z remote: Compressing objects: 11% (1093/9929) 2024-10-08T19:50:55.7009118Z remote: Compressing objects: 12% (1192/9929) 2024-10-08T19:50:55.7824612Z remote: Compressing objects: 13% (1291/9929) 2024-10-08T19:50:55.8331336Z remote: Compressing objects: 14% (1391/9929) 2024-10-08T19:50:55.8841433Z remote: Compressing objects: 15% (1490/9929) 2024-10-08T19:50:55.9427809Z remote: Compressing objects: 16% (1589/9929) 2024-10-08T19:50:55.9903615Z remote: Compressing objects: 17% (1688/9929) 2024-10-08T19:50:56.0476355Z remote: Compressing objects: 18% (1788/9929) 2024-10-08T19:50:56.1118675Z remote: Compressing objects: 19% (1887/9929) 2024-10-08T19:50:56.1323436Z remote: Compressing objects: 20% (1986/9929) 2024-10-08T19:50:56.1734061Z remote: Compressing objects: 20% (2023/9929) 2024-10-08T19:50:56.2116397Z remote: Compressing objects: 21% (2086/9929) 2024-10-08T19:50:56.2825894Z remote: Compressing objects: 22% (2185/9929) 2024-10-08T19:50:56.3361557Z remote: Compressing objects: 23% (2284/9929) 2024-10-08T19:50:56.3882021Z remote: Compressing objects: 24% (2383/9929) 2024-10-08T19:50:56.4387349Z remote: Compressing objects: 25% (2483/9929) 2024-10-08T19:50:56.5100330Z remote: Compressing objects: 26% (2582/9929) 2024-10-08T19:50:56.5459669Z remote: Compressing objects: 27% (2681/9929) 2024-10-08T19:50:56.5894510Z remote: Compressing objects: 28% (2781/9929) 2024-10-08T19:50:56.6445980Z remote: Compressing objects: 29% (2880/9929) 2024-10-08T19:50:56.7029587Z remote: Compressing objects: 30% (2979/9929) 2024-10-08T19:50:56.7366453Z remote: Compressing objects: 31% (3078/9929) 2024-10-08T19:50:56.7439114Z remote: Compressing objects: 32% (3178/9929) 2024-10-08T19:50:56.7620202Z remote: Compressing objects: 33% (3277/9929) 2024-10-08T19:50:56.7779206Z remote: Compressing objects: 34% (3376/9929) 2024-10-08T19:50:56.7984183Z remote: Compressing objects: 35% (3476/9929) 2024-10-08T19:50:56.8153849Z remote: Compressing objects: 36% (3575/9929) 2024-10-08T19:50:56.8229838Z remote: Compressing objects: 37% (3674/9929) 2024-10-08T19:50:56.8406275Z remote: Compressing objects: 38% (3774/9929) 2024-10-08T19:50:56.8643569Z remote: Compressing objects: 39% (3873/9929) 2024-10-08T19:50:56.8909765Z remote: Compressing objects: 40% (3972/9929) 2024-10-08T19:50:56.9173647Z remote: Compressing objects: 41% (4071/9929) 2024-10-08T19:50:56.9613769Z remote: Compressing objects: 42% (4171/9929) 2024-10-08T19:50:57.0021189Z remote: Compressing objects: 43% (4270/9929) 2024-10-08T19:50:57.0288445Z remote: Compressing objects: 44% (4369/9929) 2024-10-08T19:50:57.0652922Z remote: Compressing objects: 45% (4469/9929) 2024-10-08T19:50:57.1115535Z remote: Compressing objects: 46% (4568/9929) 2024-10-08T19:50:57.1288379Z remote: Compressing objects: 47% (4667/9929) 2024-10-08T19:50:57.1517283Z remote: Compressing objects: 47% (4702/9929) 2024-10-08T19:50:57.1890344Z remote: Compressing objects: 48% (4766/9929) 2024-10-08T19:50:57.2198790Z remote: Compressing objects: 49% (4866/9929) 2024-10-08T19:50:57.2791994Z remote: Compressing objects: 50% (4965/9929) 2024-10-08T19:50:57.3145313Z remote: Compressing objects: 51% (5064/9929) 2024-10-08T19:50:57.3386623Z remote: Compressing objects: 52% (5164/9929) 2024-10-08T19:50:57.3653328Z remote: Compressing objects: 53% (5263/9929) 2024-10-08T19:50:57.3897408Z remote: Compressing objects: 54% (5362/9929) 2024-10-08T19:50:57.4253970Z remote: Compressing objects: 55% (5461/9929) 2024-10-08T19:50:57.4603993Z remote: Compressing objects: 56% (5561/9929) 2024-10-08T19:50:57.4845626Z remote: Compressing objects: 57% (5660/9929) 2024-10-08T19:50:57.5419339Z remote: Compressing objects: 58% (5759/9929) 2024-10-08T19:50:57.5457856Z remote: Compressing objects: 59% (5859/9929) 2024-10-08T19:50:57.5672592Z remote: Compressing objects: 60% (5958/9929) 2024-10-08T19:50:57.5837716Z remote: Compressing objects: 61% (6057/9929) 2024-10-08T19:50:57.6254364Z remote: Compressing objects: 62% (6156/9929) 2024-10-08T19:50:57.6447066Z remote: Compressing objects: 63% (6256/9929) 2024-10-08T19:50:57.6523715Z remote: Compressing objects: 64% (6355/9929) 2024-10-08T19:50:57.6555950Z remote: Compressing objects: 65% (6454/9929) 2024-10-08T19:50:57.6621135Z remote: Compressing objects: 66% (6554/9929) 2024-10-08T19:50:57.6747683Z remote: Compressing objects: 67% (6653/9929) 2024-10-08T19:50:57.6808295Z remote: Compressing objects: 68% (6752/9929) 2024-10-08T19:50:57.6910155Z remote: Compressing objects: 69% (6852/9929) 2024-10-08T19:50:57.7035840Z remote: Compressing objects: 70% (6951/9929) 2024-10-08T19:50:57.7194193Z remote: Compressing objects: 71% (7050/9929) 2024-10-08T19:50:57.7307694Z remote: Compressing objects: 72% (7149/9929) 2024-10-08T19:50:57.7417725Z remote: Compressing objects: 73% (7249/9929) 2024-10-08T19:50:57.7526311Z remote: Compressing objects: 74% (7348/9929) 2024-10-08T19:50:57.7687249Z remote: Compressing objects: 75% (7447/9929) 2024-10-08T19:50:57.7794779Z remote: Compressing objects: 76% (7547/9929) 2024-10-08T19:50:57.7943157Z remote: Compressing objects: 77% (7646/9929) 2024-10-08T19:50:57.8075834Z remote: Compressing objects: 78% (7745/9929) 2024-10-08T19:50:57.8204549Z remote: Compressing objects: 79% (7844/9929) 2024-10-08T19:50:57.8345408Z remote: Compressing objects: 80% (7944/9929) 2024-10-08T19:50:57.8532046Z remote: Compressing objects: 81% (8043/9929) 2024-10-08T19:50:57.8680872Z remote: Compressing objects: 82% (8142/9929) 2024-10-08T19:50:57.8801513Z remote: Compressing objects: 83% (8242/9929) 2024-10-08T19:50:57.8934283Z remote: Compressing objects: 84% (8341/9929) 2024-10-08T19:50:57.9057583Z remote: Compressing objects: 85% (8440/9929) 2024-10-08T19:50:57.9209362Z remote: Compressing objects: 86% (8539/9929) 2024-10-08T19:50:57.9342300Z remote: Compressing objects: 87% (8639/9929) 2024-10-08T19:50:57.9443981Z remote: Compressing objects: 88% (8738/9929) 2024-10-08T19:50:57.9582512Z remote: Compressing objects: 89% (8837/9929) 2024-10-08T19:50:57.9627958Z remote: Compressing objects: 90% (8937/9929) 2024-10-08T19:50:57.9641189Z remote: Compressing objects: 91% (9036/9929) 2024-10-08T19:50:57.9656398Z remote: Compressing objects: 92% (9135/9929) 2024-10-08T19:50:57.9675373Z remote: Compressing objects: 93% (9234/9929) 2024-10-08T19:50:57.9685427Z remote: Compressing objects: 94% (9334/9929) 2024-10-08T19:50:57.9699592Z remote: Compressing objects: 95% (9433/9929) 2024-10-08T19:50:57.9711199Z remote: Compressing objects: 96% (9532/9929) 2024-10-08T19:50:57.9727020Z remote: Compressing objects: 97% (9632/9929) 2024-10-08T19:50:57.9741206Z remote: Compressing objects: 98% (9731/9929) 2024-10-08T19:50:57.9750735Z remote: Compressing objects: 99% (9830/9929) 2024-10-08T19:50:57.9754295Z remote: Compressing objects: 100% (9929/9929) 2024-10-08T19:50:57.9754909Z remote: Compressing objects: 100% (9929/9929), done. 2024-10-08T19:51:01.0336153Z remote: Total 11312 (delta 1361), reused 4446 (delta 1090), pack-reused 0 (from 0) 2024-10-08T19:51:01.7024183Z ##[endgroup] 2024-10-08T19:51:01.7025785Z ##[group]Determining the checkout info 2024-10-08T19:51:01.7027075Z ##[endgroup] 2024-10-08T19:51:01.7028077Z ##[group]Checking out the ref 2024-10-08T19:51:01.7033485Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:03.0080657Z ##[endgroup] 2024-10-08T19:51:03.0130718Z [command]/usr/bin/git log -1 --format='%H' 2024-10-08T19:51:03.0162223Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T19:51:03.0441785Z Prepare all required actions 2024-10-08T19:51:03.0442326Z Getting action download info 2024-10-08T19:51:03.1473948Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T19:51:03.3185918Z ##[group]Run ./.github/actions/filter-test-configs 2024-10-08T19:51:03.3186628Z with: 2024-10-08T19:51:03.3187326Z github-token: *** 2024-10-08T19:51:03.3188358Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-10-08T19:51:03.3189510Z env: 2024-10-08T19:51:03.3189940Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:03.3190473Z ##[endgroup] 2024-10-08T19:51:03.3249781Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:51:03.3250170Z with: 2024-10-08T19:51:03.3250426Z shell: bash 2024-10-08T19:51:03.3250705Z timeout_minutes: 10 2024-10-08T19:51:03.3250999Z max_attempts: 5 2024-10-08T19:51:03.3251296Z retry_wait_seconds: 30 2024-10-08T19:51:03.3252457Z 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-10-08T19:51:03.3253650Z polling_interval_seconds: 1 2024-10-08T19:51:03.3254010Z warning_on_retry: true 2024-10-08T19:51:03.3254329Z continue_on_error: false 2024-10-08T19:51:03.3254647Z env: 2024-10-08T19:51:03.3254899Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:03.3255415Z GITHUB_TOKEN: *** 2024-10-08T19:51:03.3255691Z ##[endgroup] 2024-10-08T19:51:03.4777340Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-10-08T19:51:03.8299378Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T19:51:03.8516237Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-10-08T19:51:03.8523303Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-10-08T19:51:03.8648581Z 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-10-08T19:51:03.8661890Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-10-08T19:51:03.8673833Z 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-10-08T19:51:03.8680316Z 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-10-08T19:51:04.4608833Z Command completed after 1 attempt(s). 2024-10-08T19:51:04.4666283Z ##[group]Run set -x 2024-10-08T19:51:04.4666613Z set -x 2024-10-08T19:51:04.4666902Z  2024-10-08T19:51:04.4667412Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:04.4668084Z # in runner workspace 2024-10-08T19:51:04.4668603Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-10-08T19:51:04.4675612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:04.4676108Z env: 2024-10-08T19:51:04.4676367Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:04.4676679Z ##[endgroup] 2024-10-08T19:51:04.4705153Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-10-08T19:51:04.4980314Z ##[group]Run set -x 2024-10-08T19:51:04.4980648Z set -x 2024-10-08T19:51:04.4980920Z  2024-10-08T19:51:04.4981450Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-10-08T19:51:04.4982354Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-10-08T19:51:04.4983260Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-10-08T19:51:04.4984317Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-10-08T19:51:04.4985090Z # expose this variable as part of GitHub context. 2024-10-08T19:51:04.4985910Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-10-08T19:51:04.4986808Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-10-08T19:51:04.4987361Z pwd 2024-10-08T19:51:04.4987603Z  2024-10-08T19:51:04.4988127Z LOG_FILE=$(grep -l -r "cbe39ffc96498585a83508a23de66f3eecb751d5" *.log | tail -n 1) 2024-10-08T19:51:04.4988801Z if [ -n "${LOG_FILE}" ]; then 2024-10-08T19:51:04.4989474Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-10-08T19:51:04.4990198Z  # needs to be awk {print $3} on MacOS 2024-10-08T19:51:04.4990649Z  case ${RUNNER_OS} in 2024-10-08T19:51:04.4991004Z  macOS) 2024-10-08T19:51:04.4991644Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-10-08T19:51:04.4992473Z  ;; 2024-10-08T19:51:04.4992751Z  *) 2024-10-08T19:51:04.4993354Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-10-08T19:51:04.4994074Z  ;; 2024-10-08T19:51:04.4994348Z  esac 2024-10-08T19:51:04.4994729Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-10-08T19:51:04.4995212Z fi 2024-10-08T19:51:04.4995463Z  2024-10-08T19:51:04.4995695Z popd 2024-10-08T19:51:04.5001386Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:04.5001876Z env: 2024-10-08T19:51:04.5002257Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:04.5002580Z ##[endgroup] 2024-10-08T19:51:04.5028234Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-10-08T19:51:04.5029867Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:04.5031212Z /home/ec2-user/actions-runner/_diag 2024-10-08T19:51:04.5033142Z + pwd 2024-10-08T19:51:04.5048724Z ++ tail -n 1 2024-10-08T19:51:04.5052453Z ++ grep -l -r cbe39ffc96498585a83508a23de66f3eecb751d5 Runner_20241008-185217-utc.log Runner_20241008-185305-utc.log Worker_20241008-194213-utc.log Worker_20241008-195038-utc.log 2024-10-08T19:51:04.5058843Z + LOG_FILE=Worker_20241008-195038-utc.log 2024-10-08T19:51:04.5060892Z + '[' -n Worker_20241008-195038-utc.log ']' 2024-10-08T19:51:04.5062579Z + case ${RUNNER_OS} in 2024-10-08T19:51:04.5066304Z ++ grep -r '"jobDisplayName"' Worker_20241008-195038-utc.log 2024-10-08T19:51:04.5068065Z ++ xargs 2024-10-08T19:51:04.5079536Z ++ awk -F '[:]' '{print $2}' 2024-10-08T19:51:04.5081296Z ++ sed 's/"//g' 2024-10-08T19:51:04.5120216Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter,' 2024-10-08T19:51:04.5123133Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter,' 2024-10-08T19:51:04.5124748Z + popd 2024-10-08T19:51:04.5125282Z ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:04.5154494Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:04.5155019Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:04.5155461Z echo "Job name: ${JOB_NAME}" 2024-10-08T19:51:04.5155844Z  2024-10-08T19:51:04.5156371Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:04.5157033Z # in runner workspace 2024-10-08T19:51:04.5157592Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-10-08T19:51:04.5158228Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-10-08T19:51:04.5158680Z  --job-name "${JOB_NAME}" \ 2024-10-08T19:51:04.5159084Z  --test-matrix "{ include: [ 2024-10-08T19:51:04.5159863Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-10-08T19:51:04.5160458Z ]} 2024-10-08T19:51:04.5160703Z " \ 2024-10-08T19:51:04.5161014Z  --selected-test-configs "" \ 2024-10-08T19:51:04.5161452Z  --pr-number "${PR_NUMBER}" \ 2024-10-08T19:51:04.5161837Z  --tag "${TAG}" \ 2024-10-08T19:51:04.5162211Z  --event-name "${EVENT_NAME}" \ 2024-10-08T19:51:04.5162916Z  --schedule "${SCHEDULE}" \ 2024-10-08T19:51:04.5163313Z  --branch "${HEAD_BRANCH}" 2024-10-08T19:51:04.5168992Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:04.5169477Z env: 2024-10-08T19:51:04.5169723Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:04.5170239Z GITHUB_TOKEN: *** 2024-10-08T19:51:04.5170979Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter, 2024-10-08T19:51:04.5171815Z PR_NUMBER: 134247 2024-10-08T19:51:04.5172089Z TAG: 2024-10-08T19:51:04.5172348Z EVENT_NAME: pull_request 2024-10-08T19:51:04.5172679Z SCHEDULE: 2024-10-08T19:51:04.5172934Z HEAD_BRANCH: 2024-10-08T19:51:04.5173210Z ##[endgroup] 2024-10-08T19:51:04.5201556Z Workflow: pull 2024-10-08T19:51:04.5203197Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter, 2024-10-08T19:51:04.7683267Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-10-08T19:51:04.9066768Z fatal: unknown commit origin/main 2024-10-08T19:51:04.9076996Z /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-10-08T19:51:04.9080748Z warnings.warn(f"failed to get commit messages: {e}") 2024-10-08T19:51:04.9283347Z ##[group]Run echo "Filtered matrix:" 2024-10-08T19:51:04.9284093Z echo "Filtered matrix:" 2024-10-08T19:51:04.9285337Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-10-08T19:51:04.9286590Z  2024-10-08T19:51:04.9287021Z echo 2024-10-08T19:51:04.9287646Z echo "Is the current job unstable? False" 2024-10-08T19:51:04.9288459Z  2024-10-08T19:51:04.9288860Z echo 2024-10-08T19:51:04.9289475Z echo "Is keep-going label set? False" 2024-10-08T19:51:04.9290205Z  2024-10-08T19:51:04.9290614Z echo 2024-10-08T19:51:04.9291124Z echo "Renabled issues? " 2024-10-08T19:51:04.9297208Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:04.9297685Z env: 2024-10-08T19:51:04.9297943Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:04.9298267Z ##[endgroup] 2024-10-08T19:51:04.9325838Z Filtered matrix: 2024-10-08T19:51:04.9326775Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-10-08T19:51:04.9328726Z 2024-10-08T19:51:04.9328950Z Is the current job unstable? False 2024-10-08T19:51:04.9330767Z 2024-10-08T19:51:04.9331324Z Is keep-going label set? False 2024-10-08T19:51:04.9331796Z 2024-10-08T19:51:04.9332014Z Renabled issues? 2024-10-08T19:51:04.9532033Z Post job cleanup. 2024-10-08T19:51:04.9585658Z Post job cleanup. 2024-10-08T19:51:05.0498430Z [command]/usr/bin/git version 2024-10-08T19:51:05.0545289Z git version 2.40.1 2024-10-08T19:51:05.0588905Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bd7828e6-22d6-45b8-92a3-ad2118bf53f0' before making global git config changes 2024-10-08T19:51:05.0591772Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:51:05.0597934Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:05.0639468Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:51:05.0677353Z [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-10-08T19:51:05.0965190Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:51:05.0993903Z http.https://github.com/.extraheader 2024-10-08T19:51:05.1006636Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-08T19:51:05.1044583Z [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-10-08T19:51:05.1456152Z A job completed hook has been configured by the self-hosted runner administrator 2024-10-08T19:51:05.1487641Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-10-08T19:51:05.1496309Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:05.1497143Z ##[endgroup] 2024-10-08T19:51:11.5509418Z Evaluate and set job outputs 2024-10-08T19:51:11.5519923Z Set output 'test-matrix' 2024-10-08T19:51:11.5520883Z Set output 'is-test-matrix-empty' 2024-10-08T19:51:11.5521556Z Set output 'keep-going' 2024-10-08T19:51:11.5522324Z Cleaning up orphan processes