2023-01-11T20:35:12.2035810Z Requested labels: self-hosted, linux.large 2023-01-11T20:35:12.2035930Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/91627/merge 2023-01-11T20:35:12.2036112Z Reusable workflow chain: 2023-01-11T20:35:12.2036149Z pytorch/pytorch/.github/workflows/pull.yml@refs/pull/91627/merge (57fc38f02f250896a12b32cfa200a6105a03d09c) 2023-01-11T20:35:12.2036560Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/91627/merge (57fc38f02f250896a12b32cfa200a6105a03d09c) 2023-01-11T20:35:12.2036612Z Waiting for a runner to pick up this job... 2023-01-11T20:35:12.3666333Z Job is about to start running on the runner: i-0923956edc502a488 (organization) 2023-01-11T20:35:17.6392233Z Current runner version: '2.300.2' 2023-01-11T20:35:17.6397474Z Runner name: 'i-0923956edc502a488' 2023-01-11T20:35:17.6397898Z Runner group name: 'Default' 2023-01-11T20:35:17.6398432Z Machine name: 'ip-10-0-1-46' 2023-01-11T20:35:17.6400324Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:35:17.6400797Z Actions: read 2023-01-11T20:35:17.6401020Z Checks: read 2023-01-11T20:35:17.6401253Z Contents: read 2023-01-11T20:35:17.6401507Z Deployments: read 2023-01-11T20:35:17.6401746Z Discussions: read 2023-01-11T20:35:17.6401986Z Issues: read 2023-01-11T20:35:17.6402217Z Metadata: read 2023-01-11T20:35:17.6402442Z Packages: read 2023-01-11T20:35:17.6402677Z Pages: read 2023-01-11T20:35:17.6402919Z PullRequests: read 2023-01-11T20:35:17.6403189Z RepositoryProjects: read 2023-01-11T20:35:17.6403466Z SecurityEvents: read 2023-01-11T20:35:17.6403714Z Statuses: read 2023-01-11T20:35:17.6404079Z ##[endgroup] 2023-01-11T20:35:17.6407410Z Secret source: None 2023-01-11T20:35:17.6407958Z Prepare workflow directory 2023-01-11T20:35:17.9869965Z Prepare all required actions 2023-01-11T20:35:18.0048568Z Getting action download info 2023-01-11T20:35:19.4984184Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:35:23.4703548Z Getting action download info 2023-01-11T20:35:23.6288716Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:35:24.5498706Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2023-01-11T20:35:24.5500666Z ##[group] Inputs 2023-01-11T20:35:24.5500969Z build-environment: linux-focal-py3.7-clang7-asan 2023-01-11T20:35:24.5501654Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.4xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:35:24.5502419Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:35:24.5502780Z sync-tag: 2023-01-11T20:35:24.5503465Z timeout-minutes: 240 2023-01-11T20:35:24.5503669Z use-gha: 2023-01-11T20:35:24.5503870Z ##[endgroup] 2023-01-11T20:35:24.5504298Z Complete job name: linux-focal-py3.7-clang7-asan / filter 2023-01-11T20:35:24.6218762Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:35:24.6219061Z with: 2023-01-11T20:35:24.6219484Z fetch-depth: 1 2023-01-11T20:35:24.6219682Z submodules: false 2023-01-11T20:35:24.6219848Z env: 2023-01-11T20:35:24.6220031Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:24.6220228Z ##[endgroup] 2023-01-11T20:35:24.6451108Z ##[group]Run retry () { 2023-01-11T20:35:24.6451389Z retry () { 2023-01-11T20:35:24.6451635Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:35:24.6451857Z } 2023-01-11T20:35:24.6452052Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:35:24.6452266Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:35:24.6452507Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:35:24.6452722Z else 2023-01-11T20:35:24.6452928Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:35:24.6453127Z fi 2023-01-11T20:35:24.6453421Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:35:24.6468851Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:35:24.6469094Z env: 2023-01-11T20:35:24.6469287Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:24.6469479Z NO_SUDO: 2023-01-11T20:35:24.6469643Z ##[endgroup] 2023-01-11T20:35:24.6655966Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:35:24.9542502Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:35:24.9542852Z with: 2023-01-11T20:35:24.9543055Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:35:24.9543277Z fetch-depth: 1 2023-01-11T20:35:24.9543462Z submodules: false 2023-01-11T20:35:24.9543642Z quiet-checkout: true 2023-01-11T20:35:24.9543849Z repository: pytorch/pytorch 2023-01-11T20:35:24.9544166Z token: *** 2023-01-11T20:35:24.9544330Z ssh-strict: true 2023-01-11T20:35:24.9544537Z persist-credentials: true 2023-01-11T20:35:24.9544735Z clean: true 2023-01-11T20:35:24.9544906Z lfs: false 2023-01-11T20:35:24.9545095Z set-safe-directory: true 2023-01-11T20:35:24.9545280Z env: 2023-01-11T20:35:24.9545458Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:24.9545637Z ##[endgroup] 2023-01-11T20:35:25.0890382Z Syncing repository: pytorch/pytorch 2023-01-11T20:35:25.0892151Z ##[group]Getting Git version info 2023-01-11T20:35:25.0892863Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:35:25.0893534Z [command]/usr/bin/git version 2023-01-11T20:35:25.0913253Z git version 2.38.1 2023-01-11T20:35:25.0935210Z ##[endgroup] 2023-01-11T20:35:25.0959626Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6e8f8baa-5e0d-436f-a179-49bd5ffe8386' before making global git config changes 2023-01-11T20:35:25.0960349Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:35:25.0963925Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:35:25.1005262Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:35:25.1011958Z ##[group]Initializing the repository 2023-01-11T20:35:25.1016680Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:35:25.1048174Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:35:25.1048796Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:35:25.1049394Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:35:25.1049808Z hint: 2023-01-11T20:35:25.1050311Z hint: git config --global init.defaultBranch 2023-01-11T20:35:25.1050695Z hint: 2023-01-11T20:35:25.1051238Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:35:25.1051940Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:35:25.1052358Z hint: 2023-01-11T20:35:25.1055854Z hint: git branch -m 2023-01-11T20:35:25.1061883Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:35:25.1070875Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:35:25.1100634Z ##[endgroup] 2023-01-11T20:35:25.1101357Z ##[group]Disabling automatic garbage collection 2023-01-11T20:35:25.1104705Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:35:25.1131655Z ##[endgroup] 2023-01-11T20:35:25.1134946Z ##[group]Setting up auth 2023-01-11T20:35:25.1142945Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:35:25.1171460Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-01-11T20:35:25.1410138Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:35:25.1441485Z [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' || : 2023-01-11T20:35:25.1682826Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:35:25.1725125Z ##[endgroup] 2023-01-11T20:35:25.1727771Z ##[group]Fetching the repository 2023-01-11T20:35:25.1736862Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:35:34.2333153Z ##[endgroup] 2023-01-11T20:35:34.2334563Z ##[group]Determining the checkout info 2023-01-11T20:35:34.2335409Z ##[endgroup] 2023-01-11T20:35:34.2336286Z ##[group]Checking out the ref 2023-01-11T20:35:34.2347857Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:35:35.4450093Z ##[endgroup] 2023-01-11T20:35:35.4502752Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:35:35.4557445Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:35:35.4766305Z Prepare all required actions 2023-01-11T20:35:35.4766584Z Getting action download info 2023-01-11T20:35:35.6569453Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T20:35:35.7978773Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T20:35:35.7979364Z with: 2023-01-11T20:35:35.7979902Z github-token: *** 2023-01-11T20:35:35.7980929Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.4xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:35:35.7981906Z env: 2023-01-11T20:35:35.7982273Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:35.7982583Z ##[endgroup] 2023-01-11T20:35:35.8030266Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T20:35:35.8030662Z with: 2023-01-11T20:35:35.8030942Z shell: bash 2023-01-11T20:35:35.8031619Z timeout_minutes: 10 2023-01-11T20:35:35.8031927Z max_attempts: 5 2023-01-11T20:35:35.8032251Z retry_wait_seconds: 30 2023-01-11T20:35:35.8032696Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:35:35.8033120Z polling_interval_seconds: 1 2023-01-11T20:35:35.8033425Z warning_on_retry: true 2023-01-11T20:35:35.8033765Z continue_on_error: false 2023-01-11T20:35:35.8034083Z env: 2023-01-11T20:35:35.8034362Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:35.8034888Z GITHUB_TOKEN: *** 2023-01-11T20:35:35.8035186Z ##[endgroup] 2023-01-11T20:35:35.8755663Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:35:36.0895552Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:35:36.1060653Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T20:35:36.1193816Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T20:35:36.1203463Z 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) 2023-01-11T20:35:36.1226331Z 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) 2023-01-11T20:35:36.1238309Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.12.7) 2023-01-11T20:35:36.1248949Z 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.14) 2023-01-11T20:35:36.8717975Z Command completed after 1 attempt(s). 2023-01-11T20:35:36.8760021Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:35:36.8760281Z .github/scripts/parse_ref.py 2023-01-11T20:35:36.8772130Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:35:36.8772347Z env: 2023-01-11T20:35:36.8772531Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:36.8772819Z ##[endgroup] 2023-01-11T20:35:36.9053388Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T20:35:36.9053691Z .github/scripts/filter_test_configs.py \ 2023-01-11T20:35:36.9053937Z  --test-matrix "{ include: [ 2023-01-11T20:35:36.9054213Z  { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, 2023-01-11T20:35:36.9054528Z  { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, 2023-01-11T20:35:36.9054827Z  { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, 2023-01-11T20:35:36.9055217Z  { config: "default", shard: 4, num_shards: 5, runner: "linux.4xlarge" }, 2023-01-11T20:35:36.9055518Z  { config: "default", shard: 5, num_shards: 5, runner: "linux.4xlarge" }, 2023-01-11T20:35:36.9055827Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2023-01-11T20:35:36.9056050Z ]} 2023-01-11T20:35:36.9056218Z " \ 2023-01-11T20:35:36.9056405Z  --pr-number "91627" \ 2023-01-11T20:35:36.9056585Z  --tag "" \ 2023-01-11T20:35:36.9056791Z  --event-name "pull_request" \ 2023-01-11T20:35:36.9057002Z  --schedule "" 2023-01-11T20:35:36.9068014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:35:36.9068250Z env: 2023-01-11T20:35:36.9068433Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:36.9068769Z GITHUB_TOKEN: *** 2023-01-11T20:35:36.9068941Z ##[endgroup] 2023-01-11T20:35:37.2444881Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 5, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 5, "runner": "linux.2xlarge"}, {"config": "default", "shard": 3, "num_shards": 5, "runner": "linux.2xlarge"}, {"config": "default", "shard": 4, "num_shards": 5, "runner": "linux.4xlarge"}, {"config": "default", "shard": 5, "num_shards": 5, "runner": "linux.4xlarge"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:35:37.2446906Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 5, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 5, "runner": "linux.2xlarge"}, {"config": "default", "shard": 3, "num_shards": 5, "runner": "linux.2xlarge"}, {"config": "default", "shard": 4, "num_shards": 5, "runner": "linux.4xlarge"}, {"config": "default", "shard": 5, "num_shards": 5, "runner": "linux.4xlarge"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:35:37.2463541Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:35:37.2463939Z env: 2023-01-11T20:35:37.2464240Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:35:37.2464578Z ##[endgroup] 2023-01-11T20:35:37.2506203Z {include: [{config: default, shard: 1, num_shards: 5, runner: linux.2xlarge}, {config: default, shard: 2, num_shards: 5, runner: linux.2xlarge}, {config: default, shard: 3, num_shards: 5, runner: linux.2xlarge}, {config: default, shard: 4, num_shards: 5, runner: linux.4xlarge}, {config: default, shard: 5, num_shards: 5, runner: linux.4xlarge}, {config: functorch, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2023-01-11T20:35:37.2613013Z Post job cleanup. 2023-01-11T20:35:37.2645742Z Post job cleanup. 2023-01-11T20:35:37.3794225Z [command]/usr/bin/git version 2023-01-11T20:35:37.3838924Z git version 2.38.1 2023-01-11T20:35:37.3881657Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cd7b7294-34f8-4409-b7fb-0e93345daa93' before making global git config changes 2023-01-11T20:35:37.3882949Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:35:37.3888079Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:35:37.3923962Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:35:37.3954727Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-01-11T20:35:37.4218128Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:35:37.4243565Z http.https://github.com/.extraheader 2023-01-11T20:35:37.4253629Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T20:35:37.4283779Z [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' || : 2023-01-11T20:35:37.4806621Z Evaluate and set job outputs 2023-01-11T20:35:37.4817571Z Set output 'test-matrix' 2023-01-11T20:35:37.4818399Z Set output 'is-test-matrix-empty' 2023-01-11T20:35:37.4818722Z Set output 'keep-going' 2023-01-11T20:35:37.4819516Z Cleaning up orphan processes