2024-08-06T20:02:54.1884042Z Current runner version: '2.318.0' 2024-08-06T20:02:54.1891537Z Runner name: 'i-0a78c6fe627a1afac' 2024-08-06T20:02:54.1892550Z Runner group name: 'Default' 2024-08-06T20:02:54.1893658Z Machine name: 'ip-10-0-16-170' 2024-08-06T20:02:54.1898581Z ##[group]GITHUB_TOKEN Permissions 2024-08-06T20:02:54.1901806Z Actions: read 2024-08-06T20:02:54.1902568Z Attestations: read 2024-08-06T20:02:54.1903314Z Checks: read 2024-08-06T20:02:54.1904017Z Contents: read 2024-08-06T20:02:54.1904739Z Deployments: read 2024-08-06T20:02:54.1905399Z Discussions: read 2024-08-06T20:02:54.1906165Z Issues: read 2024-08-06T20:02:54.1906859Z Metadata: read 2024-08-06T20:02:54.1907519Z Packages: read 2024-08-06T20:02:54.1908282Z Pages: read 2024-08-06T20:02:54.1908978Z PullRequests: read 2024-08-06T20:02:54.1909860Z RepositoryProjects: read 2024-08-06T20:02:54.1910695Z SecurityEvents: read 2024-08-06T20:02:54.1911441Z Statuses: read 2024-08-06T20:02:54.1912302Z ##[endgroup] 2024-08-06T20:02:54.1916118Z Secret source: Actions 2024-08-06T20:02:54.1917302Z Prepare workflow directory 2024-08-06T20:02:54.6025718Z Prepare all required actions 2024-08-06T20:02:54.6070465Z Getting action download info 2024-08-06T20:02:54.7702919Z Download action repository 'pytorch/pytorch@main' (SHA:1954bfacda7c04bbbf62530f4572d6f6ba9ffe80) 2024-08-06T20:02:58.6651282Z Getting action download info 2024-08-06T20:02:58.7889317Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-06T20:02:58.9727427Z Uses: pytorch/pytorch/.github/workflows/_android-build-test.yml@refs/pull/132710/merge (bf5bb5a1585a03379137fab341e87c02c77e76cd) 2024-08-06T20:02:58.9729553Z ##[group] Inputs 2024-08-06T20:02:58.9730198Z build-environment: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit 2024-08-06T20:02:58.9730984Z docker-image-name: pytorch-linux-focal-py3-clang9-android-ndk-r21e 2024-08-06T20:02:58.9731457Z sync-tag: 2024-08-06T20:02:58.9731968Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-08-06T20:02:58.9732555Z ##[endgroup] 2024-08-06T20:02:58.9733133Z Complete job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter 2024-08-06T20:02:59.0102168Z A job started hook has been configured by the self-hosted runner administrator 2024-08-06T20:02:59.0231434Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-06T20:02:59.0242916Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:02:59.0243633Z ##[endgroup] 2024-08-06T20:03:00.1076339Z Runner Type: linux.large 2024-08-06T20:03:00.1076971Z Instance Type: c5.large 2024-08-06T20:03:00.1077492Z AMI Name: amzn2-ami-hvm-2.0.20240306.2-x86_64-ebs 2024-08-06T20:03:00.1078116Z AMI ID: ami-0ce0c36d7a00b20e2 2024-08-06T20:03:04.5793077Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-06T20:03:04.5793758Z with: 2024-08-06T20:03:04.5794082Z fetch-depth: 1 2024-08-06T20:03:04.5794463Z submodules: false 2024-08-06T20:03:04.5794850Z env: 2024-08-06T20:03:04.5795175Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:04.5795590Z ##[endgroup] 2024-08-06T20:03:04.5893404Z ##[group]Run retry () { 2024-08-06T20:03:04.5893796Z retry () { 2024-08-06T20:03:04.5894641Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-06T20:03:04.5895339Z } 2024-08-06T20:03:04.5895698Z echo "${GITHUB_WORKSPACE}" 2024-08-06T20:03:04.5896235Z if [ -z "${NO_SUDO}" ]; then 2024-08-06T20:03:04.5896775Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:04.5897258Z else 2024-08-06T20:03:04.5897632Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:04.5898049Z fi 2024-08-06T20:03:04.5898434Z mkdir "${GITHUB_WORKSPACE}" 2024-08-06T20:03:04.5908522Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:04.5909104Z env: 2024-08-06T20:03:04.5909429Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:04.5910119Z NO_SUDO: 2024-08-06T20:03:04.5910491Z ##[endgroup] 2024-08-06T20:03:04.6017462Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:04.9976442Z ##[group]Run malfet/checkout@silent-checkout 2024-08-06T20:03:04.9976810Z with: 2024-08-06T20:03:04.9977047Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:04.9977391Z fetch-depth: 1 2024-08-06T20:03:04.9977738Z submodules: false 2024-08-06T20:03:04.9978091Z quiet-checkout: true 2024-08-06T20:03:04.9978481Z repository: pytorch/pytorch 2024-08-06T20:03:04.9979166Z token: *** 2024-08-06T20:03:04.9979535Z ssh-strict: true 2024-08-06T20:03:04.9979956Z persist-credentials: true 2024-08-06T20:03:04.9980405Z clean: true 2024-08-06T20:03:04.9980818Z sparse-checkout-cone-mode: true 2024-08-06T20:03:04.9981298Z lfs: false 2024-08-06T20:03:04.9981668Z set-safe-directory: true 2024-08-06T20:03:04.9982096Z env: 2024-08-06T20:03:04.9982460Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:04.9982906Z ##[endgroup] 2024-08-06T20:03:05.1016262Z Syncing repository: pytorch/pytorch 2024-08-06T20:03:05.1018414Z ##[group]Getting Git version info 2024-08-06T20:03:05.1019286Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:05.1020554Z [command]/usr/bin/git version 2024-08-06T20:03:05.1055255Z git version 2.40.1 2024-08-06T20:03:05.1081164Z ##[endgroup] 2024-08-06T20:03:05.1098763Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d3980e8d-3538-4641-89b0-be0aa10d0ca1' before making global git config changes 2024-08-06T20:03:05.1101113Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:05.1106421Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:05.1146457Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:05.1152996Z ##[group]Initializing the repository 2024-08-06T20:03:05.1157835Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:05.1285243Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-06T20:03:05.1286433Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-06T20:03:05.1287567Z hint: of your new repositories, which will suppress this warning, call: 2024-08-06T20:03:05.1288283Z hint: 2024-08-06T20:03:05.1288905Z hint: git config --global init.defaultBranch 2024-08-06T20:03:05.1289594Z hint: 2024-08-06T20:03:05.1290197Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-06T20:03:05.1291354Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-06T20:03:05.1292380Z hint: 2024-08-06T20:03:05.1292772Z hint: git branch -m 2024-08-06T20:03:05.1295612Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-06T20:03:05.1305943Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-06T20:03:05.1336084Z ##[endgroup] 2024-08-06T20:03:05.1337344Z ##[group]Disabling automatic garbage collection 2024-08-06T20:03:05.1341579Z [command]/usr/bin/git config --local gc.auto 0 2024-08-06T20:03:05.1370323Z ##[endgroup] 2024-08-06T20:03:05.1370737Z ##[group]Setting up auth 2024-08-06T20:03:05.1379944Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:05.1411079Z [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:05.1633700Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:05.1662427Z [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:05.1903539Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-06T20:03:05.1940449Z ##[endgroup] 2024-08-06T20:03:05.1942983Z ##[group]Fetching the repository 2024-08-06T20:03:05.1951121Z [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:05.4059800Z remote: Enumerating objects: 11297, done. 2024-08-06T20:03:05.4070176Z remote: Counting objects: 0% (1/11297) 2024-08-06T20:03:05.4076512Z remote: Counting objects: 1% (113/11297) 2024-08-06T20:03:05.4082297Z remote: Counting objects: 2% (226/11297) 2024-08-06T20:03:05.4087922Z remote: Counting objects: 3% (339/11297) 2024-08-06T20:03:05.4093449Z remote: Counting objects: 4% (452/11297) 2024-08-06T20:03:05.4100736Z remote: Counting objects: 5% (565/11297) 2024-08-06T20:03:05.4106247Z remote: Counting objects: 6% (678/11297) 2024-08-06T20:03:05.4112501Z remote: Counting objects: 7% (791/11297) 2024-08-06T20:03:05.4118161Z remote: Counting objects: 8% (904/11297) 2024-08-06T20:03:05.4125115Z remote: Counting objects: 9% (1017/11297) 2024-08-06T20:03:05.4131570Z remote: Counting objects: 10% (1130/11297) 2024-08-06T20:03:05.4137799Z remote: Counting objects: 11% (1243/11297) 2024-08-06T20:03:05.4143835Z remote: Counting objects: 12% (1356/11297) 2024-08-06T20:03:05.4149626Z remote: Counting objects: 13% (1469/11297) 2024-08-06T20:03:05.4156115Z remote: Counting objects: 14% (1582/11297) 2024-08-06T20:03:05.4162159Z remote: Counting objects: 15% (1695/11297) 2024-08-06T20:03:05.4169493Z remote: Counting objects: 16% (1808/11297) 2024-08-06T20:03:05.4175415Z remote: Counting objects: 17% (1921/11297) 2024-08-06T20:03:05.4179871Z remote: Counting objects: 18% (2034/11297) 2024-08-06T20:03:05.4184739Z remote: Counting objects: 19% (2147/11297) 2024-08-06T20:03:05.4189633Z remote: Counting objects: 20% (2260/11297) 2024-08-06T20:03:05.4194240Z remote: Counting objects: 21% (2373/11297) 2024-08-06T20:03:05.4198830Z remote: Counting objects: 22% (2486/11297) 2024-08-06T20:03:05.4202951Z remote: Counting objects: 23% (2599/11297) 2024-08-06T20:03:05.4207416Z remote: Counting objects: 24% (2712/11297) 2024-08-06T20:03:05.4211885Z remote: Counting objects: 25% (2825/11297) 2024-08-06T20:03:05.4215876Z remote: Counting objects: 26% (2938/11297) 2024-08-06T20:03:05.4220339Z remote: Counting objects: 27% (3051/11297) 2024-08-06T20:03:05.4225101Z remote: Counting objects: 28% (3164/11297) 2024-08-06T20:03:05.4229621Z remote: Counting objects: 29% (3277/11297) 2024-08-06T20:03:05.4233844Z remote: Counting objects: 30% (3390/11297) 2024-08-06T20:03:05.4238368Z remote: Counting objects: 31% (3503/11297) 2024-08-06T20:03:05.4242440Z remote: Counting objects: 32% (3616/11297) 2024-08-06T20:03:05.4247051Z remote: Counting objects: 33% (3729/11297) 2024-08-06T20:03:05.4250603Z remote: Counting objects: 34% (3841/11297) 2024-08-06T20:03:05.4254183Z remote: Counting objects: 35% (3954/11297) 2024-08-06T20:03:05.4264572Z remote: Counting objects: 36% (4067/11297) 2024-08-06T20:03:05.4265225Z remote: Counting objects: 37% (4180/11297) 2024-08-06T20:03:05.4265833Z remote: Counting objects: 38% (4293/11297) 2024-08-06T20:03:05.4266510Z remote: Counting objects: 39% (4406/11297) 2024-08-06T20:03:05.4267195Z remote: Counting objects: 40% (4519/11297) 2024-08-06T20:03:05.4276922Z remote: Counting objects: 41% (4632/11297) 2024-08-06T20:03:05.4277629Z remote: Counting objects: 42% (4745/11297) 2024-08-06T20:03:05.4278304Z remote: Counting objects: 43% (4858/11297) 2024-08-06T20:03:05.4279259Z remote: Counting objects: 44% (4971/11297) 2024-08-06T20:03:05.4280034Z remote: Counting objects: 45% (5084/11297) 2024-08-06T20:03:05.4280721Z remote: Counting objects: 46% (5197/11297) 2024-08-06T20:03:05.4281370Z remote: Counting objects: 47% (5310/11297) 2024-08-06T20:03:05.4282031Z remote: Counting objects: 48% (5423/11297) 2024-08-06T20:03:05.4282676Z remote: Counting objects: 49% (5536/11297) 2024-08-06T20:03:05.4283284Z remote: Counting objects: 50% (5649/11297) 2024-08-06T20:03:05.4283907Z remote: Counting objects: 51% (5762/11297) 2024-08-06T20:03:05.4284566Z remote: Counting objects: 52% (5875/11297) 2024-08-06T20:03:05.4285240Z remote: Counting objects: 53% (5988/11297) 2024-08-06T20:03:05.4285897Z remote: Counting objects: 54% (6101/11297) 2024-08-06T20:03:05.4286561Z remote: Counting objects: 55% (6214/11297) 2024-08-06T20:03:05.4287217Z remote: Counting objects: 56% (6327/11297) 2024-08-06T20:03:05.4287874Z remote: Counting objects: 57% (6440/11297) 2024-08-06T20:03:05.4288535Z remote: Counting objects: 58% (6553/11297) 2024-08-06T20:03:05.4289133Z remote: Counting objects: 59% (6666/11297) 2024-08-06T20:03:05.4289724Z remote: Counting objects: 60% (6779/11297) 2024-08-06T20:03:05.4290350Z remote: Counting objects: 61% (6892/11297) 2024-08-06T20:03:05.4290993Z remote: Counting objects: 62% (7005/11297) 2024-08-06T20:03:05.4291626Z remote: Counting objects: 63% (7118/11297) 2024-08-06T20:03:05.4292330Z remote: Counting objects: 64% (7231/11297) 2024-08-06T20:03:05.4293025Z remote: Counting objects: 65% (7344/11297) 2024-08-06T20:03:05.4293699Z remote: Counting objects: 66% (7457/11297) 2024-08-06T20:03:05.4294349Z remote: Counting objects: 67% (7569/11297) 2024-08-06T20:03:05.4295006Z remote: Counting objects: 68% (7682/11297) 2024-08-06T20:03:05.4295692Z remote: Counting objects: 69% (7795/11297) 2024-08-06T20:03:05.4296340Z remote: Counting objects: 70% (7908/11297) 2024-08-06T20:03:05.4297004Z remote: Counting objects: 71% (8021/11297) 2024-08-06T20:03:05.4297683Z remote: Counting objects: 72% (8134/11297) 2024-08-06T20:03:05.4298314Z remote: Counting objects: 73% (8247/11297) 2024-08-06T20:03:05.4298955Z remote: Counting objects: 74% (8360/11297) 2024-08-06T20:03:05.4299597Z remote: Counting objects: 75% (8473/11297) 2024-08-06T20:03:05.4300194Z remote: Counting objects: 76% (8586/11297) 2024-08-06T20:03:05.4300790Z remote: Counting objects: 77% (8699/11297) 2024-08-06T20:03:05.4301428Z remote: Counting objects: 78% (8812/11297) 2024-08-06T20:03:05.4302280Z remote: Counting objects: 79% (8925/11297) 2024-08-06T20:03:05.4302954Z remote: Counting objects: 80% (9038/11297) 2024-08-06T20:03:05.4303609Z remote: Counting objects: 81% (9151/11297) 2024-08-06T20:03:05.4304266Z remote: Counting objects: 82% (9264/11297) 2024-08-06T20:03:05.4304935Z remote: Counting objects: 83% (9377/11297) 2024-08-06T20:03:05.4305583Z remote: Counting objects: 84% (9490/11297) 2024-08-06T20:03:05.4306246Z remote: Counting objects: 85% (9603/11297) 2024-08-06T20:03:05.4306902Z remote: Counting objects: 86% (9716/11297) 2024-08-06T20:03:05.4307555Z remote: Counting objects: 87% (9829/11297) 2024-08-06T20:03:05.4308222Z remote: Counting objects: 88% (9942/11297) 2024-08-06T20:03:05.4308891Z remote: Counting objects: 89% (10055/11297) 2024-08-06T20:03:05.4309576Z remote: Counting objects: 90% (10168/11297) 2024-08-06T20:03:05.4310232Z remote: Counting objects: 91% (10281/11297) 2024-08-06T20:03:05.4310849Z remote: Counting objects: 92% (10394/11297) 2024-08-06T20:03:05.4311492Z remote: Counting objects: 93% (10507/11297) 2024-08-06T20:03:05.4312568Z remote: Counting objects: 94% (10620/11297) 2024-08-06T20:03:05.4313193Z remote: Counting objects: 95% (10733/11297) 2024-08-06T20:03:05.4313813Z remote: Counting objects: 96% (10846/11297) 2024-08-06T20:03:05.4314478Z remote: Counting objects: 97% (10959/11297) 2024-08-06T20:03:05.4315140Z remote: Counting objects: 98% (11072/11297) 2024-08-06T20:03:05.4315772Z remote: Counting objects: 99% (11185/11297) 2024-08-06T20:03:05.4316423Z remote: Counting objects: 100% (11297/11297) 2024-08-06T20:03:05.4317151Z remote: Counting objects: 100% (11297/11297), done. 2024-08-06T20:03:05.4342010Z remote: Compressing objects: 0% (1/9753) 2024-08-06T20:03:05.4564632Z remote: Compressing objects: 1% (98/9753) 2024-08-06T20:03:05.5259848Z remote: Compressing objects: 2% (196/9753) 2024-08-06T20:03:05.5559045Z remote: Compressing objects: 3% (293/9753) 2024-08-06T20:03:05.5953073Z remote: Compressing objects: 4% (391/9753) 2024-08-06T20:03:05.6387339Z remote: Compressing objects: 5% (488/9753) 2024-08-06T20:03:05.7071997Z remote: Compressing objects: 6% (586/9753) 2024-08-06T20:03:05.7950127Z remote: Compressing objects: 7% (683/9753) 2024-08-06T20:03:05.8476675Z remote: Compressing objects: 8% (781/9753) 2024-08-06T20:03:05.8923734Z remote: Compressing objects: 9% (878/9753) 2024-08-06T20:03:05.9291344Z remote: Compressing objects: 10% (976/9753) 2024-08-06T20:03:05.9773481Z remote: Compressing objects: 11% (1073/9753) 2024-08-06T20:03:06.0185437Z remote: Compressing objects: 12% (1171/9753) 2024-08-06T20:03:06.1119585Z remote: Compressing objects: 13% (1268/9753) 2024-08-06T20:03:06.1525913Z remote: Compressing objects: 14% (1366/9753) 2024-08-06T20:03:06.2094298Z remote: Compressing objects: 15% (1463/9753) 2024-08-06T20:03:06.2657889Z remote: Compressing objects: 16% (1561/9753) 2024-08-06T20:03:06.3029236Z remote: Compressing objects: 17% (1659/9753) 2024-08-06T20:03:06.3732512Z remote: Compressing objects: 18% (1756/9753) 2024-08-06T20:03:06.4266716Z remote: Compressing objects: 19% (1854/9753) 2024-08-06T20:03:06.4788191Z remote: Compressing objects: 20% (1951/9753) 2024-08-06T20:03:06.5190308Z remote: Compressing objects: 21% (2049/9753) 2024-08-06T20:03:06.5725064Z remote: Compressing objects: 22% (2146/9753) 2024-08-06T20:03:06.6364218Z remote: Compressing objects: 23% (2244/9753) 2024-08-06T20:03:06.6823785Z remote: Compressing objects: 24% (2341/9753) 2024-08-06T20:03:06.7537663Z remote: Compressing objects: 25% (2439/9753) 2024-08-06T20:03:06.7960849Z remote: Compressing objects: 26% (2536/9753) 2024-08-06T20:03:06.8371534Z remote: Compressing objects: 27% (2634/9753) 2024-08-06T20:03:06.8882881Z remote: Compressing objects: 28% (2731/9753) 2024-08-06T20:03:06.9321076Z remote: Compressing objects: 29% (2829/9753) 2024-08-06T20:03:06.9904007Z remote: Compressing objects: 30% (2926/9753) 2024-08-06T20:03:06.9989483Z remote: Compressing objects: 31% (3024/9753) 2024-08-06T20:03:07.0062418Z remote: Compressing objects: 32% (3121/9753) 2024-08-06T20:03:07.0320107Z remote: Compressing objects: 33% (3219/9753) 2024-08-06T20:03:07.0447172Z remote: Compressing objects: 34% (3317/9753) 2024-08-06T20:03:07.0694564Z remote: Compressing objects: 35% (3414/9753) 2024-08-06T20:03:07.0724132Z remote: Compressing objects: 36% (3512/9753) 2024-08-06T20:03:07.0816117Z remote: Compressing objects: 37% (3609/9753) 2024-08-06T20:03:07.1064280Z remote: Compressing objects: 38% (3707/9753) 2024-08-06T20:03:07.1267984Z remote: Compressing objects: 39% (3804/9753) 2024-08-06T20:03:07.1475663Z remote: Compressing objects: 40% (3902/9753) 2024-08-06T20:03:07.1752420Z remote: Compressing objects: 41% (3999/9753) 2024-08-06T20:03:07.2205288Z remote: Compressing objects: 42% (4097/9753) 2024-08-06T20:03:07.2538780Z remote: Compressing objects: 43% (4194/9753) 2024-08-06T20:03:07.2780210Z remote: Compressing objects: 44% (4292/9753) 2024-08-06T20:03:07.3145131Z remote: Compressing objects: 45% (4389/9753) 2024-08-06T20:03:07.3622777Z remote: Compressing objects: 46% (4487/9753) 2024-08-06T20:03:07.4030230Z remote: Compressing objects: 47% (4584/9753) 2024-08-06T20:03:07.4254094Z remote: Compressing objects: 48% (4682/9753) 2024-08-06T20:03:07.4367461Z remote: Compressing objects: 48% (4748/9753) 2024-08-06T20:03:07.4701961Z remote: Compressing objects: 49% (4779/9753) 2024-08-06T20:03:07.5341889Z remote: Compressing objects: 50% (4877/9753) 2024-08-06T20:03:07.5699020Z remote: Compressing objects: 51% (4975/9753) 2024-08-06T20:03:07.5972534Z remote: Compressing objects: 52% (5072/9753) 2024-08-06T20:03:07.6272696Z remote: Compressing objects: 53% (5170/9753) 2024-08-06T20:03:07.6515524Z remote: Compressing objects: 54% (5267/9753) 2024-08-06T20:03:07.6888235Z remote: Compressing objects: 55% (5365/9753) 2024-08-06T20:03:07.7282428Z remote: Compressing objects: 56% (5462/9753) 2024-08-06T20:03:07.7542948Z remote: Compressing objects: 57% (5560/9753) 2024-08-06T20:03:07.8167969Z remote: Compressing objects: 58% (5657/9753) 2024-08-06T20:03:07.8243277Z remote: Compressing objects: 59% (5755/9753) 2024-08-06T20:03:07.8384201Z remote: Compressing objects: 60% (5852/9753) 2024-08-06T20:03:07.8605151Z remote: Compressing objects: 61% (5950/9753) 2024-08-06T20:03:07.9016619Z remote: Compressing objects: 62% (6047/9753) 2024-08-06T20:03:07.9205978Z remote: Compressing objects: 63% (6145/9753) 2024-08-06T20:03:07.9292262Z remote: Compressing objects: 64% (6242/9753) 2024-08-06T20:03:07.9321721Z remote: Compressing objects: 65% (6340/9753) 2024-08-06T20:03:07.9395151Z remote: Compressing objects: 66% (6437/9753) 2024-08-06T20:03:07.9533321Z remote: Compressing objects: 67% (6535/9753) 2024-08-06T20:03:07.9607158Z remote: Compressing objects: 68% (6633/9753) 2024-08-06T20:03:07.9723928Z remote: Compressing objects: 69% (6730/9753) 2024-08-06T20:03:07.9850378Z remote: Compressing objects: 70% (6828/9753) 2024-08-06T20:03:08.0010787Z remote: Compressing objects: 71% (6925/9753) 2024-08-06T20:03:08.0102612Z remote: Compressing objects: 72% (7023/9753) 2024-08-06T20:03:08.0212609Z remote: Compressing objects: 73% (7120/9753) 2024-08-06T20:03:08.0309411Z remote: Compressing objects: 74% (7218/9753) 2024-08-06T20:03:08.0466428Z remote: Compressing objects: 75% (7315/9753) 2024-08-06T20:03:08.0580400Z remote: Compressing objects: 76% (7413/9753) 2024-08-06T20:03:08.0704478Z remote: Compressing objects: 77% (7510/9753) 2024-08-06T20:03:08.0842128Z remote: Compressing objects: 78% (7608/9753) 2024-08-06T20:03:08.0964263Z remote: Compressing objects: 79% (7705/9753) 2024-08-06T20:03:08.1105219Z remote: Compressing objects: 80% (7803/9753) 2024-08-06T20:03:08.1283992Z remote: Compressing objects: 81% (7900/9753) 2024-08-06T20:03:08.1422006Z remote: Compressing objects: 82% (7998/9753) 2024-08-06T20:03:08.1543435Z remote: Compressing objects: 83% (8095/9753) 2024-08-06T20:03:08.1667800Z remote: Compressing objects: 84% (8193/9753) 2024-08-06T20:03:08.1788687Z remote: Compressing objects: 85% (8291/9753) 2024-08-06T20:03:08.1934097Z remote: Compressing objects: 86% (8388/9753) 2024-08-06T20:03:08.2045450Z remote: Compressing objects: 87% (8486/9753) 2024-08-06T20:03:08.2150751Z remote: Compressing objects: 88% (8583/9753) 2024-08-06T20:03:08.2270205Z remote: Compressing objects: 89% (8681/9753) 2024-08-06T20:03:08.2297993Z remote: Compressing objects: 90% (8778/9753) 2024-08-06T20:03:08.2312110Z remote: Compressing objects: 91% (8876/9753) 2024-08-06T20:03:08.2325800Z remote: Compressing objects: 92% (8973/9753) 2024-08-06T20:03:08.2346007Z remote: Compressing objects: 93% (9071/9753) 2024-08-06T20:03:08.2354138Z remote: Compressing objects: 94% (9168/9753) 2024-08-06T20:03:08.2366809Z remote: Compressing objects: 95% (9266/9753) 2024-08-06T20:03:08.2377597Z remote: Compressing objects: 96% (9363/9753) 2024-08-06T20:03:08.2393317Z remote: Compressing objects: 97% (9461/9753) 2024-08-06T20:03:08.2407167Z remote: Compressing objects: 98% (9558/9753) 2024-08-06T20:03:08.2416647Z remote: Compressing objects: 99% (9656/9753) 2024-08-06T20:03:08.2419217Z remote: Compressing objects: 100% (9753/9753) 2024-08-06T20:03:08.2420027Z remote: Compressing objects: 100% (9753/9753), done. 2024-08-06T20:03:11.1384867Z remote: Total 11297 (delta 1503), reused 4929 (delta 1257), pack-reused 0 2024-08-06T20:03:11.7540898Z ##[endgroup] 2024-08-06T20:03:11.7541686Z ##[group]Determining the checkout info 2024-08-06T20:03:11.7542514Z ##[endgroup] 2024-08-06T20:03:11.7543171Z ##[group]Checking out the ref 2024-08-06T20:03:11.7543919Z [command]/usr/bin/git checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:12.9729227Z ##[endgroup] 2024-08-06T20:03:12.9766473Z [command]/usr/bin/git log -1 --format='%H' 2024-08-06T20:03:12.9792615Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-06T20:03:13.0038758Z Prepare all required actions 2024-08-06T20:03:13.0039297Z Getting action download info 2024-08-06T20:03:13.1000238Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-06T20:03:13.2279658Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-06T20:03:13.2279998Z with: 2024-08-06T20:03:13.2280407Z github-token: *** 2024-08-06T20:03:13.2280883Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2024-08-06T20:03:13.2281382Z env: 2024-08-06T20:03:13.2281596Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:13.2281863Z ##[endgroup] 2024-08-06T20:03:13.2339063Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-06T20:03:13.2339480Z with: 2024-08-06T20:03:13.2339687Z shell: bash 2024-08-06T20:03:13.2339899Z timeout_minutes: 10 2024-08-06T20:03:13.2340143Z max_attempts: 5 2024-08-06T20:03:13.2340424Z retry_wait_seconds: 30 2024-08-06T20:03:13.2341222Z 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:13.2342044Z polling_interval_seconds: 1 2024-08-06T20:03:13.2342333Z warning_on_retry: true 2024-08-06T20:03:13.2342594Z continue_on_error: false 2024-08-06T20:03:13.2342847Z env: 2024-08-06T20:03:13.2343056Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:13.2343477Z GITHUB_TOKEN: *** 2024-08-06T20:03:13.2343699Z ##[endgroup] 2024-08-06T20:03:13.2866391Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-06T20:03:13.7267723Z Defaulting to user installation because normal site-packages is not writeable 2024-08-06T20:03:13.7460355Z 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.7600466Z 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.7611002Z 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.7626813Z 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.7637180Z 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.7660740Z 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:14.2858578Z Command completed after 1 attempt(s). 2024-08-06T20:03:14.2918502Z ##[group]Run set -x 2024-08-06T20:03:14.2918769Z set -x 2024-08-06T20:03:14.2918996Z  2024-08-06T20:03:14.2919489Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:14.2919967Z # in runner workspace 2024-08-06T20:03:14.2920355Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-06T20:03:14.2927828Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.2928197Z env: 2024-08-06T20:03:14.2928421Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:14.2928687Z ##[endgroup] 2024-08-06T20:03:14.2952181Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-06T20:03:14.3218407Z ##[group]Run set -x 2024-08-06T20:03:14.3218702Z set -x 2024-08-06T20:03:14.3218932Z  2024-08-06T20:03:14.3219298Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-06T20:03:14.3219926Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-06T20:03:14.3220683Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-06T20:03:14.3221319Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-06T20:03:14.3221861Z # expose this variable as part of GitHub context. 2024-08-06T20:03:14.3222459Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-06T20:03:14.3223124Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-06T20:03:14.3223548Z pwd 2024-08-06T20:03:14.3223766Z  2024-08-06T20:03:14.3224167Z LOG_FILE=$(grep -l -r "bf5bb5a1585a03379137fab341e87c02c77e76cd" *.log | tail -n 1) 2024-08-06T20:03:14.3224656Z if [ -n "${LOG_FILE}" ]; then 2024-08-06T20:03:14.3225138Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-06T20:03:14.3225647Z  # needs to be awk {print $3} on MacOS 2024-08-06T20:03:14.3225975Z  case ${RUNNER_OS} in 2024-08-06T20:03:14.3226257Z  macOS) 2024-08-06T20:03:14.3226712Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-06T20:03:14.3227218Z  ;; 2024-08-06T20:03:14.3227429Z  *) 2024-08-06T20:03:14.3227857Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-06T20:03:14.3228359Z  ;; 2024-08-06T20:03:14.3228568Z  esac 2024-08-06T20:03:14.3228860Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-06T20:03:14.3229215Z fi 2024-08-06T20:03:14.3229411Z  2024-08-06T20:03:14.3229617Z popd 2024-08-06T20:03:14.3237069Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.3237453Z env: 2024-08-06T20:03:14.3237672Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:14.3237922Z ##[endgroup] 2024-08-06T20:03:14.3260162Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-06T20:03:14.3261004Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:14.3262143Z /home/ec2-user/actions-runner/_diag 2024-08-06T20:03:14.3265483Z + pwd 2024-08-06T20:03:14.3269350Z ++ grep -l -r bf5bb5a1585a03379137fab341e87c02c77e76cd Runner_20240806-193838-utc.log Runner_20240806-193923-utc.log Worker_20240806-194550-utc.log Worker_20240806-200251-utc.log 2024-08-06T20:03:14.3270976Z ++ tail -n 1 2024-08-06T20:03:14.3294489Z + LOG_FILE=Worker_20240806-200251-utc.log 2024-08-06T20:03:14.3295252Z + '[' -n Worker_20240806-200251-utc.log ']' 2024-08-06T20:03:14.3295905Z + case ${RUNNER_OS} in 2024-08-06T20:03:14.3300378Z ++ grep -r '"jobDisplayName"' Worker_20240806-200251-utc.log 2024-08-06T20:03:14.3303206Z ++ sed 's/"//g' 2024-08-06T20:03:14.3304984Z ++ xargs 2024-08-06T20:03:14.3316716Z ++ awk -F '[:]' '{print $2}' 2024-08-06T20:03:14.3333081Z + JOB_NAME='linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter,' 2024-08-06T20:03:14.3334263Z ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:14.3336310Z + echo 'job-name=linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter,' 2024-08-06T20:03:14.3337629Z + popd 2024-08-06T20:03:14.3373602Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:14.3374061Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:14.3374468Z echo "Job name: ${JOB_NAME}" 2024-08-06T20:03:14.3374807Z  2024-08-06T20:03:14.3375242Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:14.3375774Z # in runner workspace 2024-08-06T20:03:14.3376258Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-06T20:03:14.3376773Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-06T20:03:14.3377160Z  --job-name "${JOB_NAME}" \ 2024-08-06T20:03:14.3377647Z  --test-matrix "{ include: [ 2024-08-06T20:03:14.3378129Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2024-08-06T20:03:14.3378611Z ]} 2024-08-06T20:03:14.3378875Z " \ 2024-08-06T20:03:14.3379160Z  --selected-test-configs "" \ 2024-08-06T20:03:14.3379547Z  --pr-number "${PR_NUMBER}" \ 2024-08-06T20:03:14.3379915Z  --tag "${TAG}" \ 2024-08-06T20:03:14.3380255Z  --event-name "${EVENT_NAME}" \ 2024-08-06T20:03:14.3380634Z  --schedule "${SCHEDULE}" \ 2024-08-06T20:03:14.3381000Z  --branch "${HEAD_BRANCH}" 2024-08-06T20:03:14.3388102Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.3388537Z env: 2024-08-06T20:03:14.3388806Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:14.3389315Z GITHUB_TOKEN: *** 2024-08-06T20:03:14.3389892Z JOB_NAME: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter, 2024-08-06T20:03:14.3390540Z PR_NUMBER: 132710 2024-08-06T20:03:14.3390808Z TAG: 2024-08-06T20:03:14.3391069Z EVENT_NAME: pull_request 2024-08-06T20:03:14.3391380Z SCHEDULE: 2024-08-06T20:03:14.3391891Z HEAD_BRANCH: 2024-08-06T20:03:14.3392183Z ##[endgroup] 2024-08-06T20:03:14.3416837Z Workflow: pull 2024-08-06T20:03:14.3417421Z Job name: linux-focal-py3-clang9-android-ndk-r21e-gradle-custom-build-single-full-jit / filter, 2024-08-06T20:03:14.5471054Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-06T20:03:14.6396953Z fatal: unknown commit origin/main 2024-08-06T20:03:14.6421138Z /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.6424012Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-06T20:03:14.6571568Z ##[group]Run echo "Filtered matrix:" 2024-08-06T20:03:14.6572186Z echo "Filtered matrix:" 2024-08-06T20:03:14.6573095Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2024-08-06T20:03:14.6574018Z  2024-08-06T20:03:14.6574375Z echo 2024-08-06T20:03:14.6574806Z echo "Is the current job unstable? False" 2024-08-06T20:03:14.6575376Z  2024-08-06T20:03:14.6575932Z echo 2024-08-06T20:03:14.6576409Z echo "Is keep-going label set? False" 2024-08-06T20:03:14.6577015Z  2024-08-06T20:03:14.6577330Z echo 2024-08-06T20:03:14.6577737Z echo "Renabled issues? " 2024-08-06T20:03:14.6588134Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.6588759Z env: 2024-08-06T20:03:14.6589111Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:14.6589573Z ##[endgroup] 2024-08-06T20:03:14.6621893Z Filtered matrix: 2024-08-06T20:03:14.6624328Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2024-08-06T20:03:14.6626172Z 2024-08-06T20:03:14.6627781Z Is the current job unstable? False 2024-08-06T20:03:14.6629364Z 2024-08-06T20:03:14.6630896Z Is keep-going label set? False 2024-08-06T20:03:14.6632624Z 2024-08-06T20:03:14.6634101Z Renabled issues? 2024-08-06T20:03:14.6809608Z Post job cleanup. 2024-08-06T20:03:14.6865644Z Post job cleanup. 2024-08-06T20:03:14.7738625Z [command]/usr/bin/git version 2024-08-06T20:03:14.7781453Z git version 2.40.1 2024-08-06T20:03:14.7824807Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d59694a7-da10-4535-8dc5-a1a472e0102d' before making global git config changes 2024-08-06T20:03:14.7826902Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:14.7832368Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:14.7868843Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:14.7902207Z [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.8159177Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:14.8185100Z http.https://github.com/.extraheader 2024-08-06T20:03:14.8199184Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-06T20:03:14.8233015Z [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.8543350Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-06T20:03:14.8567174Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-06T20:03:14.8573756Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:14.8574146Z ##[endgroup] 2024-08-06T20:03:19.2599132Z Evaluate and set job outputs 2024-08-06T20:03:19.2606608Z Set output 'test-matrix' 2024-08-06T20:03:19.2608406Z Set output 'is-test-matrix-empty' 2024-08-06T20:03:19.2609022Z Set output 'keep-going' 2024-08-06T20:03:19.2609685Z Cleaning up orphan processes