2024-08-07T17:14:48.8733962Z Current runner version: '2.318.0' 2024-08-07T17:14:48.8741748Z Runner name: 'i-0d8d54e078181b275' 2024-08-07T17:14:48.8742655Z Runner group name: 'Default' 2024-08-07T17:14:48.8743652Z Machine name: 'ip-10-0-49-141' 2024-08-07T17:14:48.8748213Z ##[group]GITHUB_TOKEN Permissions 2024-08-07T17:14:48.8751464Z Actions: read 2024-08-07T17:14:48.8752073Z Attestations: read 2024-08-07T17:14:48.8752710Z Checks: read 2024-08-07T17:14:48.8753285Z Contents: read 2024-08-07T17:14:48.8753893Z Deployments: read 2024-08-07T17:14:48.8754534Z Discussions: read 2024-08-07T17:14:48.8755117Z Issues: read 2024-08-07T17:14:48.8755707Z Metadata: read 2024-08-07T17:14:48.8756312Z Packages: read 2024-08-07T17:14:48.8756887Z Pages: read 2024-08-07T17:14:48.8757476Z PullRequests: read 2024-08-07T17:14:48.8758317Z RepositoryProjects: read 2024-08-07T17:14:48.8758975Z SecurityEvents: read 2024-08-07T17:14:48.8759615Z Statuses: read 2024-08-07T17:14:48.8760202Z ##[endgroup] 2024-08-07T17:14:48.8763706Z Secret source: Actions 2024-08-07T17:14:48.8764825Z Prepare workflow directory 2024-08-07T17:14:49.2727039Z Prepare all required actions 2024-08-07T17:14:49.2767216Z Getting action download info 2024-08-07T17:14:49.4187310Z Download action repository 'pytorch/pytorch@main' (SHA:32a284c27549449c19e3b1455f531692439d6316) 2024-08-07T17:14:52.9967596Z Getting action download info 2024-08-07T17:14:53.1132127Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-07T17:14:53.2658804Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/131248/merge (f779f6b7738020e244184bded4026b37de3f9f24) 2024-08-07T17:14:53.2661042Z ##[group] Inputs 2024-08-07T17:14:53.2661635Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single 2024-08-07T17:14:53.2662390Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-08-07T17:14:53.2662874Z sync-tag: 2024-08-07T17:14:53.2663404Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-08-07T17:14:53.2664012Z ##[endgroup] 2024-08-07T17:14:53.2664552Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter 2024-08-07T17:14:53.3022048Z A job started hook has been configured by the self-hosted runner administrator 2024-08-07T17:14:53.3157319Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-07T17:14:53.3167757Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:14:53.3168458Z ##[endgroup] 2024-08-07T17:14:54.4210665Z Runner Type: linux.large 2024-08-07T17:14:54.4212806Z Instance Type: c5.large 2024-08-07T17:14:54.4216040Z AMI Name: amzn2-ami-hvm-2.0.20240306.2-x86_64-ebs 2024-08-07T17:14:54.4219646Z AMI ID: ami-0ce0c36d7a00b20e2 2024-08-07T17:14:58.5254247Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-07T17:14:58.5254999Z with: 2024-08-07T17:14:58.5255308Z fetch-depth: 1 2024-08-07T17:14:58.5255663Z submodules: false 2024-08-07T17:14:58.5256043Z env: 2024-08-07T17:14:58.5256331Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:14:58.5256609Z ##[endgroup] 2024-08-07T17:14:58.5334721Z ##[group]Run retry () { 2024-08-07T17:14:58.5335064Z retry () { 2024-08-07T17:14:58.5335451Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-07T17:14:58.5335860Z } 2024-08-07T17:14:58.5336120Z echo "${GITHUB_WORKSPACE}" 2024-08-07T17:14:58.5336439Z if [ -z "${NO_SUDO}" ]; then 2024-08-07T17:14:58.5336800Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:14:58.5337153Z else 2024-08-07T17:14:58.5337424Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:14:58.5337974Z fi 2024-08-07T17:14:58.5338272Z mkdir "${GITHUB_WORKSPACE}" 2024-08-07T17:14:58.5345774Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:14:58.5346183Z env: 2024-08-07T17:14:58.5346416Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:14:58.5346809Z NO_SUDO: 2024-08-07T17:14:58.5347040Z ##[endgroup] 2024-08-07T17:14:58.5371343Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:14:58.8354654Z ##[group]Run malfet/checkout@silent-checkout 2024-08-07T17:14:58.8355041Z with: 2024-08-07T17:14:58.8355285Z ref: 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:14:58.8355633Z fetch-depth: 1 2024-08-07T17:14:58.8355881Z submodules: false 2024-08-07T17:14:58.8356130Z quiet-checkout: true 2024-08-07T17:14:58.8356423Z repository: pytorch/pytorch 2024-08-07T17:14:58.8356873Z token: *** 2024-08-07T17:14:58.8357107Z ssh-strict: true 2024-08-07T17:14:58.8357356Z persist-credentials: true 2024-08-07T17:14:58.8357645Z clean: true 2024-08-07T17:14:58.8357911Z sparse-checkout-cone-mode: true 2024-08-07T17:14:58.8358221Z lfs: false 2024-08-07T17:14:58.8358460Z set-safe-directory: true 2024-08-07T17:14:58.8358722Z env: 2024-08-07T17:14:58.8358949Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:14:58.8359225Z ##[endgroup] 2024-08-07T17:14:58.9369189Z Syncing repository: pytorch/pytorch 2024-08-07T17:14:58.9387676Z ##[group]Getting Git version info 2024-08-07T17:14:58.9388597Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-07T17:14:58.9389767Z [command]/usr/bin/git version 2024-08-07T17:14:58.9418807Z git version 2.40.1 2024-08-07T17:14:58.9436942Z ##[endgroup] 2024-08-07T17:14:58.9454154Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/310bcec9-8ac2-4575-94d0-71f3611f8ccc' before making global git config changes 2024-08-07T17:14:58.9455952Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:14:58.9460970Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:14:58.9497244Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-07T17:14:58.9502524Z ##[group]Initializing the repository 2024-08-07T17:14:58.9505928Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:14:58.9532534Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-07T17:14:58.9533965Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-07T17:14:58.9535148Z hint: of your new repositories, which will suppress this warning, call: 2024-08-07T17:14:58.9535883Z hint: 2024-08-07T17:14:58.9536296Z hint: git config --global init.defaultBranch 2024-08-07T17:14:58.9536739Z hint: 2024-08-07T17:14:58.9537394Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-07T17:14:58.9538548Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-07T17:14:58.9540008Z hint: 2024-08-07T17:14:58.9540663Z hint: git branch -m 2024-08-07T17:14:58.9542454Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-07T17:14:58.9549459Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-07T17:14:58.9577325Z ##[endgroup] 2024-08-07T17:14:58.9579299Z ##[group]Disabling automatic garbage collection 2024-08-07T17:14:58.9582316Z [command]/usr/bin/git config --local gc.auto 0 2024-08-07T17:14:58.9608240Z ##[endgroup] 2024-08-07T17:14:58.9609124Z ##[group]Setting up auth 2024-08-07T17:14:58.9614940Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:14:58.9642667Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-07T17:14:58.9864739Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:14:58.9896678Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-07T17:14:59.0123906Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-07T17:14:59.0165860Z ##[endgroup] 2024-08-07T17:14:59.0168365Z ##[group]Fetching the repository 2024-08-07T17:14:59.0176722Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:14:59.2484873Z remote: Enumerating objects: 11299, done. 2024-08-07T17:14:59.2491391Z remote: Counting objects: 0% (1/11299) 2024-08-07T17:14:59.2492290Z remote: Counting objects: 1% (113/11299) 2024-08-07T17:14:59.2493035Z remote: Counting objects: 2% (226/11299) 2024-08-07T17:14:59.2496452Z remote: Counting objects: 3% (339/11299) 2024-08-07T17:14:59.2498853Z remote: Counting objects: 4% (452/11299) 2024-08-07T17:14:59.2501665Z remote: Counting objects: 5% (565/11299) 2024-08-07T17:14:59.2504520Z remote: Counting objects: 6% (678/11299) 2024-08-07T17:14:59.2506914Z remote: Counting objects: 7% (791/11299) 2024-08-07T17:14:59.2509840Z remote: Counting objects: 8% (904/11299) 2024-08-07T17:14:59.2512453Z remote: Counting objects: 9% (1017/11299) 2024-08-07T17:14:59.2515050Z remote: Counting objects: 10% (1130/11299) 2024-08-07T17:14:59.2517933Z remote: Counting objects: 11% (1243/11299) 2024-08-07T17:14:59.2544508Z remote: Counting objects: 12% (1356/11299) 2024-08-07T17:14:59.2545306Z remote: Counting objects: 13% (1469/11299) 2024-08-07T17:14:59.2547023Z remote: Counting objects: 14% (1582/11299) 2024-08-07T17:14:59.2547459Z remote: Counting objects: 15% (1695/11299) 2024-08-07T17:14:59.2548183Z remote: Counting objects: 16% (1808/11299) 2024-08-07T17:14:59.2548590Z remote: Counting objects: 17% (1921/11299) 2024-08-07T17:14:59.2549034Z remote: Counting objects: 18% (2034/11299) 2024-08-07T17:14:59.2549802Z remote: Counting objects: 19% (2147/11299) 2024-08-07T17:14:59.2550468Z remote: Counting objects: 20% (2260/11299) 2024-08-07T17:14:59.2550870Z remote: Counting objects: 21% (2373/11299) 2024-08-07T17:14:59.2551528Z remote: Counting objects: 22% (2486/11299) 2024-08-07T17:14:59.2551920Z remote: Counting objects: 23% (2599/11299) 2024-08-07T17:14:59.2552316Z remote: Counting objects: 24% (2712/11299) 2024-08-07T17:14:59.2552713Z remote: Counting objects: 25% (2825/11299) 2024-08-07T17:14:59.2553095Z remote: Counting objects: 26% (2938/11299) 2024-08-07T17:14:59.2553491Z remote: Counting objects: 27% (3051/11299) 2024-08-07T17:14:59.2554158Z remote: Counting objects: 28% (3164/11299) 2024-08-07T17:14:59.2554906Z remote: Counting objects: 29% (3277/11299) 2024-08-07T17:14:59.2555522Z remote: Counting objects: 30% (3390/11299) 2024-08-07T17:14:59.2556151Z remote: Counting objects: 31% (3503/11299) 2024-08-07T17:14:59.2556536Z remote: Counting objects: 32% (3616/11299) 2024-08-07T17:14:59.2556929Z remote: Counting objects: 33% (3729/11299) 2024-08-07T17:14:59.2557320Z remote: Counting objects: 34% (3842/11299) 2024-08-07T17:14:59.2557696Z remote: Counting objects: 35% (3955/11299) 2024-08-07T17:14:59.2558090Z remote: Counting objects: 36% (4068/11299) 2024-08-07T17:14:59.2558480Z remote: Counting objects: 37% (4181/11299) 2024-08-07T17:14:59.2558858Z remote: Counting objects: 38% (4294/11299) 2024-08-07T17:14:59.2559547Z remote: Counting objects: 39% (4407/11299) 2024-08-07T17:14:59.2562153Z remote: Counting objects: 40% (4520/11299) 2024-08-07T17:14:59.2562998Z remote: Counting objects: 41% (4633/11299) 2024-08-07T17:14:59.2563896Z remote: Counting objects: 42% (4746/11299) 2024-08-07T17:14:59.2564525Z remote: Counting objects: 43% (4859/11299) 2024-08-07T17:14:59.2565379Z remote: Counting objects: 44% (4972/11299) 2024-08-07T17:14:59.2566123Z remote: Counting objects: 45% (5085/11299) 2024-08-07T17:14:59.2566850Z remote: Counting objects: 46% (5198/11299) 2024-08-07T17:14:59.2567577Z remote: Counting objects: 47% (5311/11299) 2024-08-07T17:14:59.2568242Z remote: Counting objects: 48% (5424/11299) 2024-08-07T17:14:59.2569179Z remote: Counting objects: 49% (5537/11299) 2024-08-07T17:14:59.2571276Z remote: Counting objects: 50% (5650/11299) 2024-08-07T17:14:59.2572023Z remote: Counting objects: 51% (5763/11299) 2024-08-07T17:14:59.2572767Z remote: Counting objects: 52% (5876/11299) 2024-08-07T17:14:59.2573453Z remote: Counting objects: 53% (5989/11299) 2024-08-07T17:14:59.2575373Z remote: Counting objects: 54% (6102/11299) 2024-08-07T17:14:59.2577956Z remote: Counting objects: 55% (6215/11299) 2024-08-07T17:14:59.2578935Z remote: Counting objects: 56% (6328/11299) 2024-08-07T17:14:59.2579649Z remote: Counting objects: 57% (6441/11299) 2024-08-07T17:14:59.2580389Z remote: Counting objects: 58% (6554/11299) 2024-08-07T17:14:59.2584409Z remote: Counting objects: 59% (6667/11299) 2024-08-07T17:14:59.2585876Z remote: Counting objects: 60% (6780/11299) 2024-08-07T17:14:59.2587080Z remote: Counting objects: 61% (6893/11299) 2024-08-07T17:14:59.2587780Z remote: Counting objects: 62% (7006/11299) 2024-08-07T17:14:59.2590176Z remote: Counting objects: 63% (7119/11299) 2024-08-07T17:14:59.2592145Z remote: Counting objects: 64% (7232/11299) 2024-08-07T17:14:59.2596962Z remote: Counting objects: 65% (7345/11299) 2024-08-07T17:14:59.2613071Z remote: Counting objects: 66% (7458/11299) 2024-08-07T17:14:59.2617408Z remote: Counting objects: 67% (7571/11299) 2024-08-07T17:14:59.2617985Z remote: Counting objects: 68% (7684/11299) 2024-08-07T17:14:59.2618446Z remote: Counting objects: 69% (7797/11299) 2024-08-07T17:14:59.2619056Z remote: Counting objects: 70% (7910/11299) 2024-08-07T17:14:59.2619455Z remote: Counting objects: 71% (8023/11299) 2024-08-07T17:14:59.2619901Z remote: Counting objects: 72% (8136/11299) 2024-08-07T17:14:59.2620505Z remote: Counting objects: 73% (8249/11299) 2024-08-07T17:14:59.2620900Z remote: Counting objects: 74% (8362/11299) 2024-08-07T17:14:59.2633391Z remote: Counting objects: 75% (8475/11299) 2024-08-07T17:14:59.2633946Z remote: Counting objects: 76% (8588/11299) 2024-08-07T17:14:59.2634348Z remote: Counting objects: 77% (8701/11299) 2024-08-07T17:14:59.2634800Z remote: Counting objects: 78% (8814/11299) 2024-08-07T17:14:59.2635593Z remote: Counting objects: 79% (8927/11299) 2024-08-07T17:14:59.2635994Z remote: Counting objects: 80% (9040/11299) 2024-08-07T17:14:59.2636395Z remote: Counting objects: 81% (9153/11299) 2024-08-07T17:14:59.2636785Z remote: Counting objects: 82% (9266/11299) 2024-08-07T17:14:59.2637178Z remote: Counting objects: 83% (9379/11299) 2024-08-07T17:14:59.2637567Z remote: Counting objects: 84% (9492/11299) 2024-08-07T17:14:59.2637944Z remote: Counting objects: 85% (9605/11299) 2024-08-07T17:14:59.2640631Z remote: Counting objects: 86% (9718/11299) 2024-08-07T17:14:59.2641048Z remote: Counting objects: 87% (9831/11299) 2024-08-07T17:14:59.2644938Z remote: Counting objects: 88% (9944/11299) 2024-08-07T17:14:59.2645459Z remote: Counting objects: 89% (10057/11299) 2024-08-07T17:14:59.2645878Z remote: Counting objects: 90% (10170/11299) 2024-08-07T17:14:59.2653399Z remote: Counting objects: 91% (10283/11299) 2024-08-07T17:14:59.2659287Z remote: Counting objects: 92% (10396/11299) 2024-08-07T17:14:59.2661000Z remote: Counting objects: 93% (10509/11299) 2024-08-07T17:14:59.2661451Z remote: Counting objects: 94% (10622/11299) 2024-08-07T17:14:59.2662021Z remote: Counting objects: 95% (10735/11299) 2024-08-07T17:14:59.2662430Z remote: Counting objects: 96% (10848/11299) 2024-08-07T17:14:59.2662821Z remote: Counting objects: 97% (10961/11299) 2024-08-07T17:14:59.2663231Z remote: Counting objects: 98% (11074/11299) 2024-08-07T17:14:59.2666202Z remote: Counting objects: 99% (11187/11299) 2024-08-07T17:14:59.2666988Z remote: Counting objects: 100% (11299/11299) 2024-08-07T17:14:59.2753740Z remote: Counting objects: 100% (11299/11299), done. 2024-08-07T17:14:59.2754321Z remote: Compressing objects: 0% (1/9760) 2024-08-07T17:14:59.2970695Z remote: Compressing objects: 1% (98/9760) 2024-08-07T17:14:59.3654886Z remote: Compressing objects: 2% (196/9760) 2024-08-07T17:14:59.3931481Z remote: Compressing objects: 3% (293/9760) 2024-08-07T17:14:59.4292520Z remote: Compressing objects: 4% (391/9760) 2024-08-07T17:14:59.4711460Z remote: Compressing objects: 5% (488/9760) 2024-08-07T17:14:59.5338789Z remote: Compressing objects: 6% (586/9760) 2024-08-07T17:14:59.6163181Z remote: Compressing objects: 7% (684/9760) 2024-08-07T17:14:59.6653065Z remote: Compressing objects: 8% (781/9760) 2024-08-07T17:14:59.7088812Z remote: Compressing objects: 9% (879/9760) 2024-08-07T17:14:59.7459499Z remote: Compressing objects: 10% (976/9760) 2024-08-07T17:14:59.7875791Z remote: Compressing objects: 11% (1074/9760) 2024-08-07T17:14:59.8219999Z remote: Compressing objects: 12% (1172/9760) 2024-08-07T17:14:59.9105407Z remote: Compressing objects: 13% (1269/9760) 2024-08-07T17:14:59.9526114Z remote: Compressing objects: 14% (1367/9760) 2024-08-07T17:15:00.0097362Z remote: Compressing objects: 15% (1464/9760) 2024-08-07T17:15:00.0684203Z remote: Compressing objects: 16% (1562/9760) 2024-08-07T17:15:00.1061126Z remote: Compressing objects: 17% (1660/9760) 2024-08-07T17:15:00.1831020Z remote: Compressing objects: 18% (1757/9760) 2024-08-07T17:15:00.2303916Z remote: Compressing objects: 19% (1855/9760) 2024-08-07T17:15:00.2670642Z remote: Compressing objects: 20% (1952/9760) 2024-08-07T17:15:00.2891473Z remote: Compressing objects: 20% (1988/9760) 2024-08-07T17:15:00.3300023Z remote: Compressing objects: 21% (2050/9760) 2024-08-07T17:15:00.3818828Z remote: Compressing objects: 22% (2148/9760) 2024-08-07T17:15:00.4475408Z remote: Compressing objects: 23% (2245/9760) 2024-08-07T17:15:00.4911684Z remote: Compressing objects: 24% (2343/9760) 2024-08-07T17:15:00.5595198Z remote: Compressing objects: 25% (2440/9760) 2024-08-07T17:15:00.5997343Z remote: Compressing objects: 26% (2538/9760) 2024-08-07T17:15:00.6392335Z remote: Compressing objects: 27% (2636/9760) 2024-08-07T17:15:00.6878283Z remote: Compressing objects: 28% (2733/9760) 2024-08-07T17:15:00.7309891Z remote: Compressing objects: 29% (2831/9760) 2024-08-07T17:15:00.7880501Z remote: Compressing objects: 30% (2928/9760) 2024-08-07T17:15:00.7964999Z remote: Compressing objects: 31% (3026/9760) 2024-08-07T17:15:00.8045389Z remote: Compressing objects: 32% (3124/9760) 2024-08-07T17:15:00.8275836Z remote: Compressing objects: 33% (3221/9760) 2024-08-07T17:15:00.8406241Z remote: Compressing objects: 34% (3319/9760) 2024-08-07T17:15:00.8646260Z remote: Compressing objects: 35% (3416/9760) 2024-08-07T17:15:00.8679565Z remote: Compressing objects: 36% (3514/9760) 2024-08-07T17:15:00.8769924Z remote: Compressing objects: 37% (3612/9760) 2024-08-07T17:15:00.9017964Z remote: Compressing objects: 38% (3709/9760) 2024-08-07T17:15:00.9219206Z remote: Compressing objects: 39% (3807/9760) 2024-08-07T17:15:00.9428397Z remote: Compressing objects: 40% (3904/9760) 2024-08-07T17:15:00.9704901Z remote: Compressing objects: 41% (4002/9760) 2024-08-07T17:15:01.0130403Z remote: Compressing objects: 42% (4100/9760) 2024-08-07T17:15:01.0471996Z remote: Compressing objects: 43% (4197/9760) 2024-08-07T17:15:01.0735262Z remote: Compressing objects: 44% (4295/9760) 2024-08-07T17:15:01.1090134Z remote: Compressing objects: 45% (4392/9760) 2024-08-07T17:15:01.1485042Z remote: Compressing objects: 46% (4490/9760) 2024-08-07T17:15:01.1852599Z remote: Compressing objects: 47% (4588/9760) 2024-08-07T17:15:01.2201211Z remote: Compressing objects: 48% (4685/9760) 2024-08-07T17:15:01.2499153Z remote: Compressing objects: 49% (4783/9760) 2024-08-07T17:15:01.2669830Z remote: Compressing objects: 50% (4880/9760) 2024-08-07T17:15:01.3106733Z remote: Compressing objects: 50% (4893/9760) 2024-08-07T17:15:01.3420661Z remote: Compressing objects: 51% (4978/9760) 2024-08-07T17:15:01.3653627Z remote: Compressing objects: 52% (5076/9760) 2024-08-07T17:15:01.3927887Z remote: Compressing objects: 53% (5173/9760) 2024-08-07T17:15:01.4155824Z remote: Compressing objects: 54% (5271/9760) 2024-08-07T17:15:01.4495051Z remote: Compressing objects: 55% (5368/9760) 2024-08-07T17:15:01.4833165Z remote: Compressing objects: 56% (5466/9760) 2024-08-07T17:15:01.5056611Z remote: Compressing objects: 57% (5564/9760) 2024-08-07T17:15:01.5642183Z remote: Compressing objects: 58% (5661/9760) 2024-08-07T17:15:01.5683954Z remote: Compressing objects: 59% (5759/9760) 2024-08-07T17:15:01.5821234Z remote: Compressing objects: 60% (5856/9760) 2024-08-07T17:15:01.5997054Z remote: Compressing objects: 61% (5954/9760) 2024-08-07T17:15:01.6370536Z remote: Compressing objects: 62% (6052/9760) 2024-08-07T17:15:01.6554017Z remote: Compressing objects: 63% (6149/9760) 2024-08-07T17:15:01.6638121Z remote: Compressing objects: 64% (6247/9760) 2024-08-07T17:15:01.6665255Z remote: Compressing objects: 65% (6344/9760) 2024-08-07T17:15:01.6732718Z remote: Compressing objects: 66% (6442/9760) 2024-08-07T17:15:01.6849169Z remote: Compressing objects: 67% (6540/9760) 2024-08-07T17:15:01.6913072Z remote: Compressing objects: 68% (6637/9760) 2024-08-07T17:15:01.7009564Z remote: Compressing objects: 69% (6735/9760) 2024-08-07T17:15:01.7125284Z remote: Compressing objects: 70% (6832/9760) 2024-08-07T17:15:01.7275475Z remote: Compressing objects: 71% (6930/9760) 2024-08-07T17:15:01.7383034Z remote: Compressing objects: 72% (7028/9760) 2024-08-07T17:15:01.7482924Z remote: Compressing objects: 73% (7125/9760) 2024-08-07T17:15:01.7584714Z remote: Compressing objects: 74% (7223/9760) 2024-08-07T17:15:01.7745853Z remote: Compressing objects: 75% (7320/9760) 2024-08-07T17:15:01.7852049Z remote: Compressing objects: 76% (7418/9760) 2024-08-07T17:15:01.7962167Z remote: Compressing objects: 77% (7516/9760) 2024-08-07T17:15:01.8091415Z remote: Compressing objects: 78% (7613/9760) 2024-08-07T17:15:01.8204994Z remote: Compressing objects: 79% (7711/9760) 2024-08-07T17:15:01.8351886Z remote: Compressing objects: 80% (7808/9760) 2024-08-07T17:15:01.8538133Z remote: Compressing objects: 81% (7906/9760) 2024-08-07T17:15:01.8681102Z remote: Compressing objects: 82% (8004/9760) 2024-08-07T17:15:01.8799487Z remote: Compressing objects: 83% (8101/9760) 2024-08-07T17:15:01.8926697Z remote: Compressing objects: 84% (8199/9760) 2024-08-07T17:15:01.9045216Z remote: Compressing objects: 85% (8296/9760) 2024-08-07T17:15:01.9195211Z remote: Compressing objects: 86% (8394/9760) 2024-08-07T17:15:01.9302187Z remote: Compressing objects: 87% (8492/9760) 2024-08-07T17:15:01.9406802Z remote: Compressing objects: 88% (8589/9760) 2024-08-07T17:15:01.9525940Z remote: Compressing objects: 89% (8687/9760) 2024-08-07T17:15:01.9555020Z remote: Compressing objects: 90% (8784/9760) 2024-08-07T17:15:01.9567302Z remote: Compressing objects: 91% (8882/9760) 2024-08-07T17:15:01.9580723Z remote: Compressing objects: 92% (8980/9760) 2024-08-07T17:15:01.9600313Z remote: Compressing objects: 93% (9077/9760) 2024-08-07T17:15:01.9608446Z remote: Compressing objects: 94% (9175/9760) 2024-08-07T17:15:01.9622141Z remote: Compressing objects: 95% (9272/9760) 2024-08-07T17:15:01.9631366Z remote: Compressing objects: 96% (9370/9760) 2024-08-07T17:15:01.9646815Z remote: Compressing objects: 97% (9468/9760) 2024-08-07T17:15:01.9660015Z remote: Compressing objects: 98% (9565/9760) 2024-08-07T17:15:01.9670357Z remote: Compressing objects: 99% (9663/9760) 2024-08-07T17:15:01.9671014Z remote: Compressing objects: 100% (9760/9760) 2024-08-07T17:15:01.9671465Z remote: Compressing objects: 100% (9760/9760), done. 2024-08-07T17:15:05.0424341Z remote: Total 11299 (delta 1502), reused 4922 (delta 1252), pack-reused 0 2024-08-07T17:15:05.6386572Z ##[endgroup] 2024-08-07T17:15:05.6387373Z ##[group]Determining the checkout info 2024-08-07T17:15:05.6391122Z ##[endgroup] 2024-08-07T17:15:05.6391938Z ##[group]Checking out the ref 2024-08-07T17:15:05.6395241Z [command]/usr/bin/git checkout --quiet --force 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:06.8868702Z ##[endgroup] 2024-08-07T17:15:06.8910876Z [command]/usr/bin/git log -1 --format='%H' 2024-08-07T17:15:06.8935992Z '016588f53c6904b840aa56aa86f95460b4d9c996' 2024-08-07T17:15:06.9183299Z Prepare all required actions 2024-08-07T17:15:06.9183786Z Getting action download info 2024-08-07T17:15:07.0145522Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-07T17:15:07.1889318Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-07T17:15:07.1889680Z with: 2024-08-07T17:15:07.1890533Z github-token: *** 2024-08-07T17:15:07.1891011Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-08-07T17:15:07.1891529Z env: 2024-08-07T17:15:07.1891995Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:07.1892301Z ##[endgroup] 2024-08-07T17:15:07.1965042Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-07T17:15:07.1965480Z with: 2024-08-07T17:15:07.1965697Z shell: bash 2024-08-07T17:15:07.1965921Z timeout_minutes: 10 2024-08-07T17:15:07.1966175Z max_attempts: 5 2024-08-07T17:15:07.1966457Z retry_wait_seconds: 30 2024-08-07T17:15:07.1967688Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-07T17:15:07.1968558Z polling_interval_seconds: 1 2024-08-07T17:15:07.1968851Z warning_on_retry: true 2024-08-07T17:15:07.1969123Z continue_on_error: false 2024-08-07T17:15:07.1969387Z env: 2024-08-07T17:15:07.1969587Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:07.1970006Z GITHUB_TOKEN: *** 2024-08-07T17:15:07.1970242Z ##[endgroup] 2024-08-07T17:15:07.2565553Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-07T17:15:07.5609537Z Defaulting to user installation because normal site-packages is not writeable 2024-08-07T17:15:07.5916778Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.7/site-packages (2.27.1) 2024-08-07T17:15:07.6152602Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0.1) 2024-08-07T17:15:07.6168021Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (2024.7.4) 2024-08-07T17:15:07.6184843Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (3.7) 2024-08-07T17:15:07.6202248Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (1.26.19) 2024-08-07T17:15:07.6386720Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (2.0.12) 2024-08-07T17:15:08.2555129Z Command completed after 1 attempt(s). 2024-08-07T17:15:08.2617529Z ##[group]Run set -x 2024-08-07T17:15:08.2617994Z set -x 2024-08-07T17:15:08.2618231Z  2024-08-07T17:15:08.2618647Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:15:08.2619137Z # in runner workspace 2024-08-07T17:15:08.2619534Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-07T17:15:08.2627220Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:08.2627602Z env: 2024-08-07T17:15:08.2627833Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:08.2628119Z ##[endgroup] 2024-08-07T17:15:08.2652302Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-07T17:15:08.2894299Z ##[group]Run set -x 2024-08-07T17:15:08.2894585Z set -x 2024-08-07T17:15:08.2894823Z  2024-08-07T17:15:08.2895211Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-07T17:15:08.2895833Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-07T17:15:08.2896602Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-07T17:15:08.2897263Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-07T17:15:08.2898085Z # expose this variable as part of GitHub context. 2024-08-07T17:15:08.2898702Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-07T17:15:08.2899400Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-07T17:15:08.2899846Z pwd 2024-08-07T17:15:08.2900062Z  2024-08-07T17:15:08.2900483Z LOG_FILE=$(grep -l -r "f779f6b7738020e244184bded4026b37de3f9f24" *.log | tail -n 1) 2024-08-07T17:15:08.2900999Z if [ -n "${LOG_FILE}" ]; then 2024-08-07T17:15:08.2901487Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-07T17:15:08.2902026Z  # needs to be awk {print $3} on MacOS 2024-08-07T17:15:08.2902381Z  case ${RUNNER_OS} in 2024-08-07T17:15:08.2902659Z  macOS) 2024-08-07T17:15:08.2903130Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-07T17:15:08.2903649Z  ;; 2024-08-07T17:15:08.2903871Z  *) 2024-08-07T17:15:08.2904319Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-07T17:15:08.2904843Z  ;; 2024-08-07T17:15:08.2905079Z  esac 2024-08-07T17:15:08.2905377Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-07T17:15:08.2905750Z fi 2024-08-07T17:15:08.2905973Z  2024-08-07T17:15:08.2906183Z popd 2024-08-07T17:15:08.2913269Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:08.2913651Z env: 2024-08-07T17:15:08.2913878Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:08.2914150Z ##[endgroup] 2024-08-07T17:15:08.2935083Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-07T17:15:08.2935944Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:08.2936934Z + pwd 2024-08-07T17:15:08.2939714Z /home/ec2-user/actions-runner/_diag 2024-08-07T17:15:08.2944219Z ++ grep -l -r f779f6b7738020e244184bded4026b37de3f9f24 Runner_20240807-165129-utc.log Runner_20240807-165214-utc.log Worker_20240807-165241-utc.log Worker_20240807-171446-utc.log 2024-08-07T17:15:08.2946341Z ++ tail -n 1 2024-08-07T17:15:08.2979311Z + LOG_FILE=Worker_20240807-171446-utc.log 2024-08-07T17:15:08.2980114Z + '[' -n Worker_20240807-171446-utc.log ']' 2024-08-07T17:15:08.2980803Z + case ${RUNNER_OS} in 2024-08-07T17:15:08.2986087Z ++ grep -r '"jobDisplayName"' Worker_20240807-171446-utc.log 2024-08-07T17:15:08.2988370Z ++ sed 's/"//g' 2024-08-07T17:15:08.2989665Z ++ xargs 2024-08-07T17:15:08.2999487Z ++ awk -F '[:]' '{print $2}' 2024-08-07T17:15:08.3018835Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-08-07T17:15:08.3019995Z ~/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:08.3021812Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-08-07T17:15:08.3032805Z + popd 2024-08-07T17:15:08.3063115Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:15:08.3063554Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:15:08.3063909Z echo "Job name: ${JOB_NAME}" 2024-08-07T17:15:08.3064222Z  2024-08-07T17:15:08.3064603Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:15:08.3065105Z # in runner workspace 2024-08-07T17:15:08.3065550Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-07T17:15:08.3066036Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-07T17:15:08.3066387Z  --job-name "${JOB_NAME}" \ 2024-08-07T17:15:08.3066852Z  --test-matrix "{ include: [ 2024-08-07T17:15:08.3067302Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-08-07T17:15:08.3067759Z ]} 2024-08-07T17:15:08.3067986Z " \ 2024-08-07T17:15:08.3068230Z  --selected-test-configs "" \ 2024-08-07T17:15:08.3068583Z  --pr-number "${PR_NUMBER}" \ 2024-08-07T17:15:08.3068918Z  --tag "${TAG}" \ 2024-08-07T17:15:08.3069206Z  --event-name "${EVENT_NAME}" \ 2024-08-07T17:15:08.3069641Z  --schedule "${SCHEDULE}" \ 2024-08-07T17:15:08.3069968Z  --branch "${HEAD_BRANCH}" 2024-08-07T17:15:08.3076781Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:08.3077181Z env: 2024-08-07T17:15:08.3077405Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:08.3077866Z GITHUB_TOKEN: *** 2024-08-07T17:15:08.3078358Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-08-07T17:15:08.3078939Z PR_NUMBER: 131248 2024-08-07T17:15:08.3079171Z TAG: 2024-08-07T17:15:08.3079397Z EVENT_NAME: pull_request 2024-08-07T17:15:08.3079668Z SCHEDULE: 2024-08-07T17:15:08.3079882Z HEAD_BRANCH: 2024-08-07T17:15:08.3080120Z ##[endgroup] 2024-08-07T17:15:08.3103347Z Workflow: pull 2024-08-07T17:15:08.3103853Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-08-07T17:15:08.5288939Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-07T17:15:08.6547614Z fatal: unknown commit origin/main 2024-08-07T17:15:08.6570899Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:487: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2024-08-07T17:15:08.6573770Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-07T17:15:08.6718913Z ##[group]Run echo "Filtered matrix:" 2024-08-07T17:15:08.6719520Z echo "Filtered matrix:" 2024-08-07T17:15:08.6720384Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-08-07T17:15:08.6721207Z  2024-08-07T17:15:08.6721548Z echo 2024-08-07T17:15:08.6721992Z echo "Is the current job unstable? False" 2024-08-07T17:15:08.6722850Z  2024-08-07T17:15:08.6723154Z echo 2024-08-07T17:15:08.6723535Z echo "Is keep-going label set? False" 2024-08-07T17:15:08.6724063Z  2024-08-07T17:15:08.6724379Z echo 2024-08-07T17:15:08.6724764Z echo "Renabled issues? " 2024-08-07T17:15:08.6734998Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:08.6735652Z env: 2024-08-07T17:15:08.6736020Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:08.6736473Z ##[endgroup] 2024-08-07T17:15:08.6767642Z Filtered matrix: 2024-08-07T17:15:08.6768383Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-08-07T17:15:08.6769135Z 2024-08-07T17:15:08.6769598Z Is the current job unstable? False 2024-08-07T17:15:08.6770166Z 2024-08-07T17:15:08.6770371Z Is keep-going label set? False 2024-08-07T17:15:08.6770737Z 2024-08-07T17:15:08.6770921Z Renabled issues? 2024-08-07T17:15:08.6974818Z Post job cleanup. 2024-08-07T17:15:08.7030464Z Post job cleanup. 2024-08-07T17:15:08.7875965Z [command]/usr/bin/git version 2024-08-07T17:15:08.7916571Z git version 2.40.1 2024-08-07T17:15:08.7958193Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3da3377b-371b-4418-bf35-3b2f7ba2d217' before making global git config changes 2024-08-07T17:15:08.7960361Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:15:08.7965772Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:08.8001438Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:15:08.8033304Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-07T17:15:08.8279600Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:15:08.8301522Z http.https://github.com/.extraheader 2024-08-07T17:15:08.8313977Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-07T17:15:08.8342421Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-07T17:15:08.8634755Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-07T17:15:08.8656599Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-07T17:15:08.8663963Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:08.8664424Z ##[endgroup] 2024-08-07T17:15:13.0874013Z Evaluate and set job outputs 2024-08-07T17:15:13.0881822Z Set output 'test-matrix' 2024-08-07T17:15:13.0883918Z Set output 'is-test-matrix-empty' 2024-08-07T17:15:13.0884542Z Set output 'keep-going' 2024-08-07T17:15:13.0885290Z Cleaning up orphan processes