2022-09-27T15:24:00.6098585Z Requested labels: self-hosted, linux.large 2022-09-27T15:24:00.6098694Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:00.6098723Z Waiting for a runner to pick up this job... 2022-09-27T15:24:01.0070221Z Job is about to start running on the runner: i-03d0b9490b76d91a3 (organization) 2022-09-27T15:24:04.3232962Z Current runner version: '2.296.2' 2022-09-27T15:24:04.3241109Z Runner name: 'i-03d0b9490b76d91a3' 2022-09-27T15:24:04.3241815Z Runner group name: 'Default' 2022-09-27T15:24:04.3242708Z Machine name: 'ip-10-0-1-59' 2022-09-27T15:24:04.3245956Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:04.3247113Z Actions: read 2022-09-27T15:24:04.3247566Z Checks: read 2022-09-27T15:24:04.3248093Z Contents: read 2022-09-27T15:24:04.3248647Z Deployments: read 2022-09-27T15:24:04.3249140Z Discussions: read 2022-09-27T15:24:04.3249648Z Issues: read 2022-09-27T15:24:04.3250157Z Metadata: read 2022-09-27T15:24:04.3250572Z Packages: read 2022-09-27T15:24:04.3251077Z Pages: read 2022-09-27T15:24:04.3251643Z PullRequests: read 2022-09-27T15:24:04.3252158Z RepositoryProjects: read 2022-09-27T15:24:04.3252727Z SecurityEvents: read 2022-09-27T15:24:04.3253230Z Statuses: read 2022-09-27T15:24:04.3253765Z ##[endgroup] 2022-09-27T15:24:04.3258135Z Secret source: None 2022-09-27T15:24:04.3258988Z Prepare workflow directory 2022-09-27T15:24:04.6698826Z Prepare all required actions 2022-09-27T15:24:04.6873665Z Getting action download info 2022-09-27T15:24:04.9175591Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:08.2523411Z Getting action download info 2022-09-27T15:24:08.4186991Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:08.6597080Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:08.6598771Z ##[group] Inputs 2022-09-27T15:24:08.6599039Z build-environment: linux-bionic-py3.7-clang9 2022-09-27T15:24:08.6599765Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:08.6600552Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:08.6600884Z sync-tag: 2022-09-27T15:24:08.6601061Z ##[endgroup] 2022-09-27T15:24:08.6601477Z Complete job name: linux-bionic-py3.7-clang9 / filter 2022-09-27T15:24:08.7216984Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:08.7217271Z with: 2022-09-27T15:24:08.7217450Z fetch-depth: 1 2022-09-27T15:24:08.7217622Z submodules: false 2022-09-27T15:24:08.7217807Z env: 2022-09-27T15:24:08.7217996Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:08.7218174Z ##[endgroup] 2022-09-27T15:24:08.7428273Z ##[group]Run retry () { 2022-09-27T15:24:08.7428530Z retry () { 2022-09-27T15:24:08.7428768Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:08.7428990Z } 2022-09-27T15:24:08.7429167Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:08.7429390Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:08.7429614Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:08.7429816Z else 2022-09-27T15:24:08.7430000Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:08.7430189Z fi 2022-09-27T15:24:08.7430412Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:08.7445670Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:08.7445926Z env: 2022-09-27T15:24:08.7446141Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:08.7446316Z NO_SUDO: 2022-09-27T15:24:08.7446487Z ##[endgroup] 2022-09-27T15:24:08.7663287Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:09.0193018Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:09.0193345Z with: 2022-09-27T15:24:09.0193541Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:09.0193745Z fetch-depth: 1 2022-09-27T15:24:09.0193907Z submodules: false 2022-09-27T15:24:09.0194091Z quiet-checkout: true 2022-09-27T15:24:09.0194291Z repository: pytorch/pytorch 2022-09-27T15:24:09.0194662Z token: *** 2022-09-27T15:24:09.0194820Z ssh-strict: true 2022-09-27T15:24:09.0195014Z persist-credentials: true 2022-09-27T15:24:09.0195212Z clean: true 2022-09-27T15:24:09.0195363Z lfs: false 2022-09-27T15:24:09.0195547Z set-safe-directory: true 2022-09-27T15:24:09.0195726Z env: 2022-09-27T15:24:09.0195884Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:09.0196067Z ##[endgroup] 2022-09-27T15:24:09.1427918Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:09.1429967Z ##[group]Getting Git version info 2022-09-27T15:24:09.1430697Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:09.1431468Z [command]/usr/bin/git version 2022-09-27T15:24:09.1451303Z git version 2.37.1 2022-09-27T15:24:09.1472264Z ##[endgroup] 2022-09-27T15:24:09.1492749Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d3261374-b004-44be-b94a-eff1749e171b' before making global git config changes 2022-09-27T15:24:09.1493460Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:09.1499908Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:09.1535148Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:09.1540508Z ##[group]Initializing the repository 2022-09-27T15:24:09.1545875Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:09.1574305Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:09.1575237Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:09.1576440Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:09.1577101Z hint: 2022-09-27T15:24:09.1578069Z hint: git config --global init.defaultBranch 2022-09-27T15:24:09.1578690Z hint: 2022-09-27T15:24:09.1579779Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:09.1580437Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:09.1580798Z hint: 2022-09-27T15:24:09.1583436Z hint: git branch -m 2022-09-27T15:24:09.1586419Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:09.1593993Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:09.1622487Z ##[endgroup] 2022-09-27T15:24:09.1623029Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:09.1628882Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:09.1654313Z ##[endgroup] 2022-09-27T15:24:09.1654846Z ##[group]Setting up auth 2022-09-27T15:24:09.1663216Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:09.1692076Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:09.1923826Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:09.1954367Z [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-09-27T15:24:09.2185339Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:09.2229166Z ##[endgroup] 2022-09-27T15:24:09.2230224Z ##[group]Fetching the repository 2022-09-27T15:24:09.2237429Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:17.0179089Z ##[endgroup] 2022-09-27T15:24:17.0180533Z ##[group]Determining the checkout info 2022-09-27T15:24:17.0181473Z ##[endgroup] 2022-09-27T15:24:17.0182255Z ##[group]Checking out the ref 2022-09-27T15:24:17.0197147Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:18.1304857Z ##[endgroup] 2022-09-27T15:24:18.1352748Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:24:18.1383371Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:24:18.1596948Z Prepare all required actions 2022-09-27T15:24:18.1597232Z Getting action download info 2022-09-27T15:24:18.3109439Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-09-27T15:24:18.4669693Z ##[group]Run ./.github/actions/filter-test-configs 2022-09-27T15:24:18.4669953Z with: 2022-09-27T15:24:18.4670538Z github-token: *** 2022-09-27T15:24:18.4671208Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:18.4672089Z env: 2022-09-27T15:24:18.4672282Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:18.4672499Z ##[endgroup] 2022-09-27T15:24:18.4701181Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-09-27T15:24:18.4701441Z with: 2022-09-27T15:24:18.4701621Z shell: bash 2022-09-27T15:24:18.4701829Z timeout_minutes: 10 2022-09-27T15:24:18.4702239Z max_attempts: 5 2022-09-27T15:24:18.4702442Z retry_wait_seconds: 30 2022-09-27T15:24:18.4702728Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:24:18.4703011Z polling_interval_seconds: 1 2022-09-27T15:24:18.4703227Z warning_on_retry: true 2022-09-27T15:24:18.4703448Z continue_on_error: false 2022-09-27T15:24:18.4703656Z env: 2022-09-27T15:24:18.4703845Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:18.4704261Z GITHUB_TOKEN: *** 2022-09-27T15:24:18.4704467Z ##[endgroup] 2022-09-27T15:24:18.5018828Z 2022-09-27T15:24:18.5082475Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:24:18.7294397Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:24:18.7452515Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:24:18.7583565Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-09-27T15:24:18.7594411Z 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-09-27T15:24:18.7747557Z 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-09-27T15:24:18.7758652Z 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-09-27T15:24:18.7778734Z 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-09-27T15:24:19.5072739Z Command completed after 1 attempt(s). 2022-09-27T15:24:19.5076406Z 2022-09-27T15:24:19.5107095Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:24:19.5107572Z .github/scripts/parse_ref.py 2022-09-27T15:24:19.5123868Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:19.5124427Z env: 2022-09-27T15:24:19.5124796Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:19.5125119Z ##[endgroup] 2022-09-27T15:24:19.5448645Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-09-27T15:24:19.5448943Z .github/scripts/filter_test_configs.py \ 2022-09-27T15:24:19.5449182Z  --test-matrix "{ include: [ 2022-09-27T15:24:19.5449433Z  { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5449736Z  { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5450134Z  { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5450431Z  { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5450712Z  { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5451000Z  { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5451299Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-09-27T15:24:19.5451529Z ]} 2022-09-27T15:24:19.5451676Z " \ 2022-09-27T15:24:19.5451859Z  --pr-number "85462" \ 2022-09-27T15:24:19.5452047Z  --tag "" 2022-09-27T15:24:19.5463407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:19.5463627Z env: 2022-09-27T15:24:19.5463805Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:19.5464209Z GITHUB_TOKEN: *** 2022-09-27T15:24:19.5464394Z ##[endgroup] 2022-09-27T15:24:19.8322659Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "crossref", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "crossref", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "dynamo", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "dynamo", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2022-09-27T15:24:19.8324798Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "crossref", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "crossref", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "dynamo", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "dynamo", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2022-09-27T15:24:19.8340968Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:19.8341259Z env: 2022-09-27T15:24:19.8341504Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:19.8341776Z ##[endgroup] 2022-09-27T15:24:19.8377751Z {include: [{config: default, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: default, shard: 2, num_shards: 2, runner: linux.2xlarge}, {config: crossref, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: crossref, shard: 2, num_shards: 2, runner: linux.2xlarge}, {config: dynamo, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: dynamo, shard: 2, num_shards: 2, runner: linux.2xlarge}, {config: functorch, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2022-09-27T15:24:19.8475321Z Post job cleanup. 2022-09-27T15:24:19.8503744Z Post job cleanup. 2022-09-27T15:24:19.9540225Z [command]/usr/bin/git version 2022-09-27T15:24:19.9580167Z git version 2.37.1 2022-09-27T15:24:19.9622194Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2787cbed-ca08-460b-9da6-f6a59e0c544c' before making global git config changes 2022-09-27T15:24:19.9623266Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:19.9629569Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:19.9667144Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:19.9698396Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:19.9962057Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:19.9990525Z http.https://github.com/.extraheader 2022-09-27T15:24:20.0000632Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:24:20.0033327Z [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-09-27T15:24:20.0476942Z Evaluate and set job outputs 2022-09-27T15:24:20.0490336Z Set output 'test-matrix' 2022-09-27T15:24:20.0491135Z Set output 'is-test-matrix-empty' 2022-09-27T15:24:20.0491745Z Cleaning up orphan processes