2022-11-23T01:15:17.9653787Z Requested labels: self-hosted, linux.large 2022-11-23T01:15:17.9653911Z Job defined at: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/master 2022-11-23T01:15:17.9653950Z Waiting for a runner to pick up this job... 2022-11-23T01:15:18.2465081Z Job is about to start running on the runner: i-0b7f22c938e9e1aa5 (organization) 2022-11-23T01:15:22.6479123Z Current runner version: '2.299.1' 2022-11-23T01:15:22.6484082Z Runner name: 'i-0b7f22c938e9e1aa5' 2022-11-23T01:15:22.6484495Z Runner group name: 'Default' 2022-11-23T01:15:22.6485022Z Machine name: 'ip-10-0-11-242' 2022-11-23T01:15:22.6486516Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:15:22.6486948Z Actions: write 2022-11-23T01:15:22.6487217Z Checks: write 2022-11-23T01:15:22.6487405Z Contents: write 2022-11-23T01:15:22.6487642Z Deployments: write 2022-11-23T01:15:22.6487897Z Discussions: write 2022-11-23T01:15:22.6488147Z Issues: write 2022-11-23T01:15:22.6488373Z Metadata: read 2022-11-23T01:15:22.6488601Z Packages: write 2022-11-23T01:15:22.6488841Z Pages: write 2022-11-23T01:15:22.6489035Z PullRequests: write 2022-11-23T01:15:22.6489316Z RepositoryProjects: write 2022-11-23T01:15:22.6489573Z SecurityEvents: write 2022-11-23T01:15:22.6489777Z Statuses: write 2022-11-23T01:15:22.6490007Z ##[endgroup] 2022-11-23T01:15:22.6493035Z Secret source: Actions 2022-11-23T01:15:22.6493696Z Prepare workflow directory 2022-11-23T01:15:22.9662331Z Prepare all required actions 2022-11-23T01:15:22.9833860Z Getting action download info 2022-11-23T01:15:23.7613092Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:15:26.8967329Z Getting action download info 2022-11-23T01:15:27.6605820Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:15:27.8444706Z Uses: pytorch/pytorch/.github/workflows/_mac-test.yml 2022-11-23T01:15:27.8446170Z ##[group] Inputs 2022-11-23T01:15:27.8446444Z build-environment: macos-12-py3-x86-64 2022-11-23T01:15:27.8446858Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "macos-12" }, { config: "default", shard: 2, num_shards: 2, runner: "macos-12" }, { config: "functorch", shard: 1, num_shards: 1, runner: "macos-12" }, ]} 2022-11-23T01:15:27.8447214Z sync-tag: 2022-11-23T01:15:27.8447399Z arch: x86_64 2022-11-23T01:15:27.8447577Z ##[endgroup] 2022-11-23T01:15:27.8447971Z Complete job name: macos-12-py3-x86-64 / filter 2022-11-23T01:15:27.9144993Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:15:27.9145279Z with: 2022-11-23T01:15:27.9145454Z fetch-depth: 1 2022-11-23T01:15:27.9145642Z submodules: false 2022-11-23T01:15:27.9145824Z ##[endgroup] 2022-11-23T01:15:27.9397146Z ##[group]Run retry () { 2022-11-23T01:15:27.9397402Z retry () { 2022-11-23T01:15:27.9397629Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:15:27.9397829Z } 2022-11-23T01:15:27.9398026Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:15:27.9398242Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:15:27.9398465Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:15:27.9398667Z else 2022-11-23T01:15:27.9398865Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:15:27.9399046Z fi 2022-11-23T01:15:27.9399243Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:15:27.9414664Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:27.9414914Z env: 2022-11-23T01:15:27.9415076Z NO_SUDO: 2022-11-23T01:15:27.9415291Z ##[endgroup] 2022-11-23T01:15:27.9596493Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:15:28.2488625Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:15:28.2488855Z with: 2022-11-23T01:15:28.2489053Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:28.2489245Z fetch-depth: 1 2022-11-23T01:15:28.2489424Z submodules: false 2022-11-23T01:15:28.2489611Z quiet-checkout: true 2022-11-23T01:15:28.2489795Z repository: pytorch/pytorch 2022-11-23T01:15:28.2490152Z token: *** 2022-11-23T01:15:28.2490328Z ssh-strict: true 2022-11-23T01:15:28.2490522Z persist-credentials: true 2022-11-23T01:15:28.2490700Z clean: true 2022-11-23T01:15:28.2490870Z lfs: false 2022-11-23T01:15:28.2491054Z set-safe-directory: true 2022-11-23T01:15:28.2491361Z ##[endgroup] 2022-11-23T01:15:28.3790688Z Syncing repository: pytorch/pytorch 2022-11-23T01:15:28.3792740Z ##[group]Getting Git version info 2022-11-23T01:15:28.3793423Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:15:28.3794162Z [command]/usr/bin/git version 2022-11-23T01:15:28.3809422Z git version 2.37.1 2022-11-23T01:15:28.3830447Z ##[endgroup] 2022-11-23T01:15:28.3857016Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6b7e0867-7b01-44e0-85ed-fcbc0594ffdf' before making global git config changes 2022-11-23T01:15:28.3857786Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:15:28.3858855Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:15:28.3891923Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:15:28.3897959Z ##[group]Initializing the repository 2022-11-23T01:15:28.3903311Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:15:28.3943112Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:15:28.3943516Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:15:28.3943843Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:15:28.3944063Z hint: 2022-11-23T01:15:28.3944366Z hint: git config --global init.defaultBranch 2022-11-23T01:15:28.3944579Z hint: 2022-11-23T01:15:28.3944853Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:15:28.3945225Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:15:28.3945460Z hint: 2022-11-23T01:15:28.3945663Z hint: git branch -m 2022-11-23T01:15:28.3960609Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:15:28.3961445Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:15:28.3984507Z ##[endgroup] 2022-11-23T01:15:28.3985620Z ##[group]Disabling automatic garbage collection 2022-11-23T01:15:28.3989454Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:15:28.4014829Z ##[endgroup] 2022-11-23T01:15:28.4016468Z ##[group]Setting up auth 2022-11-23T01:15:28.4024494Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:15:28.4052457Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:15:28.4284275Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:15:28.4305016Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:15:28.4540275Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:15:28.4574926Z ##[endgroup] 2022-11-23T01:15:28.4575912Z ##[group]Fetching the repository 2022-11-23T01:15:28.4582824Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:36.2800594Z ##[endgroup] 2022-11-23T01:15:36.2801777Z ##[group]Determining the checkout info 2022-11-23T01:15:36.2808869Z ##[endgroup] 2022-11-23T01:15:36.2854293Z ##[group]Checking out the ref 2022-11-23T01:15:36.2855118Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:15:37.4430974Z ##[endgroup] 2022-11-23T01:15:37.4476577Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:15:37.4505061Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:15:37.4676371Z Prepare all required actions 2022-11-23T01:15:37.4676924Z Getting action download info 2022-11-23T01:15:38.1982039Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:15:38.3218156Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:15:38.3218358Z with: 2022-11-23T01:15:38.3219015Z github-token: *** 2022-11-23T01:15:38.3219395Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "macos-12" }, { config: "default", shard: 2, num_shards: 2, runner: "macos-12" }, { config: "functorch", shard: 1, num_shards: 1, runner: "macos-12" }, ]} 2022-11-23T01:15:38.3219754Z ##[endgroup] 2022-11-23T01:15:38.3245125Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:15:38.3245365Z with: 2022-11-23T01:15:38.3245510Z shell: bash 2022-11-23T01:15:38.3245684Z timeout_minutes: 10 2022-11-23T01:15:38.3245884Z max_attempts: 5 2022-11-23T01:15:38.3246070Z retry_wait_seconds: 30 2022-11-23T01:15:38.3246313Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:15:38.3246559Z polling_interval_seconds: 1 2022-11-23T01:15:38.3246739Z warning_on_retry: true 2022-11-23T01:15:38.3246926Z continue_on_error: false 2022-11-23T01:15:38.3247105Z env: 2022-11-23T01:15:38.3247361Z GITHUB_TOKEN: *** 2022-11-23T01:15:38.3247538Z ##[endgroup] 2022-11-23T01:15:38.3731903Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:15:38.5942673Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:15:38.6107835Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:15:38.6234951Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:15:38.6243475Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:15:38.6254799Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:15:38.6274652Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:15:38.6287953Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:15:39.3702282Z Command completed after 1 attempt(s). 2022-11-23T01:15:39.3740175Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:15:39.3740722Z .github/scripts/parse_ref.py 2022-11-23T01:15:39.3751882Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:39.3752240Z ##[endgroup] 2022-11-23T01:15:39.4056228Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:15:39.4056514Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:15:39.4056738Z  --test-matrix "{ include: [ 2022-11-23T01:15:39.4056976Z  { config: "default", shard: 1, num_shards: 2, runner: "macos-12" }, 2022-11-23T01:15:39.4057246Z  { config: "default", shard: 2, num_shards: 2, runner: "macos-12" }, 2022-11-23T01:15:39.4057512Z  { config: "functorch", shard: 1, num_shards: 1, runner: "macos-12" }, 2022-11-23T01:15:39.4057726Z ]} 2022-11-23T01:15:39.4057873Z " \ 2022-11-23T01:15:39.4058025Z  --pr-number "" \ 2022-11-23T01:15:39.4058197Z  --tag "" \ 2022-11-23T01:15:39.4058368Z  --event-name "push" 2022-11-23T01:15:39.4068852Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:39.4069060Z env: 2022-11-23T01:15:39.4069355Z GITHUB_TOKEN: *** 2022-11-23T01:15:39.4069530Z ##[endgroup] 2022-11-23T01:15:39.5332855Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "macos-12"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "macos-12"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "macos-12"}]}" 2022-11-23T01:15:39.5333458Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "macos-12"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "macos-12"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "macos-12"}]}" 2022-11-23T01:15:39.5344355Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:39.5344579Z ##[endgroup] 2022-11-23T01:15:39.5368780Z {include: [{config: default, shard: 1, num_shards: 2, runner: macos-12}, {config: default, shard: 2, num_shards: 2, runner: macos-12}, {config: functorch, shard: 1, num_shards: 1, runner: macos-12}]} 2022-11-23T01:15:39.5456734Z Post job cleanup. 2022-11-23T01:15:39.5484562Z Post job cleanup. 2022-11-23T01:15:39.6546283Z [command]/usr/bin/git version 2022-11-23T01:15:39.6587186Z git version 2.37.1 2022-11-23T01:15:39.6627706Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d321fd4e-4008-4b72-aed4-3be619956e91' before making global git config changes 2022-11-23T01:15:39.6628814Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:15:39.6633616Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:15:39.6666357Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:15:39.6694868Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:15:39.6941635Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:15:39.6962673Z http.https://github.com/.extraheader 2022-11-23T01:15:39.6971694Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:15:39.6997422Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:15:39.7467638Z Evaluate and set job outputs 2022-11-23T01:15:39.7480821Z Set output 'test-matrix' 2022-11-23T01:15:39.7481879Z Set output 'is-test-matrix-empty' 2022-11-23T01:15:39.7482886Z Cleaning up orphan processes