2024-12-17T23:48:53.2342613Z Current runner version: '2.321.0' 2024-12-17T23:48:53.2351404Z Runner name: 'i-053ada3c4772dc8ed' 2024-12-17T23:48:53.2352659Z Runner group name: 'Default' 2024-12-17T23:48:53.2354046Z Machine name: 'ip-10-0-30-139' 2024-12-17T23:48:53.2359976Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:48:53.2363702Z Actions: read 2024-12-17T23:48:53.2364659Z Attestations: read 2024-12-17T23:48:53.2365581Z Checks: read 2024-12-17T23:48:53.2366515Z Contents: read 2024-12-17T23:48:53.2367469Z Deployments: read 2024-12-17T23:48:53.2368376Z Discussions: read 2024-12-17T23:48:53.2369314Z Issues: read 2024-12-17T23:48:53.2370197Z Metadata: read 2024-12-17T23:48:53.2371069Z Packages: read 2024-12-17T23:48:53.2372008Z Pages: read 2024-12-17T23:48:53.2372915Z PullRequests: read 2024-12-17T23:48:53.2373840Z RepositoryProjects: read 2024-12-17T23:48:53.2374865Z SecurityEvents: read 2024-12-17T23:48:53.2375770Z Statuses: read 2024-12-17T23:48:53.2376593Z ##[endgroup] 2024-12-17T23:48:53.2380425Z Secret source: Actions 2024-12-17T23:48:53.2381740Z Prepare workflow directory 2024-12-17T23:48:53.2770348Z Prepare all required actions 2024-12-17T23:48:53.2813775Z Getting action download info 2024-12-17T23:48:53.4626179Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:49:03.6557084Z Getting action download info 2024-12-17T23:49:03.7755624Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:49:04.0800800Z Uses: pytorch/pytorch/.github/workflows/_mac-test-mps.yml@refs/heads/release/2.6 (0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:49:04.0803009Z ##[group] Inputs 2024-12-17T23:49:04.0803358Z build-environment: macos-py3-arm64 2024-12-17T23:49:04.0803707Z sync-tag: macos-py3-arm64-mps-test 2024-12-17T23:49:04.0804025Z python-version: 3.9.12 2024-12-17T23:49:04.0804723Z 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-12-17T23:49:04.0805431Z ##[endgroup] 2024-12-17T23:49:04.0805706Z Complete job name: macos-py3-arm64-mps / filter 2024-12-17T23:49:04.1350340Z A job started hook has been configured by the self-hosted runner administrator 2024-12-17T23:49:04.1462328Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-12-17T23:49:04.1471407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:49:04.1472124Z ##[endgroup] 2024-12-17T23:49:05.7628203Z Runner Type: linux.large 2024-12-17T23:49:05.7630519Z Instance Type: c5.large 2024-12-17T23:49:05.7631556Z AMI Name: unknown 2024-12-17T23:49:05.7675409Z AMI ID: ami-0fff1b9a61dec8a5f 2024-12-17T23:49:11.5557477Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:49:11.5557993Z with: 2024-12-17T23:49:11.5558214Z submodules: false 2024-12-17T23:49:11.5558466Z fetch-depth: 0 2024-12-17T23:49:11.5558708Z ##[endgroup] 2024-12-17T23:49:11.5643962Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:49:11.5644951Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:49:11.5654151Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:49:11.5654556Z ##[endgroup] 2024-12-17T23:49:11.5795760Z ##[group]Run retry () { 2024-12-17T23:49:11.5796103Z retry () { 2024-12-17T23:49:11.5796479Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:49:11.5796874Z } 2024-12-17T23:49:11.5797163Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:49:11.5797506Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:49:11.5797859Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:49:11.5798205Z else 2024-12-17T23:49:11.5798458Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:49:11.5799572Z fi 2024-12-17T23:49:11.5799828Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:49:11.5805621Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:49:11.5806013Z env: 2024-12-17T23:49:11.5806229Z NO_SUDO: 2024-12-17T23:49:11.5806436Z ##[endgroup] 2024-12-17T23:49:11.5832482Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:49:12.3900532Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:49:12.3900938Z with: 2024-12-17T23:49:12.3901212Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:49:12.3901540Z fetch-depth: 0 2024-12-17T23:49:12.3901801Z submodules: false 2024-12-17T23:49:12.3902071Z quiet-checkout: true 2024-12-17T23:49:12.3902334Z repository: pytorch/pytorch 2024-12-17T23:49:12.3902760Z token: *** 2024-12-17T23:49:12.3902993Z ssh-strict: true 2024-12-17T23:49:12.3903233Z persist-credentials: true 2024-12-17T23:49:12.3903513Z clean: true 2024-12-17T23:49:12.3903764Z sparse-checkout-cone-mode: true 2024-12-17T23:49:12.3904074Z lfs: false 2024-12-17T23:49:12.3904304Z set-safe-directory: true 2024-12-17T23:49:12.3904578Z ##[endgroup] 2024-12-17T23:49:12.4966880Z Syncing repository: pytorch/pytorch 2024-12-17T23:49:12.4969955Z ##[group]Getting Git version info 2024-12-17T23:49:12.4970852Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-12-17T23:49:12.4972035Z [command]/usr/bin/git version 2024-12-17T23:49:12.4972529Z git version 2.40.1 2024-12-17T23:49:12.4986226Z ##[endgroup] 2024-12-17T23:49:12.5002991Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0b62195b-a9b3-4b96-b2ad-8a98fa546b59' before making global git config changes 2024-12-17T23:49:12.5007325Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:49:12.5008735Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:49:12.5039619Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-12-17T23:49:12.5043767Z ##[group]Initializing the repository 2024-12-17T23:49:12.5047661Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:49:12.5077121Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:49:12.5078587Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:49:12.5081289Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:49:12.5082202Z hint: 2024-12-17T23:49:12.5082751Z hint: git config --global init.defaultBranch 2024-12-17T23:49:12.5083540Z hint: 2024-12-17T23:49:12.5084120Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:49:12.5085088Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:49:12.5085814Z hint: 2024-12-17T23:49:12.5086201Z hint: git branch -m 2024-12-17T23:49:12.5087590Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-12-17T23:49:12.5095402Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:49:12.5130465Z ##[endgroup] 2024-12-17T23:49:12.5134084Z ##[group]Disabling automatic garbage collection 2024-12-17T23:49:12.5134858Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:49:12.5161708Z ##[endgroup] 2024-12-17T23:49:12.5162442Z ##[group]Setting up auth 2024-12-17T23:49:12.5166916Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:49:12.5192146Z [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-12-17T23:49:12.5449610Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:49:12.5475738Z [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-12-17T23:49:12.5735617Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:49:12.5780781Z ##[endgroup] 2024-12-17T23:49:12.5782073Z ##[group]Fetching the repository 2024-12-17T23:49:12.5789809Z [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-12-17T23:49:15.5612633Z remote: Enumerating objects: 1056644 2024-12-17T23:49:15.5613600Z remote: Enumerating objects: 1057235, done. 2024-12-17T23:49:15.5614292Z remote: Counting objects: 0% (1/591) 2024-12-17T23:49:15.5615019Z remote: Counting objects: 1% (6/591) 2024-12-17T23:49:15.5615642Z remote: Counting objects: 2% (12/591) 2024-12-17T23:49:15.5616349Z remote: Counting objects: 3% (18/591) 2024-12-17T23:49:15.5617021Z remote: Counting objects: 4% (24/591) 2024-12-17T23:49:15.5617712Z remote: Counting objects: 5% (30/591) 2024-12-17T23:49:15.5618366Z remote: Counting objects: 6% (36/591) 2024-12-17T23:49:15.5619039Z remote: Counting objects: 7% (42/591) 2024-12-17T23:49:15.5619725Z remote: Counting objects: 8% (48/591) 2024-12-17T23:49:15.5620400Z remote: Counting objects: 9% (54/591) 2024-12-17T23:49:15.5620918Z remote: Counting objects: 10% (60/591) 2024-12-17T23:49:15.5621402Z remote: Counting objects: 11% (66/591) 2024-12-17T23:49:15.5621930Z remote: Counting objects: 12% (71/591) 2024-12-17T23:49:15.5622411Z remote: Counting objects: 13% (77/591) 2024-12-17T23:49:15.5622922Z remote: Counting objects: 14% (83/591) 2024-12-17T23:49:15.5623410Z remote: Counting objects: 15% (89/591) 2024-12-17T23:49:15.5623943Z remote: Counting objects: 16% (95/591) 2024-12-17T23:49:15.5624513Z remote: Counting objects: 17% (101/591) 2024-12-17T23:49:15.5625087Z remote: Counting objects: 18% (107/591) 2024-12-17T23:49:15.5625626Z remote: Counting objects: 19% (113/591) 2024-12-17T23:49:15.5626177Z remote: Counting objects: 20% (119/591) 2024-12-17T23:49:15.5626734Z remote: Counting objects: 21% (125/591) 2024-12-17T23:49:15.5627289Z remote: Counting objects: 22% (131/591) 2024-12-17T23:49:15.5627863Z remote: Counting objects: 23% (136/591) 2024-12-17T23:49:15.5628452Z remote: Counting objects: 24% (142/591) 2024-12-17T23:49:15.5629480Z remote: Counting objects: 25% (148/591) 2024-12-17T23:49:15.5630095Z remote: Counting objects: 26% (154/591) 2024-12-17T23:49:15.5630772Z remote: Counting objects: 27% (160/591) 2024-12-17T23:49:15.5631360Z remote: Counting objects: 28% (166/591) 2024-12-17T23:49:15.5631957Z remote: Counting objects: 29% (172/591) 2024-12-17T23:49:15.5632530Z remote: Counting objects: 30% (178/591) 2024-12-17T23:49:15.5633137Z remote: Counting objects: 31% (184/591) 2024-12-17T23:49:15.5633775Z remote: Counting objects: 32% (190/591) 2024-12-17T23:49:15.5634399Z remote: Counting objects: 33% (196/591) 2024-12-17T23:49:15.5635033Z remote: Counting objects: 34% (201/591) 2024-12-17T23:49:15.5635782Z remote: Counting objects: 35% (207/591) 2024-12-17T23:49:15.5636425Z remote: Counting objects: 36% (213/591) 2024-12-17T23:49:15.5637025Z remote: Counting objects: 37% (219/591) 2024-12-17T23:49:15.5637682Z remote: Counting objects: 38% (225/591) 2024-12-17T23:49:15.5638319Z remote: Counting objects: 39% (231/591) 2024-12-17T23:49:15.5638960Z remote: Counting objects: 40% (237/591) 2024-12-17T23:49:15.5639588Z remote: Counting objects: 41% (243/591) 2024-12-17T23:49:15.5640208Z remote: Counting objects: 42% (249/591) 2024-12-17T23:49:15.5641301Z remote: Counting objects: 43% (255/591) 2024-12-17T23:49:15.5641898Z remote: Counting objects: 44% (261/591) 2024-12-17T23:49:15.5642559Z remote: Counting objects: 45% (266/591) 2024-12-17T23:49:15.5643169Z remote: Counting objects: 46% (272/591) 2024-12-17T23:49:15.5643728Z remote: Counting objects: 47% (278/591) 2024-12-17T23:49:15.5644266Z remote: Counting objects: 48% (284/591) 2024-12-17T23:49:15.5644805Z remote: Counting objects: 49% (290/591) 2024-12-17T23:49:15.5645349Z remote: Counting objects: 50% (296/591) 2024-12-17T23:49:15.5645942Z remote: Counting objects: 51% (302/591) 2024-12-17T23:49:15.5646521Z remote: Counting objects: 52% (308/591) 2024-12-17T23:49:15.5647108Z remote: Counting objects: 53% (314/591) 2024-12-17T23:49:15.5647693Z remote: Counting objects: 54% (320/591) 2024-12-17T23:49:15.5648273Z remote: Counting objects: 55% (326/591) 2024-12-17T23:49:15.5648866Z remote: Counting objects: 56% (331/591) 2024-12-17T23:49:15.5649511Z remote: Counting objects: 57% (337/591) 2024-12-17T23:49:15.5650133Z remote: Counting objects: 58% (343/591) 2024-12-17T23:49:15.5650768Z remote: Counting objects: 59% (349/591) 2024-12-17T23:49:15.5651404Z remote: Counting objects: 60% (355/591) 2024-12-17T23:49:15.5652035Z remote: Counting objects: 61% (361/591) 2024-12-17T23:49:15.5652682Z remote: Counting objects: 62% (367/591) 2024-12-17T23:49:15.5653388Z remote: Counting objects: 63% (373/591) 2024-12-17T23:49:15.5654331Z remote: Counting objects: 64% (379/591) 2024-12-17T23:49:15.5654892Z remote: Counting objects: 65% (385/591) 2024-12-17T23:49:15.5655450Z remote: Counting objects: 66% (391/591) 2024-12-17T23:49:15.5656021Z remote: Counting objects: 67% (396/591) 2024-12-17T23:49:15.5656589Z remote: Counting objects: 68% (402/591) 2024-12-17T23:49:15.5657187Z remote: Counting objects: 69% (408/591) 2024-12-17T23:49:15.5657778Z remote: Counting objects: 70% (414/591) 2024-12-17T23:49:15.5658392Z remote: Counting objects: 71% (420/591) 2024-12-17T23:49:15.5658995Z remote: Counting objects: 72% (426/591) 2024-12-17T23:49:15.5659531Z remote: Counting objects: 73% (432/591) 2024-12-17T23:49:15.5660228Z remote: Counting objects: 74% (438/591) 2024-12-17T23:49:15.5660739Z remote: Counting objects: 75% (444/591) 2024-12-17T23:49:15.5661290Z remote: Counting objects: 76% (450/591) 2024-12-17T23:49:15.5661846Z remote: Counting objects: 77% (456/591) 2024-12-17T23:49:15.5662863Z remote: Counting objects: 78% (461/591) 2024-12-17T23:49:15.5663562Z remote: Counting objects: 79% (467/591) 2024-12-17T23:49:15.5664219Z remote: Counting objects: 80% (473/591) 2024-12-17T23:49:15.5664805Z remote: Counting objects: 81% (479/591) 2024-12-17T23:49:15.5665449Z remote: Counting objects: 82% (485/591) 2024-12-17T23:49:15.5666045Z remote: Counting objects: 83% (491/591) 2024-12-17T23:49:15.5666587Z remote: Counting objects: 84% (497/591) 2024-12-17T23:49:15.5667160Z remote: Counting objects: 85% (503/591) 2024-12-17T23:49:15.5696649Z remote: Counting objects: 86% (509/591) 2024-12-17T23:49:15.5697244Z remote: Counting objects: 87% (515/591) 2024-12-17T23:49:15.5697782Z remote: Counting objects: 88% (521/591) 2024-12-17T23:49:15.5698320Z remote: Counting objects: 89% (526/591) 2024-12-17T23:49:15.5699097Z remote: Counting objects: 90% (532/591) 2024-12-17T23:49:15.5699720Z remote: Counting objects: 91% (538/591) 2024-12-17T23:49:15.5700262Z remote: Counting objects: 92% (544/591) 2024-12-17T23:49:15.5700866Z remote: Counting objects: 93% (550/591) 2024-12-17T23:49:15.5701417Z remote: Counting objects: 94% (556/591) 2024-12-17T23:49:15.5702270Z remote: Counting objects: 95% (562/591) 2024-12-17T23:49:15.5702902Z remote: Counting objects: 96% (568/591) 2024-12-17T23:49:15.5703531Z remote: Counting objects: 97% (574/591) 2024-12-17T23:49:15.5704166Z remote: Counting objects: 98% (580/591) 2024-12-17T23:49:15.5704841Z remote: Counting objects: 99% (586/591) 2024-12-17T23:49:15.5705513Z remote: Counting objects: 100% (591/591) 2024-12-17T23:49:15.5706221Z remote: Counting objects: 100% (591/591), done. 2024-12-17T23:49:15.5707011Z remote: Compressing objects: 0% (1/263) 2024-12-17T23:49:15.5731837Z remote: Compressing objects: 1% (3/263) 2024-12-17T23:49:15.5764478Z remote: Compressing objects: 2% (6/263) 2024-12-17T23:49:15.5794248Z remote: Compressing objects: 3% (8/263) 2024-12-17T23:49:15.5873950Z remote: Compressing objects: 4% (11/263) 2024-12-17T23:49:15.5894157Z remote: Compressing objects: 5% (14/263) 2024-12-17T23:49:15.6042699Z remote: Compressing objects: 6% (16/263) 2024-12-17T23:49:15.6434871Z remote: Compressing objects: 7% (19/263) 2024-12-17T23:49:15.6641773Z remote: Compressing objects: 8% (22/263) 2024-12-17T23:49:15.7328890Z remote: Compressing objects: 9% (24/263) 2024-12-17T23:49:15.7632776Z remote: Compressing objects: 10% (27/263) 2024-12-17T23:49:15.7902797Z remote: Compressing objects: 11% (29/263) 2024-12-17T23:49:15.7996049Z remote: Compressing objects: 12% (32/263) 2024-12-17T23:49:15.7997051Z remote: Compressing objects: 13% (35/263) 2024-12-17T23:49:15.7998569Z remote: Compressing objects: 14% (37/263) 2024-12-17T23:49:15.8001778Z remote: Compressing objects: 15% (40/263) 2024-12-17T23:49:15.8002688Z remote: Compressing objects: 16% (43/263) 2024-12-17T23:49:15.8011042Z remote: Compressing objects: 17% (45/263) 2024-12-17T23:49:15.8011996Z remote: Compressing objects: 18% (48/263) 2024-12-17T23:49:15.8012896Z remote: Compressing objects: 19% (50/263) 2024-12-17T23:49:15.8014025Z remote: Compressing objects: 20% (53/263) 2024-12-17T23:49:15.8019115Z remote: Compressing objects: 21% (56/263) 2024-12-17T23:49:15.8019883Z remote: Compressing objects: 22% (58/263) 2024-12-17T23:49:15.8020531Z remote: Compressing objects: 23% (61/263) 2024-12-17T23:49:15.8022597Z remote: Compressing objects: 24% (64/263) 2024-12-17T23:49:15.8023410Z remote: Compressing objects: 25% (66/263) 2024-12-17T23:49:15.8026748Z remote: Compressing objects: 26% (69/263) 2024-12-17T23:49:15.8027977Z remote: Compressing objects: 27% (72/263) 2024-12-17T23:49:15.8030388Z remote: Compressing objects: 28% (74/263) 2024-12-17T23:49:15.8035588Z remote: Compressing objects: 29% (77/263) 2024-12-17T23:49:15.8041967Z remote: Compressing objects: 30% (79/263) 2024-12-17T23:49:15.8042999Z remote: Compressing objects: 31% (82/263) 2024-12-17T23:49:15.8044048Z remote: Compressing objects: 32% (85/263) 2024-12-17T23:49:15.8050521Z remote: Compressing objects: 33% (87/263) 2024-12-17T23:49:15.8051427Z remote: Compressing objects: 34% (90/263) 2024-12-17T23:49:15.8058355Z remote: Compressing objects: 35% (93/263) 2024-12-17T23:49:15.8062095Z remote: Compressing objects: 36% (95/263) 2024-12-17T23:49:15.8063192Z remote: Compressing objects: 37% (98/263) 2024-12-17T23:49:15.8070542Z remote: Compressing objects: 38% (100/263) 2024-12-17T23:49:15.8071261Z remote: Compressing objects: 39% (103/263) 2024-12-17T23:49:15.8074275Z remote: Compressing objects: 40% (106/263) 2024-12-17T23:49:15.8075744Z remote: Compressing objects: 41% (108/263) 2024-12-17T23:49:15.8076617Z remote: Compressing objects: 42% (111/263) 2024-12-17T23:49:15.8083445Z remote: Compressing objects: 43% (114/263) 2024-12-17T23:49:15.8084272Z remote: Compressing objects: 44% (116/263) 2024-12-17T23:49:15.8094087Z remote: Compressing objects: 45% (119/263) 2024-12-17T23:49:15.8094816Z remote: Compressing objects: 46% (121/263) 2024-12-17T23:49:15.8106603Z remote: Compressing objects: 47% (124/263) 2024-12-17T23:49:15.8107311Z remote: Compressing objects: 48% (127/263) 2024-12-17T23:49:15.8108123Z remote: Compressing objects: 49% (129/263) 2024-12-17T23:49:15.8108915Z remote: Compressing objects: 50% (132/263) 2024-12-17T23:49:15.8109585Z remote: Compressing objects: 51% (135/263) 2024-12-17T23:49:15.8110195Z remote: Compressing objects: 52% (137/263) 2024-12-17T23:49:15.8123941Z remote: Compressing objects: 53% (140/263) 2024-12-17T23:49:15.8124591Z remote: Compressing objects: 54% (143/263) 2024-12-17T23:49:15.8125185Z remote: Compressing objects: 55% (145/263) 2024-12-17T23:49:15.8125793Z remote: Compressing objects: 56% (148/263) 2024-12-17T23:49:15.8126397Z remote: Compressing objects: 57% (150/263) 2024-12-17T23:49:15.8126997Z remote: Compressing objects: 58% (153/263) 2024-12-17T23:49:15.8127622Z remote: Compressing objects: 59% (156/263) 2024-12-17T23:49:15.8128488Z remote: Compressing objects: 60% (158/263) 2024-12-17T23:49:15.8129077Z remote: Compressing objects: 61% (161/263) 2024-12-17T23:49:15.8129698Z remote: Compressing objects: 62% (164/263) 2024-12-17T23:49:15.8130290Z remote: Compressing objects: 63% (166/263) 2024-12-17T23:49:15.8154012Z remote: Compressing objects: 64% (169/263) 2024-12-17T23:49:15.8154769Z remote: Compressing objects: 65% (171/263) 2024-12-17T23:49:15.8155459Z remote: Compressing objects: 66% (174/263) 2024-12-17T23:49:15.8156031Z remote: Compressing objects: 67% (177/263) 2024-12-17T23:49:15.8156793Z remote: Compressing objects: 68% (179/263) 2024-12-17T23:49:15.8157494Z remote: Compressing objects: 69% (182/263) 2024-12-17T23:49:15.8158199Z remote: Compressing objects: 70% (185/263) 2024-12-17T23:49:15.8158842Z remote: Compressing objects: 71% (187/263) 2024-12-17T23:49:15.8159593Z remote: Compressing objects: 72% (190/263) 2024-12-17T23:49:15.8160265Z remote: Compressing objects: 73% (192/263) 2024-12-17T23:49:15.8161023Z remote: Compressing objects: 74% (195/263) 2024-12-17T23:49:15.8161702Z remote: Compressing objects: 75% (198/263) 2024-12-17T23:49:15.8162368Z remote: Compressing objects: 76% (200/263) 2024-12-17T23:49:15.8163067Z remote: Compressing objects: 77% (203/263) 2024-12-17T23:49:15.8163987Z remote: Compressing objects: 78% (206/263) 2024-12-17T23:49:15.8164608Z remote: Compressing objects: 79% (208/263) 2024-12-17T23:49:15.8165215Z remote: Compressing objects: 80% (211/263) 2024-12-17T23:49:15.8181666Z remote: Compressing objects: 81% (214/263) 2024-12-17T23:49:15.8182360Z remote: Compressing objects: 82% (216/263) 2024-12-17T23:49:15.8183064Z remote: Compressing objects: 83% (219/263) 2024-12-17T23:49:15.8186452Z remote: Compressing objects: 84% (221/263) 2024-12-17T23:49:15.8187068Z remote: Compressing objects: 85% (224/263) 2024-12-17T23:49:15.8190227Z remote: Compressing objects: 86% (227/263) 2024-12-17T23:49:15.8190930Z remote: Compressing objects: 87% (229/263) 2024-12-17T23:49:15.8191586Z remote: Compressing objects: 88% (232/263) 2024-12-17T23:49:15.8192246Z remote: Compressing objects: 89% (235/263) 2024-12-17T23:49:15.8193937Z remote: Compressing objects: 90% (237/263) 2024-12-17T23:49:15.8194595Z remote: Compressing objects: 91% (240/263) 2024-12-17T23:49:15.8195253Z remote: Compressing objects: 92% (242/263) 2024-12-17T23:49:15.8195919Z remote: Compressing objects: 93% (245/263) 2024-12-17T23:49:15.8196564Z remote: Compressing objects: 94% (248/263) 2024-12-17T23:49:15.8197496Z remote: Compressing objects: 95% (250/263) 2024-12-17T23:49:15.8198159Z remote: Compressing objects: 96% (253/263) 2024-12-17T23:49:15.8198793Z remote: Compressing objects: 97% (256/263) 2024-12-17T23:49:15.8199738Z remote: Compressing objects: 98% (258/263) 2024-12-17T23:49:15.8200505Z remote: Compressing objects: 99% (261/263) 2024-12-17T23:49:15.8203532Z remote: Compressing objects: 100% (263/263) 2024-12-17T23:49:15.8204293Z remote: Compressing objects: 100% (263/263), done. 2024-12-17T23:49:38.6894925Z remote: Total 1057235 (delta 464), reused 342 (delta 328), pack-reused 1056644 (from 5) 2024-12-17T23:50:57.4052969Z [command]/usr/bin/git rev-parse --verify --quiet 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7^{object} 2024-12-17T23:50:57.4075953Z 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:50:57.4084491Z ##[endgroup] 2024-12-17T23:50:57.4086129Z ##[group]Determining the checkout info 2024-12-17T23:50:57.4090743Z ##[endgroup] 2024-12-17T23:50:57.4091759Z ##[group]Checking out the ref 2024-12-17T23:50:57.4095490Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:50:58.8658550Z ##[endgroup] 2024-12-17T23:50:58.8702078Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:50:58.8731782Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:50:58.8968119Z Prepare all required actions 2024-12-17T23:50:58.8968828Z Getting action download info 2024-12-17T23:50:59.0485791Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-12-17T23:50:59.2322991Z ##[group]Run ./.github/actions/filter-test-configs 2024-12-17T23:50:59.2323340Z with: 2024-12-17T23:50:59.2323760Z github-token: *** 2024-12-17T23:50:59.2324380Z 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-12-17T23:50:59.2325056Z ##[endgroup] 2024-12-17T23:50:59.2380664Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:50:59.2380989Z with: 2024-12-17T23:50:59.2381187Z shell: bash 2024-12-17T23:50:59.2381420Z timeout_minutes: 10 2024-12-17T23:50:59.2381675Z max_attempts: 5 2024-12-17T23:50:59.2381904Z retry_wait_seconds: 30 2024-12-17T23:50:59.2382748Z 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-12-17T23:50:59.2383565Z polling_interval_seconds: 1 2024-12-17T23:50:59.2383852Z warning_on_retry: true 2024-12-17T23:50:59.2384121Z continue_on_error: false 2024-12-17T23:50:59.2384369Z env: 2024-12-17T23:50:59.2384755Z GITHUB_TOKEN: *** 2024-12-17T23:50:59.2385074Z ##[endgroup] 2024-12-17T23:50:59.3469991Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:50:59.7241027Z Defaulting to user installation because normal site-packages is not writeable 2024-12-17T23:50:59.7550611Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-12-17T23:51:00.1295124Z Collecting pyyaml==6.0.1 2024-12-17T23:51:00.1398317Z Using cached PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2024-12-17T23:51:00.1559601Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-12-17T23:51:00.1567784Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.12.14) 2024-12-17T23:51:00.1574939Z 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-12-17T23:51:00.1589633Z 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-12-17T23:51:00.2199366Z Installing collected packages: pyyaml 2024-12-17T23:51:00.2200774Z Attempting uninstall: pyyaml 2024-12-17T23:51:00.2201375Z Found existing installation: PyYAML 5.4.1 2024-12-17T23:51:00.2255672Z Uninstalling PyYAML-5.4.1: 2024-12-17T23:51:00.2263088Z Successfully uninstalled PyYAML-5.4.1 2024-12-17T23:51:00.2917718Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2024-12-17T23:51:00.2921528Z awscli 1.27.69 requires PyYAML<5.5,>=3.10, but you have pyyaml 6.0.1 which is incompatible. 2024-12-17T23:51:00.2922819Z Successfully installed pyyaml-6.0.1 2024-12-17T23:51:01.3282984Z Command completed after 1 attempt(s). 2024-12-17T23:51:01.3371446Z ##[group]Run set -x 2024-12-17T23:51:01.3371900Z set -x 2024-12-17T23:51:01.3372274Z  2024-12-17T23:51:01.3372929Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:51:01.3373753Z # in runner workspace 2024-12-17T23:51:01.3374351Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-12-17T23:51:01.3382835Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:51:01.3383416Z ##[endgroup] 2024-12-17T23:51:01.3424945Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-12-17T23:51:01.3691062Z ##[group]Run set -x 2024-12-17T23:51:01.3691366Z set -x 2024-12-17T23:51:01.3691602Z  2024-12-17T23:51:01.3691971Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-12-17T23:51:01.3692586Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-12-17T23:51:01.3693191Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-12-17T23:51:01.3693819Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-12-17T23:51:01.3694364Z # expose this variable as part of GitHub context. 2024-12-17T23:51:01.3694970Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-12-17T23:51:01.3695629Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-12-17T23:51:01.3696040Z pwd 2024-12-17T23:51:01.3696272Z  2024-12-17T23:51:01.3696684Z LOG_FILE=$(grep -l -r "0cdf8b1d09254cfda66191d1bd01e3041c3c76f7" *.log | tail -n 1) 2024-12-17T23:51:01.3697173Z if [ -n "${LOG_FILE}" ]; then 2024-12-17T23:51:01.3697651Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-12-17T23:51:01.3698164Z  # needs to be awk {print $3} on MacOS 2024-12-17T23:51:01.3698491Z  case ${RUNNER_OS} in 2024-12-17T23:51:01.3698773Z  macOS) 2024-12-17T23:51:01.3699492Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-12-17T23:51:01.3700008Z  ;; 2024-12-17T23:51:01.3700226Z  *) 2024-12-17T23:51:01.3700655Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-12-17T23:51:01.3701157Z  ;; 2024-12-17T23:51:01.3701371Z  esac 2024-12-17T23:51:01.3701680Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-12-17T23:51:01.3702039Z fi 2024-12-17T23:51:01.3702239Z  2024-12-17T23:51:01.3702448Z popd 2024-12-17T23:51:01.3708035Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:51:01.3708423Z ##[endgroup] 2024-12-17T23:51:01.3733899Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-12-17T23:51:01.3734809Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-12-17T23:51:01.3735811Z + pwd 2024-12-17T23:51:01.3736548Z /home/ec2-user/actions-runner/_diag 2024-12-17T23:51:01.3744367Z ++ grep -l -r 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 Runner_20241217-231343-utc.log Runner_20241217-231431-utc.log Worker_20241217-231848-utc.log Worker_20241217-232909-utc.log Worker_20241217-233215-utc.log Worker_20241217-233828-utc.log Worker_20241217-234850-utc.log 2024-12-17T23:51:01.3746896Z ++ tail -n 1 2024-12-17T23:51:01.3766743Z + LOG_FILE=Worker_20241217-234850-utc.log 2024-12-17T23:51:01.3767534Z + '[' -n Worker_20241217-234850-utc.log ']' 2024-12-17T23:51:01.3801535Z + case ${RUNNER_OS} in 2024-12-17T23:51:01.3802183Z ++ grep -r '"jobDisplayName"' Worker_20241217-234850-utc.log 2024-12-17T23:51:01.3805142Z ++ awk -F '[:]' '{print $2}' 2024-12-17T23:51:01.3809756Z ++ xargs 2024-12-17T23:51:01.3813736Z ++ sed 's/"//g' 2024-12-17T23:51:01.3852839Z ~/actions-runner/_work/pytorch/pytorch 2024-12-17T23:51:01.3854121Z + JOB_NAME='macos-py3-arm64-mps / filter,' 2024-12-17T23:51:01.3854840Z + echo 'job-name=macos-py3-arm64-mps / filter,' 2024-12-17T23:51:01.3855446Z + popd 2024-12-17T23:51:01.3889886Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:51:01.3890307Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:51:01.3890638Z echo "Job name: ${JOB_NAME}" 2024-12-17T23:51:01.3890937Z  2024-12-17T23:51:01.3891323Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:51:01.3891932Z # in runner workspace 2024-12-17T23:51:01.3892364Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-12-17T23:51:01.3892844Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-12-17T23:51:01.3893171Z  --job-name "${JOB_NAME}" \ 2024-12-17T23:51:01.3893491Z  --test-matrix "{ include: [ 2024-12-17T23:51:01.3893906Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, 2024-12-17T23:51:01.3894399Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, 2024-12-17T23:51:01.3894798Z ]} 2024-12-17T23:51:01.3895028Z " \ 2024-12-17T23:51:01.3895268Z  --selected-test-configs "" \ 2024-12-17T23:51:01.3895608Z  --pr-number "${PR_NUMBER}" \ 2024-12-17T23:51:01.3895921Z  --tag "${TAG}" \ 2024-12-17T23:51:01.3896202Z  --event-name "${EVENT_NAME}" \ 2024-12-17T23:51:01.3896537Z  --schedule "${SCHEDULE}" \ 2024-12-17T23:51:01.3896855Z  --branch "${HEAD_BRANCH}" 2024-12-17T23:51:01.3903389Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:51:01.3903767Z env: 2024-12-17T23:51:01.3904179Z GITHUB_TOKEN: *** 2024-12-17T23:51:01.3904445Z JOB_NAME: macos-py3-arm64-mps / filter, 2024-12-17T23:51:01.3904767Z PR_NUMBER: 2024-12-17T23:51:01.3904988Z TAG: 2024-12-17T23:51:01.3905191Z EVENT_NAME: push 2024-12-17T23:51:01.3905423Z SCHEDULE: 2024-12-17T23:51:01.3905644Z HEAD_BRANCH: 2024-12-17T23:51:01.3905868Z ##[endgroup] 2024-12-17T23:51:01.3932482Z Workflow: trunk 2024-12-17T23:51:01.3932952Z Job name: macos-py3-arm64-mps / filter, 2024-12-17T23:51:01.6549049Z ##[group]Run echo "Filtered matrix:" 2024-12-17T23:51:01.6549417Z echo "Filtered matrix:" 2024-12-17T23:51:01.6550065Z 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-12-17T23:51:01.6550736Z  2024-12-17T23:51:01.6550949Z echo 2024-12-17T23:51:01.6551213Z echo "Is the current job unstable? False" 2024-12-17T23:51:01.6551551Z  2024-12-17T23:51:01.6551760Z echo 2024-12-17T23:51:01.6552006Z echo "Is keep-going label set? False" 2024-12-17T23:51:01.6552330Z  2024-12-17T23:51:01.6552540Z echo 2024-12-17T23:51:01.6552767Z echo "Renabled issues? " 2024-12-17T23:51:01.6558916Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:51:01.6559308Z ##[endgroup] 2024-12-17T23:51:01.6586899Z Filtered matrix: 2024-12-17T23:51:01.6588089Z {include: [{config: mps, shard: 1, num_shards: 1, runner: macos-m1-13}, {config: mps, shard: 1, num_shards: 1, runner: macos-m1-14}]} 2024-12-17T23:51:01.6589075Z 2024-12-17T23:51:01.6589287Z Is the current job unstable? False 2024-12-17T23:51:01.6589674Z 2024-12-17T23:51:01.6589869Z Is keep-going label set? False 2024-12-17T23:51:01.6590212Z 2024-12-17T23:51:01.6590398Z Renabled issues? 2024-12-17T23:51:01.6676958Z Post job cleanup. 2024-12-17T23:51:01.6728112Z Post job cleanup. 2024-12-17T23:51:01.7492290Z [command]/usr/bin/git version 2024-12-17T23:51:01.7531126Z git version 2.40.1 2024-12-17T23:51:01.7579140Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/582b583a-7ce0-4f9d-9383-b3102c1d4648' before making global git config changes 2024-12-17T23:51:01.7581093Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:51:01.7586232Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:51:01.7617633Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:51:01.7646497Z [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-12-17T23:51:01.7931165Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:51:01.7950974Z http.https://github.com/.extraheader 2024-12-17T23:51:01.7964234Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:51:01.7991971Z [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-12-17T23:51:01.8335065Z A job completed hook has been configured by the self-hosted runner administrator 2024-12-17T23:51:01.8357712Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-12-17T23:51:01.8363094Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:51:01.8363482Z ##[endgroup] 2024-12-17T23:51:01.8445883Z [!ALERT!] Swap in detected! [!ALERT!] 2024-12-17T23:51:13.6262503Z [!ALERT!] Swap out detected [!ALERT!] 2024-12-17T23:51:31.4287935Z Evaluate and set job outputs 2024-12-17T23:51:31.4295580Z Set output 'test-matrix' 2024-12-17T23:51:31.4297719Z Set output 'is-test-matrix-empty' 2024-12-17T23:51:31.4298434Z Set output 'keep-going' 2024-12-17T23:51:31.4298810Z Set output 'ci-verbose-test-logs' 2024-12-17T23:51:31.4299455Z Set output 'ci-test-showlocals' 2024-12-17T23:51:31.4299840Z Set output 'ci-no-test-timeout' 2024-12-17T23:51:31.4300215Z Set output 'ci-no-td' 2024-12-17T23:51:31.4301048Z Cleaning up orphan processes