2024-08-06T20:02:53.9687757Z Current runner version: '2.318.0' 2024-08-06T20:02:53.9695627Z Runner name: 'i-08dcbb90c5a68a010' 2024-08-06T20:02:53.9696770Z Runner group name: 'Default' 2024-08-06T20:02:53.9698077Z Machine name: 'ip-10-0-39-155' 2024-08-06T20:02:53.9703707Z ##[group]GITHUB_TOKEN Permissions 2024-08-06T20:02:53.9707070Z Actions: read 2024-08-06T20:02:53.9708002Z Attestations: read 2024-08-06T20:02:53.9708878Z Checks: read 2024-08-06T20:02:53.9709759Z Contents: read 2024-08-06T20:02:53.9710630Z Deployments: read 2024-08-06T20:02:53.9711502Z Discussions: read 2024-08-06T20:02:53.9712382Z Issues: read 2024-08-06T20:02:53.9713223Z Metadata: read 2024-08-06T20:02:53.9714075Z Packages: read 2024-08-06T20:02:53.9714963Z Pages: read 2024-08-06T20:02:53.9715818Z PullRequests: read 2024-08-06T20:02:53.9716697Z RepositoryProjects: read 2024-08-06T20:02:53.9717640Z SecurityEvents: read 2024-08-06T20:02:53.9718695Z Statuses: read 2024-08-06T20:02:53.9719492Z ##[endgroup] 2024-08-06T20:02:53.9723080Z Secret source: Actions 2024-08-06T20:02:53.9724349Z Prepare workflow directory 2024-08-06T20:02:54.3486656Z Prepare all required actions 2024-08-06T20:02:54.3534177Z Getting action download info 2024-08-06T20:02:54.5202360Z Download action repository 'pytorch/pytorch@main' (SHA:1954bfacda7c04bbbf62530f4572d6f6ba9ffe80) 2024-08-06T20:02:58.1458477Z Getting action download info 2024-08-06T20:02:58.2532762Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-06T20:02:58.3984338Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/132710/merge (bf5bb5a1585a03379137fab341e87c02c77e76cd) 2024-08-06T20:02:58.3987132Z ##[group] Inputs 2024-08-06T20:02:58.3987701Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single 2024-08-06T20:02:58.3988411Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-08-06T20:02:58.3988860Z sync-tag: 2024-08-06T20:02:58.3989345Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-08-06T20:02:58.3989911Z ##[endgroup] 2024-08-06T20:02:58.3990411Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter 2024-08-06T20:02:58.4354984Z A job started hook has been configured by the self-hosted runner administrator 2024-08-06T20:02:58.4474144Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-06T20:02:58.4485148Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:02:58.4485889Z ##[endgroup] 2024-08-06T20:02:59.4385874Z Runner Type: linux.large 2024-08-06T20:02:59.4386912Z Instance Type: c5.large 2024-08-06T20:02:59.4387457Z AMI Name: amzn2-ami-hvm-2.0.20240306.2-x86_64-ebs 2024-08-06T20:02:59.4388100Z AMI ID: ami-0ce0c36d7a00b20e2 2024-08-06T20:03:03.6523107Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-06T20:03:03.6523592Z with: 2024-08-06T20:03:03.6523812Z fetch-depth: 1 2024-08-06T20:03:03.6524062Z submodules: false 2024-08-06T20:03:03.6524330Z env: 2024-08-06T20:03:03.6524539Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:03.6524811Z ##[endgroup] 2024-08-06T20:03:03.6600061Z ##[group]Run retry () { 2024-08-06T20:03:03.6600399Z retry () { 2024-08-06T20:03:03.6600748Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-06T20:03:03.6601155Z } 2024-08-06T20:03:03.6601633Z echo "${GITHUB_WORKSPACE}" 2024-08-06T20:03:03.6602200Z if [ -z "${NO_SUDO}" ]; then 2024-08-06T20:03:03.6602868Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:03.6603528Z else 2024-08-06T20:03:03.6604024Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:03.6604433Z fi 2024-08-06T20:03:03.6604724Z mkdir "${GITHUB_WORKSPACE}" 2024-08-06T20:03:03.6612086Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:03.6612493Z env: 2024-08-06T20:03:03.6612724Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:03.6613141Z NO_SUDO: 2024-08-06T20:03:03.6613372Z ##[endgroup] 2024-08-06T20:03:03.6638315Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:03.9699041Z ##[group]Run malfet/checkout@silent-checkout 2024-08-06T20:03:03.9699421Z with: 2024-08-06T20:03:03.9699671Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:03.9700017Z fetch-depth: 1 2024-08-06T20:03:03.9700281Z submodules: false 2024-08-06T20:03:03.9700526Z quiet-checkout: true 2024-08-06T20:03:03.9700816Z repository: pytorch/pytorch 2024-08-06T20:03:03.9701246Z token: *** 2024-08-06T20:03:03.9701469Z ssh-strict: true 2024-08-06T20:03:03.9701733Z persist-credentials: true 2024-08-06T20:03:03.9702020Z clean: true 2024-08-06T20:03:03.9702283Z sparse-checkout-cone-mode: true 2024-08-06T20:03:03.9702591Z lfs: false 2024-08-06T20:03:03.9702833Z set-safe-directory: true 2024-08-06T20:03:03.9703094Z env: 2024-08-06T20:03:03.9703321Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:03.9703581Z ##[endgroup] 2024-08-06T20:03:04.0767042Z Syncing repository: pytorch/pytorch 2024-08-06T20:03:04.0768417Z ##[group]Getting Git version info 2024-08-06T20:03:04.0768929Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:04.0769626Z [command]/usr/bin/git version 2024-08-06T20:03:04.0793554Z git version 2.40.1 2024-08-06T20:03:04.0819791Z ##[endgroup] 2024-08-06T20:03:04.0839646Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/219cdd32-e4ba-4193-b141-4f1fbdf194ba' before making global git config changes 2024-08-06T20:03:04.0842189Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:04.0848955Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:04.0886986Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:04.0892029Z ##[group]Initializing the repository 2024-08-06T20:03:04.0895566Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:04.0923347Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-06T20:03:04.0924794Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-06T20:03:04.0926013Z hint: of your new repositories, which will suppress this warning, call: 2024-08-06T20:03:04.0926673Z hint: 2024-08-06T20:03:04.0927200Z hint: git config --global init.defaultBranch 2024-08-06T20:03:04.0927689Z hint: 2024-08-06T20:03:04.0928111Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-06T20:03:04.0928788Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-06T20:03:04.0929490Z hint: 2024-08-06T20:03:04.0929830Z hint: git branch -m 2024-08-06T20:03:04.0934467Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-06T20:03:04.0943783Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-06T20:03:04.0972699Z ##[endgroup] 2024-08-06T20:03:04.0973634Z ##[group]Disabling automatic garbage collection 2024-08-06T20:03:04.0976237Z [command]/usr/bin/git config --local gc.auto 0 2024-08-06T20:03:04.1003733Z ##[endgroup] 2024-08-06T20:03:04.1004165Z ##[group]Setting up auth 2024-08-06T20:03:04.1012119Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:04.1042109Z [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-06T20:03:04.1285493Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:04.1314223Z [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-06T20:03:04.1530913Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-06T20:03:04.1563178Z ##[endgroup] 2024-08-06T20:03:04.1564224Z ##[group]Fetching the repository 2024-08-06T20:03:04.1569920Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:04.3715260Z remote: Enumerating objects: 11297, done. 2024-08-06T20:03:04.3760769Z remote: Counting objects: 0% (1/11297) 2024-08-06T20:03:04.3766375Z remote: Counting objects: 1% (113/11297) 2024-08-06T20:03:04.3779872Z remote: Counting objects: 2% (226/11297) 2024-08-06T20:03:04.3782699Z remote: Counting objects: 3% (339/11297) 2024-08-06T20:03:04.3836560Z remote: Counting objects: 4% (452/11297) 2024-08-06T20:03:04.3837296Z remote: Counting objects: 5% (565/11297) 2024-08-06T20:03:04.3838039Z remote: Counting objects: 6% (678/11297) 2024-08-06T20:03:04.3838755Z remote: Counting objects: 7% (791/11297) 2024-08-06T20:03:04.3839426Z remote: Counting objects: 8% (904/11297) 2024-08-06T20:03:04.3840082Z remote: Counting objects: 9% (1017/11297) 2024-08-06T20:03:04.3841984Z remote: Counting objects: 10% (1130/11297) 2024-08-06T20:03:04.3842751Z remote: Counting objects: 11% (1243/11297) 2024-08-06T20:03:04.3844704Z remote: Counting objects: 12% (1356/11297) 2024-08-06T20:03:04.3846672Z remote: Counting objects: 13% (1469/11297) 2024-08-06T20:03:04.3847393Z remote: Counting objects: 14% (1582/11297) 2024-08-06T20:03:04.3848038Z remote: Counting objects: 15% (1695/11297) 2024-08-06T20:03:04.3851633Z remote: Counting objects: 16% (1808/11297) 2024-08-06T20:03:04.3852375Z remote: Counting objects: 17% (1921/11297) 2024-08-06T20:03:04.3853039Z remote: Counting objects: 18% (2034/11297) 2024-08-06T20:03:04.3854761Z remote: Counting objects: 19% (2147/11297) 2024-08-06T20:03:04.3856366Z remote: Counting objects: 20% (2260/11297) 2024-08-06T20:03:04.3857066Z remote: Counting objects: 21% (2373/11297) 2024-08-06T20:03:04.3858598Z remote: Counting objects: 22% (2486/11297) 2024-08-06T20:03:04.3860130Z remote: Counting objects: 23% (2599/11297) 2024-08-06T20:03:04.3861710Z remote: Counting objects: 24% (2712/11297) 2024-08-06T20:03:04.3862393Z remote: Counting objects: 25% (2825/11297) 2024-08-06T20:03:04.3863077Z remote: Counting objects: 26% (2938/11297) 2024-08-06T20:03:04.3863718Z remote: Counting objects: 27% (3051/11297) 2024-08-06T20:03:04.3881734Z remote: Counting objects: 28% (3164/11297) 2024-08-06T20:03:04.3882491Z remote: Counting objects: 29% (3277/11297) 2024-08-06T20:03:04.3883173Z remote: Counting objects: 30% (3390/11297) 2024-08-06T20:03:04.3883843Z remote: Counting objects: 31% (3503/11297) 2024-08-06T20:03:04.3884505Z remote: Counting objects: 32% (3616/11297) 2024-08-06T20:03:04.3885462Z remote: Counting objects: 33% (3729/11297) 2024-08-06T20:03:04.3886107Z remote: Counting objects: 34% (3841/11297) 2024-08-06T20:03:04.3886763Z remote: Counting objects: 35% (3954/11297) 2024-08-06T20:03:04.3887420Z remote: Counting objects: 36% (4067/11297) 2024-08-06T20:03:04.3888077Z remote: Counting objects: 37% (4180/11297) 2024-08-06T20:03:04.3888696Z remote: Counting objects: 38% (4293/11297) 2024-08-06T20:03:04.3889320Z remote: Counting objects: 39% (4406/11297) 2024-08-06T20:03:04.3889956Z remote: Counting objects: 40% (4519/11297) 2024-08-06T20:03:04.3890630Z remote: Counting objects: 41% (4632/11297) 2024-08-06T20:03:04.3891316Z remote: Counting objects: 42% (4745/11297) 2024-08-06T20:03:04.3891995Z remote: Counting objects: 43% (4858/11297) 2024-08-06T20:03:04.3892930Z remote: Counting objects: 44% (4971/11297) 2024-08-06T20:03:04.3893618Z remote: Counting objects: 45% (5084/11297) 2024-08-06T20:03:04.3894273Z remote: Counting objects: 46% (5197/11297) 2024-08-06T20:03:04.3894865Z remote: Counting objects: 47% (5310/11297) 2024-08-06T20:03:04.3897923Z remote: Counting objects: 48% (5423/11297) 2024-08-06T20:03:04.3898646Z remote: Counting objects: 49% (5536/11297) 2024-08-06T20:03:04.3899315Z remote: Counting objects: 50% (5649/11297) 2024-08-06T20:03:04.3899992Z remote: Counting objects: 51% (5762/11297) 2024-08-06T20:03:04.3900656Z remote: Counting objects: 52% (5875/11297) 2024-08-06T20:03:04.3901325Z remote: Counting objects: 53% (5988/11297) 2024-08-06T20:03:04.3902010Z remote: Counting objects: 54% (6101/11297) 2024-08-06T20:03:04.3902673Z remote: Counting objects: 55% (6214/11297) 2024-08-06T20:03:04.3903326Z remote: Counting objects: 56% (6327/11297) 2024-08-06T20:03:04.3903968Z remote: Counting objects: 57% (6440/11297) 2024-08-06T20:03:04.3904586Z remote: Counting objects: 58% (6553/11297) 2024-08-06T20:03:04.3905305Z remote: Counting objects: 59% (6666/11297) 2024-08-06T20:03:04.3906136Z remote: Counting objects: 60% (6779/11297) 2024-08-06T20:03:04.3906753Z remote: Counting objects: 61% (6892/11297) 2024-08-06T20:03:04.3907392Z remote: Counting objects: 62% (7005/11297) 2024-08-06T20:03:04.3908051Z remote: Counting objects: 63% (7118/11297) 2024-08-06T20:03:04.3908733Z remote: Counting objects: 64% (7231/11297) 2024-08-06T20:03:04.3909385Z remote: Counting objects: 65% (7344/11297) 2024-08-06T20:03:04.3910047Z remote: Counting objects: 66% (7457/11297) 2024-08-06T20:03:04.3910664Z remote: Counting objects: 67% (7569/11297) 2024-08-06T20:03:04.3911307Z remote: Counting objects: 68% (7682/11297) 2024-08-06T20:03:04.3911975Z remote: Counting objects: 69% (7795/11297) 2024-08-06T20:03:04.3912646Z remote: Counting objects: 70% (7908/11297) 2024-08-06T20:03:04.3913302Z remote: Counting objects: 71% (8021/11297) 2024-08-06T20:03:04.3913978Z remote: Counting objects: 72% (8134/11297) 2024-08-06T20:03:04.3914654Z remote: Counting objects: 73% (8247/11297) 2024-08-06T20:03:04.3915315Z remote: Counting objects: 74% (8360/11297) 2024-08-06T20:03:04.3915968Z remote: Counting objects: 75% (8473/11297) 2024-08-06T20:03:04.3916580Z remote: Counting objects: 76% (8586/11297) 2024-08-06T20:03:04.3917184Z remote: Counting objects: 77% (8699/11297) 2024-08-06T20:03:04.3917814Z remote: Counting objects: 78% (8812/11297) 2024-08-06T20:03:04.3918700Z remote: Counting objects: 79% (8925/11297) 2024-08-06T20:03:04.3919377Z remote: Counting objects: 80% (9038/11297) 2024-08-06T20:03:04.3931089Z remote: Counting objects: 81% (9151/11297) 2024-08-06T20:03:04.3931828Z remote: Counting objects: 82% (9264/11297) 2024-08-06T20:03:04.3932600Z remote: Counting objects: 83% (9377/11297) 2024-08-06T20:03:04.3933298Z remote: Counting objects: 84% (9490/11297) 2024-08-06T20:03:04.3934006Z remote: Counting objects: 85% (9603/11297) 2024-08-06T20:03:04.3934726Z remote: Counting objects: 86% (9716/11297) 2024-08-06T20:03:04.3935398Z remote: Counting objects: 87% (9829/11297) 2024-08-06T20:03:04.3936043Z remote: Counting objects: 88% (9942/11297) 2024-08-06T20:03:04.3936729Z remote: Counting objects: 89% (10055/11297) 2024-08-06T20:03:04.3937422Z remote: Counting objects: 90% (10168/11297) 2024-08-06T20:03:04.3938161Z remote: Counting objects: 91% (10281/11297) 2024-08-06T20:03:04.3938836Z remote: Counting objects: 92% (10394/11297) 2024-08-06T20:03:04.3939520Z remote: Counting objects: 93% (10507/11297) 2024-08-06T20:03:04.3940210Z remote: Counting objects: 94% (10620/11297) 2024-08-06T20:03:04.3941173Z remote: Counting objects: 95% (10733/11297) 2024-08-06T20:03:04.3941899Z remote: Counting objects: 96% (10846/11297) 2024-08-06T20:03:04.3942593Z remote: Counting objects: 97% (10959/11297) 2024-08-06T20:03:04.3943306Z remote: Counting objects: 98% (11072/11297) 2024-08-06T20:03:04.3944004Z remote: Counting objects: 99% (11185/11297) 2024-08-06T20:03:04.3944661Z remote: Counting objects: 100% (11297/11297) 2024-08-06T20:03:04.3945495Z remote: Counting objects: 100% (11297/11297), done. 2024-08-06T20:03:04.3977662Z remote: Compressing objects: 0% (1/9753) 2024-08-06T20:03:04.4215548Z remote: Compressing objects: 1% (98/9753) 2024-08-06T20:03:04.4915409Z remote: Compressing objects: 2% (196/9753) 2024-08-06T20:03:04.5192746Z remote: Compressing objects: 3% (293/9753) 2024-08-06T20:03:04.5584423Z remote: Compressing objects: 4% (391/9753) 2024-08-06T20:03:04.6017590Z remote: Compressing objects: 5% (488/9753) 2024-08-06T20:03:04.6691927Z remote: Compressing objects: 6% (586/9753) 2024-08-06T20:03:04.7554327Z remote: Compressing objects: 7% (683/9753) 2024-08-06T20:03:04.8056625Z remote: Compressing objects: 8% (781/9753) 2024-08-06T20:03:04.8511729Z remote: Compressing objects: 9% (878/9753) 2024-08-06T20:03:04.8883779Z remote: Compressing objects: 10% (976/9753) 2024-08-06T20:03:04.9298794Z remote: Compressing objects: 11% (1073/9753) 2024-08-06T20:03:04.9652258Z remote: Compressing objects: 12% (1171/9753) 2024-08-06T20:03:05.0514950Z remote: Compressing objects: 13% (1268/9753) 2024-08-06T20:03:05.0921498Z remote: Compressing objects: 14% (1366/9753) 2024-08-06T20:03:05.1499698Z remote: Compressing objects: 15% (1463/9753) 2024-08-06T20:03:05.2076103Z remote: Compressing objects: 16% (1561/9753) 2024-08-06T20:03:05.2452090Z remote: Compressing objects: 17% (1659/9753) 2024-08-06T20:03:05.3168137Z remote: Compressing objects: 18% (1756/9753) 2024-08-06T20:03:05.3708953Z remote: Compressing objects: 19% (1854/9753) 2024-08-06T20:03:05.3909133Z remote: Compressing objects: 20% (1951/9753) 2024-08-06T20:03:05.4230407Z remote: Compressing objects: 20% (1966/9753) 2024-08-06T20:03:05.4638822Z remote: Compressing objects: 21% (2049/9753) 2024-08-06T20:03:05.5165388Z remote: Compressing objects: 22% (2146/9753) 2024-08-06T20:03:05.5814261Z remote: Compressing objects: 23% (2244/9753) 2024-08-06T20:03:05.6257125Z remote: Compressing objects: 24% (2341/9753) 2024-08-06T20:03:05.6976409Z remote: Compressing objects: 25% (2439/9753) 2024-08-06T20:03:05.7378667Z remote: Compressing objects: 26% (2536/9753) 2024-08-06T20:03:05.7773464Z remote: Compressing objects: 27% (2634/9753) 2024-08-06T20:03:05.8263336Z remote: Compressing objects: 28% (2731/9753) 2024-08-06T20:03:05.8703837Z remote: Compressing objects: 29% (2829/9753) 2024-08-06T20:03:05.9292101Z remote: Compressing objects: 30% (2926/9753) 2024-08-06T20:03:05.9374201Z remote: Compressing objects: 31% (3024/9753) 2024-08-06T20:03:05.9448897Z remote: Compressing objects: 32% (3121/9753) 2024-08-06T20:03:05.9709934Z remote: Compressing objects: 33% (3219/9753) 2024-08-06T20:03:05.9833683Z remote: Compressing objects: 34% (3317/9753) 2024-08-06T20:03:06.0091915Z remote: Compressing objects: 35% (3414/9753) 2024-08-06T20:03:06.0116988Z remote: Compressing objects: 36% (3512/9753) 2024-08-06T20:03:06.0206717Z remote: Compressing objects: 37% (3609/9753) 2024-08-06T20:03:06.0452209Z remote: Compressing objects: 38% (3707/9753) 2024-08-06T20:03:06.0669487Z remote: Compressing objects: 39% (3804/9753) 2024-08-06T20:03:06.0907020Z remote: Compressing objects: 40% (3902/9753) 2024-08-06T20:03:06.1193215Z remote: Compressing objects: 41% (3999/9753) 2024-08-06T20:03:06.1623483Z remote: Compressing objects: 42% (4097/9753) 2024-08-06T20:03:06.1952905Z remote: Compressing objects: 43% (4194/9753) 2024-08-06T20:03:06.2191142Z remote: Compressing objects: 44% (4292/9753) 2024-08-06T20:03:06.2564598Z remote: Compressing objects: 45% (4389/9753) 2024-08-06T20:03:06.3000404Z remote: Compressing objects: 46% (4487/9753) 2024-08-06T20:03:06.3429072Z remote: Compressing objects: 47% (4584/9753) 2024-08-06T20:03:06.3783603Z remote: Compressing objects: 48% (4682/9753) 2024-08-06T20:03:06.3895916Z remote: Compressing objects: 49% (4779/9753) 2024-08-06T20:03:06.4115149Z remote: Compressing objects: 49% (4803/9753) 2024-08-06T20:03:06.4756541Z remote: Compressing objects: 50% (4877/9753) 2024-08-06T20:03:06.5102030Z remote: Compressing objects: 51% (4975/9753) 2024-08-06T20:03:06.5365264Z remote: Compressing objects: 52% (5072/9753) 2024-08-06T20:03:06.5655349Z remote: Compressing objects: 53% (5170/9753) 2024-08-06T20:03:06.5893532Z remote: Compressing objects: 54% (5267/9753) 2024-08-06T20:03:06.6259369Z remote: Compressing objects: 55% (5365/9753) 2024-08-06T20:03:06.6625836Z remote: Compressing objects: 56% (5462/9753) 2024-08-06T20:03:06.6860572Z remote: Compressing objects: 57% (5560/9753) 2024-08-06T20:03:06.7462373Z remote: Compressing objects: 58% (5657/9753) 2024-08-06T20:03:06.7532817Z remote: Compressing objects: 59% (5755/9753) 2024-08-06T20:03:06.7692170Z remote: Compressing objects: 60% (5852/9753) 2024-08-06T20:03:06.7877243Z remote: Compressing objects: 61% (5950/9753) 2024-08-06T20:03:06.8259588Z remote: Compressing objects: 62% (6047/9753) 2024-08-06T20:03:06.8440644Z remote: Compressing objects: 63% (6145/9753) 2024-08-06T20:03:06.8525369Z remote: Compressing objects: 64% (6242/9753) 2024-08-06T20:03:06.8551617Z remote: Compressing objects: 65% (6340/9753) 2024-08-06T20:03:06.8621348Z remote: Compressing objects: 66% (6437/9753) 2024-08-06T20:03:06.8741503Z remote: Compressing objects: 67% (6535/9753) 2024-08-06T20:03:06.8809076Z remote: Compressing objects: 68% (6633/9753) 2024-08-06T20:03:06.8915201Z remote: Compressing objects: 69% (6730/9753) 2024-08-06T20:03:06.9031867Z remote: Compressing objects: 70% (6828/9753) 2024-08-06T20:03:06.9186829Z remote: Compressing objects: 71% (6925/9753) 2024-08-06T20:03:06.9291407Z remote: Compressing objects: 72% (7023/9753) 2024-08-06T20:03:06.9387764Z remote: Compressing objects: 73% (7120/9753) 2024-08-06T20:03:06.9484860Z remote: Compressing objects: 74% (7218/9753) 2024-08-06T20:03:06.9639075Z remote: Compressing objects: 75% (7315/9753) 2024-08-06T20:03:06.9735840Z remote: Compressing objects: 76% (7413/9753) 2024-08-06T20:03:06.9846621Z remote: Compressing objects: 77% (7510/9753) 2024-08-06T20:03:06.9971365Z remote: Compressing objects: 78% (7608/9753) 2024-08-06T20:03:07.0090770Z remote: Compressing objects: 79% (7705/9753) 2024-08-06T20:03:07.0232803Z remote: Compressing objects: 80% (7803/9753) 2024-08-06T20:03:07.0409702Z remote: Compressing objects: 81% (7900/9753) 2024-08-06T20:03:07.0547492Z remote: Compressing objects: 82% (7998/9753) 2024-08-06T20:03:07.0665426Z remote: Compressing objects: 83% (8095/9753) 2024-08-06T20:03:07.0787765Z remote: Compressing objects: 84% (8193/9753) 2024-08-06T20:03:07.0901775Z remote: Compressing objects: 85% (8291/9753) 2024-08-06T20:03:07.1070434Z remote: Compressing objects: 86% (8388/9753) 2024-08-06T20:03:07.1200247Z remote: Compressing objects: 87% (8486/9753) 2024-08-06T20:03:07.1320790Z remote: Compressing objects: 88% (8583/9753) 2024-08-06T20:03:07.1454203Z remote: Compressing objects: 89% (8681/9753) 2024-08-06T20:03:07.1479248Z remote: Compressing objects: 90% (8778/9753) 2024-08-06T20:03:07.1492896Z remote: Compressing objects: 91% (8876/9753) 2024-08-06T20:03:07.1506926Z remote: Compressing objects: 92% (8973/9753) 2024-08-06T20:03:07.1526152Z remote: Compressing objects: 93% (9071/9753) 2024-08-06T20:03:07.1533994Z remote: Compressing objects: 94% (9168/9753) 2024-08-06T20:03:07.1547616Z remote: Compressing objects: 95% (9266/9753) 2024-08-06T20:03:07.1558241Z remote: Compressing objects: 96% (9363/9753) 2024-08-06T20:03:07.1573524Z remote: Compressing objects: 97% (9461/9753) 2024-08-06T20:03:07.1586169Z remote: Compressing objects: 98% (9558/9753) 2024-08-06T20:03:07.1595842Z remote: Compressing objects: 99% (9656/9753) 2024-08-06T20:03:07.1597995Z remote: Compressing objects: 100% (9753/9753) 2024-08-06T20:03:07.1598440Z remote: Compressing objects: 100% (9753/9753), done. 2024-08-06T20:03:10.6663539Z remote: Total 11297 (delta 1503), reused 4929 (delta 1257), pack-reused 0 2024-08-06T20:03:11.2419759Z ##[endgroup] 2024-08-06T20:03:11.2420586Z ##[group]Determining the checkout info 2024-08-06T20:03:11.2421559Z ##[endgroup] 2024-08-06T20:03:11.2422822Z ##[group]Checking out the ref 2024-08-06T20:03:11.2471103Z [command]/usr/bin/git checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:12.4938814Z ##[endgroup] 2024-08-06T20:03:12.4975314Z [command]/usr/bin/git log -1 --format='%H' 2024-08-06T20:03:12.4999688Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-06T20:03:12.5258240Z Prepare all required actions 2024-08-06T20:03:12.5258915Z Getting action download info 2024-08-06T20:03:12.6333913Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-06T20:03:12.7817280Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-06T20:03:12.7817658Z with: 2024-08-06T20:03:12.7818041Z github-token: *** 2024-08-06T20:03:12.7818517Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-08-06T20:03:12.7819030Z env: 2024-08-06T20:03:12.7819252Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:12.7819523Z ##[endgroup] 2024-08-06T20:03:12.7864071Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-06T20:03:12.7864513Z with: 2024-08-06T20:03:12.7864732Z shell: bash 2024-08-06T20:03:12.7864958Z timeout_minutes: 10 2024-08-06T20:03:12.7865322Z max_attempts: 5 2024-08-06T20:03:12.7865611Z retry_wait_seconds: 30 2024-08-06T20:03:12.7866621Z 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-06T20:03:12.7867486Z polling_interval_seconds: 1 2024-08-06T20:03:12.7867786Z warning_on_retry: true 2024-08-06T20:03:12.7868084Z continue_on_error: false 2024-08-06T20:03:12.7868338Z env: 2024-08-06T20:03:12.7868556Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:12.7868971Z GITHUB_TOKEN: *** 2024-08-06T20:03:12.7869203Z ##[endgroup] 2024-08-06T20:03:12.8388668Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-06T20:03:13.0956399Z Defaulting to user installation because normal site-packages is not writeable 2024-08-06T20:03:13.1246090Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.7/site-packages (2.27.1) 2024-08-06T20:03:13.1470388Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0.1) 2024-08-06T20:03:13.1484264Z 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-06T20:03:13.1519652Z 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-06T20:03:13.1535799Z 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-06T20:03:13.1547068Z 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-06T20:03:13.8387138Z Command completed after 1 attempt(s). 2024-08-06T20:03:13.8438923Z ##[group]Run set -x 2024-08-06T20:03:13.8439198Z set -x 2024-08-06T20:03:13.8439432Z  2024-08-06T20:03:13.8439848Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:13.8440336Z # in runner workspace 2024-08-06T20:03:13.8440742Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-06T20:03:13.8448357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:13.8448749Z env: 2024-08-06T20:03:13.8448974Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:13.8449248Z ##[endgroup] 2024-08-06T20:03:13.8472973Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-06T20:03:13.8719022Z ##[group]Run set -x 2024-08-06T20:03:13.8719312Z set -x 2024-08-06T20:03:13.8719544Z  2024-08-06T20:03:13.8719915Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-06T20:03:13.8720555Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-06T20:03:13.8721342Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-06T20:03:13.8721997Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-06T20:03:13.8722551Z # expose this variable as part of GitHub context. 2024-08-06T20:03:13.8723173Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-06T20:03:13.8723873Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-06T20:03:13.8724301Z pwd 2024-08-06T20:03:13.8724525Z  2024-08-06T20:03:13.8724941Z LOG_FILE=$(grep -l -r "bf5bb5a1585a03379137fab341e87c02c77e76cd" *.log | tail -n 1) 2024-08-06T20:03:13.8725449Z if [ -n "${LOG_FILE}" ]; then 2024-08-06T20:03:13.8725947Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-06T20:03:13.8726477Z  # needs to be awk {print $3} on MacOS 2024-08-06T20:03:13.8726822Z  case ${RUNNER_OS} in 2024-08-06T20:03:13.8727115Z  macOS) 2024-08-06T20:03:13.8727580Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-06T20:03:13.8728101Z  ;; 2024-08-06T20:03:13.8728320Z  *) 2024-08-06T20:03:13.8728763Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-06T20:03:13.8729282Z  ;; 2024-08-06T20:03:13.8729500Z  esac 2024-08-06T20:03:13.8729805Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-06T20:03:13.8730178Z fi 2024-08-06T20:03:13.8730385Z  2024-08-06T20:03:13.8730599Z popd 2024-08-06T20:03:13.8737820Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:13.8738217Z env: 2024-08-06T20:03:13.8738444Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:13.8738702Z ##[endgroup] 2024-08-06T20:03:13.8761141Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-06T20:03:13.8761993Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:13.8763155Z /home/ec2-user/actions-runner/_diag 2024-08-06T20:03:13.8766353Z + pwd 2024-08-06T20:03:13.8770379Z ++ grep -l -r bf5bb5a1585a03379137fab341e87c02c77e76cd Runner_20240806-195531-utc.log Runner_20240806-195611-utc.log Worker_20240806-195655-utc.log Worker_20240806-200138-utc.log Worker_20240806-200251-utc.log 2024-08-06T20:03:13.8774815Z ++ tail -n 1 2024-08-06T20:03:13.8784499Z + LOG_FILE=Worker_20240806-200251-utc.log 2024-08-06T20:03:13.8787952Z + '[' -n Worker_20240806-200251-utc.log ']' 2024-08-06T20:03:13.8790986Z + case ${RUNNER_OS} in 2024-08-06T20:03:13.8793868Z ++ xargs 2024-08-06T20:03:13.8798044Z ++ grep -r '"jobDisplayName"' Worker_20240806-200251-utc.log 2024-08-06T20:03:13.8799214Z ++ awk -F '[:]' '{print $2}' 2024-08-06T20:03:13.8800966Z ++ sed 's/"//g' 2024-08-06T20:03:13.8827607Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-08-06T20:03:13.8829305Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-08-06T20:03:13.8830285Z + popd 2024-08-06T20:03:13.8830516Z ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:13.8860780Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:13.8861218Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:13.8861569Z echo "Job name: ${JOB_NAME}" 2024-08-06T20:03:13.8861878Z  2024-08-06T20:03:13.8862264Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:13.8862763Z # in runner workspace 2024-08-06T20:03:13.8863208Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-06T20:03:13.8863697Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-06T20:03:13.8864045Z  --job-name "${JOB_NAME}" \ 2024-08-06T20:03:13.8864511Z  --test-matrix "{ include: [ 2024-08-06T20:03:13.8864961Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-08-06T20:03:13.8865491Z ]} 2024-08-06T20:03:13.8865718Z " \ 2024-08-06T20:03:13.8866137Z  --selected-test-configs "" \ 2024-08-06T20:03:13.8866492Z  --pr-number "${PR_NUMBER}" \ 2024-08-06T20:03:13.8866833Z  --tag "${TAG}" \ 2024-08-06T20:03:13.8867129Z  --event-name "${EVENT_NAME}" \ 2024-08-06T20:03:13.8867469Z  --schedule "${SCHEDULE}" \ 2024-08-06T20:03:13.8867796Z  --branch "${HEAD_BRANCH}" 2024-08-06T20:03:13.8874872Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:13.8875264Z env: 2024-08-06T20:03:13.8875485Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:13.8875924Z GITHUB_TOKEN: *** 2024-08-06T20:03:13.8876417Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-08-06T20:03:13.8876983Z PR_NUMBER: 132710 2024-08-06T20:03:13.8877209Z TAG: 2024-08-06T20:03:13.8877437Z EVENT_NAME: pull_request 2024-08-06T20:03:13.8877713Z SCHEDULE: 2024-08-06T20:03:13.8877923Z HEAD_BRANCH: 2024-08-06T20:03:13.8878160Z ##[endgroup] 2024-08-06T20:03:13.8900398Z Workflow: pull 2024-08-06T20:03:13.8901234Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-08-06T20:03:14.1249886Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-06T20:03:14.2069282Z fatal: unknown commit origin/main 2024-08-06T20:03:14.2092612Z /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-06T20:03:14.2095455Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-06T20:03:14.2230710Z ##[group]Run echo "Filtered matrix:" 2024-08-06T20:03:14.2231258Z echo "Filtered matrix:" 2024-08-06T20:03:14.2232053Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-08-06T20:03:14.2232870Z  2024-08-06T20:03:14.2233182Z echo 2024-08-06T20:03:14.2233646Z echo "Is the current job unstable? False" 2024-08-06T20:03:14.2234427Z  2024-08-06T20:03:14.2234742Z echo 2024-08-06T20:03:14.2235171Z echo "Is keep-going label set? False" 2024-08-06T20:03:14.2235688Z  2024-08-06T20:03:14.2235988Z echo 2024-08-06T20:03:14.2236372Z echo "Renabled issues? " 2024-08-06T20:03:14.2246756Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.2247418Z env: 2024-08-06T20:03:14.2247755Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:14.2248154Z ##[endgroup] 2024-08-06T20:03:14.2279612Z Filtered matrix: 2024-08-06T20:03:14.2280363Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-08-06T20:03:14.2281110Z 2024-08-06T20:03:14.2281591Z Is the current job unstable? False 2024-08-06T20:03:14.2282163Z 2024-08-06T20:03:14.2282380Z Is keep-going label set? False 2024-08-06T20:03:14.2282758Z 2024-08-06T20:03:14.2282935Z Renabled issues? 2024-08-06T20:03:14.2366054Z Post job cleanup. 2024-08-06T20:03:14.2413461Z Post job cleanup. 2024-08-06T20:03:14.3257717Z [command]/usr/bin/git version 2024-08-06T20:03:14.3298940Z git version 2.40.1 2024-08-06T20:03:14.3340561Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8057213f-b928-4c9c-a115-bffa880fe88c' before making global git config changes 2024-08-06T20:03:14.3342625Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:14.3348490Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:14.3386651Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:14.3421974Z [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-06T20:03:14.3680590Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:14.3695468Z http.https://github.com/.extraheader 2024-08-06T20:03:14.3708557Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-06T20:03:14.3737299Z [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-06T20:03:14.4044087Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-06T20:03:14.4068786Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-06T20:03:14.4075675Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.4076090Z ##[endgroup] 2024-08-06T20:03:18.6839934Z Evaluate and set job outputs 2024-08-06T20:03:18.6846155Z Set output 'test-matrix' 2024-08-06T20:03:18.6847871Z Set output 'is-test-matrix-empty' 2024-08-06T20:03:18.6848460Z Set output 'keep-going' 2024-08-06T20:03:18.6849118Z Cleaning up orphan processes