2022-11-23T01:09:58.5586181Z Requested labels: self-hosted, linux.large 2022-11-23T01:09:58.5586308Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2022-11-23T01:09:58.5586347Z Waiting for a runner to pick up this job... 2022-11-23T01:09:58.7321876Z Job is about to start running on the runner: i-0b7f22c938e9e1aa5 (organization) 2022-11-23T01:10:03.0932777Z Current runner version: '2.299.1' 2022-11-23T01:10:03.0938055Z Runner name: 'i-0b7f22c938e9e1aa5' 2022-11-23T01:10:03.0938532Z Runner group name: 'Default' 2022-11-23T01:10:03.0939294Z Machine name: 'ip-10-0-11-242' 2022-11-23T01:10:03.0941252Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:10:03.0941876Z Actions: write 2022-11-23T01:10:03.0942175Z Checks: write 2022-11-23T01:10:03.0942418Z Contents: write 2022-11-23T01:10:03.0942745Z Deployments: write 2022-11-23T01:10:03.0943046Z Discussions: write 2022-11-23T01:10:03.0943292Z Issues: write 2022-11-23T01:10:03.0943575Z Metadata: read 2022-11-23T01:10:03.0943897Z Packages: write 2022-11-23T01:10:03.0944139Z Pages: write 2022-11-23T01:10:03.0944438Z PullRequests: write 2022-11-23T01:10:03.0944778Z RepositoryProjects: write 2022-11-23T01:10:03.0945061Z SecurityEvents: write 2022-11-23T01:10:03.0945377Z Statuses: write 2022-11-23T01:10:03.0945662Z ##[endgroup] 2022-11-23T01:10:03.0948760Z Secret source: Actions 2022-11-23T01:10:03.0949434Z Prepare workflow directory 2022-11-23T01:10:03.4402147Z Prepare all required actions 2022-11-23T01:10:03.4572382Z Getting action download info 2022-11-23T01:10:03.6525363Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:10:06.9887041Z Getting action download info 2022-11-23T01:10:07.4190604Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:10:07.6064123Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-11-23T01:10:07.6065566Z ##[group] Inputs 2022-11-23T01:10:07.6065847Z build-environment: linux-bionic-cuda11.7-py3.10-gcc7 2022-11-23T01:10:07.6067108Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, { config: "slow", shard: 1, num_shards: 2, runner: "linux.4xlarge.nvidia.gpu" }, { config: "slow", shard: 2, num_shards: 2, runner: "linux.4xlarge.nvidia.gpu" }, { config: "nogpu_AVX512", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "nogpu_NO_AVX2", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, ]} 2022-11-23T01:10:07.6068555Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:10:07.6068914Z sync-tag: 2022-11-23T01:10:07.6069573Z timeout-minutes: 240 2022-11-23T01:10:07.6069772Z ##[endgroup] 2022-11-23T01:10:07.6070187Z Complete job name: linux-bionic-cuda11.7-py3.10-gcc7 / filter 2022-11-23T01:10:07.6692653Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:10:07.6692939Z with: 2022-11-23T01:10:07.6693112Z fetch-depth: 1 2022-11-23T01:10:07.6693295Z submodules: false 2022-11-23T01:10:07.6693471Z env: 2022-11-23T01:10:07.6693644Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:07.6693817Z ##[endgroup] 2022-11-23T01:10:07.6902683Z ##[group]Run retry () { 2022-11-23T01:10:07.6902936Z retry () { 2022-11-23T01:10:07.6903157Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:10:07.6903370Z } 2022-11-23T01:10:07.6903559Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:10:07.6903765Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:10:07.6903991Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:10:07.6904324Z else 2022-11-23T01:10:07.6904523Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:10:07.6904704Z fi 2022-11-23T01:10:07.6904922Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:10:07.6920005Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:07.6920262Z env: 2022-11-23T01:10:07.6920439Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:07.6920625Z NO_SUDO: 2022-11-23T01:10:07.6920781Z ##[endgroup] 2022-11-23T01:10:07.7105264Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:08.0006704Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:10:08.0007032Z with: 2022-11-23T01:10:08.0007320Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:10:08.0007615Z fetch-depth: 1 2022-11-23T01:10:08.0007882Z submodules: false 2022-11-23T01:10:08.0008156Z quiet-checkout: true 2022-11-23T01:10:08.0008437Z repository: pytorch/pytorch 2022-11-23T01:10:08.0008959Z token: *** 2022-11-23T01:10:08.0009218Z ssh-strict: true 2022-11-23T01:10:08.0009510Z persist-credentials: true 2022-11-23T01:10:08.0009781Z clean: true 2022-11-23T01:10:08.0010029Z lfs: false 2022-11-23T01:10:08.0010306Z set-safe-directory: true 2022-11-23T01:10:08.0010556Z env: 2022-11-23T01:10:08.0010809Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:08.0011081Z ##[endgroup] 2022-11-23T01:10:08.1325801Z Syncing repository: pytorch/pytorch 2022-11-23T01:10:08.1327823Z ##[group]Getting Git version info 2022-11-23T01:10:08.1328518Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:10:08.1329273Z [command]/usr/bin/git version 2022-11-23T01:10:08.1342891Z git version 2.37.1 2022-11-23T01:10:08.1368631Z ##[endgroup] 2022-11-23T01:10:08.1388368Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/52375e26-4634-4a84-93c4-c9665c0a60ed' before making global git config changes 2022-11-23T01:10:08.1390034Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:10:08.1390871Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:08.1426256Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:10:08.1431589Z ##[group]Initializing the repository 2022-11-23T01:10:08.1435102Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:08.1462933Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:10:08.1463942Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:10:08.1464774Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:10:08.1465431Z hint: 2022-11-23T01:10:08.1465953Z hint: git config --global init.defaultBranch 2022-11-23T01:10:08.1466528Z hint: 2022-11-23T01:10:08.1467076Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:10:08.1467766Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:10:08.1471960Z hint: 2022-11-23T01:10:08.1472854Z hint: git branch -m 2022-11-23T01:10:08.1477465Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:10:08.1483895Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:10:08.1511659Z ##[endgroup] 2022-11-23T01:10:08.1512805Z ##[group]Disabling automatic garbage collection 2022-11-23T01:10:08.1516676Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:10:08.1541671Z ##[endgroup] 2022-11-23T01:10:08.1544754Z ##[group]Setting up auth 2022-11-23T01:10:08.1551298Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:10:08.1580428Z [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:10:08.1815071Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:10:08.1834783Z [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:10:08.2109969Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:10:08.2146720Z ##[endgroup] 2022-11-23T01:10:08.2149159Z ##[group]Fetching the repository 2022-11-23T01:10:08.2157127Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:10:16.6816561Z ##[endgroup] 2022-11-23T01:10:16.6817811Z ##[group]Determining the checkout info 2022-11-23T01:10:16.6819446Z ##[endgroup] 2022-11-23T01:10:16.6825303Z ##[group]Checking out the ref 2022-11-23T01:10:16.6836124Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:10:17.8327396Z ##[endgroup] 2022-11-23T01:10:17.8369531Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:10:17.8398493Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:10:17.8584706Z Prepare all required actions 2022-11-23T01:10:17.8584987Z Getting action download info 2022-11-23T01:10:18.0014294Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:10:18.1256092Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:10:18.1256308Z with: 2022-11-23T01:10:18.1256807Z github-token: *** 2022-11-23T01:10:18.1258194Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, { config: "slow", shard: 1, num_shards: 2, runner: "linux.4xlarge.nvidia.gpu" }, { config: "slow", shard: 2, num_shards: 2, runner: "linux.4xlarge.nvidia.gpu" }, { config: "nogpu_AVX512", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "nogpu_NO_AVX2", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, ]} 2022-11-23T01:10:18.1259600Z env: 2022-11-23T01:10:18.1259775Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:18.1259950Z ##[endgroup] 2022-11-23T01:10:18.1285191Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:10:18.1285425Z with: 2022-11-23T01:10:18.1285568Z shell: bash 2022-11-23T01:10:18.1285738Z timeout_minutes: 10 2022-11-23T01:10:18.1285916Z max_attempts: 5 2022-11-23T01:10:18.1286089Z retry_wait_seconds: 30 2022-11-23T01:10:18.1286332Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:10:18.1286577Z polling_interval_seconds: 1 2022-11-23T01:10:18.1286755Z warning_on_retry: true 2022-11-23T01:10:18.1286939Z continue_on_error: false 2022-11-23T01:10:18.1287109Z env: 2022-11-23T01:10:18.1287263Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:18.1287635Z GITHUB_TOKEN: *** 2022-11-23T01:10:18.1287807Z ##[endgroup] 2022-11-23T01:10:18.1948147Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:10:18.4053533Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:10:18.4252631Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:10:18.4488645Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:10:18.4507548Z 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:10:18.4532093Z 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:10:18.4550857Z 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:10:18.4588142Z 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:10:19.1922965Z Command completed after 1 attempt(s). 2022-11-23T01:10:19.1962730Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:10:19.1963041Z .github/scripts/parse_ref.py 2022-11-23T01:10:19.1974639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:19.1974924Z env: 2022-11-23T01:10:19.1975240Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:19.2022515Z ##[endgroup] 2022-11-23T01:10:19.2293602Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:10:19.2293912Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:10:19.2294137Z  --test-matrix "{ include: [ 2022-11-23T01:10:19.2294421Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2294763Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2295092Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2295402Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2295733Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2296062Z  { config: "slow", shard: 1, num_shards: 2, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2296377Z  { config: "slow", shard: 2, num_shards: 2, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2296671Z  { config: "nogpu_AVX512", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-11-23T01:10:19.2296974Z  { config: "nogpu_NO_AVX2", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-11-23T01:10:19.2297291Z  { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2297625Z  { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2297944Z  { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2298275Z  { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-11-23T01:10:19.2298520Z ]} 2022-11-23T01:10:19.2298867Z " \ 2022-11-23T01:10:19.2299049Z  --pr-number "" \ 2022-11-23T01:10:19.2299230Z  --tag "" \ 2022-11-23T01:10:19.2299404Z  --event-name "push" 2022-11-23T01:10:19.2310827Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:19.2311035Z env: 2022-11-23T01:10:19.2311194Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:19.2311585Z GITHUB_TOKEN: *** 2022-11-23T01:10:19.2311761Z ##[endgroup] 2022-11-23T01:10:19.3564235Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "slow", "shard": 1, "num_shards": 2, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "slow", "shard": 2, "num_shards": 2, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "nogpu_AVX512", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "nogpu_NO_AVX2", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "jit_legacy", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}]}" 2022-11-23T01:10:19.3566510Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "slow", "shard": 1, "num_shards": 2, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "slow", "shard": 2, "num_shards": 2, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "nogpu_AVX512", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "nogpu_NO_AVX2", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "jit_legacy", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}]}" 2022-11-23T01:10:19.3578981Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:19.3579206Z env: 2022-11-23T01:10:19.3579381Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:19.3579577Z ##[endgroup] 2022-11-23T01:10:19.3608459Z {include: [{config: default, shard: 1, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 2, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 3, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 4, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: functorch, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}, {config: slow, shard: 1, num_shards: 2, runner: linux.4xlarge.nvidia.gpu}, {config: slow, shard: 2, num_shards: 2, runner: linux.4xlarge.nvidia.gpu}, {config: nogpu_AVX512, shard: 1, num_shards: 1, runner: linux.2xlarge}, {config: nogpu_NO_AVX2, shard: 1, num_shards: 1, runner: linux.2xlarge}, {config: jit_legacy, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}, {config: distributed, shard: 1, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 2, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 3, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}]} 2022-11-23T01:10:19.3703874Z Post job cleanup. 2022-11-23T01:10:19.3731553Z Post job cleanup. 2022-11-23T01:10:19.4810963Z [command]/usr/bin/git version 2022-11-23T01:10:19.4852966Z git version 2.37.1 2022-11-23T01:10:19.4894512Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6c6dde43-c5dd-41b2-ac58-e2c0373f4f1a' before making global git config changes 2022-11-23T01:10:19.4895662Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:10:19.4901252Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:19.4935227Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:10:19.4998222Z [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:10:19.5376430Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:10:19.5404144Z http.https://github.com/.extraheader 2022-11-23T01:10:19.5423761Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:10:19.5456531Z [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:10:19.5927097Z Evaluate and set job outputs 2022-11-23T01:10:19.5942695Z Set output 'test-matrix' 2022-11-23T01:10:19.5943815Z Set output 'is-test-matrix-empty' 2022-11-23T01:10:19.5944825Z Cleaning up orphan processes