2024-08-08T20:19:56.1554641Z Current runner version: '2.319.0' 2024-08-08T20:19:56.1561326Z Runner name: 'i-0e71a22a3ccf61c6a' 2024-08-08T20:19:56.1562060Z Runner group name: 'Default' 2024-08-08T20:19:56.1562867Z Machine name: 'ip-10-0-8-227' 2024-08-08T20:19:56.1580631Z ##[group]GITHUB_TOKEN Permissions 2024-08-08T20:19:56.1582687Z Actions: read 2024-08-08T20:19:56.1583125Z Attestations: read 2024-08-08T20:19:56.1583652Z Checks: read 2024-08-08T20:19:56.1584075Z Contents: read 2024-08-08T20:19:56.1584482Z Deployments: read 2024-08-08T20:19:56.1584966Z Discussions: read 2024-08-08T20:19:56.1585429Z Issues: read 2024-08-08T20:19:56.1585814Z Metadata: read 2024-08-08T20:19:56.1586270Z Packages: read 2024-08-08T20:19:56.1586708Z Pages: read 2024-08-08T20:19:56.1587093Z PullRequests: read 2024-08-08T20:19:56.1587602Z RepositoryProjects: read 2024-08-08T20:19:56.1588150Z SecurityEvents: read 2024-08-08T20:19:56.1588582Z Statuses: read 2024-08-08T20:19:56.1589160Z ##[endgroup] 2024-08-08T20:19:56.1592835Z Secret source: Actions 2024-08-08T20:19:56.1593689Z Prepare workflow directory 2024-08-08T20:19:56.5514745Z Prepare all required actions 2024-08-08T20:19:56.5701061Z Getting action download info 2024-08-08T20:19:56.6919689Z Download action repository 'pytorch/pytorch@main' (SHA:b845068db2637682e3e0fd6597ff941694f9fa21) 2024-08-08T20:20:00.4317455Z Getting action download info 2024-08-08T20:20:00.5274146Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-08T20:20:00.7227890Z Uses: pytorch/pytorch/.github/workflows/_mac-test-mps.yml@refs/tags/ciflow/trunk/132710 (b9d86fa89636e301796d4201f36d86c73f6e49bc) 2024-08-08T20:20:00.7230345Z ##[group] Inputs 2024-08-08T20:20:00.7230728Z build-environment: macos-py3-arm64 2024-08-08T20:20:00.7231160Z sync-tag: macos-py3-arm64-mps-test 2024-08-08T20:20:00.7231702Z python-version: 3.9.12 2024-08-08T20:20:00.7232631Z 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-08-08T20:20:00.7233606Z ##[endgroup] 2024-08-08T20:20:00.7234313Z Complete job name: macos-py3-arm64-mps / filter 2024-08-08T20:20:00.7842129Z A job started hook has been configured by the self-hosted runner administrator 2024-08-08T20:20:00.7995117Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-08T20:20:00.8006629Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:20:00.8007243Z ##[endgroup] 2024-08-08T20:20:01.9981228Z Runner Type: linux.large 2024-08-08T20:20:01.9981719Z Instance Type: c5.large 2024-08-08T20:20:01.9982282Z AMI Name: amzn2-ami-hvm-2.0.20240306.2-x86_64-ebs 2024-08-08T20:20:01.9982776Z AMI ID: ami-0ce0c36d7a00b20e2 2024-08-08T20:20:06.2323982Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-08T20:20:06.2324587Z with: 2024-08-08T20:20:06.2324859Z submodules: false 2024-08-08T20:20:06.2325166Z fetch-depth: 0 2024-08-08T20:20:06.2325442Z ##[endgroup] 2024-08-08T20:20:06.2547581Z ##[group]Run retry () { 2024-08-08T20:20:06.2547986Z retry () { 2024-08-08T20:20:06.2548489Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-08T20:20:06.2549156Z } 2024-08-08T20:20:06.2549442Z echo "${GITHUB_WORKSPACE}" 2024-08-08T20:20:06.2549859Z if [ -z "${NO_SUDO}" ]; then 2024-08-08T20:20:06.2550355Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-08T20:20:06.2550821Z else 2024-08-08T20:20:06.2551157Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-08T20:20:06.2551805Z fi 2024-08-08T20:20:06.2552091Z mkdir "${GITHUB_WORKSPACE}" 2024-08-08T20:20:06.2560117Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:20:06.2560616Z env: 2024-08-08T20:20:06.2560858Z NO_SUDO: 2024-08-08T20:20:06.2561119Z ##[endgroup] 2024-08-08T20:20:06.2589945Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-08T20:20:06.5625699Z ##[group]Run malfet/checkout@silent-checkout 2024-08-08T20:20:06.5626289Z with: 2024-08-08T20:20:06.5626597Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-08T20:20:06.5627030Z fetch-depth: 0 2024-08-08T20:20:06.5627306Z submodules: false 2024-08-08T20:20:06.5627608Z quiet-checkout: true 2024-08-08T20:20:06.5627947Z repository: pytorch/pytorch 2024-08-08T20:20:06.5628436Z token: *** 2024-08-08T20:20:06.5628712Z ssh-strict: true 2024-08-08T20:20:06.5629133Z persist-credentials: true 2024-08-08T20:20:06.5629463Z clean: true 2024-08-08T20:20:06.5629770Z sparse-checkout-cone-mode: true 2024-08-08T20:20:06.5630148Z lfs: false 2024-08-08T20:20:06.5630416Z set-safe-directory: true 2024-08-08T20:20:06.5630944Z ##[endgroup] 2024-08-08T20:20:06.6790793Z Syncing repository: pytorch/pytorch 2024-08-08T20:20:06.6793695Z ##[group]Getting Git version info 2024-08-08T20:20:06.6794905Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-08T20:20:06.6796285Z [command]/usr/bin/git version 2024-08-08T20:20:06.6796965Z git version 2.40.1 2024-08-08T20:20:06.6798907Z ##[endgroup] 2024-08-08T20:20:06.6810709Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d72d21a0-4b15-4644-9ec1-0f99620c21e3' before making global git config changes 2024-08-08T20:20:06.6812007Z Adding repository directory to the temporary git global config as a safe directory 2024-08-08T20:20:06.6813171Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-08T20:20:06.6849609Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-08T20:20:06.6856982Z ##[group]Initializing the repository 2024-08-08T20:20:06.6862754Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-08T20:20:06.6893300Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-08T20:20:06.6894389Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-08T20:20:06.6895231Z hint: of your new repositories, which will suppress this warning, call: 2024-08-08T20:20:06.6895783Z hint: 2024-08-08T20:20:06.6896205Z hint: git config --global init.defaultBranch 2024-08-08T20:20:06.6896665Z hint: 2024-08-08T20:20:06.6897159Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-08T20:20:06.6898021Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-08T20:20:06.6898610Z hint: 2024-08-08T20:20:06.6898893Z hint: git branch -m 2024-08-08T20:20:06.6906003Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-08T20:20:06.6916754Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-08T20:20:06.6947080Z ##[endgroup] 2024-08-08T20:20:06.6949796Z ##[group]Disabling automatic garbage collection 2024-08-08T20:20:06.6956081Z [command]/usr/bin/git config --local gc.auto 0 2024-08-08T20:20:06.6985887Z ##[endgroup] 2024-08-08T20:20:06.6987306Z ##[group]Setting up auth 2024-08-08T20:20:06.6995254Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-08T20:20:06.7025350Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-08T20:20:06.7262014Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-08T20:20:06.7293202Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-08T20:20:06.7531968Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-08T20:20:06.7581914Z ##[endgroup] 2024-08-08T20:20:06.7583112Z ##[group]Fetching the repository 2024-08-08T20:20:06.7590475Z [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-08-08T20:20:09.3389685Z remote: Enumerating objects: 1008969 2024-08-08T20:20:09.3391101Z remote: Enumerating objects: 1011676, done. 2024-08-08T20:20:09.3395718Z remote: Counting objects: 0% (1/2707) 2024-08-08T20:20:09.3398332Z remote: Counting objects: 1% (28/2707) 2024-08-08T20:20:09.3411290Z remote: Counting objects: 2% (55/2707) 2024-08-08T20:20:09.3412243Z remote: Counting objects: 3% (82/2707) 2024-08-08T20:20:09.3413113Z remote: Counting objects: 4% (109/2707) 2024-08-08T20:20:09.3413957Z remote: Counting objects: 5% (136/2707) 2024-08-08T20:20:09.3414828Z remote: Counting objects: 6% (163/2707) 2024-08-08T20:20:09.3415677Z remote: Counting objects: 7% (190/2707) 2024-08-08T20:20:09.3416513Z remote: Counting objects: 8% (217/2707) 2024-08-08T20:20:09.3417392Z remote: Counting objects: 9% (244/2707) 2024-08-08T20:20:09.3418241Z remote: Counting objects: 10% (271/2707) 2024-08-08T20:20:09.3419074Z remote: Counting objects: 11% (298/2707) 2024-08-08T20:20:09.3419918Z remote: Counting objects: 12% (325/2707) 2024-08-08T20:20:09.3420794Z remote: Counting objects: 13% (352/2707) 2024-08-08T20:20:09.3421651Z remote: Counting objects: 14% (379/2707) 2024-08-08T20:20:09.3422422Z remote: Counting objects: 15% (407/2707) 2024-08-08T20:20:09.3423270Z remote: Counting objects: 16% (434/2707) 2024-08-08T20:20:09.3424137Z remote: Counting objects: 17% (461/2707) 2024-08-08T20:20:09.3424957Z remote: Counting objects: 18% (488/2707) 2024-08-08T20:20:09.3425818Z remote: Counting objects: 19% (515/2707) 2024-08-08T20:20:09.3426670Z remote: Counting objects: 20% (542/2707) 2024-08-08T20:20:09.3427502Z remote: Counting objects: 21% (569/2707) 2024-08-08T20:20:09.3428413Z remote: Counting objects: 22% (596/2707) 2024-08-08T20:20:09.3429324Z remote: Counting objects: 23% (623/2707) 2024-08-08T20:20:09.3430165Z remote: Counting objects: 24% (650/2707) 2024-08-08T20:20:09.3431011Z remote: Counting objects: 25% (677/2707) 2024-08-08T20:20:09.3441541Z remote: Counting objects: 26% (704/2707) 2024-08-08T20:20:09.3442373Z remote: Counting objects: 27% (731/2707) 2024-08-08T20:20:09.3445733Z remote: Counting objects: 28% (758/2707) 2024-08-08T20:20:09.3446889Z remote: Counting objects: 29% (786/2707) 2024-08-08T20:20:09.3448007Z remote: Counting objects: 30% (813/2707) 2024-08-08T20:20:09.3449615Z remote: Counting objects: 31% (840/2707) 2024-08-08T20:20:09.3450779Z remote: Counting objects: 32% (867/2707) 2024-08-08T20:20:09.3451987Z remote: Counting objects: 33% (894/2707) 2024-08-08T20:20:09.3453103Z remote: Counting objects: 34% (921/2707) 2024-08-08T20:20:09.3454249Z remote: Counting objects: 35% (948/2707) 2024-08-08T20:20:09.3455408Z remote: Counting objects: 36% (975/2707) 2024-08-08T20:20:09.3456569Z remote: Counting objects: 37% (1002/2707) 2024-08-08T20:20:09.3457733Z remote: Counting objects: 38% (1029/2707) 2024-08-08T20:20:09.3458924Z remote: Counting objects: 39% (1056/2707) 2024-08-08T20:20:09.3460093Z remote: Counting objects: 40% (1083/2707) 2024-08-08T20:20:09.3461251Z remote: Counting objects: 41% (1110/2707) 2024-08-08T20:20:09.3462425Z remote: Counting objects: 42% (1137/2707) 2024-08-08T20:20:09.3463596Z remote: Counting objects: 43% (1165/2707) 2024-08-08T20:20:09.3464765Z remote: Counting objects: 44% (1192/2707) 2024-08-08T20:20:09.3465938Z remote: Counting objects: 45% (1219/2707) 2024-08-08T20:20:09.3467102Z remote: Counting objects: 46% (1246/2707) 2024-08-08T20:20:09.3468262Z remote: Counting objects: 47% (1273/2707) 2024-08-08T20:20:09.3469708Z remote: Counting objects: 48% (1300/2707) 2024-08-08T20:20:09.3470887Z remote: Counting objects: 49% (1327/2707) 2024-08-08T20:20:09.3472138Z remote: Counting objects: 50% (1354/2707) 2024-08-08T20:20:09.3473321Z remote: Counting objects: 51% (1381/2707) 2024-08-08T20:20:09.3474500Z remote: Counting objects: 52% (1408/2707) 2024-08-08T20:20:09.3475654Z remote: Counting objects: 53% (1435/2707) 2024-08-08T20:20:09.3476842Z remote: Counting objects: 54% (1462/2707) 2024-08-08T20:20:09.3478011Z remote: Counting objects: 55% (1489/2707) 2024-08-08T20:20:09.3479200Z remote: Counting objects: 56% (1516/2707) 2024-08-08T20:20:09.3480348Z remote: Counting objects: 57% (1543/2707) 2024-08-08T20:20:09.3481519Z remote: Counting objects: 58% (1571/2707) 2024-08-08T20:20:09.3482690Z remote: Counting objects: 59% (1598/2707) 2024-08-08T20:20:09.3483842Z remote: Counting objects: 60% (1625/2707) 2024-08-08T20:20:09.3484918Z remote: Counting objects: 61% (1652/2707) 2024-08-08T20:20:09.3485724Z remote: Counting objects: 62% (1679/2707) 2024-08-08T20:20:09.3486745Z remote: Counting objects: 63% (1706/2707) 2024-08-08T20:20:09.3487655Z remote: Counting objects: 64% (1733/2707) 2024-08-08T20:20:09.3528794Z remote: Counting objects: 65% (1760/2707) 2024-08-08T20:20:09.3529742Z remote: Counting objects: 66% (1787/2707) 2024-08-08T20:20:09.3530704Z remote: Counting objects: 67% (1814/2707) 2024-08-08T20:20:09.3531433Z remote: Counting objects: 68% (1841/2707) 2024-08-08T20:20:09.3531957Z remote: Counting objects: 69% (1868/2707) 2024-08-08T20:20:09.3532455Z remote: Counting objects: 70% (1895/2707) 2024-08-08T20:20:09.3532965Z remote: Counting objects: 71% (1922/2707) 2024-08-08T20:20:09.3533473Z remote: Counting objects: 72% (1950/2707) 2024-08-08T20:20:09.3533975Z remote: Counting objects: 73% (1977/2707) 2024-08-08T20:20:09.3534486Z remote: Counting objects: 74% (2004/2707) 2024-08-08T20:20:09.3534995Z remote: Counting objects: 75% (2031/2707) 2024-08-08T20:20:09.3535491Z remote: Counting objects: 76% (2058/2707) 2024-08-08T20:20:09.3536000Z remote: Counting objects: 77% (2085/2707) 2024-08-08T20:20:09.3536508Z remote: Counting objects: 78% (2112/2707) 2024-08-08T20:20:09.3537019Z remote: Counting objects: 79% (2139/2707) 2024-08-08T20:20:09.3537513Z remote: Counting objects: 80% (2166/2707) 2024-08-08T20:20:09.3538017Z remote: Counting objects: 81% (2193/2707) 2024-08-08T20:20:09.3538736Z remote: Counting objects: 82% (2220/2707) 2024-08-08T20:20:09.3539233Z remote: Counting objects: 83% (2247/2707) 2024-08-08T20:20:09.3539744Z remote: Counting objects: 84% (2274/2707) 2024-08-08T20:20:09.3540539Z remote: Counting objects: 85% (2301/2707) 2024-08-08T20:20:09.3541498Z remote: Counting objects: 86% (2329/2707) 2024-08-08T20:20:09.3542448Z remote: Counting objects: 87% (2356/2707) 2024-08-08T20:20:09.3542993Z remote: Counting objects: 88% (2383/2707) 2024-08-08T20:20:09.3543484Z remote: Counting objects: 89% (2410/2707) 2024-08-08T20:20:09.3543990Z remote: Counting objects: 90% (2437/2707) 2024-08-08T20:20:09.3544495Z remote: Counting objects: 91% (2464/2707) 2024-08-08T20:20:09.3544984Z remote: Counting objects: 92% (2491/2707) 2024-08-08T20:20:09.3545489Z remote: Counting objects: 93% (2518/2707) 2024-08-08T20:20:09.3545990Z remote: Counting objects: 94% (2545/2707) 2024-08-08T20:20:09.3546490Z remote: Counting objects: 95% (2572/2707) 2024-08-08T20:20:09.3547000Z remote: Counting objects: 96% (2599/2707) 2024-08-08T20:20:09.3547507Z remote: Counting objects: 97% (2626/2707) 2024-08-08T20:20:09.3548014Z remote: Counting objects: 98% (2653/2707) 2024-08-08T20:20:09.3548695Z remote: Counting objects: 99% (2680/2707) 2024-08-08T20:20:09.3549292Z remote: Counting objects: 100% (2707/2707) 2024-08-08T20:20:09.3549842Z remote: Counting objects: 100% (2707/2707), done. 2024-08-08T20:20:09.4035249Z remote: Compressing objects: 0% (1/1409) 2024-08-08T20:20:09.4435082Z remote: Compressing objects: 1% (15/1409) 2024-08-08T20:20:09.4509660Z remote: Compressing objects: 2% (29/1409) 2024-08-08T20:20:09.5119520Z remote: Compressing objects: 3% (43/1409) 2024-08-08T20:20:09.6370725Z remote: Compressing objects: 4% (57/1409) 2024-08-08T20:20:09.8808685Z remote: Compressing objects: 5% (71/1409) 2024-08-08T20:20:09.9584884Z remote: Compressing objects: 6% (85/1409) 2024-08-08T20:20:09.9933370Z remote: Compressing objects: 7% (99/1409) 2024-08-08T20:20:10.0188403Z remote: Compressing objects: 8% (113/1409) 2024-08-08T20:20:10.0541554Z remote: Compressing objects: 9% (127/1409) 2024-08-08T20:20:10.0859278Z remote: Compressing objects: 10% (141/1409) 2024-08-08T20:20:10.1213883Z remote: Compressing objects: 11% (155/1409) 2024-08-08T20:20:10.1451857Z remote: Compressing objects: 12% (170/1409) 2024-08-08T20:20:10.1612209Z remote: Compressing objects: 13% (184/1409) 2024-08-08T20:20:10.1745249Z remote: Compressing objects: 14% (198/1409) 2024-08-08T20:20:10.1860105Z remote: Compressing objects: 15% (212/1409) 2024-08-08T20:20:10.1892697Z remote: Compressing objects: 16% (226/1409) 2024-08-08T20:20:10.1923455Z remote: Compressing objects: 17% (240/1409) 2024-08-08T20:20:10.1955845Z remote: Compressing objects: 18% (254/1409) 2024-08-08T20:20:10.1966693Z remote: Compressing objects: 19% (268/1409) 2024-08-08T20:20:10.1994720Z remote: Compressing objects: 20% (282/1409) 2024-08-08T20:20:10.1998799Z remote: Compressing objects: 21% (296/1409) 2024-08-08T20:20:10.2026944Z remote: Compressing objects: 22% (310/1409) 2024-08-08T20:20:10.2079723Z remote: Compressing objects: 23% (325/1409) 2024-08-08T20:20:10.2089041Z remote: Compressing objects: 24% (339/1409) 2024-08-08T20:20:10.2108736Z remote: Compressing objects: 25% (353/1409) 2024-08-08T20:20:10.2117000Z remote: Compressing objects: 26% (367/1409) 2024-08-08T20:20:10.2143337Z remote: Compressing objects: 27% (381/1409) 2024-08-08T20:20:10.2182904Z remote: Compressing objects: 28% (395/1409) 2024-08-08T20:20:10.2201603Z remote: Compressing objects: 29% (409/1409) 2024-08-08T20:20:10.2215491Z remote: Compressing objects: 30% (423/1409) 2024-08-08T20:20:10.2232223Z remote: Compressing objects: 31% (437/1409) 2024-08-08T20:20:10.2257949Z remote: Compressing objects: 32% (451/1409) 2024-08-08T20:20:10.2286244Z remote: Compressing objects: 33% (465/1409) 2024-08-08T20:20:10.2307035Z remote: Compressing objects: 34% (480/1409) 2024-08-08T20:20:10.2326318Z remote: Compressing objects: 35% (494/1409) 2024-08-08T20:20:10.2350732Z remote: Compressing objects: 36% (508/1409) 2024-08-08T20:20:10.2373661Z remote: Compressing objects: 37% (522/1409) 2024-08-08T20:20:10.2390415Z remote: Compressing objects: 38% (536/1409) 2024-08-08T20:20:10.2413531Z remote: Compressing objects: 39% (550/1409) 2024-08-08T20:20:10.2424834Z remote: Compressing objects: 40% (564/1409) 2024-08-08T20:20:10.2445021Z remote: Compressing objects: 41% (578/1409) 2024-08-08T20:20:10.2463319Z remote: Compressing objects: 42% (592/1409) 2024-08-08T20:20:10.2483766Z remote: Compressing objects: 43% (606/1409) 2024-08-08T20:20:10.2500089Z remote: Compressing objects: 44% (620/1409) 2024-08-08T20:20:10.2513013Z remote: Compressing objects: 45% (635/1409) 2024-08-08T20:20:10.2530107Z remote: Compressing objects: 46% (649/1409) 2024-08-08T20:20:10.2543792Z remote: Compressing objects: 47% (663/1409) 2024-08-08T20:20:10.2553409Z remote: Compressing objects: 48% (677/1409) 2024-08-08T20:20:10.2566183Z remote: Compressing objects: 49% (691/1409) 2024-08-08T20:20:10.2575726Z remote: Compressing objects: 50% (705/1409) 2024-08-08T20:20:10.2582712Z remote: Compressing objects: 51% (719/1409) 2024-08-08T20:20:10.2589103Z remote: Compressing objects: 52% (733/1409) 2024-08-08T20:20:10.2595522Z remote: Compressing objects: 53% (747/1409) 2024-08-08T20:20:10.2600812Z remote: Compressing objects: 54% (761/1409) 2024-08-08T20:20:10.2606128Z remote: Compressing objects: 55% (775/1409) 2024-08-08T20:20:10.2610889Z remote: Compressing objects: 56% (790/1409) 2024-08-08T20:20:10.2619663Z remote: Compressing objects: 57% (804/1409) 2024-08-08T20:20:10.2623525Z remote: Compressing objects: 58% (818/1409) 2024-08-08T20:20:10.2626938Z remote: Compressing objects: 59% (832/1409) 2024-08-08T20:20:10.2630331Z remote: Compressing objects: 60% (846/1409) 2024-08-08T20:20:10.2635368Z remote: Compressing objects: 61% (860/1409) 2024-08-08T20:20:10.2636342Z remote: Compressing objects: 62% (874/1409) 2024-08-08T20:20:10.2637353Z remote: Compressing objects: 63% (888/1409) 2024-08-08T20:20:10.2638264Z remote: Compressing objects: 64% (902/1409) 2024-08-08T20:20:10.2642636Z remote: Compressing objects: 65% (916/1409) 2024-08-08T20:20:10.2643474Z remote: Compressing objects: 66% (930/1409) 2024-08-08T20:20:10.2644001Z remote: Compressing objects: 67% (945/1409) 2024-08-08T20:20:10.2644556Z remote: Compressing objects: 68% (959/1409) 2024-08-08T20:20:10.2646956Z remote: Compressing objects: 69% (973/1409) 2024-08-08T20:20:10.2656791Z remote: Compressing objects: 70% (987/1409) 2024-08-08T20:20:10.2660882Z remote: Compressing objects: 71% (1001/1409) 2024-08-08T20:20:10.2668432Z remote: Compressing objects: 72% (1015/1409) 2024-08-08T20:20:10.2672082Z remote: Compressing objects: 73% (1029/1409) 2024-08-08T20:20:10.2673127Z remote: Compressing objects: 74% (1043/1409) 2024-08-08T20:20:10.2679533Z remote: Compressing objects: 75% (1057/1409) 2024-08-08T20:20:10.2680103Z remote: Compressing objects: 76% (1071/1409) 2024-08-08T20:20:10.2682928Z remote: Compressing objects: 77% (1085/1409) 2024-08-08T20:20:10.2686769Z remote: Compressing objects: 78% (1100/1409) 2024-08-08T20:20:10.2690465Z remote: Compressing objects: 79% (1114/1409) 2024-08-08T20:20:10.2693745Z remote: Compressing objects: 80% (1128/1409) 2024-08-08T20:20:10.2698179Z remote: Compressing objects: 81% (1142/1409) 2024-08-08T20:20:10.2699289Z remote: Compressing objects: 82% (1156/1409) 2024-08-08T20:20:10.2704609Z remote: Compressing objects: 83% (1170/1409) 2024-08-08T20:20:10.2705759Z remote: Compressing objects: 84% (1184/1409) 2024-08-08T20:20:10.2708265Z remote: Compressing objects: 85% (1198/1409) 2024-08-08T20:20:10.2711250Z remote: Compressing objects: 86% (1212/1409) 2024-08-08T20:20:10.2712416Z remote: Compressing objects: 87% (1226/1409) 2024-08-08T20:20:10.2716675Z remote: Compressing objects: 88% (1240/1409) 2024-08-08T20:20:10.2717910Z remote: Compressing objects: 89% (1255/1409) 2024-08-08T20:20:10.2725577Z remote: Compressing objects: 90% (1269/1409) 2024-08-08T20:20:10.2726692Z remote: Compressing objects: 91% (1283/1409) 2024-08-08T20:20:10.2731000Z remote: Compressing objects: 92% (1297/1409) 2024-08-08T20:20:10.2735035Z remote: Compressing objects: 93% (1311/1409) 2024-08-08T20:20:10.2736093Z remote: Compressing objects: 94% (1325/1409) 2024-08-08T20:20:10.2736660Z remote: Compressing objects: 95% (1339/1409) 2024-08-08T20:20:10.2737383Z remote: Compressing objects: 96% (1353/1409) 2024-08-08T20:20:10.2739767Z remote: Compressing objects: 97% (1367/1409) 2024-08-08T20:20:10.2744821Z remote: Compressing objects: 98% (1381/1409) 2024-08-08T20:20:10.2745687Z remote: Compressing objects: 99% (1395/1409) 2024-08-08T20:20:10.2747832Z remote: Compressing objects: 100% (1409/1409) 2024-08-08T20:20:10.2748741Z remote: Compressing objects: 100% (1409/1409), done. 2024-08-08T20:20:32.2092092Z remote: Total 1011676 (delta 1794), reused 1957 (delta 1295), pack-reused 1008969 2024-08-08T20:21:43.8997710Z [command]/usr/bin/git rev-parse --verify --quiet b9d86fa89636e301796d4201f36d86c73f6e49bc^{object} 2024-08-08T20:21:43.9023513Z b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-08T20:21:43.9032927Z ##[endgroup] 2024-08-08T20:21:43.9033844Z ##[group]Determining the checkout info 2024-08-08T20:21:43.9035079Z ##[endgroup] 2024-08-08T20:21:43.9036034Z ##[group]Checking out the ref 2024-08-08T20:21:43.9041052Z [command]/usr/bin/git checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-08T20:21:45.3216439Z ##[endgroup] 2024-08-08T20:21:45.3254593Z [command]/usr/bin/git log -1 --format='%H' 2024-08-08T20:21:45.3290619Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-08T20:21:45.3580188Z Prepare all required actions 2024-08-08T20:21:45.3580700Z Getting action download info 2024-08-08T20:21:45.4908211Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-08T20:21:45.6471556Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-08T20:21:45.6472017Z with: 2024-08-08T20:21:45.6472477Z github-token: *** 2024-08-08T20:21:45.6473347Z 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-08-08T20:21:45.6474294Z ##[endgroup] 2024-08-08T20:21:45.6516447Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-08T20:21:45.6517025Z with: 2024-08-08T20:21:45.6517270Z shell: bash 2024-08-08T20:21:45.6517534Z timeout_minutes: 10 2024-08-08T20:21:45.6517840Z max_attempts: 5 2024-08-08T20:21:45.6518131Z retry_wait_seconds: 30 2024-08-08T20:21:45.6519334Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-08T20:21:45.6520560Z polling_interval_seconds: 1 2024-08-08T20:21:45.6520909Z warning_on_retry: true 2024-08-08T20:21:45.6521246Z continue_on_error: false 2024-08-08T20:21:45.6521568Z env: 2024-08-08T20:21:45.6521974Z GITHUB_TOKEN: *** 2024-08-08T20:21:45.6522268Z ##[endgroup] 2024-08-08T20:21:45.7069016Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-08T20:21:46.0931073Z Defaulting to user installation because normal site-packages is not writeable 2024-08-08T20:21:46.1120027Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.7/site-packages (2.27.1) 2024-08-08T20:21:46.1262384Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0.1) 2024-08-08T20:21:46.1280466Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (1.26.19) 2024-08-08T20:21:46.1476429Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (2.0.12) 2024-08-08T20:21:46.1501882Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (3.7) 2024-08-08T20:21:46.1517727Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.27.1) (2024.7.4) 2024-08-08T20:21:46.7066035Z Command completed after 1 attempt(s). 2024-08-08T20:21:46.7114837Z ##[group]Run set -x 2024-08-08T20:21:46.7115169Z set -x 2024-08-08T20:21:46.7115448Z  2024-08-08T20:21:46.7115977Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-08T20:21:46.7116684Z # in runner workspace 2024-08-08T20:21:46.7117204Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-08T20:21:46.7124814Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:21:46.7125325Z ##[endgroup] 2024-08-08T20:21:46.7148770Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-08T20:21:46.7404526Z ##[group]Run set -x 2024-08-08T20:21:46.7404882Z set -x 2024-08-08T20:21:46.7405145Z  2024-08-08T20:21:46.7405686Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-08T20:21:46.7406626Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-08T20:21:46.7407547Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-08T20:21:46.7408618Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-08T20:21:46.7409421Z # expose this variable as part of GitHub context. 2024-08-08T20:21:46.7410273Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-08T20:21:46.7411174Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-08T20:21:46.7411738Z pwd 2024-08-08T20:21:46.7412005Z  2024-08-08T20:21:46.7412529Z LOG_FILE=$(grep -l -r "b9d86fa89636e301796d4201f36d86c73f6e49bc" *.log | tail -n 1) 2024-08-08T20:21:46.7413212Z if [ -n "${LOG_FILE}" ]; then 2024-08-08T20:21:46.7413902Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-08T20:21:46.7414643Z  # needs to be awk {print $3} on MacOS 2024-08-08T20:21:46.7415105Z  case ${RUNNER_OS} in 2024-08-08T20:21:46.7415462Z  macOS) 2024-08-08T20:21:46.7416128Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-08T20:21:46.7416857Z  ;; 2024-08-08T20:21:46.7417140Z  *) 2024-08-08T20:21:46.7417777Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-08T20:21:46.7418503Z  ;; 2024-08-08T20:21:46.7418784Z  esac 2024-08-08T20:21:46.7419182Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-08T20:21:46.7419658Z fi 2024-08-08T20:21:46.7419915Z  2024-08-08T20:21:46.7420167Z popd 2024-08-08T20:21:46.7427423Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:21:46.7427926Z ##[endgroup] 2024-08-08T20:21:46.7450962Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-08T20:21:46.7451729Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-08T20:21:46.7453810Z + pwd 2024-08-08T20:21:46.7454451Z /home/ec2-user/actions-runner/_diag 2024-08-08T20:21:46.7463470Z ++ grep -l -r b9d86fa89636e301796d4201f36d86c73f6e49bc Runner_20240808-200642-utc.log Runner_20240808-200727-utc.log Worker_20240808-200949-utc.log Worker_20240808-201049-utc.log Worker_20240808-201144-utc.log Worker_20240808-201657-utc.log Worker_20240808-201953-utc.log 2024-08-08T20:21:46.7466471Z ++ tail -n 1 2024-08-08T20:21:46.7484764Z + LOG_FILE=Worker_20240808-201953-utc.log 2024-08-08T20:21:46.7485796Z + '[' -n Worker_20240808-201953-utc.log ']' 2024-08-08T20:21:46.7486645Z + case ${RUNNER_OS} in 2024-08-08T20:21:46.7489581Z ++ grep -r '"jobDisplayName"' Worker_20240808-201953-utc.log 2024-08-08T20:21:46.7492225Z ++ xargs 2024-08-08T20:21:46.7494831Z ++ sed 's/"//g' 2024-08-08T20:21:46.7497005Z ++ awk -F '[:]' '{print $2}' 2024-08-08T20:21:46.7525958Z + JOB_NAME='macos-py3-arm64-mps / filter,' 2024-08-08T20:21:46.7526693Z ~/actions-runner/_work/pytorch/pytorch 2024-08-08T20:21:46.7527946Z + echo 'job-name=macos-py3-arm64-mps / filter,' 2024-08-08T20:21:46.7528465Z + popd 2024-08-08T20:21:46.7553289Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-08T20:21:46.7553816Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-08T20:21:46.7554270Z echo "Job name: ${JOB_NAME}" 2024-08-08T20:21:46.7554661Z  2024-08-08T20:21:46.7555186Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-08T20:21:46.7555872Z # in runner workspace 2024-08-08T20:21:46.7556442Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-08T20:21:46.7557074Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-08T20:21:46.7557521Z  --job-name "${JOB_NAME}" \ 2024-08-08T20:21:46.7557941Z  --test-matrix "{ include: [ 2024-08-08T20:21:46.7558523Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, 2024-08-08T20:21:46.7559272Z  { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, 2024-08-08T20:21:46.7559938Z ]} 2024-08-08T20:21:46.7560188Z " \ 2024-08-08T20:21:46.7560508Z  --selected-test-configs "" \ 2024-08-08T20:21:46.7560955Z  --pr-number "${PR_NUMBER}" \ 2024-08-08T20:21:46.7561359Z  --tag "${TAG}" \ 2024-08-08T20:21:46.7561718Z  --event-name "${EVENT_NAME}" \ 2024-08-08T20:21:46.7562161Z  --schedule "${SCHEDULE}" \ 2024-08-08T20:21:46.7562577Z  --branch "${HEAD_BRANCH}" 2024-08-08T20:21:46.7569699Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:21:46.7570199Z env: 2024-08-08T20:21:46.7570652Z GITHUB_TOKEN: *** 2024-08-08T20:21:46.7570983Z JOB_NAME: macos-py3-arm64-mps / filter, 2024-08-08T20:21:46.7571399Z PR_NUMBER: 2024-08-08T20:21:46.7571700Z TAG: ciflow/trunk/132710 2024-08-08T20:21:46.7572021Z EVENT_NAME: push 2024-08-08T20:21:46.7572310Z SCHEDULE: 2024-08-08T20:21:46.7572577Z HEAD_BRANCH: 2024-08-08T20:21:46.7572841Z ##[endgroup] 2024-08-08T20:21:46.7593546Z Workflow: trunk 2024-08-08T20:21:46.7595610Z Job name: macos-py3-arm64-mps / filter, 2024-08-08T20:21:47.0030872Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-08T20:21:47.1591654Z ##[group]Run echo "Filtered matrix:" 2024-08-08T20:21:47.1592102Z echo "Filtered matrix:" 2024-08-08T20:21:47.1593051Z 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-08-08T20:21:47.1593993Z  2024-08-08T20:21:47.1594232Z echo 2024-08-08T20:21:47.1594589Z echo "Is the current job unstable? False" 2024-08-08T20:21:47.1595035Z  2024-08-08T20:21:47.1595287Z echo 2024-08-08T20:21:47.1595624Z echo "Is keep-going label set? False" 2024-08-08T20:21:47.1596051Z  2024-08-08T20:21:47.1596284Z echo 2024-08-08T20:21:47.1596578Z echo "Renabled issues? " 2024-08-08T20:21:47.1604138Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:21:47.1604628Z ##[endgroup] 2024-08-08T20:21:47.1633800Z Filtered matrix: 2024-08-08T20:21:47.1634795Z {include: [{config: mps, shard: 1, num_shards: 1, runner: macos-m1-13}, {config: mps, shard: 1, num_shards: 1, runner: macos-m1-14}]} 2024-08-08T20:21:47.1635532Z 2024-08-08T20:21:47.1635684Z Is the current job unstable? False 2024-08-08T20:21:47.1635951Z 2024-08-08T20:21:47.1636114Z Is keep-going label set? False 2024-08-08T20:21:47.1636540Z 2024-08-08T20:21:47.1636647Z Renabled issues? 2024-08-08T20:21:47.1762883Z Post job cleanup. 2024-08-08T20:21:47.1813051Z Post job cleanup. 2024-08-08T20:21:47.2659985Z [command]/usr/bin/git version 2024-08-08T20:21:47.2701325Z git version 2.40.1 2024-08-08T20:21:47.2744555Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8e969e00-fe7d-43a9-b8f9-c2c8c54b9dda' before making global git config changes 2024-08-08T20:21:47.2747242Z Adding repository directory to the temporary git global config as a safe directory 2024-08-08T20:21:47.2751881Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-08T20:21:47.2786705Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-08T20:21:47.2819119Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-08T20:21:47.3075380Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-08T20:21:47.3091289Z http.https://github.com/.extraheader 2024-08-08T20:21:47.3101320Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-08T20:21:47.3130301Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-08T20:21:47.3436665Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-08T20:21:47.3521900Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-08T20:21:47.3529178Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:21:47.3529753Z ##[endgroup] 2024-08-08T20:21:51.9280776Z Evaluate and set job outputs 2024-08-08T20:21:51.9293498Z Set output 'test-matrix' 2024-08-08T20:21:51.9294616Z Set output 'is-test-matrix-empty' 2024-08-08T20:21:51.9295277Z Set output 'keep-going' 2024-08-08T20:21:51.9295727Z Set output 'ci-verbose-test-logs' 2024-08-08T20:21:51.9296228Z Set output 'ci-test-showlocals' 2024-08-08T20:21:51.9296722Z Set output 'ci-no-test-timeout' 2024-08-08T20:21:51.9297183Z Set output 'ci-no-td' 2024-08-08T20:21:51.9298037Z Cleaning up orphan processes