2023-01-11T20:29:21.5899709Z Requested labels: self-hosted, linux.large 2023-01-11T20:29:21.5899825Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/91627/merge 2023-01-11T20:29:21.5900001Z Reusable workflow chain: 2023-01-11T20:29:21.5900074Z pytorch/pytorch/.github/workflows/pull.yml@refs/pull/91627/merge (57fc38f02f250896a12b32cfa200a6105a03d09c) 2023-01-11T20:29:21.5900112Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/91627/merge (57fc38f02f250896a12b32cfa200a6105a03d09c) 2023-01-11T20:29:21.5900132Z Waiting for a runner to pick up this job... 2023-01-11T20:29:21.7186923Z Job is about to start running on the runner: i-0e315ab51cdb8a9d6 (organization) 2023-01-11T20:29:27.1861415Z Current runner version: '2.300.2' 2023-01-11T20:29:27.1866560Z Runner name: 'i-0e315ab51cdb8a9d6' 2023-01-11T20:29:27.1867103Z Runner group name: 'Default' 2023-01-11T20:29:27.1867693Z Machine name: 'ip-10-0-0-155' 2023-01-11T20:29:27.1869479Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:29:27.1869961Z Actions: read 2023-01-11T20:29:27.1870243Z Checks: read 2023-01-11T20:29:27.1870484Z Contents: read 2023-01-11T20:29:27.1870791Z Deployments: read 2023-01-11T20:29:27.1871119Z Discussions: read 2023-01-11T20:29:27.1871366Z Issues: read 2023-01-11T20:29:27.1871666Z Metadata: read 2023-01-11T20:29:27.1871959Z Packages: read 2023-01-11T20:29:27.1872200Z Pages: read 2023-01-11T20:29:27.1872512Z PullRequests: read 2023-01-11T20:29:27.1872844Z RepositoryProjects: read 2023-01-11T20:29:27.1873129Z SecurityEvents: read 2023-01-11T20:29:27.1873432Z Statuses: read 2023-01-11T20:29:27.1873735Z ##[endgroup] 2023-01-11T20:29:27.1876684Z Secret source: None 2023-01-11T20:29:27.1877382Z Prepare workflow directory 2023-01-11T20:29:27.5382248Z Prepare all required actions 2023-01-11T20:29:27.5563732Z Getting action download info 2023-01-11T20:29:27.7584980Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:29:31.1453929Z Getting action download info 2023-01-11T20:29:31.3367195Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:29:31.6183239Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2023-01-11T20:29:31.6185130Z ##[group] Inputs 2023-01-11T20:29:31.6185544Z build-environment: linux-bionic-py3.7-clang9 2023-01-11T20:29:31.6186511Z 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" }, ]} 2023-01-11T20:29:31.6187608Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:29:31.6188110Z sync-tag: 2023-01-11T20:29:31.6189090Z timeout-minutes: 240 2023-01-11T20:29:31.6189415Z use-gha: 2023-01-11T20:29:31.6189742Z ##[endgroup] 2023-01-11T20:29:31.6190363Z Complete job name: linux-bionic-py3.7-clang9 / filter 2023-01-11T20:29:31.6896190Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:29:31.6896657Z with: 2023-01-11T20:29:31.6896879Z fetch-depth: 1 2023-01-11T20:29:31.6897107Z submodules: false 2023-01-11T20:29:31.6897296Z env: 2023-01-11T20:29:31.6897501Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:31.6897721Z ##[endgroup] 2023-01-11T20:29:31.7133141Z ##[group]Run retry () { 2023-01-11T20:29:31.7133451Z retry () { 2023-01-11T20:29:31.7133696Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:29:31.7133945Z } 2023-01-11T20:29:31.7134164Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:29:31.7134467Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:29:31.7134835Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:29:31.7135124Z else 2023-01-11T20:29:31.7135351Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:29:31.7135558Z fi 2023-01-11T20:29:31.7135845Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:29:31.7151506Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:29:31.7151767Z env: 2023-01-11T20:29:31.7151980Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:31.7152192Z NO_SUDO: 2023-01-11T20:29:31.7152380Z ##[endgroup] 2023-01-11T20:29:31.7347630Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:29:32.0089277Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:29:32.0089508Z with: 2023-01-11T20:29:32.0089701Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:29:32.0089913Z fetch-depth: 1 2023-01-11T20:29:32.0090091Z submodules: false 2023-01-11T20:29:32.0090264Z quiet-checkout: true 2023-01-11T20:29:32.0090463Z repository: pytorch/pytorch 2023-01-11T20:29:32.0090773Z token: *** 2023-01-11T20:29:32.0090941Z ssh-strict: true 2023-01-11T20:29:32.0091128Z persist-credentials: true 2023-01-11T20:29:32.0091319Z clean: true 2023-01-11T20:29:32.0091480Z lfs: false 2023-01-11T20:29:32.0091655Z set-safe-directory: true 2023-01-11T20:29:32.0091833Z env: 2023-01-11T20:29:32.0092001Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:32.0092170Z ##[endgroup] 2023-01-11T20:29:32.1456075Z Syncing repository: pytorch/pytorch 2023-01-11T20:29:32.1528595Z ##[group]Getting Git version info 2023-01-11T20:29:32.1529117Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:29:32.1529671Z [command]/usr/bin/git version 2023-01-11T20:29:32.1529853Z git version 2.38.1 2023-01-11T20:29:32.1530436Z ##[endgroup] 2023-01-11T20:29:32.1544556Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ac503822-e8dc-4eea-9bb5-237cb6588eb3' before making global git config changes 2023-01-11T20:29:32.1545326Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:29:32.1546150Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:29:32.1572680Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:29:32.1578590Z ##[group]Initializing the repository 2023-01-11T20:29:32.1583097Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:29:32.1613773Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:29:32.1614728Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:29:32.1615648Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:29:32.1616611Z hint: 2023-01-11T20:29:32.1617183Z hint: git config --global init.defaultBranch 2023-01-11T20:29:32.1617568Z hint: 2023-01-11T20:29:32.1618094Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:29:32.1618765Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:29:32.1619180Z hint: 2023-01-11T20:29:32.1619705Z hint: git branch -m 2023-01-11T20:29:32.1625769Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:29:32.1643212Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:29:32.1674305Z ##[endgroup] 2023-01-11T20:29:32.1675346Z ##[group]Disabling automatic garbage collection 2023-01-11T20:29:32.1679758Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:29:32.1706831Z ##[endgroup] 2023-01-11T20:29:32.1709215Z ##[group]Setting up auth 2023-01-11T20:29:32.1716856Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:29:32.1748669Z [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:29:32.1993431Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:29:32.2025852Z [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:29:32.2261883Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:29:32.2306049Z ##[endgroup] 2023-01-11T20:29:32.2307298Z ##[group]Fetching the repository 2023-01-11T20:29:32.2314172Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:29:41.1583936Z ##[endgroup] 2023-01-11T20:29:41.1585848Z ##[group]Determining the checkout info 2023-01-11T20:29:41.1603052Z ##[endgroup] 2023-01-11T20:29:41.1613070Z ##[group]Checking out the ref 2023-01-11T20:29:41.1614162Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:29:42.2999847Z ##[endgroup] 2023-01-11T20:29:42.3052969Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:29:42.3088679Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:29:42.3242307Z Prepare all required actions 2023-01-11T20:29:42.3242566Z Getting action download info 2023-01-11T20:29:42.4955616Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T20:29:42.6414025Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T20:29:42.6414243Z with: 2023-01-11T20:29:42.6414535Z github-token: *** 2023-01-11T20:29:42.6415164Z 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" }, ]} 2023-01-11T20:29:42.6415733Z env: 2023-01-11T20:29:42.6415891Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:42.6416076Z ##[endgroup] 2023-01-11T20:29:42.6443991Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T20:29:42.6444213Z with: 2023-01-11T20:29:42.6444385Z shell: bash 2023-01-11T20:29:42.6444558Z timeout_minutes: 10 2023-01-11T20:29:42.6444726Z max_attempts: 5 2023-01-11T20:29:42.6444905Z retry_wait_seconds: 30 2023-01-11T20:29:42.6445149Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:29:42.6445395Z polling_interval_seconds: 1 2023-01-11T20:29:42.6445573Z warning_on_retry: true 2023-01-11T20:29:42.6445760Z continue_on_error: false 2023-01-11T20:29:42.6445931Z env: 2023-01-11T20:29:42.6446085Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:42.6446491Z GITHUB_TOKEN: *** 2023-01-11T20:29:42.6446670Z ##[endgroup] 2023-01-11T20:29:42.6941528Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:29:42.9277723Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:29:42.9441995Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T20:29:42.9579477Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T20:29:42.9583722Z 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:29:42.9739284Z 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:29:42.9751015Z 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:29:42.9761852Z 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:29:43.6912508Z Command completed after 1 attempt(s). 2023-01-11T20:29:43.6951525Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:29:43.6951777Z .github/scripts/parse_ref.py 2023-01-11T20:29:43.6963443Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:29:43.6963645Z env: 2023-01-11T20:29:43.6963820Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:43.6964009Z ##[endgroup] 2023-01-11T20:29:43.7235245Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T20:29:43.7235530Z .github/scripts/filter_test_configs.py \ 2023-01-11T20:29:43.7235764Z  --test-matrix "{ include: [ 2023-01-11T20:29:43.7236013Z  { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7236314Z  { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7236693Z  { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7236993Z  { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7237269Z  { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7237566Z  { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7237856Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2023-01-11T20:29:43.7238065Z ]} 2023-01-11T20:29:43.7238223Z " \ 2023-01-11T20:29:43.7238402Z  --pr-number "91627" \ 2023-01-11T20:29:43.7238577Z  --tag "" \ 2023-01-11T20:29:43.7238776Z  --event-name "pull_request" \ 2023-01-11T20:29:43.7238979Z  --schedule "" 2023-01-11T20:29:43.7249641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:29:43.7249862Z env: 2023-01-11T20:29:43.7250035Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:43.7250375Z GITHUB_TOKEN: *** 2023-01-11T20:29:43.7250544Z ##[endgroup] 2023-01-11T20:29:44.0372128Z ##[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"}]}" 2023-01-11T20:29:44.0373518Z 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"}]}" 2023-01-11T20:29:44.0389788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:29:44.0390171Z env: 2023-01-11T20:29:44.0390449Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:29:44.0390751Z ##[endgroup] 2023-01-11T20:29:44.0428424Z {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}]} 2023-01-11T20:29:44.0524250Z Post job cleanup. 2023-01-11T20:29:44.0555177Z Post job cleanup. 2023-01-11T20:29:44.1646258Z [command]/usr/bin/git version 2023-01-11T20:29:44.1690713Z git version 2.38.1 2023-01-11T20:29:44.1737736Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/97adcedb-bb27-4ece-b61c-b98f496d9a2a' before making global git config changes 2023-01-11T20:29:44.1741753Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:29:44.1747861Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:29:44.1785106Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:29:44.1816561Z [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:29:44.2078966Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:29:44.2095435Z http.https://github.com/.extraheader 2023-01-11T20:29:44.2111494Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T20:29:44.2132816Z [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:29:44.2640598Z Evaluate and set job outputs 2023-01-11T20:29:44.2654124Z Set output 'test-matrix' 2023-01-11T20:29:44.2654901Z Set output 'is-test-matrix-empty' 2023-01-11T20:29:44.2655221Z Set output 'keep-going' 2023-01-11T20:29:44.2655764Z Cleaning up orphan processes