2024-11-01T16:33:52.0318559Z Current runner version: '2.320.0' 2024-11-01T16:33:52.0325340Z Runner name: 'i-00b7bd5fe7116371c' 2024-11-01T16:33:52.0326200Z Runner group name: 'Default' 2024-11-01T16:33:52.0327023Z Machine name: 'ip-10-0-7-165' 2024-11-01T16:33:52.0344225Z Testing runner upgrade compatibility 2024-11-01T16:33:52.1303497Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:33:52.1306033Z Actions: read 2024-11-01T16:33:52.1306483Z Attestations: read 2024-11-01T16:33:52.1307044Z Checks: read 2024-11-01T16:33:52.1307487Z Contents: read 2024-11-01T16:33:52.1307898Z Deployments: read 2024-11-01T16:33:52.1308402Z Discussions: read 2024-11-01T16:33:52.1308861Z Issues: read 2024-11-01T16:33:52.1309238Z Metadata: read 2024-11-01T16:33:52.1309726Z Packages: read 2024-11-01T16:33:52.1310189Z Pages: read 2024-11-01T16:33:52.1310578Z PullRequests: read 2024-11-01T16:33:52.1311114Z RepositoryProjects: read 2024-11-01T16:33:52.1311644Z SecurityEvents: read 2024-11-01T16:33:52.1312086Z Statuses: read 2024-11-01T16:33:52.1312795Z ##[endgroup] 2024-11-01T16:33:52.1316434Z Secret source: Actions 2024-11-01T16:33:52.1317294Z Prepare workflow directory 2024-11-01T16:33:52.5797090Z Prepare all required actions 2024-11-01T16:33:52.5983468Z Getting action download info 2024-11-01T16:33:52.7648333Z Download action repository 'pytorch/pytorch@main' (SHA:3cbf0c0bbf7567816a3a2893d59b1d9bc936a90f) 2024-11-01T16:33:56.7136611Z Getting action download info 2024-11-01T16:33:56.8066091Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:33:57.0527341Z Uses: pytorch/pytorch/.github/workflows/_mac-test-mps.yml@refs/tags/ciflow/trunk/138766 (d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea) 2024-11-01T16:33:57.0529993Z ##[group] Inputs 2024-11-01T16:33:57.0530390Z build-environment: macos-py3-arm64 2024-11-01T16:33:57.0530815Z sync-tag: macos-py3-arm64-mps-test 2024-11-01T16:33:57.0531220Z python-version: 3.9.12 2024-11-01T16:33:57.0532132Z 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-11-01T16:33:57.0533077Z ##[endgroup] 2024-11-01T16:33:57.0533633Z Complete job name: macos-py3-arm64-mps / filter 2024-11-01T16:33:57.1383762Z A job started hook has been configured by the self-hosted runner administrator 2024-11-01T16:33:57.1529874Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-11-01T16:33:57.1539813Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:33:57.1540347Z ##[endgroup] 2024-11-01T16:33:58.8482953Z Runner Type: linux.large 2024-11-01T16:33:58.8483704Z Instance Type: c5.large 2024-11-01T16:33:58.8484235Z AMI Name: unknown 2024-11-01T16:33:58.8485043Z AMI ID: ami-0fff1b9a61dec8a5f 2024-11-01T16:34:04.9294155Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:34:04.9294766Z with: 2024-11-01T16:34:04.9295014Z submodules: false 2024-11-01T16:34:04.9295318Z fetch-depth: 0 2024-11-01T16:34:04.9295608Z ##[endgroup] 2024-11-01T16:34:04.9488298Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:34:04.9489673Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:34:04.9497420Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:34:04.9497928Z ##[endgroup] 2024-11-01T16:34:04.9644657Z ##[group]Run retry () { 2024-11-01T16:34:04.9645049Z retry () { 2024-11-01T16:34:04.9645553Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:34:04.9646090Z } 2024-11-01T16:34:04.9646433Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:34:04.9646844Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:34:04.9647309Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:34:04.9648159Z else 2024-11-01T16:34:04.9648657Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:34:04.9649077Z fi 2024-11-01T16:34:04.9649371Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:34:04.9655275Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:34:04.9655786Z env: 2024-11-01T16:34:04.9656036Z NO_SUDO: 2024-11-01T16:34:04.9656283Z ##[endgroup] 2024-11-01T16:34:04.9683421Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:34:05.3306092Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:34:05.3306547Z with: 2024-11-01T16:34:05.3306871Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:34:05.3307315Z fetch-depth: 0 2024-11-01T16:34:05.3307588Z submodules: false 2024-11-01T16:34:05.3307901Z quiet-checkout: true 2024-11-01T16:34:05.3308228Z repository: pytorch/pytorch 2024-11-01T16:34:05.3308721Z token: *** 2024-11-01T16:34:05.3308991Z ssh-strict: true 2024-11-01T16:34:05.3309298Z persist-credentials: true 2024-11-01T16:34:05.3309639Z clean: true 2024-11-01T16:34:05.3309939Z sparse-checkout-cone-mode: true 2024-11-01T16:34:05.3310308Z lfs: false 2024-11-01T16:34:05.3310572Z set-safe-directory: true 2024-11-01T16:34:05.3310897Z ##[endgroup] 2024-11-01T16:34:05.4480453Z Syncing repository: pytorch/pytorch 2024-11-01T16:34:05.4483083Z ##[group]Getting Git version info 2024-11-01T16:34:05.4484496Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:34:05.4487244Z [command]/usr/bin/git version 2024-11-01T16:34:05.4487815Z git version 2.40.1 2024-11-01T16:34:05.4490673Z ##[endgroup] 2024-11-01T16:34:05.4507818Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/86609416-bd1f-438e-bd89-9408bb3242ae' before making global git config changes 2024-11-01T16:34:05.4510002Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:34:05.4532890Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:34:05.4549865Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:34:05.4567838Z ##[group]Initializing the repository 2024-11-01T16:34:05.4569178Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:34:05.4597767Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:34:05.4599232Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:34:05.4600711Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:34:05.4601559Z hint: 2024-11-01T16:34:05.4602836Z hint: git config --global init.defaultBranch 2024-11-01T16:34:05.4603614Z hint: 2024-11-01T16:34:05.4604929Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:34:05.4606342Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:34:05.4607314Z hint: 2024-11-01T16:34:05.4607849Z hint: git branch -m 2024-11-01T16:34:05.4609944Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:34:05.4613664Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:34:05.4648408Z ##[endgroup] 2024-11-01T16:34:05.4649620Z ##[group]Disabling automatic garbage collection 2024-11-01T16:34:05.4651309Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:34:05.4684318Z ##[endgroup] 2024-11-01T16:34:05.4685504Z ##[group]Setting up auth 2024-11-01T16:34:05.4691210Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:34:05.4726916Z [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-11-01T16:34:05.5001431Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:34:05.5032436Z [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-11-01T16:34:05.5302586Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:34:05.5352864Z ##[endgroup] 2024-11-01T16:34:05.5354173Z ##[group]Fetching the repository 2024-11-01T16:34:05.5361200Z [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-11-01T16:34:08.3293124Z remote: Enumerating objects: 1053178 2024-11-01T16:34:08.3293988Z remote: Enumerating objects: 1053700, done. 2024-11-01T16:34:08.3294717Z remote: Counting objects: 0% (1/522) 2024-11-01T16:34:08.3295428Z remote: Counting objects: 1% (6/522) 2024-11-01T16:34:08.3296087Z remote: Counting objects: 2% (11/522) 2024-11-01T16:34:08.3297527Z remote: Counting objects: 3% (16/522) 2024-11-01T16:34:08.3298310Z remote: Counting objects: 4% (21/522) 2024-11-01T16:34:08.3299107Z remote: Counting objects: 5% (27/522) 2024-11-01T16:34:08.3299888Z remote: Counting objects: 6% (32/522) 2024-11-01T16:34:08.3300657Z remote: Counting objects: 7% (37/522) 2024-11-01T16:34:08.3301487Z remote: Counting objects: 8% (42/522) 2024-11-01T16:34:08.3302342Z remote: Counting objects: 9% (47/522) 2024-11-01T16:34:08.3303133Z remote: Counting objects: 10% (53/522) 2024-11-01T16:34:08.3303971Z remote: Counting objects: 11% (58/522) 2024-11-01T16:34:08.3304932Z remote: Counting objects: 12% (63/522) 2024-11-01T16:34:08.3305788Z remote: Counting objects: 13% (68/522) 2024-11-01T16:34:08.3306645Z remote: Counting objects: 14% (74/522) 2024-11-01T16:34:08.3307505Z remote: Counting objects: 15% (79/522) 2024-11-01T16:34:08.3308378Z remote: Counting objects: 16% (84/522) 2024-11-01T16:34:08.3309223Z remote: Counting objects: 17% (89/522) 2024-11-01T16:34:08.3310034Z remote: Counting objects: 18% (94/522) 2024-11-01T16:34:08.3310892Z remote: Counting objects: 19% (100/522) 2024-11-01T16:34:08.3311752Z remote: Counting objects: 20% (105/522) 2024-11-01T16:34:08.3312626Z remote: Counting objects: 21% (110/522) 2024-11-01T16:34:08.3313440Z remote: Counting objects: 22% (115/522) 2024-11-01T16:34:08.3314244Z remote: Counting objects: 23% (121/522) 2024-11-01T16:34:08.3314980Z remote: Counting objects: 24% (126/522) 2024-11-01T16:34:08.3316153Z remote: Counting objects: 25% (131/522) 2024-11-01T16:34:08.3317016Z remote: Counting objects: 26% (136/522) 2024-11-01T16:34:08.3318224Z remote: Counting objects: 27% (141/522) 2024-11-01T16:34:08.3319116Z remote: Counting objects: 28% (147/522) 2024-11-01T16:34:08.3319906Z remote: Counting objects: 29% (152/522) 2024-11-01T16:34:08.3320672Z remote: Counting objects: 30% (157/522) 2024-11-01T16:34:08.3321588Z remote: Counting objects: 31% (162/522) 2024-11-01T16:34:08.3322477Z remote: Counting objects: 32% (168/522) 2024-11-01T16:34:08.3323118Z remote: Counting objects: 33% (173/522) 2024-11-01T16:34:08.3323599Z remote: Counting objects: 34% (178/522) 2024-11-01T16:34:08.3324071Z remote: Counting objects: 35% (183/522) 2024-11-01T16:34:08.3324551Z remote: Counting objects: 36% (188/522) 2024-11-01T16:34:08.3325026Z remote: Counting objects: 37% (194/522) 2024-11-01T16:34:08.3325506Z remote: Counting objects: 38% (199/522) 2024-11-01T16:34:08.3325985Z remote: Counting objects: 39% (204/522) 2024-11-01T16:34:08.3326459Z remote: Counting objects: 40% (209/522) 2024-11-01T16:34:08.3326928Z remote: Counting objects: 41% (215/522) 2024-11-01T16:34:08.3327612Z remote: Counting objects: 42% (220/522) 2024-11-01T16:34:08.3328089Z remote: Counting objects: 43% (225/522) 2024-11-01T16:34:08.3328552Z remote: Counting objects: 44% (230/522) 2024-11-01T16:34:08.3329031Z remote: Counting objects: 45% (235/522) 2024-11-01T16:34:08.3329508Z remote: Counting objects: 46% (241/522) 2024-11-01T16:34:08.3329970Z remote: Counting objects: 47% (246/522) 2024-11-01T16:34:08.3330447Z remote: Counting objects: 48% (251/522) 2024-11-01T16:34:08.3330922Z remote: Counting objects: 49% (256/522) 2024-11-01T16:34:08.3331382Z remote: Counting objects: 50% (261/522) 2024-11-01T16:34:08.3331866Z remote: Counting objects: 51% (267/522) 2024-11-01T16:34:08.3332345Z remote: Counting objects: 52% (272/522) 2024-11-01T16:34:08.3332821Z remote: Counting objects: 53% (277/522) 2024-11-01T16:34:08.3333282Z remote: Counting objects: 54% (282/522) 2024-11-01T16:34:08.3333759Z remote: Counting objects: 55% (288/522) 2024-11-01T16:34:08.3334232Z remote: Counting objects: 56% (293/522) 2024-11-01T16:34:08.3334692Z remote: Counting objects: 57% (298/522) 2024-11-01T16:34:08.3335166Z remote: Counting objects: 58% (303/522) 2024-11-01T16:34:08.3335640Z remote: Counting objects: 59% (308/522) 2024-11-01T16:34:08.3336107Z remote: Counting objects: 60% (314/522) 2024-11-01T16:34:08.3336580Z remote: Counting objects: 61% (319/522) 2024-11-01T16:34:08.3337054Z remote: Counting objects: 62% (324/522) 2024-11-01T16:34:08.3337607Z remote: Counting objects: 63% (329/522) 2024-11-01T16:34:08.3338069Z remote: Counting objects: 64% (335/522) 2024-11-01T16:34:08.3338555Z remote: Counting objects: 65% (340/522) 2024-11-01T16:34:08.3339034Z remote: Counting objects: 66% (345/522) 2024-11-01T16:34:08.3339498Z remote: Counting objects: 67% (350/522) 2024-11-01T16:34:08.3339976Z remote: Counting objects: 68% (355/522) 2024-11-01T16:34:08.3340448Z remote: Counting objects: 69% (361/522) 2024-11-01T16:34:08.3340909Z remote: Counting objects: 70% (366/522) 2024-11-01T16:34:08.3341382Z remote: Counting objects: 71% (371/522) 2024-11-01T16:34:08.3341862Z remote: Counting objects: 72% (376/522) 2024-11-01T16:34:08.3342329Z remote: Counting objects: 73% (382/522) 2024-11-01T16:34:08.3342803Z remote: Counting objects: 74% (387/522) 2024-11-01T16:34:08.3343278Z remote: Counting objects: 75% (392/522) 2024-11-01T16:34:08.3343741Z remote: Counting objects: 76% (397/522) 2024-11-01T16:34:08.3344324Z remote: Counting objects: 77% (402/522) 2024-11-01T16:34:08.3344889Z remote: Counting objects: 78% (408/522) 2024-11-01T16:34:08.3345357Z remote: Counting objects: 79% (413/522) 2024-11-01T16:34:08.3345832Z remote: Counting objects: 80% (418/522) 2024-11-01T16:34:08.3346306Z remote: Counting objects: 81% (423/522) 2024-11-01T16:34:08.3346793Z remote: Counting objects: 82% (429/522) 2024-11-01T16:34:08.3347254Z remote: Counting objects: 83% (434/522) 2024-11-01T16:34:08.3347738Z remote: Counting objects: 84% (439/522) 2024-11-01T16:34:08.3348261Z remote: Counting objects: 85% (444/522) 2024-11-01T16:34:08.3348787Z remote: Counting objects: 86% (449/522) 2024-11-01T16:34:08.3349263Z remote: Counting objects: 87% (455/522) 2024-11-01T16:34:08.3349734Z remote: Counting objects: 88% (460/522) 2024-11-01T16:34:08.3350196Z remote: Counting objects: 89% (465/522) 2024-11-01T16:34:08.3350670Z remote: Counting objects: 90% (470/522) 2024-11-01T16:34:08.3351151Z remote: Counting objects: 91% (476/522) 2024-11-01T16:34:08.3351612Z remote: Counting objects: 92% (481/522) 2024-11-01T16:34:08.3352081Z remote: Counting objects: 93% (486/522) 2024-11-01T16:34:08.3352555Z remote: Counting objects: 94% (491/522) 2024-11-01T16:34:08.3353110Z remote: Counting objects: 95% (496/522) 2024-11-01T16:34:08.3353585Z remote: Counting objects: 96% (502/522) 2024-11-01T16:34:08.3354062Z remote: Counting objects: 97% (507/522) 2024-11-01T16:34:08.3354525Z remote: Counting objects: 98% (512/522) 2024-11-01T16:34:08.3355000Z remote: Counting objects: 99% (517/522) 2024-11-01T16:34:08.3355477Z remote: Counting objects: 100% (522/522) 2024-11-01T16:34:08.3355976Z remote: Counting objects: 100% (522/522), done. 2024-11-01T16:34:08.3356507Z remote: Compressing objects: 0% (1/277) 2024-11-01T16:34:08.3357028Z remote: Compressing objects: 1% (3/277) 2024-11-01T16:34:08.3406414Z remote: Compressing objects: 2% (6/277) 2024-11-01T16:34:08.3553858Z remote: Compressing objects: 3% (9/277) 2024-11-01T16:34:08.3716744Z remote: Compressing objects: 4% (12/277) 2024-11-01T16:34:08.3767771Z remote: Compressing objects: 5% (14/277) 2024-11-01T16:34:08.3976454Z remote: Compressing objects: 6% (17/277) 2024-11-01T16:34:08.4093112Z remote: Compressing objects: 7% (20/277) 2024-11-01T16:34:08.4220167Z remote: Compressing objects: 8% (23/277) 2024-11-01T16:34:08.4345290Z remote: Compressing objects: 9% (25/277) 2024-11-01T16:34:08.4399728Z remote: Compressing objects: 10% (28/277) 2024-11-01T16:34:08.4413840Z remote: Compressing objects: 11% (31/277) 2024-11-01T16:34:08.4414688Z remote: Compressing objects: 12% (34/277) 2024-11-01T16:34:08.4416168Z remote: Compressing objects: 13% (37/277) 2024-11-01T16:34:08.4417157Z remote: Compressing objects: 14% (39/277) 2024-11-01T16:34:08.4418491Z remote: Compressing objects: 15% (42/277) 2024-11-01T16:34:08.4419310Z remote: Compressing objects: 16% (45/277) 2024-11-01T16:34:08.4420751Z remote: Compressing objects: 17% (48/277) 2024-11-01T16:34:08.4421666Z remote: Compressing objects: 18% (50/277) 2024-11-01T16:34:08.4422653Z remote: Compressing objects: 19% (53/277) 2024-11-01T16:34:08.4423596Z remote: Compressing objects: 20% (56/277) 2024-11-01T16:34:08.4424511Z remote: Compressing objects: 21% (59/277) 2024-11-01T16:34:08.4426144Z remote: Compressing objects: 22% (61/277) 2024-11-01T16:34:08.4431506Z remote: Compressing objects: 23% (64/277) 2024-11-01T16:34:08.4432513Z remote: Compressing objects: 24% (67/277) 2024-11-01T16:34:08.4433525Z remote: Compressing objects: 25% (70/277) 2024-11-01T16:34:08.4436982Z remote: Compressing objects: 26% (73/277) 2024-11-01T16:34:08.4438386Z remote: Compressing objects: 27% (75/277) 2024-11-01T16:34:08.4439370Z remote: Compressing objects: 28% (78/277) 2024-11-01T16:34:08.4440209Z remote: Compressing objects: 29% (81/277) 2024-11-01T16:34:08.4441003Z remote: Compressing objects: 30% (84/277) 2024-11-01T16:34:08.4441987Z remote: Compressing objects: 31% (86/277) 2024-11-01T16:34:08.4442943Z remote: Compressing objects: 32% (89/277) 2024-11-01T16:34:08.4445449Z remote: Compressing objects: 33% (92/277) 2024-11-01T16:34:08.4446341Z remote: Compressing objects: 34% (95/277) 2024-11-01T16:34:08.4449135Z remote: Compressing objects: 35% (97/277) 2024-11-01T16:34:08.4458900Z remote: Compressing objects: 36% (100/277) 2024-11-01T16:34:08.4466275Z remote: Compressing objects: 37% (103/277) 2024-11-01T16:34:08.4467268Z remote: Compressing objects: 38% (106/277) 2024-11-01T16:34:08.4472576Z remote: Compressing objects: 39% (109/277) 2024-11-01T16:34:08.4477659Z remote: Compressing objects: 40% (111/277) 2024-11-01T16:34:08.4478648Z remote: Compressing objects: 41% (114/277) 2024-11-01T16:34:08.4479618Z remote: Compressing objects: 42% (117/277) 2024-11-01T16:34:08.4481932Z remote: Compressing objects: 43% (120/277) 2024-11-01T16:34:08.4489897Z remote: Compressing objects: 44% (122/277) 2024-11-01T16:34:08.4491090Z remote: Compressing objects: 45% (125/277) 2024-11-01T16:34:08.4498178Z remote: Compressing objects: 46% (128/277) 2024-11-01T16:34:08.4499184Z remote: Compressing objects: 47% (131/277) 2024-11-01T16:34:08.4501606Z remote: Compressing objects: 48% (133/277) 2024-11-01T16:34:08.4505356Z remote: Compressing objects: 49% (136/277) 2024-11-01T16:34:08.4506533Z remote: Compressing objects: 50% (139/277) 2024-11-01T16:34:08.4508623Z remote: Compressing objects: 51% (142/277) 2024-11-01T16:34:08.4511647Z remote: Compressing objects: 52% (145/277) 2024-11-01T16:34:08.4514260Z remote: Compressing objects: 53% (147/277) 2024-11-01T16:34:08.4515675Z remote: Compressing objects: 54% (150/277) 2024-11-01T16:34:08.4520554Z remote: Compressing objects: 55% (153/277) 2024-11-01T16:34:08.4522390Z remote: Compressing objects: 56% (156/277) 2024-11-01T16:34:08.4524191Z remote: Compressing objects: 57% (158/277) 2024-11-01T16:34:08.4530323Z remote: Compressing objects: 58% (161/277) 2024-11-01T16:34:08.4531445Z remote: Compressing objects: 59% (164/277) 2024-11-01T16:34:08.4532469Z remote: Compressing objects: 60% (167/277) 2024-11-01T16:34:08.4533420Z remote: Compressing objects: 61% (169/277) 2024-11-01T16:34:08.4534257Z remote: Compressing objects: 62% (172/277) 2024-11-01T16:34:08.4535261Z remote: Compressing objects: 63% (175/277) 2024-11-01T16:34:08.4536078Z remote: Compressing objects: 64% (178/277) 2024-11-01T16:34:08.4537248Z remote: Compressing objects: 65% (181/277) 2024-11-01T16:34:08.4538277Z remote: Compressing objects: 66% (183/277) 2024-11-01T16:34:08.4539339Z remote: Compressing objects: 67% (186/277) 2024-11-01T16:34:08.4540362Z remote: Compressing objects: 68% (189/277) 2024-11-01T16:34:08.4541343Z remote: Compressing objects: 69% (192/277) 2024-11-01T16:34:08.4542285Z remote: Compressing objects: 70% (194/277) 2024-11-01T16:34:08.4543232Z remote: Compressing objects: 71% (197/277) 2024-11-01T16:34:08.4544283Z remote: Compressing objects: 72% (200/277) 2024-11-01T16:34:08.4545390Z remote: Compressing objects: 73% (203/277) 2024-11-01T16:34:08.4546358Z remote: Compressing objects: 74% (205/277) 2024-11-01T16:34:08.4547511Z remote: Compressing objects: 75% (208/277) 2024-11-01T16:34:08.4548831Z remote: Compressing objects: 76% (211/277) 2024-11-01T16:34:08.4549900Z remote: Compressing objects: 77% (214/277) 2024-11-01T16:34:08.4551236Z remote: Compressing objects: 78% (217/277) 2024-11-01T16:34:08.4552082Z remote: Compressing objects: 79% (219/277) 2024-11-01T16:34:08.4553009Z remote: Compressing objects: 80% (222/277) 2024-11-01T16:34:08.4553955Z remote: Compressing objects: 81% (225/277) 2024-11-01T16:34:08.4554935Z remote: Compressing objects: 82% (228/277) 2024-11-01T16:34:08.4556063Z remote: Compressing objects: 83% (230/277) 2024-11-01T16:34:08.4557341Z remote: Compressing objects: 84% (233/277) 2024-11-01T16:34:08.4558425Z remote: Compressing objects: 85% (236/277) 2024-11-01T16:34:08.4559363Z remote: Compressing objects: 86% (239/277) 2024-11-01T16:34:08.4560044Z remote: Compressing objects: 87% (241/277) 2024-11-01T16:34:08.4560812Z remote: Compressing objects: 88% (244/277) 2024-11-01T16:34:08.4561576Z remote: Compressing objects: 89% (247/277) 2024-11-01T16:34:08.4562296Z remote: Compressing objects: 90% (250/277) 2024-11-01T16:34:08.4562997Z remote: Compressing objects: 91% (253/277) 2024-11-01T16:34:08.4563744Z remote: Compressing objects: 92% (255/277) 2024-11-01T16:34:08.4564525Z remote: Compressing objects: 93% (258/277) 2024-11-01T16:34:08.4565459Z remote: Compressing objects: 94% (261/277) 2024-11-01T16:34:08.4566561Z remote: Compressing objects: 95% (264/277) 2024-11-01T16:34:08.4567464Z remote: Compressing objects: 96% (266/277) 2024-11-01T16:34:08.4568427Z remote: Compressing objects: 97% (269/277) 2024-11-01T16:34:08.4569211Z remote: Compressing objects: 98% (272/277) 2024-11-01T16:34:08.4569933Z remote: Compressing objects: 99% (275/277) 2024-11-01T16:34:08.4570670Z remote: Compressing objects: 100% (277/277) 2024-11-01T16:34:08.4572095Z remote: Compressing objects: 100% (277/277), done. 2024-11-01T16:34:31.3558041Z remote: Total 1053700 (delta 320), reused 399 (delta 244), pack-reused 1053178 (from 1) 2024-11-01T16:35:50.1425524Z [command]/usr/bin/git rev-parse --verify --quiet d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea^{object} 2024-11-01T16:35:50.1455326Z d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:35:50.1463118Z ##[endgroup] 2024-11-01T16:35:50.1464972Z ##[group]Determining the checkout info 2024-11-01T16:35:50.1466403Z ##[endgroup] 2024-11-01T16:35:50.1467648Z ##[group]Checking out the ref 2024-11-01T16:35:50.1472323Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:35:51.6270275Z ##[endgroup] 2024-11-01T16:35:51.6311014Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:35:51.6342115Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:35:51.6796973Z Prepare all required actions 2024-11-01T16:35:51.6797741Z Getting action download info 2024-11-01T16:35:51.8163828Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:35:51.9814048Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:35:51.9814658Z with: 2024-11-01T16:35:51.9815181Z github-token: *** 2024-11-01T16:35:51.9816053Z 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-11-01T16:35:51.9817210Z ##[endgroup] 2024-11-01T16:35:51.9891262Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:35:51.9891901Z with: 2024-11-01T16:35:51.9892139Z shell: bash 2024-11-01T16:35:51.9892543Z timeout_minutes: 10 2024-11-01T16:35:51.9892852Z max_attempts: 5 2024-11-01T16:35:51.9893181Z retry_wait_seconds: 30 2024-11-01T16:35:51.9894474Z 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-11-01T16:35:51.9895676Z polling_interval_seconds: 1 2024-11-01T16:35:51.9896033Z warning_on_retry: true 2024-11-01T16:35:51.9896416Z continue_on_error: false 2024-11-01T16:35:51.9896818Z env: 2024-11-01T16:35:51.9897269Z GITHUB_TOKEN: *** 2024-11-01T16:35:51.9897569Z ##[endgroup] 2024-11-01T16:35:52.1040286Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:35:52.4502722Z Defaulting to user installation because normal site-packages is not writeable 2024-11-01T16:35:52.4630219Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:35:52.4633927Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:35:52.4794013Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-11-01T16:35:52.4797259Z 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-11-01T16:35:52.4800049Z 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-11-01T16:35:52.4803791Z 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-11-01T16:35:53.0861174Z Command completed after 1 attempt(s). 2024-11-01T16:35:53.0914731Z ##[group]Run set -x 2024-11-01T16:35:53.0915265Z set -x 2024-11-01T16:35:53.0915715Z  2024-11-01T16:35:53.0916584Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:35:53.0917764Z # in runner workspace 2024-11-01T16:35:53.0918671Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:35:53.0928408Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:35:53.0929210Z ##[endgroup] 2024-11-01T16:35:53.0975516Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:35:53.1276739Z ##[group]Run set -x 2024-11-01T16:35:53.1277404Z set -x 2024-11-01T16:35:53.1277703Z  2024-11-01T16:35:53.1278244Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-11-01T16:35:53.1279173Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-11-01T16:35:53.1280086Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-11-01T16:35:53.1281014Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-11-01T16:35:53.1281794Z # expose this variable as part of GitHub context. 2024-11-01T16:35:53.1282850Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-11-01T16:35:53.1283778Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-11-01T16:35:53.1284350Z pwd 2024-11-01T16:35:53.1284621Z  2024-11-01T16:35:53.1285162Z LOG_FILE=$(grep -l -r "d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea" *.log | tail -n 1) 2024-11-01T16:35:53.1285861Z if [ -n "${LOG_FILE}" ]; then 2024-11-01T16:35:53.1286553Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-11-01T16:35:53.1287295Z  # needs to be awk {print $3} on MacOS 2024-11-01T16:35:53.1287757Z  case ${RUNNER_OS} in 2024-11-01T16:35:53.1288121Z  macOS) 2024-11-01T16:35:53.1288768Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-11-01T16:35:53.1289508Z  ;; 2024-11-01T16:35:53.1289797Z  *) 2024-11-01T16:35:53.1290430Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-11-01T16:35:53.1291148Z  ;; 2024-11-01T16:35:53.1291440Z  esac 2024-11-01T16:35:53.1291849Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:35:53.1292332Z fi 2024-11-01T16:35:53.1292597Z  2024-11-01T16:35:53.1292858Z popd 2024-11-01T16:35:53.1298889Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:35:53.1299407Z ##[endgroup] 2024-11-01T16:35:53.1326285Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-11-01T16:35:53.1327645Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:35:53.1328696Z /home/ec2-user/actions-runner/_diag 2024-11-01T16:35:53.1329702Z + pwd 2024-11-01T16:35:53.1336708Z ++ grep -l -r d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea Runner_20241101-162144-utc.log Runner_20241101-162232-utc.log Worker_20241101-162515-utc.log Worker_20241101-162615-utc.log Worker_20241101-162705-utc.log Worker_20241101-162812-utc.log Worker_20241101-163054-utc.log Worker_20241101-163233-utc.log Worker_20241101-163349-utc.log 2024-11-01T16:35:53.1340734Z ++ tail -n 1 2024-11-01T16:35:53.1389874Z + LOG_FILE=Worker_20241101-163349-utc.log 2024-11-01T16:35:53.1391126Z + '[' -n Worker_20241101-163349-utc.log ']' 2024-11-01T16:35:53.1392374Z + case ${RUNNER_OS} in 2024-11-01T16:35:53.1396588Z ++ grep -r '"jobDisplayName"' Worker_20241101-163349-utc.log 2024-11-01T16:35:53.1401673Z ++ awk -F '[:]' '{print $2}' 2024-11-01T16:35:53.1416419Z ++ sed 's/"//g' 2024-11-01T16:35:53.1422761Z ++ xargs 2024-11-01T16:35:53.1449548Z + JOB_NAME='macos-py3-arm64-mps / filter,' 2024-11-01T16:35:53.1450868Z + echo 'job-name=macos-py3-arm64-mps / filter,' 2024-11-01T16:35:53.1452579Z + popd 2024-11-01T16:35:53.1453128Z ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:35:53.1480052Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:35:53.1480593Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:35:53.1481054Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:35:53.1481434Z  2024-11-01T16:35:53.1481979Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:35:53.1482672Z # in runner workspace 2024-11-01T16:35:53.1483234Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:35:53.1483882Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:35:53.1484332Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:35:53.1484757Z  --test-matrix "{ include: [ 2024-11-01T16:35:53.1485347Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, 2024-11-01T16:35:53.1486099Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, 2024-11-01T16:35:53.1486662Z ]} 2024-11-01T16:35:53.1486913Z " \ 2024-11-01T16:35:53.1487380Z  --selected-test-configs "" \ 2024-11-01T16:35:53.1487841Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:35:53.1488241Z  --tag "${TAG}" \ 2024-11-01T16:35:53.1488627Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:35:53.1489069Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:35:53.1489475Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:35:53.1495337Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:35:53.1495841Z env: 2024-11-01T16:35:53.1496294Z GITHUB_TOKEN: *** 2024-11-01T16:35:53.1496652Z JOB_NAME: macos-py3-arm64-mps / filter, 2024-11-01T16:35:53.1497093Z PR_NUMBER: 2024-11-01T16:35:53.1497376Z TAG: ciflow/trunk/138766 2024-11-01T16:35:53.1497719Z EVENT_NAME: push 2024-11-01T16:35:53.1498014Z SCHEDULE: 2024-11-01T16:35:53.1498273Z HEAD_BRANCH: 2024-11-01T16:35:53.1498558Z ##[endgroup] 2024-11-01T16:35:53.1524501Z Workflow: trunk 2024-11-01T16:35:53.1526779Z Job name: macos-py3-arm64-mps / filter, 2024-11-01T16:35:53.4068722Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:35:53.5666615Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:35:53.5667350Z echo "Filtered matrix:" 2024-11-01T16:35:53.5668964Z 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-11-01T16:35:53.5670493Z  2024-11-01T16:35:53.5670870Z echo 2024-11-01T16:35:53.5671420Z echo "Is the current job unstable? False" 2024-11-01T16:35:53.5672190Z  2024-11-01T16:35:53.5672597Z echo 2024-11-01T16:35:53.5673162Z echo "Is keep-going label set? False" 2024-11-01T16:35:53.5673913Z  2024-11-01T16:35:53.5674307Z echo 2024-11-01T16:35:53.5674778Z echo "Renabled issues? " 2024-11-01T16:35:53.5684510Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:35:53.5685043Z ##[endgroup] 2024-11-01T16:35:53.5712423Z Filtered matrix: 2024-11-01T16:35:53.5715602Z {include: [{config: mps, shard: 1, num_shards: 1, runner: macos-m1-13}, {config: mps, shard: 1, num_shards: 1, runner: macos-m1-14}]} 2024-11-01T16:35:53.5717174Z 2024-11-01T16:35:53.5717455Z Is the current job unstable? False 2024-11-01T16:35:53.5717982Z 2024-11-01T16:35:53.5718311Z Is keep-going label set? False 2024-11-01T16:35:53.5718576Z 2024-11-01T16:35:53.5718686Z Renabled issues? 2024-11-01T16:35:53.5850810Z Post job cleanup. 2024-11-01T16:35:53.5950742Z Post job cleanup. 2024-11-01T16:35:53.6891754Z [command]/usr/bin/git version 2024-11-01T16:35:53.6935333Z git version 2.40.1 2024-11-01T16:35:53.7001830Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9c176231-d843-455e-a357-dbfe95ebe5b4' before making global git config changes 2024-11-01T16:35:53.7004033Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:35:53.7005907Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:35:53.7035636Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:35:53.7073664Z [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-11-01T16:35:53.7439624Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:35:53.7441298Z http.https://github.com/.extraheader 2024-11-01T16:35:53.7458856Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:35:53.7494799Z [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-11-01T16:35:53.7968213Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:35:53.8007774Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-11-01T16:35:53.8016179Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:35:53.8017040Z ##[endgroup] 2024-11-01T16:36:00.7895120Z Evaluate and set job outputs 2024-11-01T16:36:00.7908214Z Set output 'test-matrix' 2024-11-01T16:36:00.7909258Z Set output 'is-test-matrix-empty' 2024-11-01T16:36:00.7909810Z Set output 'keep-going' 2024-11-01T16:36:00.7910257Z Set output 'ci-verbose-test-logs' 2024-11-01T16:36:00.7910774Z Set output 'ci-test-showlocals' 2024-11-01T16:36:00.7911248Z Set output 'ci-no-test-timeout' 2024-11-01T16:36:00.7911706Z Set output 'ci-no-td' 2024-11-01T16:36:00.7912473Z Cleaning up orphan processes