2024-10-08T19:50:41.4526622Z Current runner version: '2.320.0' 2024-10-08T19:50:41.4533098Z Runner name: 'i-003c8cc84cc936eae' 2024-10-08T19:50:41.4533831Z Runner group name: 'Default' 2024-10-08T19:50:41.4534632Z Machine name: 'ip-10-0-76-129' 2024-10-08T19:50:41.4551146Z Testing runner upgrade compatibility 2024-10-08T19:50:41.5567173Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T19:50:41.5569677Z Actions: read 2024-10-08T19:50:41.5570386Z Attestations: read 2024-10-08T19:50:41.5570878Z Checks: read 2024-10-08T19:50:41.5571315Z Contents: read 2024-10-08T19:50:41.5571794Z Deployments: read 2024-10-08T19:50:41.5572266Z Discussions: read 2024-10-08T19:50:41.5572714Z Issues: read 2024-10-08T19:50:41.5573151Z Metadata: read 2024-10-08T19:50:41.5573591Z Packages: read 2024-10-08T19:50:41.5574042Z Pages: read 2024-10-08T19:50:41.5574490Z PullRequests: read 2024-10-08T19:50:41.5574985Z RepositoryProjects: read 2024-10-08T19:50:41.5575552Z SecurityEvents: read 2024-10-08T19:50:41.5576038Z Statuses: read 2024-10-08T19:50:41.5576701Z ##[endgroup] 2024-10-08T19:50:41.5580174Z Secret source: Actions 2024-10-08T19:50:41.5580996Z Prepare workflow directory 2024-10-08T19:50:42.0340105Z Prepare all required actions 2024-10-08T19:50:42.0603018Z Getting action download info 2024-10-08T19:50:42.2325115Z Download action repository 'pytorch/pytorch@main' (SHA:a2396b2dd8270d804b7d554ce4594e14870d060a) 2024-10-08T19:50:46.3097235Z Getting action download info 2024-10-08T19:50:46.4880521Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T19:50:46.7210603Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/134247/merge (cbe39ffc96498585a83508a23de66f3eecb751d5) 2024-10-08T19:50:46.7213173Z ##[group] Inputs 2024-10-08T19:50:46.7214052Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single 2024-10-08T19:50:46.7215092Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-10-08T19:50:46.7215747Z sync-tag: 2024-10-08T19:50:46.7216481Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-10-08T19:50:46.7217265Z ##[endgroup] 2024-10-08T19:50:46.7218240Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter 2024-10-08T19:50:46.7827085Z A job started hook has been configured by the self-hosted runner administrator 2024-10-08T19:50:46.7977094Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-10-08T19:50:46.7986765Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:50:46.7987293Z ##[endgroup] 2024-10-08T19:50:48.2336885Z Runner Type: linux.large 2024-10-08T19:50:48.2338760Z Instance Type: c5.large 2024-10-08T19:50:48.2339723Z AMI Name: unknown 2024-10-08T19:50:48.2341002Z AMI ID: ami-0fff1b9a61dec8a5f 2024-10-08T19:50:54.2163821Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T19:50:54.2164425Z with: 2024-10-08T19:50:54.2164676Z fetch-depth: 1 2024-10-08T19:50:54.2164975Z submodules: false 2024-10-08T19:50:54.2165256Z env: 2024-10-08T19:50:54.2165504Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.2165827Z ##[endgroup] 2024-10-08T19:50:54.2354307Z ##[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.2356231Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:50:54.2365181Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:50:54.2365686Z env: 2024-10-08T19:50:54.2365935Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.2366256Z ##[endgroup] 2024-10-08T19:50:54.2473095Z ##[group]Run retry () { 2024-10-08T19:50:54.2473449Z retry () { 2024-10-08T19:50:54.2473977Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T19:50:54.2474513Z } 2024-10-08T19:50:54.2474798Z echo "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2475349Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T19:50:54.2476099Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2476542Z else 2024-10-08T19:50:54.2476870Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2477267Z fi 2024-10-08T19:50:54.2477550Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T19:50:54.2483203Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:50:54.2483777Z env: 2024-10-08T19:50:54.2484032Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:54.2484356Z NO_SUDO: 2024-10-08T19:50:54.2484596Z ##[endgroup] 2024-10-08T19:50:54.2511786Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:50:55.0840039Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T19:50:55.0840508Z with: 2024-10-08T19:50:55.0840806Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:50:55.0841421Z fetch-depth: 1 2024-10-08T19:50:55.0841707Z submodules: false 2024-10-08T19:50:55.0842003Z quiet-checkout: true 2024-10-08T19:50:55.0842417Z repository: pytorch/pytorch 2024-10-08T19:50:55.0843006Z token: *** 2024-10-08T19:50:55.0843358Z ssh-strict: true 2024-10-08T19:50:55.0843922Z persist-credentials: true 2024-10-08T19:50:55.0844341Z clean: true 2024-10-08T19:50:55.0844622Z sparse-checkout-cone-mode: true 2024-10-08T19:50:55.0844986Z lfs: false 2024-10-08T19:50:55.0845394Z set-safe-directory: true 2024-10-08T19:50:55.0845737Z env: 2024-10-08T19:50:55.0845982Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:50:55.0846297Z ##[endgroup] 2024-10-08T19:50:55.2127641Z Syncing repository: pytorch/pytorch 2024-10-08T19:50:55.2130187Z ##[group]Getting Git version info 2024-10-08T19:50:55.2131506Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:50:55.2132983Z [command]/usr/bin/git version 2024-10-08T19:50:55.2133595Z git version 2.40.1 2024-10-08T19:50:55.2157627Z ##[endgroup] 2024-10-08T19:50:55.2177673Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0ae7714b-9cb2-40f7-b29f-76437f35d5ac' before making global git config changes 2024-10-08T19:50:55.2179878Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:50:55.2184816Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:50:55.2229770Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:50:55.2235639Z ##[group]Initializing the repository 2024-10-08T19:50:55.2239931Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:50:55.2286740Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T19:50:55.2289021Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-08T19:50:55.2290537Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-08T19:50:55.2291935Z hint: of your new repositories, which will suppress this warning, call: 2024-10-08T19:50:55.2292850Z hint: 2024-10-08T19:50:55.2293604Z hint: git config --global init.defaultBranch 2024-10-08T19:50:55.2294319Z hint: 2024-10-08T19:50:55.2295175Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-08T19:50:55.2296676Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-08T19:50:55.2297711Z hint: 2024-10-08T19:50:55.2298204Z hint: git branch -m 2024-10-08T19:50:55.2300852Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-08T19:50:55.2333508Z ##[endgroup] 2024-10-08T19:50:55.2334594Z ##[group]Disabling automatic garbage collection 2024-10-08T19:50:55.2337323Z [command]/usr/bin/git config --local gc.auto 0 2024-10-08T19:50:55.2369710Z ##[endgroup] 2024-10-08T19:50:55.2370674Z ##[group]Setting up auth 2024-10-08T19:50:55.2377065Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:50:55.2410014Z [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:55.2669005Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:50:55.2701279Z [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:55.2960953Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-08T19:50:55.3005291Z ##[endgroup] 2024-10-08T19:50:55.3006462Z ##[group]Fetching the repository 2024-10-08T19:50:55.3013131Z [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.6056453Z remote: Enumerating objects: 11312, done. 2024-10-08T19:50:55.6066927Z remote: Counting objects: 0% (1/11312) 2024-10-08T19:50:55.6068081Z remote: Counting objects: 1% (114/11312) 2024-10-08T19:50:55.6069090Z remote: Counting objects: 2% (227/11312) 2024-10-08T19:50:55.6071116Z remote: Counting objects: 3% (340/11312) 2024-10-08T19:50:55.6073136Z remote: Counting objects: 4% (453/11312) 2024-10-08T19:50:55.6074193Z remote: Counting objects: 5% (566/11312) 2024-10-08T19:50:55.6076802Z remote: Counting objects: 6% (679/11312) 2024-10-08T19:50:55.6078355Z remote: Counting objects: 7% (792/11312) 2024-10-08T19:50:55.6079408Z remote: Counting objects: 8% (905/11312) 2024-10-08T19:50:55.6080618Z remote: Counting objects: 9% (1019/11312) 2024-10-08T19:50:55.6083520Z remote: Counting objects: 10% (1132/11312) 2024-10-08T19:50:55.6085026Z remote: Counting objects: 11% (1245/11312) 2024-10-08T19:50:55.6088246Z remote: Counting objects: 12% (1358/11312) 2024-10-08T19:50:55.6089905Z remote: Counting objects: 13% (1471/11312) 2024-10-08T19:50:55.6091327Z remote: Counting objects: 14% (1584/11312) 2024-10-08T19:50:55.6093344Z remote: Counting objects: 15% (1697/11312) 2024-10-08T19:50:55.6098637Z remote: Counting objects: 16% (1810/11312) 2024-10-08T19:50:55.6099830Z remote: Counting objects: 17% (1924/11312) 2024-10-08T19:50:55.6101076Z remote: Counting objects: 18% (2037/11312) 2024-10-08T19:50:55.6102607Z remote: Counting objects: 19% (2150/11312) 2024-10-08T19:50:55.6105303Z remote: Counting objects: 20% (2263/11312) 2024-10-08T19:50:55.6107139Z remote: Counting objects: 21% (2376/11312) 2024-10-08T19:50:55.6108731Z remote: Counting objects: 22% (2489/11312) 2024-10-08T19:50:55.6110305Z remote: Counting objects: 23% (2602/11312) 2024-10-08T19:50:55.6112120Z remote: Counting objects: 24% (2715/11312) 2024-10-08T19:50:55.6113621Z remote: Counting objects: 25% (2828/11312) 2024-10-08T19:50:55.6115134Z remote: Counting objects: 26% (2942/11312) 2024-10-08T19:50:55.6116290Z remote: Counting objects: 27% (3055/11312) 2024-10-08T19:50:55.6117564Z remote: Counting objects: 28% (3168/11312) 2024-10-08T19:50:55.6118701Z remote: Counting objects: 29% (3281/11312) 2024-10-08T19:50:55.6119963Z remote: Counting objects: 30% (3394/11312) 2024-10-08T19:50:55.6121107Z remote: Counting objects: 31% (3507/11312) 2024-10-08T19:50:55.6122406Z remote: Counting objects: 32% (3620/11312) 2024-10-08T19:50:55.6123644Z remote: Counting objects: 33% (3733/11312) 2024-10-08T19:50:55.6124507Z remote: Counting objects: 34% (3847/11312) 2024-10-08T19:50:55.6126155Z remote: Counting objects: 35% (3960/11312) 2024-10-08T19:50:55.6126997Z remote: Counting objects: 36% (4073/11312) 2024-10-08T19:50:55.6128101Z remote: Counting objects: 37% (4186/11312) 2024-10-08T19:50:55.6129428Z remote: Counting objects: 38% (4299/11312) 2024-10-08T19:50:55.6130596Z remote: Counting objects: 39% (4412/11312) 2024-10-08T19:50:55.6131487Z remote: Counting objects: 40% (4525/11312) 2024-10-08T19:50:55.6132477Z remote: Counting objects: 41% (4638/11312) 2024-10-08T19:50:55.6134395Z remote: Counting objects: 42% (4752/11312) 2024-10-08T19:50:55.6135365Z remote: Counting objects: 43% (4865/11312) 2024-10-08T19:50:55.6136391Z remote: Counting objects: 44% (4978/11312) 2024-10-08T19:50:55.6137501Z remote: Counting objects: 45% (5091/11312) 2024-10-08T19:50:55.6138967Z remote: Counting objects: 46% (5204/11312) 2024-10-08T19:50:55.6140011Z remote: Counting objects: 47% (5317/11312) 2024-10-08T19:50:55.6146815Z remote: Counting objects: 48% (5430/11312) 2024-10-08T19:50:55.6149696Z remote: Counting objects: 49% (5543/11312) 2024-10-08T19:50:55.6150910Z remote: Counting objects: 50% (5656/11312) 2024-10-08T19:50:55.6152004Z remote: Counting objects: 51% (5770/11312) 2024-10-08T19:50:55.6153681Z remote: Counting objects: 52% (5883/11312) 2024-10-08T19:50:55.6157046Z remote: Counting objects: 53% (5996/11312) 2024-10-08T19:50:55.6158886Z remote: Counting objects: 54% (6109/11312) 2024-10-08T19:50:55.6159990Z remote: Counting objects: 55% (6222/11312) 2024-10-08T19:50:55.6165610Z remote: Counting objects: 56% (6335/11312) 2024-10-08T19:50:55.6168239Z remote: Counting objects: 57% (6448/11312) 2024-10-08T19:50:55.6170495Z remote: Counting objects: 58% (6561/11312) 2024-10-08T19:50:55.6173586Z remote: Counting objects: 59% (6675/11312) 2024-10-08T19:50:55.6178020Z remote: Counting objects: 60% (6788/11312) 2024-10-08T19:50:55.6179610Z remote: Counting objects: 61% (6901/11312) 2024-10-08T19:50:55.6180724Z remote: Counting objects: 62% (7014/11312) 2024-10-08T19:50:55.6184613Z remote: Counting objects: 63% (7127/11312) 2024-10-08T19:50:55.6189195Z remote: Counting objects: 64% (7240/11312) 2024-10-08T19:50:55.6193090Z remote: Counting objects: 65% (7353/11312) 2024-10-08T19:50:55.6196637Z remote: Counting objects: 66% (7466/11312) 2024-10-08T19:50:55.6199648Z remote: Counting objects: 67% (7580/11312) 2024-10-08T19:50:55.6202459Z remote: Counting objects: 68% (7693/11312) 2024-10-08T19:50:55.6206094Z remote: Counting objects: 69% (7806/11312) 2024-10-08T19:50:55.6207172Z remote: Counting objects: 70% (7919/11312) 2024-10-08T19:50:55.6210368Z remote: Counting objects: 71% (8032/11312) 2024-10-08T19:50:55.6211763Z remote: Counting objects: 72% (8145/11312) 2024-10-08T19:50:55.6215445Z remote: Counting objects: 73% (8258/11312) 2024-10-08T19:50:55.6221598Z remote: Counting objects: 74% (8371/11312) 2024-10-08T19:50:55.6223128Z remote: Counting objects: 75% (8484/11312) 2024-10-08T19:50:55.6228694Z remote: Counting objects: 76% (8598/11312) 2024-10-08T19:50:55.6229843Z remote: Counting objects: 77% (8711/11312) 2024-10-08T19:50:55.6231188Z remote: Counting objects: 78% (8824/11312) 2024-10-08T19:50:55.6232847Z remote: Counting objects: 79% (8937/11312) 2024-10-08T19:50:55.6234952Z remote: Counting objects: 80% (9050/11312) 2024-10-08T19:50:55.6236995Z remote: Counting objects: 81% (9163/11312) 2024-10-08T19:50:55.6240088Z remote: Counting objects: 82% (9276/11312) 2024-10-08T19:50:55.6242609Z remote: Counting objects: 83% (9389/11312) 2024-10-08T19:50:55.6243903Z remote: Counting objects: 84% (9503/11312) 2024-10-08T19:50:55.6246984Z remote: Counting objects: 85% (9616/11312) 2024-10-08T19:50:55.6251142Z remote: Counting objects: 86% (9729/11312) 2024-10-08T19:50:55.6254970Z remote: Counting objects: 87% (9842/11312) 2024-10-08T19:50:55.6258844Z remote: Counting objects: 88% (9955/11312) 2024-10-08T19:50:55.6264891Z remote: Counting objects: 89% (10068/11312) 2024-10-08T19:50:55.6266166Z remote: Counting objects: 90% (10181/11312) 2024-10-08T19:50:55.6269971Z remote: Counting objects: 91% (10294/11312) 2024-10-08T19:50:55.6273960Z remote: Counting objects: 92% (10408/11312) 2024-10-08T19:50:55.6276577Z remote: Counting objects: 93% (10521/11312) 2024-10-08T19:50:55.6277772Z remote: Counting objects: 94% (10634/11312) 2024-10-08T19:50:55.6281352Z remote: Counting objects: 95% (10747/11312) 2024-10-08T19:50:55.6283898Z remote: Counting objects: 96% (10860/11312) 2024-10-08T19:50:55.6286966Z remote: Counting objects: 97% (10973/11312) 2024-10-08T19:50:55.6293557Z remote: Counting objects: 98% (11086/11312) 2024-10-08T19:50:55.6299372Z remote: Counting objects: 99% (11199/11312) 2024-10-08T19:50:55.6300436Z remote: Counting objects: 100% (11312/11312) 2024-10-08T19:50:55.6301647Z remote: Counting objects: 100% (11312/11312), done. 2024-10-08T19:50:55.6409925Z remote: Compressing objects: 0% (1/9931) 2024-10-08T19:50:55.6693873Z remote: Compressing objects: 1% (100/9931) 2024-10-08T19:50:55.7447623Z remote: Compressing objects: 2% (199/9931) 2024-10-08T19:50:55.7750559Z remote: Compressing objects: 3% (298/9931) 2024-10-08T19:50:55.8181188Z remote: Compressing objects: 4% (398/9931) 2024-10-08T19:50:55.8704956Z remote: Compressing objects: 5% (497/9931) 2024-10-08T19:50:55.9404137Z remote: Compressing objects: 6% (596/9931) 2024-10-08T19:50:56.0221415Z remote: Compressing objects: 7% (696/9931) 2024-10-08T19:50:56.0863235Z remote: Compressing objects: 8% (795/9931) 2024-10-08T19:50:56.1337687Z remote: Compressing objects: 9% (894/9931) 2024-10-08T19:50:56.1764001Z remote: Compressing objects: 10% (994/9931) 2024-10-08T19:50:56.2192813Z remote: Compressing objects: 11% (1093/9931) 2024-10-08T19:50:56.2584184Z remote: Compressing objects: 12% (1192/9931) 2024-10-08T19:50:56.3465673Z remote: Compressing objects: 13% (1292/9931) 2024-10-08T19:50:56.3992132Z remote: Compressing objects: 14% (1391/9931) 2024-10-08T19:50:56.4538503Z remote: Compressing objects: 15% (1490/9931) 2024-10-08T19:50:56.5139257Z remote: Compressing objects: 16% (1589/9931) 2024-10-08T19:50:56.5620356Z remote: Compressing objects: 17% (1689/9931) 2024-10-08T19:50:56.6209044Z remote: Compressing objects: 18% (1788/9931) 2024-10-08T19:50:56.6313903Z remote: Compressing objects: 19% (1887/9931) 2024-10-08T19:50:56.6858085Z remote: Compressing objects: 19% (1899/9931) 2024-10-08T19:50:56.7508066Z remote: Compressing objects: 20% (1987/9931) 2024-10-08T19:50:56.7890905Z remote: Compressing objects: 21% (2086/9931) 2024-10-08T19:50:56.8538816Z remote: Compressing objects: 22% (2185/9931) 2024-10-08T19:50:56.9102215Z remote: Compressing objects: 23% (2285/9931) 2024-10-08T19:50:56.9633211Z remote: Compressing objects: 24% (2384/9931) 2024-10-08T19:50:57.0228727Z remote: Compressing objects: 25% (2483/9931) 2024-10-08T19:50:57.0923393Z remote: Compressing objects: 26% (2583/9931) 2024-10-08T19:50:57.1292685Z remote: Compressing objects: 27% (2682/9931) 2024-10-08T19:50:57.1747302Z remote: Compressing objects: 28% (2781/9931) 2024-10-08T19:50:57.2299403Z remote: Compressing objects: 29% (2880/9931) 2024-10-08T19:50:57.2912840Z remote: Compressing objects: 30% (2980/9931) 2024-10-08T19:50:57.3292019Z remote: Compressing objects: 31% (3079/9931) 2024-10-08T19:50:57.3381160Z remote: Compressing objects: 32% (3178/9931) 2024-10-08T19:50:57.3581213Z remote: Compressing objects: 33% (3278/9931) 2024-10-08T19:50:57.3747940Z remote: Compressing objects: 34% (3377/9931) 2024-10-08T19:50:57.3946410Z remote: Compressing objects: 35% (3476/9931) 2024-10-08T19:50:57.4152228Z remote: Compressing objects: 36% (3576/9931) 2024-10-08T19:50:57.4232313Z remote: Compressing objects: 37% (3675/9931) 2024-10-08T19:50:57.4424282Z remote: Compressing objects: 38% (3774/9931) 2024-10-08T19:50:57.4664792Z remote: Compressing objects: 39% (3874/9931) 2024-10-08T19:50:57.4943245Z remote: Compressing objects: 40% (3973/9931) 2024-10-08T19:50:57.5234100Z remote: Compressing objects: 41% (4072/9931) 2024-10-08T19:50:57.5692920Z remote: Compressing objects: 42% (4172/9931) 2024-10-08T19:50:57.6112328Z remote: Compressing objects: 43% (4271/9931) 2024-10-08T19:50:57.6310920Z remote: Compressing objects: 44% (4370/9931) 2024-10-08T19:50:57.6393001Z remote: Compressing objects: 44% (4434/9931) 2024-10-08T19:50:57.6761602Z remote: Compressing objects: 45% (4469/9931) 2024-10-08T19:50:57.7222035Z remote: Compressing objects: 46% (4569/9931) 2024-10-08T19:50:57.7658515Z remote: Compressing objects: 47% (4668/9931) 2024-10-08T19:50:57.8067258Z remote: Compressing objects: 48% (4767/9931) 2024-10-08T19:50:57.8385764Z remote: Compressing objects: 49% (4867/9931) 2024-10-08T19:50:57.9098660Z remote: Compressing objects: 50% (4966/9931) 2024-10-08T19:50:57.9456312Z remote: Compressing objects: 51% (5065/9931) 2024-10-08T19:50:57.9757259Z remote: Compressing objects: 52% (5165/9931) 2024-10-08T19:50:58.0059113Z remote: Compressing objects: 53% (5264/9931) 2024-10-08T19:50:58.0306896Z remote: Compressing objects: 54% (5363/9931) 2024-10-08T19:50:58.0728378Z remote: Compressing objects: 55% (5463/9931) 2024-10-08T19:50:58.1114267Z remote: Compressing objects: 56% (5562/9931) 2024-10-08T19:50:58.1373667Z remote: Compressing objects: 57% (5661/9931) 2024-10-08T19:50:58.2028023Z remote: Compressing objects: 58% (5760/9931) 2024-10-08T19:50:58.2077695Z remote: Compressing objects: 59% (5860/9931) 2024-10-08T19:50:58.2312291Z remote: Compressing objects: 60% (5959/9931) 2024-10-08T19:50:58.2491367Z remote: Compressing objects: 61% (6058/9931) 2024-10-08T19:50:58.2927826Z remote: Compressing objects: 62% (6158/9931) 2024-10-08T19:50:58.3131305Z remote: Compressing objects: 63% (6257/9931) 2024-10-08T19:50:58.3218461Z remote: Compressing objects: 64% (6356/9931) 2024-10-08T19:50:58.3250915Z remote: Compressing objects: 65% (6456/9931) 2024-10-08T19:50:58.3321443Z remote: Compressing objects: 66% (6555/9931) 2024-10-08T19:50:58.3454324Z remote: Compressing objects: 67% (6654/9931) 2024-10-08T19:50:58.3521981Z remote: Compressing objects: 68% (6754/9931) 2024-10-08T19:50:58.3629761Z remote: Compressing objects: 69% (6853/9931) 2024-10-08T19:50:58.3762437Z remote: Compressing objects: 70% (6952/9931) 2024-10-08T19:50:58.3928436Z remote: Compressing objects: 71% (7052/9931) 2024-10-08T19:50:58.4049309Z remote: Compressing objects: 72% (7151/9931) 2024-10-08T19:50:58.4166242Z remote: Compressing objects: 73% (7250/9931) 2024-10-08T19:50:58.4278944Z remote: Compressing objects: 74% (7349/9931) 2024-10-08T19:50:58.4439573Z remote: Compressing objects: 75% (7449/9931) 2024-10-08T19:50:58.4547675Z remote: Compressing objects: 76% (7548/9931) 2024-10-08T19:50:58.4702017Z remote: Compressing objects: 77% (7647/9931) 2024-10-08T19:50:58.4838400Z remote: Compressing objects: 78% (7747/9931) 2024-10-08T19:50:58.4972317Z remote: Compressing objects: 79% (7846/9931) 2024-10-08T19:50:58.5118997Z remote: Compressing objects: 80% (7945/9931) 2024-10-08T19:50:58.5313525Z remote: Compressing objects: 81% (8045/9931) 2024-10-08T19:50:58.5468476Z remote: Compressing objects: 82% (8144/9931) 2024-10-08T19:50:58.5594214Z remote: Compressing objects: 83% (8243/9931) 2024-10-08T19:50:58.5731564Z remote: Compressing objects: 84% (8343/9931) 2024-10-08T19:50:58.5862167Z remote: Compressing objects: 85% (8442/9931) 2024-10-08T19:50:58.6022463Z remote: Compressing objects: 86% (8541/9931) 2024-10-08T19:50:58.6167780Z remote: Compressing objects: 87% (8640/9931) 2024-10-08T19:50:58.6281308Z remote: Compressing objects: 88% (8740/9931) 2024-10-08T19:50:58.6312318Z remote: Compressing objects: 89% (8839/9931) 2024-10-08T19:50:58.6429944Z remote: Compressing objects: 89% (8845/9931) 2024-10-08T19:50:58.6475031Z remote: Compressing objects: 90% (8938/9931) 2024-10-08T19:50:58.6490225Z remote: Compressing objects: 91% (9038/9931) 2024-10-08T19:50:58.6505095Z remote: Compressing objects: 92% (9137/9931) 2024-10-08T19:50:58.6525955Z remote: Compressing objects: 93% (9236/9931) 2024-10-08T19:50:58.6535583Z remote: Compressing objects: 94% (9336/9931) 2024-10-08T19:50:58.6550141Z remote: Compressing objects: 95% (9435/9931) 2024-10-08T19:50:58.6561612Z remote: Compressing objects: 96% (9534/9931) 2024-10-08T19:50:58.6577979Z remote: Compressing objects: 97% (9634/9931) 2024-10-08T19:50:58.6592574Z remote: Compressing objects: 98% (9733/9931) 2024-10-08T19:50:58.6603670Z remote: Compressing objects: 99% (9832/9931) 2024-10-08T19:50:58.6604244Z remote: Compressing objects: 100% (9931/9931) 2024-10-08T19:50:58.6604818Z remote: Compressing objects: 100% (9931/9931), done. 2024-10-08T19:51:02.0527642Z remote: Total 11312 (delta 1360), reused 4446 (delta 1088), pack-reused 0 (from 0) 2024-10-08T19:51:02.6309286Z ##[endgroup] 2024-10-08T19:51:02.6310306Z ##[group]Determining the checkout info 2024-10-08T19:51:02.6311713Z ##[endgroup] 2024-10-08T19:51:02.6313003Z ##[group]Checking out the ref 2024-10-08T19:51:02.6321831Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:03.9081708Z ##[endgroup] 2024-10-08T19:51:03.9125514Z [command]/usr/bin/git log -1 --format='%H' 2024-10-08T19:51:03.9161768Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T19:51:03.9545531Z Prepare all required actions 2024-10-08T19:51:03.9546009Z Getting action download info 2024-10-08T19:51:04.0642383Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T19:51:04.2543639Z ##[group]Run ./.github/actions/filter-test-configs 2024-10-08T19:51:04.2544419Z with: 2024-10-08T19:51:04.2545206Z github-token: *** 2024-10-08T19:51:04.2546256Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-10-08T19:51:04.2547503Z env: 2024-10-08T19:51:04.2547938Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:04.2548503Z ##[endgroup] 2024-10-08T19:51:04.2625837Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:51:04.2626514Z with: 2024-10-08T19:51:04.2626955Z shell: bash 2024-10-08T19:51:04.2627458Z timeout_minutes: 10 2024-10-08T19:51:04.2627998Z max_attempts: 5 2024-10-08T19:51:04.2628504Z retry_wait_seconds: 30 2024-10-08T19:51:04.2630699Z 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:04.2632955Z polling_interval_seconds: 1 2024-10-08T19:51:04.2633587Z warning_on_retry: true 2024-10-08T19:51:04.2634183Z continue_on_error: false 2024-10-08T19:51:04.2634753Z env: 2024-10-08T19:51:04.2635195Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:04.2636104Z GITHUB_TOKEN: *** 2024-10-08T19:51:04.2636616Z ##[endgroup] 2024-10-08T19:51:04.5018915Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-10-08T19:51:04.8373757Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T19:51:04.8598514Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-10-08T19:51:04.8604338Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-10-08T19:51:04.8724892Z 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.8739677Z 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:04.8746363Z 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:04.8758868Z 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:05.4837056Z Command completed after 1 attempt(s). 2024-10-08T19:51:05.4899125Z ##[group]Run set -x 2024-10-08T19:51:05.4899462Z set -x 2024-10-08T19:51:05.4899736Z  2024-10-08T19:51:05.4900254Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:05.4900925Z # in runner workspace 2024-10-08T19:51:05.4901438Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-10-08T19:51:05.4908490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:05.4908980Z env: 2024-10-08T19:51:05.4909225Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:05.4909559Z ##[endgroup] 2024-10-08T19:51:05.4943961Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-10-08T19:51:05.5235408Z ##[group]Run set -x 2024-10-08T19:51:05.5235739Z set -x 2024-10-08T19:51:05.5236011Z  2024-10-08T19:51:05.5236535Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-10-08T19:51:05.5237450Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-10-08T19:51:05.5238350Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-10-08T19:51:05.5239415Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-10-08T19:51:05.5240194Z # expose this variable as part of GitHub context. 2024-10-08T19:51:05.5241018Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-10-08T19:51:05.5241922Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-10-08T19:51:05.5242476Z pwd 2024-10-08T19:51:05.5242720Z  2024-10-08T19:51:05.5243245Z LOG_FILE=$(grep -l -r "cbe39ffc96498585a83508a23de66f3eecb751d5" *.log | tail -n 1) 2024-10-08T19:51:05.5244030Z if [ -n "${LOG_FILE}" ]; then 2024-10-08T19:51:05.5244719Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-10-08T19:51:05.5245449Z  # needs to be awk {print $3} on MacOS 2024-10-08T19:51:05.5245902Z  case ${RUNNER_OS} in 2024-10-08T19:51:05.5246257Z  macOS) 2024-10-08T19:51:05.5246894Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-10-08T19:51:05.5247613Z  ;; 2024-10-08T19:51:05.5247887Z  *) 2024-10-08T19:51:05.5248498Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-10-08T19:51:05.5249209Z  ;; 2024-10-08T19:51:05.5249479Z  esac 2024-10-08T19:51:05.5249860Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-10-08T19:51:05.5250336Z fi 2024-10-08T19:51:05.5250585Z  2024-10-08T19:51:05.5250816Z popd 2024-10-08T19:51:05.5257048Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:05.5257671Z env: 2024-10-08T19:51:05.5257912Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:05.5258240Z ##[endgroup] 2024-10-08T19:51:05.5283724Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-10-08T19:51:05.5284988Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:05.5285999Z /home/ec2-user/actions-runner/_diag 2024-10-08T19:51:05.5286870Z + pwd 2024-10-08T19:51:05.5296957Z ++ grep -l -r cbe39ffc96498585a83508a23de66f3eecb751d5 Runner_20241008-185224-utc.log Runner_20241008-185312-utc.log Worker_20241008-190204-utc.log Worker_20241008-194212-utc.log Worker_20241008-194806-utc.log Worker_20241008-195038-utc.log 2024-10-08T19:51:05.5299992Z ++ tail -n 1 2024-10-08T19:51:05.5341188Z + LOG_FILE=Worker_20241008-195038-utc.log 2024-10-08T19:51:05.5342354Z + '[' -n Worker_20241008-195038-utc.log ']' 2024-10-08T19:51:05.5343374Z + case ${RUNNER_OS} in 2024-10-08T19:51:05.5349966Z ++ grep -r '"jobDisplayName"' Worker_20241008-195038-utc.log 2024-10-08T19:51:05.5351863Z ++ xargs 2024-10-08T19:51:05.5363371Z ++ awk -F '[:]' '{print $2}' 2024-10-08T19:51:05.5375205Z ++ sed 's/"//g' 2024-10-08T19:51:05.5401229Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-10-08T19:51:05.5402911Z ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:05.5405484Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter,' 2024-10-08T19:51:05.5407100Z + popd 2024-10-08T19:51:05.5434405Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:05.5434930Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:05.5435378Z echo "Job name: ${JOB_NAME}" 2024-10-08T19:51:05.5435747Z  2024-10-08T19:51:05.5436276Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:05.5436949Z # in runner workspace 2024-10-08T19:51:05.5437509Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-10-08T19:51:05.5438136Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-10-08T19:51:05.5438572Z  --job-name "${JOB_NAME}" \ 2024-10-08T19:51:05.5438986Z  --test-matrix "{ include: [ 2024-10-08T19:51:05.5439707Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-10-08T19:51:05.5440302Z ]} 2024-10-08T19:51:05.5440562Z " \ 2024-10-08T19:51:05.5440857Z  --selected-test-configs "" \ 2024-10-08T19:51:05.5441287Z  --pr-number "${PR_NUMBER}" \ 2024-10-08T19:51:05.5441686Z  --tag "${TAG}" \ 2024-10-08T19:51:05.5442043Z  --event-name "${EVENT_NAME}" \ 2024-10-08T19:51:05.5442470Z  --schedule "${SCHEDULE}" \ 2024-10-08T19:51:05.5442875Z  --branch "${HEAD_BRANCH}" 2024-10-08T19:51:05.5448605Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:05.5449093Z env: 2024-10-08T19:51:05.5449348Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:05.5449878Z GITHUB_TOKEN: *** 2024-10-08T19:51:05.5450522Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-10-08T19:51:05.5451283Z PR_NUMBER: 134247 2024-10-08T19:51:05.5451568Z TAG: 2024-10-08T19:51:05.5451829Z EVENT_NAME: pull_request 2024-10-08T19:51:05.5452151Z SCHEDULE: 2024-10-08T19:51:05.5452412Z HEAD_BRANCH: 2024-10-08T19:51:05.5452671Z ##[endgroup] 2024-10-08T19:51:05.5481579Z Workflow: pull 2024-10-08T19:51:05.5483074Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single / filter, 2024-10-08T19:51:05.7948347Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-10-08T19:51:05.9233267Z fatal: unknown commit origin/main 2024-10-08T19:51:05.9242955Z /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:05.9247071Z warnings.warn(f"failed to get commit messages: {e}") 2024-10-08T19:51:05.9447599Z ##[group]Run echo "Filtered matrix:" 2024-10-08T19:51:05.9448033Z echo "Filtered matrix:" 2024-10-08T19:51:05.9448729Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-10-08T19:51:05.9449402Z  2024-10-08T19:51:05.9449640Z echo 2024-10-08T19:51:05.9449990Z echo "Is the current job unstable? False" 2024-10-08T19:51:05.9450435Z  2024-10-08T19:51:05.9450666Z echo 2024-10-08T19:51:05.9450995Z echo "Is keep-going label set? False" 2024-10-08T19:51:05.9451415Z  2024-10-08T19:51:05.9451646Z echo 2024-10-08T19:51:05.9451935Z echo "Renabled issues? " 2024-10-08T19:51:05.9458550Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:05.9459024Z env: 2024-10-08T19:51:05.9459292Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:05.9459618Z ##[endgroup] 2024-10-08T19:51:05.9487886Z Filtered matrix: 2024-10-08T19:51:05.9488799Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-10-08T19:51:05.9489689Z 2024-10-08T19:51:05.9489944Z Is the current job unstable? False 2024-10-08T19:51:05.9490452Z 2024-10-08T19:51:05.9490954Z Is keep-going label set? False 2024-10-08T19:51:05.9491399Z 2024-10-08T19:51:05.9491603Z Renabled issues? 2024-10-08T19:51:05.9621604Z Post job cleanup. 2024-10-08T19:51:05.9676477Z Post job cleanup. 2024-10-08T19:51:06.0556426Z [command]/usr/bin/git version 2024-10-08T19:51:06.0602639Z git version 2.40.1 2024-10-08T19:51:06.0646053Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/904815a8-8565-4220-82b5-b9e3d8a99fd9' before making global git config changes 2024-10-08T19:51:06.0648868Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:51:06.0654111Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:06.0695200Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:51:06.0731565Z [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:06.1022230Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:51:06.1048883Z http.https://github.com/.extraheader 2024-10-08T19:51:06.1061544Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-08T19:51:06.1097032Z [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:06.1444524Z A job completed hook has been configured by the self-hosted runner administrator 2024-10-08T19:51:06.1471984Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-10-08T19:51:06.1480269Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:06.1481079Z ##[endgroup] 2024-10-08T19:51:12.4744801Z Evaluate and set job outputs 2024-10-08T19:51:12.4756367Z Set output 'test-matrix' 2024-10-08T19:51:12.4757364Z Set output 'is-test-matrix-empty' 2024-10-08T19:51:12.4757904Z Set output 'keep-going' 2024-10-08T19:51:12.4758663Z Cleaning up orphan processes