2023-01-11T20:26:38.6387265Z Requested labels: self-hosted, linux.large 2023-01-11T20:26:38.6387378Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/trunk/91627 2023-01-11T20:26:38.6387575Z Reusable workflow chain: 2023-01-11T20:26:38.6387610Z pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:26:38.6387660Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:26:38.6387688Z Waiting for a runner to pick up this job... 2023-01-11T20:26:38.7940188Z Job is about to start running on the runner: i-0e315ab51cdb8a9d6 (organization) 2023-01-11T20:26:42.8597215Z Current runner version: '2.300.2' 2023-01-11T20:26:42.8602598Z Runner name: 'i-0e315ab51cdb8a9d6' 2023-01-11T20:26:42.8603089Z Runner group name: 'Default' 2023-01-11T20:26:42.8603672Z Machine name: 'ip-10-0-0-155' 2023-01-11T20:26:42.8605530Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:26:42.8606253Z Actions: write 2023-01-11T20:26:42.8606542Z Checks: write 2023-01-11T20:26:42.8606785Z Contents: write 2023-01-11T20:26:42.8607121Z Deployments: write 2023-01-11T20:26:42.8607422Z Discussions: write 2023-01-11T20:26:42.8607668Z Issues: write 2023-01-11T20:26:42.8607948Z Metadata: read 2023-01-11T20:26:42.8608246Z Packages: write 2023-01-11T20:26:42.8608513Z Pages: write 2023-01-11T20:26:42.8608825Z PullRequests: write 2023-01-11T20:26:42.8609163Z RepositoryProjects: write 2023-01-11T20:26:42.8609451Z SecurityEvents: write 2023-01-11T20:26:42.8609756Z Statuses: write 2023-01-11T20:26:42.8610061Z ##[endgroup] 2023-01-11T20:26:42.8612989Z Secret source: Actions 2023-01-11T20:26:42.8613708Z Prepare workflow directory 2023-01-11T20:26:43.2174531Z Prepare all required actions 2023-01-11T20:26:43.2346664Z Getting action download info 2023-01-11T20:26:43.4675377Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:26:47.1769723Z Getting action download info 2023-01-11T20:26:47.3329802Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:26:47.5316102Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2023-01-11T20:26:47.5317671Z ##[group] Inputs 2023-01-11T20:26:47.5317971Z build-environment: linux-bionic-py3.7-clang9-slow 2023-01-11T20:26:47.5318305Z test-matrix: { include: [ { config: "slow", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:26:47.5318730Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:26:47.5319082Z sync-tag: 2023-01-11T20:26:47.5319779Z timeout-minutes: 240 2023-01-11T20:26:47.5319972Z use-gha: 2023-01-11T20:26:47.5320149Z ##[endgroup] 2023-01-11T20:26:47.5320580Z Complete job name: linux-bionic-py3.7-clang9-slow / filter 2023-01-11T20:26:47.5943062Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:26:47.5943354Z with: 2023-01-11T20:26:47.5943547Z fetch-depth: 1 2023-01-11T20:26:47.5943731Z submodules: false 2023-01-11T20:26:47.5943905Z env: 2023-01-11T20:26:47.5944083Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:26:47.5944259Z ##[endgroup] 2023-01-11T20:26:47.6165431Z ##[group]Run retry () { 2023-01-11T20:26:47.6165691Z retry () { 2023-01-11T20:26:47.6166005Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:26:47.6166211Z } 2023-01-11T20:26:47.6166403Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:26:47.6166621Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:26:47.6166839Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:26:47.6167052Z else 2023-01-11T20:26:47.6167254Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:26:47.6167448Z fi 2023-01-11T20:26:47.6167670Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:26:47.6183589Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:26:47.6183822Z env: 2023-01-11T20:26:47.6184001Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:26:47.6184184Z NO_SUDO: 2023-01-11T20:26:47.6184340Z ##[endgroup] 2023-01-11T20:26:47.6369878Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:26:47.9104221Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:26:47.9104456Z with: 2023-01-11T20:26:47.9104646Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:26:47.9104858Z fetch-depth: 1 2023-01-11T20:26:47.9105035Z submodules: false 2023-01-11T20:26:47.9105207Z quiet-checkout: true 2023-01-11T20:26:47.9105407Z repository: pytorch/pytorch 2023-01-11T20:26:47.9105875Z token: *** 2023-01-11T20:26:47.9106047Z ssh-strict: true 2023-01-11T20:26:47.9106231Z persist-credentials: true 2023-01-11T20:26:47.9106419Z clean: true 2023-01-11T20:26:47.9106582Z lfs: false 2023-01-11T20:26:47.9106757Z set-safe-directory: true 2023-01-11T20:26:47.9106933Z env: 2023-01-11T20:26:47.9107101Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:26:47.9107273Z ##[endgroup] 2023-01-11T20:26:48.0430037Z Syncing repository: pytorch/pytorch 2023-01-11T20:26:48.0432246Z ##[group]Getting Git version info 2023-01-11T20:26:48.0432957Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:26:48.0433720Z [command]/usr/bin/git version 2023-01-11T20:26:48.0446621Z git version 2.38.1 2023-01-11T20:26:48.0470684Z ##[endgroup] 2023-01-11T20:26:48.0492729Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f2451510-47e5-4f80-aafa-de532f626bf7' before making global git config changes 2023-01-11T20:26:48.0493513Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:26:48.0500672Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:26:48.0536929Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:26:48.0543299Z ##[group]Initializing the repository 2023-01-11T20:26:48.0547783Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:26:48.0577680Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:26:48.0578270Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:26:48.0578846Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:26:48.0579266Z hint: 2023-01-11T20:26:48.0579775Z hint: git config --global init.defaultBranch 2023-01-11T20:26:48.0580360Z hint: 2023-01-11T20:26:48.0580862Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:26:48.0581444Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:26:48.0581815Z hint: 2023-01-11T20:26:48.0583505Z hint: git branch -m 2023-01-11T20:26:48.0588797Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:26:48.0596827Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:26:48.0624623Z ##[endgroup] 2023-01-11T20:26:48.0625293Z ##[group]Disabling automatic garbage collection 2023-01-11T20:26:48.0630552Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:26:48.0655847Z ##[endgroup] 2023-01-11T20:26:48.0658170Z ##[group]Setting up auth 2023-01-11T20:26:48.0664559Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:26:48.0691886Z [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:26:48.1005869Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:26:48.1038152Z [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:26:48.1275352Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:26:48.1311047Z ##[endgroup] 2023-01-11T20:26:48.1312238Z ##[group]Fetching the repository 2023-01-11T20:26:48.1319008Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:26:58.2916003Z ##[endgroup] 2023-01-11T20:26:58.2927147Z ##[group]Determining the checkout info 2023-01-11T20:26:58.2927992Z ##[endgroup] 2023-01-11T20:26:58.2929433Z ##[group]Checking out the ref 2023-01-11T20:26:58.2930659Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:26:59.4602139Z ##[endgroup] 2023-01-11T20:26:59.4642854Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:26:59.4667934Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:26:59.4831352Z Prepare all required actions 2023-01-11T20:26:59.4831623Z Getting action download info 2023-01-11T20:26:59.6598211Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T20:26:59.8145328Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T20:26:59.8145686Z with: 2023-01-11T20:26:59.8146419Z github-token: *** 2023-01-11T20:26:59.8146905Z test-matrix: { include: [ { config: "slow", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:26:59.8147340Z env: 2023-01-11T20:26:59.8147634Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:26:59.8147960Z ##[endgroup] 2023-01-11T20:26:59.8193096Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T20:26:59.8193537Z with: 2023-01-11T20:26:59.8193934Z shell: bash 2023-01-11T20:26:59.8194293Z timeout_minutes: 10 2023-01-11T20:26:59.8194624Z max_attempts: 5 2023-01-11T20:26:59.8195056Z retry_wait_seconds: 30 2023-01-11T20:26:59.8195718Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:26:59.8196204Z polling_interval_seconds: 1 2023-01-11T20:26:59.8196590Z warning_on_retry: true 2023-01-11T20:26:59.8196957Z continue_on_error: false 2023-01-11T20:26:59.8197266Z env: 2023-01-11T20:26:59.8197641Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:26:59.8198552Z GITHUB_TOKEN: *** 2023-01-11T20:26:59.8198851Z ##[endgroup] 2023-01-11T20:26:59.8797830Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:27:00.1037303Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:27:00.1196043Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T20:27:00.1362565Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T20:27:00.1371053Z 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:27:00.1382237Z 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:27:00.1395542Z 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:27:00.1547528Z 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:27:00.8772278Z Command completed after 1 attempt(s). 2023-01-11T20:27:00.8809977Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:27:00.8810218Z .github/scripts/parse_ref.py 2023-01-11T20:27:00.8822559Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:27:00.8822778Z env: 2023-01-11T20:27:00.8822939Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:27:00.8823129Z ##[endgroup] 2023-01-11T20:27:00.9091403Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T20:27:00.9091698Z .github/scripts/filter_test_configs.py \ 2023-01-11T20:27:00.9091924Z  --test-matrix "{ include: [ 2023-01-11T20:27:00.9092186Z  { config: "slow", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2023-01-11T20:27:00.9092413Z ]} 2023-01-11T20:27:00.9092561Z " \ 2023-01-11T20:27:00.9092739Z  --pr-number "" \ 2023-01-11T20:27:00.9092943Z  --tag "ciflow/trunk/91627" \ 2023-01-11T20:27:00.9093154Z  --event-name "push" \ 2023-01-11T20:27:00.9093337Z  --schedule "" 2023-01-11T20:27:00.9104559Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:27:00.9104780Z env: 2023-01-11T20:27:00.9104939Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:27:00.9105339Z GITHUB_TOKEN: *** 2023-01-11T20:27:00.9105519Z ##[endgroup] 2023-01-11T20:27:01.2130515Z ##[group]Run echo "{"include": [{"config": "slow", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:27:01.2131133Z echo "{"include": [{"config": "slow", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:27:01.2146645Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:27:01.2147001Z env: 2023-01-11T20:27:01.2147291Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:27:01.2147592Z ##[endgroup] 2023-01-11T20:27:01.2185845Z {include: [{config: slow, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2023-01-11T20:27:01.2284110Z Post job cleanup. 2023-01-11T20:27:01.2313711Z Post job cleanup. 2023-01-11T20:27:01.3411992Z [command]/usr/bin/git version 2023-01-11T20:27:01.3444928Z git version 2.38.1 2023-01-11T20:27:01.3486052Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b8dd5bd4-34fd-4065-9f38-5751714829ae' before making global git config changes 2023-01-11T20:27:01.3487161Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:27:01.3491830Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:27:01.3526116Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:27:01.3555773Z [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:27:01.3811916Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:27:01.3835744Z http.https://github.com/.extraheader 2023-01-11T20:27:01.3845182Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T20:27:01.3873471Z [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:27:01.4371722Z Evaluate and set job outputs 2023-01-11T20:27:01.4385599Z Set output 'test-matrix' 2023-01-11T20:27:01.4386736Z Set output 'is-test-matrix-empty' 2023-01-11T20:27:01.4387302Z Set output 'keep-going' 2023-01-11T20:27:01.4388412Z Cleaning up orphan processes