2023-01-11T20:43:16.9343241Z Requested labels: self-hosted, linux.large 2023-01-11T20:43:16.9343375Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/trunk/91627 2023-01-11T20:43:16.9343599Z Reusable workflow chain: 2023-01-11T20:43:16.9343652Z pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:43:16.9343710Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:43:16.9343743Z Waiting for a runner to pick up this job... 2023-01-11T20:43:17.1034027Z Job is about to start running on the runner: i-0d4213b5614f5cfe4 (organization) 2023-01-11T20:43:21.9716064Z Current runner version: '2.300.2' 2023-01-11T20:43:21.9721221Z Runner name: 'i-0d4213b5614f5cfe4' 2023-01-11T20:43:21.9721653Z Runner group name: 'Default' 2023-01-11T20:43:21.9722239Z Machine name: 'ip-10-0-5-245' 2023-01-11T20:43:21.9724243Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:43:21.9724867Z Actions: write 2023-01-11T20:43:21.9725159Z Checks: write 2023-01-11T20:43:21.9725440Z Contents: write 2023-01-11T20:43:21.9725692Z Deployments: write 2023-01-11T20:43:21.9726030Z Discussions: write 2023-01-11T20:43:21.9726316Z Issues: write 2023-01-11T20:43:21.9726582Z Metadata: read 2023-01-11T20:43:21.9726870Z Packages: write 2023-01-11T20:43:21.9727180Z Pages: write 2023-01-11T20:43:21.9727435Z PullRequests: write 2023-01-11T20:43:21.9727769Z RepositoryProjects: write 2023-01-11T20:43:21.9728094Z SecurityEvents: write 2023-01-11T20:43:21.9728360Z Statuses: write 2023-01-11T20:43:21.9728659Z ##[endgroup] 2023-01-11T20:43:21.9731607Z Secret source: Actions 2023-01-11T20:43:21.9732295Z Prepare workflow directory 2023-01-11T20:43:22.3273496Z Prepare all required actions 2023-01-11T20:43:22.3453969Z Getting action download info 2023-01-11T20:43:22.5557666Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:43:25.9266091Z Getting action download info 2023-01-11T20:43:26.0798781Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:43:26.2518834Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2023-01-11T20:43:26.2520318Z ##[group] Inputs 2023-01-11T20:43:26.2520627Z build-environment: parallelnative-linux-focal-py3.7-gcc7 2023-01-11T20:43:26.2521035Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, ]} 2023-01-11T20:43:26.2521525Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:43:26.2521862Z sync-tag: 2023-01-11T20:43:26.2522529Z timeout-minutes: 240 2023-01-11T20:43:26.2522708Z use-gha: 2023-01-11T20:43:26.2522900Z ##[endgroup] 2023-01-11T20:43:26.2523460Z Complete job name: parallelnative-linux-focal-py3.7-gcc7 / filter 2023-01-11T20:43:26.3143613Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:43:26.3143912Z with: 2023-01-11T20:43:26.3144088Z fetch-depth: 1 2023-01-11T20:43:26.3144288Z submodules: false 2023-01-11T20:43:26.3144463Z env: 2023-01-11T20:43:26.3144624Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:26.3144814Z ##[endgroup] 2023-01-11T20:43:26.3355601Z ##[group]Run retry () { 2023-01-11T20:43:26.3355875Z retry () { 2023-01-11T20:43:26.3356115Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:43:26.3356340Z } 2023-01-11T20:43:26.3356537Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:43:26.3356766Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:43:26.3357002Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:43:26.3357216Z else 2023-01-11T20:43:26.3357425Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:43:26.3357616Z fi 2023-01-11T20:43:26.3357860Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:43:26.3373299Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:43:26.3373524Z env: 2023-01-11T20:43:26.3373704Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:26.3373890Z NO_SUDO: 2023-01-11T20:43:26.3374051Z ##[endgroup] 2023-01-11T20:43:26.3591329Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:43:26.6441441Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:43:26.6441653Z with: 2023-01-11T20:43:26.6441858Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:43:26.6442071Z fetch-depth: 1 2023-01-11T20:43:26.6442237Z submodules: false 2023-01-11T20:43:26.6442419Z quiet-checkout: true 2023-01-11T20:43:26.6442731Z repository: pytorch/pytorch 2023-01-11T20:43:26.6443203Z token: *** 2023-01-11T20:43:26.6443366Z ssh-strict: true 2023-01-11T20:43:26.6443567Z persist-credentials: true 2023-01-11T20:43:26.6443758Z clean: true 2023-01-11T20:43:26.6443911Z lfs: false 2023-01-11T20:43:26.6444097Z set-safe-directory: true 2023-01-11T20:43:26.6444277Z env: 2023-01-11T20:43:26.6444436Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:26.6444621Z ##[endgroup] 2023-01-11T20:43:26.7751103Z Syncing repository: pytorch/pytorch 2023-01-11T20:43:26.7753190Z ##[group]Getting Git version info 2023-01-11T20:43:26.7753854Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:43:26.7754623Z [command]/usr/bin/git version 2023-01-11T20:43:26.7754955Z git version 2.38.1 2023-01-11T20:43:26.7761660Z ##[endgroup] 2023-01-11T20:43:26.7782570Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f057ea5d-3474-4c24-b1c1-172e53a27e5d' before making global git config changes 2023-01-11T20:43:26.7783261Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:43:26.7786800Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:43:26.7823387Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:43:26.7828749Z ##[group]Initializing the repository 2023-01-11T20:43:26.7832348Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:43:26.7861450Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:43:26.7862367Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:43:26.7863547Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:43:26.7864228Z hint: 2023-01-11T20:43:26.7865174Z hint: git config --global init.defaultBranch 2023-01-11T20:43:26.7865600Z hint: 2023-01-11T20:43:26.7866521Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:43:26.7867217Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:43:26.7867581Z hint: 2023-01-11T20:43:26.7870307Z hint: git branch -m 2023-01-11T20:43:26.7873800Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:43:26.7880167Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:43:26.7907782Z ##[endgroup] 2023-01-11T20:43:26.7909332Z ##[group]Disabling automatic garbage collection 2023-01-11T20:43:26.7912694Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:43:26.7939589Z ##[endgroup] 2023-01-11T20:43:26.7940604Z ##[group]Setting up auth 2023-01-11T20:43:26.7946882Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:43:26.7974118Z [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:43:26.8203325Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:43:26.8230323Z [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:43:26.8462135Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:43:26.8502036Z ##[endgroup] 2023-01-11T20:43:26.8502976Z ##[group]Fetching the repository 2023-01-11T20:43:26.8508787Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:43:35.4881218Z ##[endgroup] 2023-01-11T20:43:35.4884342Z ##[group]Determining the checkout info 2023-01-11T20:43:35.4886137Z ##[endgroup] 2023-01-11T20:43:35.4887002Z ##[group]Checking out the ref 2023-01-11T20:43:35.4892224Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:43:36.6473997Z ##[endgroup] 2023-01-11T20:43:36.6515532Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:43:36.6542152Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:43:36.6715059Z Prepare all required actions 2023-01-11T20:43:36.6715402Z Getting action download info 2023-01-11T20:43:36.8750478Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T20:43:37.1173482Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T20:43:37.1173690Z with: 2023-01-11T20:43:37.1174229Z github-token: *** 2023-01-11T20:43:37.1174563Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, ]} 2023-01-11T20:43:37.1174875Z env: 2023-01-11T20:43:37.1175033Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:37.1175218Z ##[endgroup] 2023-01-11T20:43:37.1202162Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T20:43:37.1202451Z with: 2023-01-11T20:43:37.1202651Z shell: bash 2023-01-11T20:43:37.1202832Z timeout_minutes: 10 2023-01-11T20:43:37.1203230Z max_attempts: 5 2023-01-11T20:43:37.1203457Z retry_wait_seconds: 30 2023-01-11T20:43:37.1203714Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:43:37.1204004Z polling_interval_seconds: 1 2023-01-11T20:43:37.1204275Z warning_on_retry: true 2023-01-11T20:43:37.1204470Z continue_on_error: false 2023-01-11T20:43:37.1204688Z env: 2023-01-11T20:43:37.1204894Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:37.1205341Z GITHUB_TOKEN: *** 2023-01-11T20:43:37.1205524Z ##[endgroup] 2023-01-11T20:43:37.1740309Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:43:37.4009917Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:43:37.4183539Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T20:43:37.4315442Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T20:43:37.4324528Z 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:43:37.4486550Z 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:43:37.4502369Z 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:43:37.4512570Z 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:43:38.1709423Z Command completed after 1 attempt(s). 2023-01-11T20:43:38.1748413Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:43:38.1748645Z .github/scripts/parse_ref.py 2023-01-11T20:43:38.1760164Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:43:38.1760387Z env: 2023-01-11T20:43:38.1760549Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:38.1760732Z ##[endgroup] 2023-01-11T20:43:38.2028417Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T20:43:38.2028711Z .github/scripts/filter_test_configs.py \ 2023-01-11T20:43:38.2028955Z  --test-matrix "{ include: [ 2023-01-11T20:43:38.2029227Z  { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:43:38.2029520Z  { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2023-01-11T20:43:38.2029752Z ]} 2023-01-11T20:43:38.2030009Z " \ 2023-01-11T20:43:38.2030184Z  --pr-number "" \ 2023-01-11T20:43:38.2030393Z  --tag "ciflow/trunk/91627" \ 2023-01-11T20:43:38.2030607Z  --event-name "push" \ 2023-01-11T20:43:38.2030795Z  --schedule "" 2023-01-11T20:43:38.2041490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:43:38.2041785Z env: 2023-01-11T20:43:38.2041953Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:38.2042361Z GITHUB_TOKEN: *** 2023-01-11T20:43:38.2042546Z ##[endgroup] 2023-01-11T20:43:38.5138265Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}]}" 2023-01-11T20:43:38.5139003Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}]}" 2023-01-11T20:43:38.5154374Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:43:38.5154753Z env: 2023-01-11T20:43:38.5155044Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:43:38.5155344Z ##[endgroup] 2023-01-11T20:43:38.5192216Z {include: [{config: default, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: default, shard: 2, num_shards: 2, runner: linux.2xlarge}]} 2023-01-11T20:43:38.5288055Z Post job cleanup. 2023-01-11T20:43:38.5316547Z Post job cleanup. 2023-01-11T20:43:38.6399959Z [command]/usr/bin/git version 2023-01-11T20:43:38.6444140Z git version 2.38.1 2023-01-11T20:43:38.6486171Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/58027f27-e4aa-43f4-92eb-7b4c0ff10bc9' before making global git config changes 2023-01-11T20:43:38.6487196Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:43:38.6492220Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:43:38.6528046Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:43:38.6558981Z [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:43:38.6824237Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:43:38.6849295Z http.https://github.com/.extraheader 2023-01-11T20:43:38.6859143Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T20:43:38.6888171Z [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:43:38.7410382Z Evaluate and set job outputs 2023-01-11T20:43:38.7424660Z Set output 'test-matrix' 2023-01-11T20:43:38.7425767Z Set output 'is-test-matrix-empty' 2023-01-11T20:43:38.7426333Z Set output 'keep-going' 2023-01-11T20:43:38.7427240Z Cleaning up orphan processes