2024-10-08T21:13:30.5776087Z Current runner version: '2.320.0' 2024-10-08T21:13:30.5783120Z Runner name: 'i-027799edc97260c44' 2024-10-08T21:13:30.5783923Z Runner group name: 'Default' 2024-10-08T21:13:30.5784736Z Machine name: 'ip-10-0-70-61' 2024-10-08T21:13:30.5802104Z Testing runner upgrade compatibility 2024-10-08T21:13:30.6775511Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T21:13:30.6777805Z Actions: read 2024-10-08T21:13:30.6778290Z Attestations: read 2024-10-08T21:13:30.6778813Z Checks: read 2024-10-08T21:13:30.6779248Z Contents: read 2024-10-08T21:13:30.6779697Z Deployments: read 2024-10-08T21:13:30.6780165Z Discussions: read 2024-10-08T21:13:30.6780614Z Issues: read 2024-10-08T21:13:30.6781034Z Metadata: read 2024-10-08T21:13:30.6781483Z Packages: read 2024-10-08T21:13:30.6781942Z Pages: read 2024-10-08T21:13:30.6782362Z PullRequests: read 2024-10-08T21:13:30.6782900Z RepositoryProjects: read 2024-10-08T21:13:30.6783431Z SecurityEvents: read 2024-10-08T21:13:30.6783916Z Statuses: read 2024-10-08T21:13:30.6784589Z ##[endgroup] 2024-10-08T21:13:30.6788270Z Secret source: Actions 2024-10-08T21:13:30.6789138Z Prepare workflow directory 2024-10-08T21:13:31.1366137Z Prepare all required actions 2024-10-08T21:13:31.1540892Z Getting action download info 2024-10-08T21:13:31.3309044Z Download action repository 'pytorch/pytorch@main' (SHA:76ab1ab66560213701943ecde368aedcd5de08e5) 2024-10-08T21:13:35.3852716Z Getting action download info 2024-10-08T21:13:35.4864815Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T21:13:35.8369014Z Uses: pytorch/pytorch/.github/workflows/_mac-test-mps.yml@refs/tags/ciflow/trunk/134247 (47952c0a8001fd60c9ffe52b121d022d440bef8b) 2024-10-08T21:13:35.8371401Z ##[group] Inputs 2024-10-08T21:13:35.8371784Z build-environment: macos-py3-arm64 2024-10-08T21:13:35.8372204Z sync-tag: macos-py3-arm64-mps-test 2024-10-08T21:13:35.8372614Z python-version: 3.9.12 2024-10-08T21:13:35.8373516Z test-matrix: { include: [ { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, ]} 2024-10-08T21:13:35.8374469Z ##[endgroup] 2024-10-08T21:13:35.8374990Z Complete job name: macos-py3-arm64-mps / filter 2024-10-08T21:13:35.9040800Z A job started hook has been configured by the self-hosted runner administrator 2024-10-08T21:13:35.9219666Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-10-08T21:13:35.9229824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:13:35.9230349Z ##[endgroup] 2024-10-08T21:13:37.5073938Z Runner Type: linux.large 2024-10-08T21:13:37.5074713Z Instance Type: c5.large 2024-10-08T21:13:37.5075273Z AMI Name: unknown 2024-10-08T21:13:37.5076051Z AMI ID: ami-0fff1b9a61dec8a5f 2024-10-08T21:13:43.5888430Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T21:13:43.5889028Z with: 2024-10-08T21:13:43.5889290Z submodules: false 2024-10-08T21:13:43.5889579Z fetch-depth: 0 2024-10-08T21:13:43.5889877Z ##[endgroup] 2024-10-08T21:13:43.6076912Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T21:13:43.6078271Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T21:13:43.6088903Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:13:43.6089870Z ##[endgroup] 2024-10-08T21:13:43.6233541Z ##[group]Run retry () { 2024-10-08T21:13:43.6233920Z retry () { 2024-10-08T21:13:43.6234424Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T21:13:43.6235003Z } 2024-10-08T21:13:43.6235356Z echo "${GITHUB_WORKSPACE}" 2024-10-08T21:13:43.6235759Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T21:13:43.6236224Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T21:13:43.6236664Z else 2024-10-08T21:13:43.6237119Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T21:13:43.6237533Z fi 2024-10-08T21:13:43.6237822Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T21:13:43.6243779Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:13:43.6244285Z env: 2024-10-08T21:13:43.6244524Z NO_SUDO: 2024-10-08T21:13:43.6244765Z ##[endgroup] 2024-10-08T21:13:43.6272289Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T21:13:44.0054413Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T21:13:44.0054876Z with: 2024-10-08T21:13:44.0055189Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T21:13:44.0055616Z fetch-depth: 0 2024-10-08T21:13:44.0055890Z submodules: false 2024-10-08T21:13:44.0056204Z quiet-checkout: true 2024-10-08T21:13:44.0056531Z repository: pytorch/pytorch 2024-10-08T21:13:44.0057011Z token: *** 2024-10-08T21:13:44.0057276Z ssh-strict: true 2024-10-08T21:13:44.0057580Z persist-credentials: true 2024-10-08T21:13:44.0057915Z clean: true 2024-10-08T21:13:44.0058214Z sparse-checkout-cone-mode: true 2024-10-08T21:13:44.0058579Z lfs: false 2024-10-08T21:13:44.0058843Z set-safe-directory: true 2024-10-08T21:13:44.0059165Z ##[endgroup] 2024-10-08T21:13:44.1228255Z Syncing repository: pytorch/pytorch 2024-10-08T21:13:44.1230809Z ##[group]Getting Git version info 2024-10-08T21:13:44.1232139Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T21:13:44.1234807Z [command]/usr/bin/git version 2024-10-08T21:13:44.1235416Z git version 2.40.1 2024-10-08T21:13:44.1237748Z ##[endgroup] 2024-10-08T21:13:44.1255126Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ba94c4ed-240f-456b-b1f7-9184004929b8' before making global git config changes 2024-10-08T21:13:44.1257416Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T21:13:44.1278555Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T21:13:44.1294365Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T21:13:44.1299385Z ##[group]Initializing the repository 2024-10-08T21:13:44.1303080Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T21:13:44.1382244Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-08T21:13:44.1383925Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-08T21:13:44.1385521Z hint: of your new repositories, which will suppress this warning, call: 2024-10-08T21:13:44.1386698Z hint: 2024-10-08T21:13:44.1387486Z hint: git config --global init.defaultBranch 2024-10-08T21:13:44.1388375Z hint: 2024-10-08T21:13:44.1389777Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-08T21:13:44.1391489Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-08T21:13:44.1392675Z hint: 2024-10-08T21:13:44.1393376Z hint: git branch -m 2024-10-08T21:13:44.1394820Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T21:13:44.1404582Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-08T21:13:44.1445300Z ##[endgroup] 2024-10-08T21:13:44.1447256Z ##[group]Disabling automatic garbage collection 2024-10-08T21:13:44.1451020Z [command]/usr/bin/git config --local gc.auto 0 2024-10-08T21:13:44.1482484Z ##[endgroup] 2024-10-08T21:13:44.1483449Z ##[group]Setting up auth 2024-10-08T21:13:44.1491370Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T21:13:44.1525509Z [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-08T21:13:44.1796753Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T21:13:44.1833065Z [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-08T21:13:44.2099423Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-08T21:13:44.2146782Z ##[endgroup] 2024-10-08T21:13:44.2148099Z ##[group]Fetching the repository 2024-10-08T21:13:44.2155103Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-10-08T21:13:46.9866241Z remote: Enumerating objects: 1011025 2024-10-08T21:13:46.9867693Z remote: Enumerating objects: 1012167, done. 2024-10-08T21:13:46.9869022Z remote: Counting objects: 0% (1/1142) 2024-10-08T21:13:46.9923720Z remote: Counting objects: 1% (12/1142) 2024-10-08T21:13:46.9927558Z remote: Counting objects: 2% (23/1142) 2024-10-08T21:13:46.9928847Z remote: Counting objects: 3% (35/1142) 2024-10-08T21:13:46.9929754Z remote: Counting objects: 4% (46/1142) 2024-10-08T21:13:46.9930673Z remote: Counting objects: 5% (58/1142) 2024-10-08T21:13:46.9931563Z remote: Counting objects: 6% (69/1142) 2024-10-08T21:13:46.9932474Z remote: Counting objects: 7% (80/1142) 2024-10-08T21:13:46.9933358Z remote: Counting objects: 8% (92/1142) 2024-10-08T21:13:46.9934183Z remote: Counting objects: 9% (103/1142) 2024-10-08T21:13:46.9935004Z remote: Counting objects: 10% (115/1142) 2024-10-08T21:13:46.9935884Z remote: Counting objects: 11% (126/1142) 2024-10-08T21:13:46.9936787Z remote: Counting objects: 12% (138/1142) 2024-10-08T21:13:46.9937610Z remote: Counting objects: 13% (149/1142) 2024-10-08T21:13:46.9938517Z remote: Counting objects: 14% (160/1142) 2024-10-08T21:13:46.9939391Z remote: Counting objects: 15% (172/1142) 2024-10-08T21:13:46.9940263Z remote: Counting objects: 16% (183/1142) 2024-10-08T21:13:46.9941127Z remote: Counting objects: 17% (195/1142) 2024-10-08T21:13:46.9941984Z remote: Counting objects: 18% (206/1142) 2024-10-08T21:13:46.9942858Z remote: Counting objects: 19% (217/1142) 2024-10-08T21:13:46.9943690Z remote: Counting objects: 20% (229/1142) 2024-10-08T21:13:46.9944530Z remote: Counting objects: 21% (240/1142) 2024-10-08T21:13:46.9945301Z remote: Counting objects: 22% (252/1142) 2024-10-08T21:13:46.9946280Z remote: Counting objects: 23% (263/1142) 2024-10-08T21:13:46.9947087Z remote: Counting objects: 24% (275/1142) 2024-10-08T21:13:46.9948303Z remote: Counting objects: 25% (286/1142) 2024-10-08T21:13:46.9949130Z remote: Counting objects: 26% (297/1142) 2024-10-08T21:13:46.9949922Z remote: Counting objects: 27% (309/1142) 2024-10-08T21:13:46.9950715Z remote: Counting objects: 28% (320/1142) 2024-10-08T21:13:46.9951362Z remote: Counting objects: 29% (332/1142) 2024-10-08T21:13:46.9951854Z remote: Counting objects: 30% (343/1142) 2024-10-08T21:13:46.9952340Z remote: Counting objects: 31% (355/1142) 2024-10-08T21:13:46.9952818Z remote: Counting objects: 32% (366/1142) 2024-10-08T21:13:46.9953309Z remote: Counting objects: 33% (377/1142) 2024-10-08T21:13:46.9953792Z remote: Counting objects: 34% (389/1142) 2024-10-08T21:13:46.9954262Z remote: Counting objects: 35% (400/1142) 2024-10-08T21:13:46.9954753Z remote: Counting objects: 36% (412/1142) 2024-10-08T21:13:46.9955236Z remote: Counting objects: 37% (423/1142) 2024-10-08T21:13:46.9955713Z remote: Counting objects: 38% (434/1142) 2024-10-08T21:13:46.9956195Z remote: Counting objects: 39% (446/1142) 2024-10-08T21:13:46.9956674Z remote: Counting objects: 40% (457/1142) 2024-10-08T21:13:46.9957142Z remote: Counting objects: 41% (469/1142) 2024-10-08T21:13:46.9957833Z remote: Counting objects: 42% (480/1142) 2024-10-08T21:13:46.9958317Z remote: Counting objects: 43% (492/1142) 2024-10-08T21:13:46.9958788Z remote: Counting objects: 44% (503/1142) 2024-10-08T21:13:46.9959271Z remote: Counting objects: 45% (514/1142) 2024-10-08T21:13:46.9959753Z remote: Counting objects: 46% (526/1142) 2024-10-08T21:13:46.9960220Z remote: Counting objects: 47% (537/1142) 2024-10-08T21:13:46.9960701Z remote: Counting objects: 48% (549/1142) 2024-10-08T21:13:46.9961184Z remote: Counting objects: 49% (560/1142) 2024-10-08T21:13:46.9961651Z remote: Counting objects: 50% (571/1142) 2024-10-08T21:13:46.9962215Z remote: Counting objects: 51% (583/1142) 2024-10-08T21:13:46.9962722Z remote: Counting objects: 52% (594/1142) 2024-10-08T21:13:46.9963200Z remote: Counting objects: 53% (606/1142) 2024-10-08T21:13:46.9963666Z remote: Counting objects: 54% (617/1142) 2024-10-08T21:13:46.9964155Z remote: Counting objects: 55% (629/1142) 2024-10-08T21:13:46.9964633Z remote: Counting objects: 56% (640/1142) 2024-10-08T21:13:46.9965101Z remote: Counting objects: 57% (651/1142) 2024-10-08T21:13:46.9965585Z remote: Counting objects: 58% (663/1142) 2024-10-08T21:13:46.9966061Z remote: Counting objects: 59% (674/1142) 2024-10-08T21:13:46.9966526Z remote: Counting objects: 60% (686/1142) 2024-10-08T21:13:46.9967007Z remote: Counting objects: 61% (697/1142) 2024-10-08T21:13:46.9967487Z remote: Counting objects: 62% (709/1142) 2024-10-08T21:13:46.9968047Z remote: Counting objects: 63% (720/1142) 2024-10-08T21:13:46.9968619Z remote: Counting objects: 64% (731/1142) 2024-10-08T21:13:46.9969111Z remote: Counting objects: 65% (743/1142) 2024-10-08T21:13:46.9969595Z remote: Counting objects: 66% (754/1142) 2024-10-08T21:13:46.9970073Z remote: Counting objects: 67% (766/1142) 2024-10-08T21:13:46.9970562Z remote: Counting objects: 68% (777/1142) 2024-10-08T21:13:46.9971049Z remote: Counting objects: 69% (788/1142) 2024-10-08T21:13:46.9971516Z remote: Counting objects: 70% (800/1142) 2024-10-08T21:13:46.9972006Z remote: Counting objects: 71% (811/1142) 2024-10-08T21:13:46.9972492Z remote: Counting objects: 72% (823/1142) 2024-10-08T21:13:46.9972962Z remote: Counting objects: 73% (834/1142) 2024-10-08T21:13:46.9973435Z remote: Counting objects: 74% (846/1142) 2024-10-08T21:13:46.9973914Z remote: Counting objects: 75% (857/1142) 2024-10-08T21:13:46.9974392Z remote: Counting objects: 76% (868/1142) 2024-10-08T21:13:46.9974958Z remote: Counting objects: 77% (880/1142) 2024-10-08T21:13:46.9975444Z remote: Counting objects: 78% (891/1142) 2024-10-08T21:13:46.9975930Z remote: Counting objects: 79% (903/1142) 2024-10-08T21:13:46.9976406Z remote: Counting objects: 80% (914/1142) 2024-10-08T21:13:46.9976896Z remote: Counting objects: 81% (926/1142) 2024-10-08T21:13:46.9977385Z remote: Counting objects: 82% (937/1142) 2024-10-08T21:13:46.9977858Z remote: Counting objects: 83% (948/1142) 2024-10-08T21:13:46.9978335Z remote: Counting objects: 84% (960/1142) 2024-10-08T21:13:46.9978822Z remote: Counting objects: 85% (971/1142) 2024-10-08T21:13:46.9979288Z remote: Counting objects: 86% (983/1142) 2024-10-08T21:13:46.9979772Z remote: Counting objects: 87% (994/1142) 2024-10-08T21:13:46.9980267Z remote: Counting objects: 88% (1005/1142) 2024-10-08T21:13:46.9980763Z remote: Counting objects: 89% (1017/1142) 2024-10-08T21:13:46.9981271Z remote: Counting objects: 90% (1028/1142) 2024-10-08T21:13:46.9981774Z remote: Counting objects: 91% (1040/1142) 2024-10-08T21:13:46.9982264Z remote: Counting objects: 92% (1051/1142) 2024-10-08T21:13:46.9982833Z remote: Counting objects: 93% (1063/1142) 2024-10-08T21:13:46.9983333Z remote: Counting objects: 94% (1074/1142) 2024-10-08T21:13:46.9983833Z remote: Counting objects: 95% (1085/1142) 2024-10-08T21:13:46.9984321Z remote: Counting objects: 96% (1097/1142) 2024-10-08T21:13:46.9984825Z remote: Counting objects: 97% (1108/1142) 2024-10-08T21:13:46.9985322Z remote: Counting objects: 98% (1120/1142) 2024-10-08T21:13:46.9985807Z remote: Counting objects: 99% (1131/1142) 2024-10-08T21:13:46.9986305Z remote: Counting objects: 100% (1142/1142) 2024-10-08T21:13:46.9986838Z remote: Counting objects: 100% (1142/1142), done. 2024-10-08T21:13:47.0069115Z remote: Compressing objects: 0% (1/577) 2024-10-08T21:13:47.0439130Z remote: Compressing objects: 1% (6/577) 2024-10-08T21:13:47.0569847Z remote: Compressing objects: 2% (12/577) 2024-10-08T21:13:47.0723049Z remote: Compressing objects: 3% (18/577) 2024-10-08T21:13:47.0919256Z remote: Compressing objects: 4% (24/577) 2024-10-08T21:13:47.1741160Z remote: Compressing objects: 5% (29/577) 2024-10-08T21:13:47.2464354Z remote: Compressing objects: 6% (35/577) 2024-10-08T21:13:47.2748136Z remote: Compressing objects: 7% (41/577) 2024-10-08T21:13:47.3106284Z remote: Compressing objects: 8% (47/577) 2024-10-08T21:13:47.3285419Z remote: Compressing objects: 9% (52/577) 2024-10-08T21:13:47.3519547Z remote: Compressing objects: 10% (58/577) 2024-10-08T21:13:47.3635860Z remote: Compressing objects: 11% (64/577) 2024-10-08T21:13:47.3808881Z remote: Compressing objects: 12% (70/577) 2024-10-08T21:13:47.3908347Z remote: Compressing objects: 13% (76/577) 2024-10-08T21:13:47.4021675Z remote: Compressing objects: 14% (81/577) 2024-10-08T21:13:47.4101200Z remote: Compressing objects: 15% (87/577) 2024-10-08T21:13:47.4144988Z remote: Compressing objects: 16% (93/577) 2024-10-08T21:13:47.4192456Z remote: Compressing objects: 17% (99/577) 2024-10-08T21:13:47.4267379Z remote: Compressing objects: 18% (104/577) 2024-10-08T21:13:47.4316382Z remote: Compressing objects: 19% (110/577) 2024-10-08T21:13:47.4349801Z remote: Compressing objects: 20% (116/577) 2024-10-08T21:13:47.4368760Z remote: Compressing objects: 21% (122/577) 2024-10-08T21:13:47.4384335Z remote: Compressing objects: 22% (127/577) 2024-10-08T21:13:47.4390378Z remote: Compressing objects: 23% (133/577) 2024-10-08T21:13:47.4393596Z remote: Compressing objects: 24% (139/577) 2024-10-08T21:13:47.4394579Z remote: Compressing objects: 25% (145/577) 2024-10-08T21:13:47.4397824Z remote: Compressing objects: 26% (151/577) 2024-10-08T21:13:47.4401348Z remote: Compressing objects: 27% (156/577) 2024-10-08T21:13:47.4406155Z remote: Compressing objects: 28% (162/577) 2024-10-08T21:13:47.4410861Z remote: Compressing objects: 29% (168/577) 2024-10-08T21:13:47.4413199Z remote: Compressing objects: 30% (174/577) 2024-10-08T21:13:47.4417526Z remote: Compressing objects: 31% (179/577) 2024-10-08T21:13:47.4422808Z remote: Compressing objects: 32% (185/577) 2024-10-08T21:13:47.4428431Z remote: Compressing objects: 33% (191/577) 2024-10-08T21:13:47.4435090Z remote: Compressing objects: 34% (197/577) 2024-10-08T21:13:47.4447728Z remote: Compressing objects: 35% (202/577) 2024-10-08T21:13:47.4452674Z remote: Compressing objects: 36% (208/577) 2024-10-08T21:13:47.4460297Z remote: Compressing objects: 37% (214/577) 2024-10-08T21:13:47.4465362Z remote: Compressing objects: 38% (220/577) 2024-10-08T21:13:47.4469871Z remote: Compressing objects: 39% (226/577) 2024-10-08T21:13:47.4472698Z remote: Compressing objects: 40% (231/577) 2024-10-08T21:13:47.4480155Z remote: Compressing objects: 41% (237/577) 2024-10-08T21:13:47.4483274Z remote: Compressing objects: 42% (243/577) 2024-10-08T21:13:47.4484697Z remote: Compressing objects: 43% (249/577) 2024-10-08T21:13:47.4489506Z remote: Compressing objects: 44% (254/577) 2024-10-08T21:13:47.4493225Z remote: Compressing objects: 45% (260/577) 2024-10-08T21:13:47.4496255Z remote: Compressing objects: 46% (266/577) 2024-10-08T21:13:47.4499152Z remote: Compressing objects: 47% (272/577) 2024-10-08T21:13:47.4500152Z remote: Compressing objects: 48% (277/577) 2024-10-08T21:13:47.4501418Z remote: Compressing objects: 49% (283/577) 2024-10-08T21:13:47.4504514Z remote: Compressing objects: 50% (289/577) 2024-10-08T21:13:47.4505522Z remote: Compressing objects: 51% (295/577) 2024-10-08T21:13:47.4507290Z remote: Compressing objects: 52% (301/577) 2024-10-08T21:13:47.4510710Z remote: Compressing objects: 53% (306/577) 2024-10-08T21:13:47.4511574Z remote: Compressing objects: 54% (312/577) 2024-10-08T21:13:47.4514236Z remote: Compressing objects: 55% (318/577) 2024-10-08T21:13:47.4517849Z remote: Compressing objects: 56% (324/577) 2024-10-08T21:13:47.4520054Z remote: Compressing objects: 57% (329/577) 2024-10-08T21:13:47.4521174Z remote: Compressing objects: 58% (335/577) 2024-10-08T21:13:47.4522577Z remote: Compressing objects: 59% (341/577) 2024-10-08T21:13:47.4526262Z remote: Compressing objects: 60% (347/577) 2024-10-08T21:13:47.4527817Z remote: Compressing objects: 61% (352/577) 2024-10-08T21:13:47.4529166Z remote: Compressing objects: 62% (358/577) 2024-10-08T21:13:47.4530119Z remote: Compressing objects: 63% (364/577) 2024-10-08T21:13:47.4531081Z remote: Compressing objects: 64% (370/577) 2024-10-08T21:13:47.4532037Z remote: Compressing objects: 65% (376/577) 2024-10-08T21:13:47.4532786Z remote: Compressing objects: 66% (381/577) 2024-10-08T21:13:47.4533293Z remote: Compressing objects: 67% (387/577) 2024-10-08T21:13:47.4533811Z remote: Compressing objects: 68% (393/577) 2024-10-08T21:13:47.4534323Z remote: Compressing objects: 69% (399/577) 2024-10-08T21:13:47.4536880Z remote: Compressing objects: 70% (404/577) 2024-10-08T21:13:47.4540853Z remote: Compressing objects: 71% (410/577) 2024-10-08T21:13:47.4543986Z remote: Compressing objects: 72% (416/577) 2024-10-08T21:13:47.4546852Z remote: Compressing objects: 73% (422/577) 2024-10-08T21:13:47.4549483Z remote: Compressing objects: 74% (427/577) 2024-10-08T21:13:47.4551806Z remote: Compressing objects: 75% (433/577) 2024-10-08T21:13:47.4554929Z remote: Compressing objects: 76% (439/577) 2024-10-08T21:13:47.4556586Z remote: Compressing objects: 77% (445/577) 2024-10-08T21:13:47.4559680Z remote: Compressing objects: 78% (451/577) 2024-10-08T21:13:47.4560668Z remote: Compressing objects: 79% (456/577) 2024-10-08T21:13:47.4561823Z remote: Compressing objects: 80% (462/577) 2024-10-08T21:13:47.4563275Z remote: Compressing objects: 81% (468/577) 2024-10-08T21:13:47.4564358Z remote: Compressing objects: 82% (474/577) 2024-10-08T21:13:47.4566149Z remote: Compressing objects: 83% (479/577) 2024-10-08T21:13:47.4569631Z remote: Compressing objects: 84% (485/577) 2024-10-08T21:13:47.4570593Z remote: Compressing objects: 85% (491/577) 2024-10-08T21:13:47.4573686Z remote: Compressing objects: 86% (497/577) 2024-10-08T21:13:47.4575783Z remote: Compressing objects: 87% (502/577) 2024-10-08T21:13:47.4576714Z remote: Compressing objects: 88% (508/577) 2024-10-08T21:13:47.4579237Z remote: Compressing objects: 89% (514/577) 2024-10-08T21:13:47.4580282Z remote: Compressing objects: 90% (520/577) 2024-10-08T21:13:47.4581197Z remote: Compressing objects: 91% (526/577) 2024-10-08T21:13:47.4582096Z remote: Compressing objects: 92% (531/577) 2024-10-08T21:13:47.4585344Z remote: Compressing objects: 93% (537/577) 2024-10-08T21:13:47.4586326Z remote: Compressing objects: 94% (543/577) 2024-10-08T21:13:47.4587285Z remote: Compressing objects: 95% (549/577) 2024-10-08T21:13:47.4588176Z remote: Compressing objects: 96% (554/577) 2024-10-08T21:13:47.4589078Z remote: Compressing objects: 97% (560/577) 2024-10-08T21:13:47.4595764Z remote: Compressing objects: 98% (566/577) 2024-10-08T21:13:47.4596831Z remote: Compressing objects: 99% (572/577) 2024-10-08T21:13:47.4597887Z remote: Compressing objects: 100% (577/577) 2024-10-08T21:13:47.4598859Z remote: Compressing objects: 100% (577/577), done. 2024-10-08T21:14:09.7602493Z remote: Total 1012167 (delta 691), reused 933 (delta 562), pack-reused 1011025 (from 1) 2024-10-08T21:15:24.9977062Z [command]/usr/bin/git rev-parse --verify --quiet 47952c0a8001fd60c9ffe52b121d022d440bef8b^{object} 2024-10-08T21:15:25.0008009Z 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T21:15:25.0018143Z ##[endgroup] 2024-10-08T21:15:25.0019765Z ##[group]Determining the checkout info 2024-10-08T21:15:25.0023056Z ##[endgroup] 2024-10-08T21:15:25.0024430Z ##[group]Checking out the ref 2024-10-08T21:15:25.0029699Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T21:15:26.4317958Z ##[endgroup] 2024-10-08T21:15:26.4381453Z [command]/usr/bin/git log -1 --format='%H' 2024-10-08T21:15:26.4411495Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T21:15:26.4771325Z Prepare all required actions 2024-10-08T21:15:26.4771836Z Getting action download info 2024-10-08T21:15:26.6100515Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T21:15:26.8234754Z ##[group]Run ./.github/actions/filter-test-configs 2024-10-08T21:15:26.8235208Z with: 2024-10-08T21:15:26.8235669Z github-token: *** 2024-10-08T21:15:26.8236520Z test-matrix: { include: [ { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, ]} 2024-10-08T21:15:26.8237447Z ##[endgroup] 2024-10-08T21:15:26.8302242Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T21:15:26.8302634Z with: 2024-10-08T21:15:26.8302866Z shell: bash 2024-10-08T21:15:26.8303138Z timeout_minutes: 10 2024-10-08T21:15:26.8303440Z max_attempts: 5 2024-10-08T21:15:26.8303717Z retry_wait_seconds: 30 2024-10-08T21:15:26.8304903Z 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-08T21:15:26.8306068Z polling_interval_seconds: 1 2024-10-08T21:15:26.8306422Z warning_on_retry: true 2024-10-08T21:15:26.8306751Z continue_on_error: false 2024-10-08T21:15:26.8307069Z env: 2024-10-08T21:15:26.8307513Z GITHUB_TOKEN: *** 2024-10-08T21:15:26.8307806Z ##[endgroup] 2024-10-08T21:15:26.9417565Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-10-08T21:15:27.3338624Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T21:15:27.3652835Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-10-08T21:15:27.3657563Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-10-08T21:15:27.3788056Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-10-08T21:15:27.3802545Z 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-08T21:15:27.3808042Z 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-08T21:15:27.3814322Z 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-08T21:15:27.9158527Z Command completed after 1 attempt(s). 2024-10-08T21:15:27.9228262Z ##[group]Run set -x 2024-10-08T21:15:27.9228585Z set -x 2024-10-08T21:15:27.9228858Z  2024-10-08T21:15:27.9229374Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T21:15:27.9230045Z # in runner workspace 2024-10-08T21:15:27.9230555Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-10-08T21:15:27.9236915Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:15:27.9237407Z ##[endgroup] 2024-10-08T21:15:27.9272109Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-10-08T21:15:27.9563790Z ##[group]Run set -x 2024-10-08T21:15:27.9564147Z set -x 2024-10-08T21:15:27.9564404Z  2024-10-08T21:15:27.9564929Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-10-08T21:15:27.9565856Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-10-08T21:15:27.9566731Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-10-08T21:15:27.9567635Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-10-08T21:15:27.9568404Z # expose this variable as part of GitHub context. 2024-10-08T21:15:27.9569454Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-10-08T21:15:27.9570467Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-10-08T21:15:27.9571023Z pwd 2024-10-08T21:15:27.9571284Z  2024-10-08T21:15:27.9571790Z LOG_FILE=$(grep -l -r "47952c0a8001fd60c9ffe52b121d022d440bef8b" *.log | tail -n 1) 2024-10-08T21:15:27.9572456Z if [ -n "${LOG_FILE}" ]; then 2024-10-08T21:15:27.9573144Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-10-08T21:15:27.9573868Z  # needs to be awk {print $3} on MacOS 2024-10-08T21:15:27.9574320Z  case ${RUNNER_OS} in 2024-10-08T21:15:27.9574670Z  macOS) 2024-10-08T21:15:27.9575316Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-10-08T21:15:27.9576021Z  ;; 2024-10-08T21:15:27.9576301Z  *) 2024-10-08T21:15:27.9576918Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-10-08T21:15:27.9577620Z  ;; 2024-10-08T21:15:27.9577893Z  esac 2024-10-08T21:15:27.9578288Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-10-08T21:15:27.9578876Z fi 2024-10-08T21:15:27.9579128Z  2024-10-08T21:15:27.9579381Z popd 2024-10-08T21:15:27.9585480Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:15:27.9585974Z ##[endgroup] 2024-10-08T21:15:27.9612715Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-10-08T21:15:27.9614060Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-10-08T21:15:27.9615090Z /home/ec2-user/actions-runner/_diag 2024-10-08T21:15:27.9616152Z + pwd 2024-10-08T21:15:27.9621375Z ++ grep -l -r 47952c0a8001fd60c9ffe52b121d022d440bef8b Runner_20241008-205249-utc.log Runner_20241008-205335-utc.log Worker_20241008-211240-utc.log Worker_20241008-211328-utc.log 2024-10-08T21:15:27.9623835Z ++ tail -n 1 2024-10-08T21:15:27.9653657Z + LOG_FILE=Worker_20241008-211328-utc.log 2024-10-08T21:15:27.9654849Z + '[' -n Worker_20241008-211328-utc.log ']' 2024-10-08T21:15:27.9656104Z + case ${RUNNER_OS} in 2024-10-08T21:15:27.9660171Z ++ grep -r '"jobDisplayName"' Worker_20241008-211328-utc.log 2024-10-08T21:15:27.9665334Z ++ sed 's/"//g' 2024-10-08T21:15:27.9679915Z ++ awk -F '[:]' '{print $2}' 2024-10-08T21:15:27.9684714Z ++ xargs 2024-10-08T21:15:27.9713983Z + JOB_NAME='macos-py3-arm64-mps / filter,' 2024-10-08T21:15:27.9715288Z + echo 'job-name=macos-py3-arm64-mps / filter,' 2024-10-08T21:15:27.9716465Z + popd 2024-10-08T21:15:27.9717003Z ~/actions-runner/_work/pytorch/pytorch 2024-10-08T21:15:27.9744209Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T21:15:27.9744731Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T21:15:27.9745174Z echo "Job name: ${JOB_NAME}" 2024-10-08T21:15:27.9745565Z  2024-10-08T21:15:27.9746361Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T21:15:27.9747031Z # in runner workspace 2024-10-08T21:15:27.9747595Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-10-08T21:15:27.9748209Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-10-08T21:15:27.9748639Z  --job-name "${JOB_NAME}" \ 2024-10-08T21:15:27.9749063Z  --test-matrix "{ include: [ 2024-10-08T21:15:27.9749624Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, 2024-10-08T21:15:27.9750355Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, 2024-10-08T21:15:27.9750895Z ]} 2024-10-08T21:15:27.9751134Z " \ 2024-10-08T21:15:27.9751440Z  --selected-test-configs "" \ 2024-10-08T21:15:27.9751868Z  --pr-number "${PR_NUMBER}" \ 2024-10-08T21:15:27.9752414Z  --tag "${TAG}" \ 2024-10-08T21:15:27.9752773Z  --event-name "${EVENT_NAME}" \ 2024-10-08T21:15:27.9753201Z  --schedule "${SCHEDULE}" \ 2024-10-08T21:15:27.9753605Z  --branch "${HEAD_BRANCH}" 2024-10-08T21:15:27.9759628Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:15:27.9760109Z env: 2024-10-08T21:15:27.9760551Z GITHUB_TOKEN: *** 2024-10-08T21:15:27.9760874Z JOB_NAME: macos-py3-arm64-mps / filter, 2024-10-08T21:15:27.9761299Z PR_NUMBER: 2024-10-08T21:15:27.9761581Z TAG: ciflow/trunk/134247 2024-10-08T21:15:27.9761894Z EVENT_NAME: push 2024-10-08T21:15:27.9762174Z SCHEDULE: 2024-10-08T21:15:27.9762429Z HEAD_BRANCH: 2024-10-08T21:15:27.9762685Z ##[endgroup] 2024-10-08T21:15:27.9787981Z Workflow: trunk 2024-10-08T21:15:27.9789921Z Job name: macos-py3-arm64-mps / filter, 2024-10-08T21:15:28.2211725Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-10-08T21:15:28.3985514Z ##[group]Run echo "Filtered matrix:" 2024-10-08T21:15:28.3986279Z echo "Filtered matrix:" 2024-10-08T21:15:28.3987868Z echo "{"include": [{"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-13"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-14"}]}" 2024-10-08T21:15:28.3989450Z  2024-10-08T21:15:28.3989823Z echo 2024-10-08T21:15:28.3990406Z echo "Is the current job unstable? False" 2024-10-08T21:15:28.3991205Z  2024-10-08T21:15:28.3991615Z echo 2024-10-08T21:15:28.3992198Z echo "Is keep-going label set? False" 2024-10-08T21:15:28.3992918Z  2024-10-08T21:15:28.3993305Z echo 2024-10-08T21:15:28.3993793Z echo "Renabled issues? " 2024-10-08T21:15:28.4002799Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:15:28.4003290Z ##[endgroup] 2024-10-08T21:15:28.4029561Z Filtered matrix: 2024-10-08T21:15:28.4032706Z {include: [{config: mps, shard: 1, num_shards: 1, runner: macos-m1-13}, {config: mps, shard: 1, num_shards: 1, runner: macos-m1-14}]} 2024-10-08T21:15:28.4034151Z 2024-10-08T21:15:28.4034446Z Is the current job unstable? False 2024-10-08T21:15:28.4034961Z 2024-10-08T21:15:28.4035312Z Is keep-going label set? False 2024-10-08T21:15:28.4035560Z 2024-10-08T21:15:28.4035858Z Renabled issues? 2024-10-08T21:15:28.4166959Z Post job cleanup. 2024-10-08T21:15:28.4271031Z Post job cleanup. 2024-10-08T21:15:28.5222550Z [command]/usr/bin/git version 2024-10-08T21:15:28.5272212Z git version 2.40.1 2024-10-08T21:15:28.5322212Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c704d3d7-97d5-4aff-8449-63ff66afec08' before making global git config changes 2024-10-08T21:15:28.5324813Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T21:15:28.5327538Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T21:15:28.5371148Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T21:15:28.5410879Z [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-08T21:15:28.5711021Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T21:15:28.5741212Z http.https://github.com/.extraheader 2024-10-08T21:15:28.5755323Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-08T21:15:28.5794376Z [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-08T21:15:28.6232759Z A job completed hook has been configured by the self-hosted runner administrator 2024-10-08T21:15:28.6261036Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-10-08T21:15:28.6269507Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T21:15:28.6270365Z ##[endgroup] 2024-10-08T21:15:35.7253477Z Evaluate and set job outputs 2024-10-08T21:15:35.7265887Z Set output 'test-matrix' 2024-10-08T21:15:35.7266906Z Set output 'is-test-matrix-empty' 2024-10-08T21:15:35.7267455Z Set output 'keep-going' 2024-10-08T21:15:35.7267892Z Set output 'ci-verbose-test-logs' 2024-10-08T21:15:35.7268399Z Set output 'ci-test-showlocals' 2024-10-08T21:15:35.7268871Z Set output 'ci-no-test-timeout' 2024-10-08T21:15:35.7269325Z Set output 'ci-no-td' 2024-10-08T21:15:35.7270080Z Cleaning up orphan processes