2023-01-11T20:34:02.3038191Z Requested labels: self-hosted, linux.large 2023-01-11T20:34:02.3038305Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/91627/merge 2023-01-11T20:34:02.3038490Z Reusable workflow chain: 2023-01-11T20:34:02.3038536Z pytorch/pytorch/.github/workflows/pull.yml@refs/pull/91627/merge (57fc38f02f250896a12b32cfa200a6105a03d09c) 2023-01-11T20:34:02.3038590Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/91627/merge (57fc38f02f250896a12b32cfa200a6105a03d09c) 2023-01-11T20:34:02.3038620Z Waiting for a runner to pick up this job... 2023-01-11T20:34:02.4573153Z Job is about to start running on the runner: i-0e315ab51cdb8a9d6 (organization) 2023-01-11T20:34:07.8260636Z Current runner version: '2.300.2' 2023-01-11T20:34:07.8265809Z Runner name: 'i-0e315ab51cdb8a9d6' 2023-01-11T20:34:07.8266234Z Runner group name: 'Default' 2023-01-11T20:34:07.8266820Z Machine name: 'ip-10-0-0-155' 2023-01-11T20:34:07.8268565Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:34:07.8269136Z Actions: read 2023-01-11T20:34:07.8269426Z Checks: read 2023-01-11T20:34:07.8269733Z Contents: read 2023-01-11T20:34:07.8269990Z Deployments: read 2023-01-11T20:34:07.8270318Z Discussions: read 2023-01-11T20:34:07.8270604Z Issues: read 2023-01-11T20:34:07.8270843Z Metadata: read 2023-01-11T20:34:07.8271136Z Packages: read 2023-01-11T20:34:07.8271438Z Pages: read 2023-01-11T20:34:07.8271688Z PullRequests: read 2023-01-11T20:34:07.8272014Z RepositoryProjects: read 2023-01-11T20:34:07.8272350Z SecurityEvents: read 2023-01-11T20:34:07.8272624Z Statuses: read 2023-01-11T20:34:07.8272926Z ##[endgroup] 2023-01-11T20:34:07.8275904Z Secret source: None 2023-01-11T20:34:07.8276518Z Prepare workflow directory 2023-01-11T20:34:08.1728455Z Prepare all required actions 2023-01-11T20:34:08.1902511Z Getting action download info 2023-01-11T20:34:08.4434561Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:34:11.8549428Z Getting action download info 2023-01-11T20:34:12.0080550Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:34:12.2713728Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2023-01-11T20:34:12.2715223Z ##[group] Inputs 2023-01-11T20:34:12.2715506Z build-environment: linux-bionic-py3_7-clang8-xla 2023-01-11T20:34:12.2715814Z test-matrix: { include: [ { config: "xla", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:34:12.2716158Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/xla_base:v0.6 2023-01-11T20:34:12.2716413Z sync-tag: 2023-01-11T20:34:12.2717078Z timeout-minutes: 240 2023-01-11T20:34:12.2717265Z use-gha: 2023-01-11T20:34:12.2717457Z ##[endgroup] 2023-01-11T20:34:12.2718044Z Complete job name: linux-bionic-py3_7-clang8-xla / filter 2023-01-11T20:34:12.3344204Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:34:12.3344500Z with: 2023-01-11T20:34:12.3344685Z fetch-depth: 1 2023-01-11T20:34:12.3344870Z submodules: false 2023-01-11T20:34:12.3345025Z env: 2023-01-11T20:34:12.3345197Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:12.3345384Z ##[endgroup] 2023-01-11T20:34:12.3560259Z ##[group]Run retry () { 2023-01-11T20:34:12.3560522Z retry () { 2023-01-11T20:34:12.3560757Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:34:12.3560955Z } 2023-01-11T20:34:12.3561322Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:34:12.3561587Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:34:12.3561800Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:34:12.3562003Z else 2023-01-11T20:34:12.3562216Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:34:12.3562414Z fi 2023-01-11T20:34:12.3562677Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:34:12.3577976Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:34:12.3578208Z env: 2023-01-11T20:34:12.3578387Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:12.3578570Z NO_SUDO: 2023-01-11T20:34:12.3578725Z ##[endgroup] 2023-01-11T20:34:12.3764395Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:34:12.6559651Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:34:12.6559863Z with: 2023-01-11T20:34:12.6560066Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:34:12.6560276Z fetch-depth: 1 2023-01-11T20:34:12.6560451Z submodules: false 2023-01-11T20:34:12.6560623Z quiet-checkout: true 2023-01-11T20:34:12.6560820Z repository: pytorch/pytorch 2023-01-11T20:34:12.6561122Z token: *** 2023-01-11T20:34:12.6561277Z ssh-strict: true 2023-01-11T20:34:12.6561580Z persist-credentials: true 2023-01-11T20:34:12.6561767Z clean: true 2023-01-11T20:34:12.6561914Z lfs: false 2023-01-11T20:34:12.6562099Z set-safe-directory: true 2023-01-11T20:34:12.6562278Z env: 2023-01-11T20:34:12.6562438Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:12.6562619Z ##[endgroup] 2023-01-11T20:34:12.7891871Z Syncing repository: pytorch/pytorch 2023-01-11T20:34:12.7894425Z ##[group]Getting Git version info 2023-01-11T20:34:12.7895415Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:34:12.7897341Z [command]/usr/bin/git version 2023-01-11T20:34:12.7924078Z git version 2.38.1 2023-01-11T20:34:12.7947705Z ##[endgroup] 2023-01-11T20:34:12.7967543Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e952b6f0-a378-409b-b6fc-159970efab2d' before making global git config changes 2023-01-11T20:34:12.7968421Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:34:12.7975986Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:34:12.8013385Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:34:12.8020780Z ##[group]Initializing the repository 2023-01-11T20:34:12.8026347Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:34:12.8058327Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:34:12.8058940Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:34:12.8059531Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:34:12.8059954Z hint: 2023-01-11T20:34:12.8060464Z hint: git config --global init.defaultBranch 2023-01-11T20:34:12.8060808Z hint: 2023-01-11T20:34:12.8061283Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:34:12.8061909Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:34:12.8062555Z hint: 2023-01-11T20:34:12.8063147Z hint: git branch -m 2023-01-11T20:34:12.8068459Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:34:12.8077499Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:34:12.8106504Z ##[endgroup] 2023-01-11T20:34:12.8107646Z ##[group]Disabling automatic garbage collection 2023-01-11T20:34:12.8111097Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:34:12.8138365Z ##[endgroup] 2023-01-11T20:34:12.8140972Z ##[group]Setting up auth 2023-01-11T20:34:12.8149282Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:34:12.8179561Z [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:34:12.8419020Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:34:12.8442722Z [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:34:12.8674552Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:34:12.8712468Z ##[endgroup] 2023-01-11T20:34:12.8713600Z ##[group]Fetching the repository 2023-01-11T20:34:12.8719849Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:34:21.7194818Z ##[endgroup] 2023-01-11T20:34:21.7195716Z ##[group]Determining the checkout info 2023-01-11T20:34:21.7196214Z ##[endgroup] 2023-01-11T20:34:21.7196700Z ##[group]Checking out the ref 2023-01-11T20:34:21.7197373Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:34:22.8855268Z ##[endgroup] 2023-01-11T20:34:22.8897996Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:34:22.8924692Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:34:22.9106782Z Prepare all required actions 2023-01-11T20:34:22.9107052Z Getting action download info 2023-01-11T20:34:23.0881022Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T20:34:23.3135105Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T20:34:23.3135321Z with: 2023-01-11T20:34:23.3135601Z github-token: *** 2023-01-11T20:34:23.3135868Z test-matrix: { include: [ { config: "xla", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:34:23.3136111Z env: 2023-01-11T20:34:23.3136279Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:23.3136704Z ##[endgroup] 2023-01-11T20:34:23.3164274Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T20:34:23.3164498Z with: 2023-01-11T20:34:23.3164658Z shell: bash 2023-01-11T20:34:23.3164830Z timeout_minutes: 10 2023-01-11T20:34:23.3164993Z max_attempts: 5 2023-01-11T20:34:23.3165203Z retry_wait_seconds: 30 2023-01-11T20:34:23.3165446Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:34:23.3165680Z polling_interval_seconds: 1 2023-01-11T20:34:23.3166068Z warning_on_retry: true 2023-01-11T20:34:23.3166253Z continue_on_error: false 2023-01-11T20:34:23.3166411Z env: 2023-01-11T20:34:23.3166582Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:23.3166885Z GITHUB_TOKEN: *** 2023-01-11T20:34:23.3167044Z ##[endgroup] 2023-01-11T20:34:23.3663182Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:34:23.5925192Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:34:23.6072856Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T20:34:23.6201617Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T20:34:23.6210437Z 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:34:23.6231941Z 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:34:23.6240626Z 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:34:23.6394819Z 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:34:24.3641024Z Command completed after 1 attempt(s). 2023-01-11T20:34:24.3680341Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:34:24.3680592Z .github/scripts/parse_ref.py 2023-01-11T20:34:24.3691990Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:34:24.3692201Z env: 2023-01-11T20:34:24.3692377Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:24.3692569Z ##[endgroup] 2023-01-11T20:34:24.3965156Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T20:34:24.3965472Z .github/scripts/filter_test_configs.py \ 2023-01-11T20:34:24.3965728Z  --test-matrix "{ include: [ 2023-01-11T20:34:24.3966019Z  { config: "xla", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2023-01-11T20:34:24.3966277Z ]} 2023-01-11T20:34:24.3966471Z " \ 2023-01-11T20:34:24.3966669Z  --pr-number "91627" \ 2023-01-11T20:34:24.3966892Z  --tag "" \ 2023-01-11T20:34:24.3967123Z  --event-name "pull_request" \ 2023-01-11T20:34:24.3967451Z  --schedule "" 2023-01-11T20:34:24.3978376Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:34:24.3978710Z env: 2023-01-11T20:34:24.3978904Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:24.3979266Z GITHUB_TOKEN: *** 2023-01-11T20:34:24.3979477Z ##[endgroup] 2023-01-11T20:34:24.7466998Z ##[group]Run echo "{"include": [{"config": "xla", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:34:24.7467540Z echo "{"include": [{"config": "xla", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:34:24.7483249Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:34:24.7483619Z env: 2023-01-11T20:34:24.7483923Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:34:24.7484211Z ##[endgroup] 2023-01-11T20:34:24.7519888Z {include: [{config: xla, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2023-01-11T20:34:24.7618057Z Post job cleanup. 2023-01-11T20:34:24.7650420Z Post job cleanup. 2023-01-11T20:34:24.8749676Z [command]/usr/bin/git version 2023-01-11T20:34:24.8794023Z git version 2.38.1 2023-01-11T20:34:24.8835719Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f05e062e-f0d5-4bba-ad68-1b20ab0043a5' before making global git config changes 2023-01-11T20:34:24.8836729Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:34:24.8841367Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:34:24.8875966Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:34:24.8905779Z [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:34:24.9158929Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:34:24.9182963Z http.https://github.com/.extraheader 2023-01-11T20:34:24.9192270Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T20:34:24.9219520Z [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:34:24.9749137Z Evaluate and set job outputs 2023-01-11T20:34:24.9763122Z Set output 'test-matrix' 2023-01-11T20:34:24.9764217Z Set output 'is-test-matrix-empty' 2023-01-11T20:34:24.9764739Z Set output 'keep-going' 2023-01-11T20:34:24.9765546Z Cleaning up orphan processes