2022-11-23T01:11:27.5030737Z Requested labels: self-hosted, linux.large 2022-11-23T01:11:27.5030908Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2022-11-23T01:11:27.5030968Z Waiting for a runner to pick up this job... 2022-11-23T01:11:27.6532052Z Job is about to start running on the runner: i-0b7f22c938e9e1aa5 (organization) 2022-11-23T01:11:30.9870728Z Current runner version: '2.299.1' 2022-11-23T01:11:30.9875948Z Runner name: 'i-0b7f22c938e9e1aa5' 2022-11-23T01:11:30.9876400Z Runner group name: 'Default' 2022-11-23T01:11:30.9877067Z Machine name: 'ip-10-0-11-242' 2022-11-23T01:11:30.9878980Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:30.9879590Z Actions: write 2022-11-23T01:11:30.9879878Z Checks: write 2022-11-23T01:11:30.9880129Z Contents: write 2022-11-23T01:11:30.9880450Z Deployments: write 2022-11-23T01:11:30.9880774Z Discussions: write 2022-11-23T01:11:30.9881018Z Issues: write 2022-11-23T01:11:30.9881302Z Metadata: read 2022-11-23T01:11:30.9881582Z Packages: write 2022-11-23T01:11:30.9881850Z Pages: write 2022-11-23T01:11:30.9882141Z PullRequests: write 2022-11-23T01:11:30.9882480Z RepositoryProjects: write 2022-11-23T01:11:30.9882765Z SecurityEvents: write 2022-11-23T01:11:30.9883062Z Statuses: write 2022-11-23T01:11:30.9883363Z ##[endgroup] 2022-11-23T01:11:30.9886317Z Secret source: Actions 2022-11-23T01:11:30.9886988Z Prepare workflow directory 2022-11-23T01:11:31.3490035Z Prepare all required actions 2022-11-23T01:11:31.3660684Z Getting action download info 2022-11-23T01:11:31.5351268Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:34.8577416Z Getting action download info 2022-11-23T01:11:35.0158248Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:35.2545822Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-11-23T01:11:35.2547256Z ##[group] Inputs 2022-11-23T01:11:35.2547546Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7-sm86 2022-11-23T01:11:35.2548257Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.g5.4xlarge.nvidia.gpu" }, ]} 2022-11-23T01:11:35.2549047Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:11:35.2549406Z sync-tag: 2022-11-23T01:11:35.2550061Z timeout-minutes: 240 2022-11-23T01:11:35.2550258Z ##[endgroup] 2022-11-23T01:11:35.2550642Z Complete job name: cuda11.6-py3.10-gcc7-sm86 / filter 2022-11-23T01:11:35.3207973Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:35.3208359Z with: 2022-11-23T01:11:35.3208593Z fetch-depth: 1 2022-11-23T01:11:35.3208835Z submodules: false 2022-11-23T01:11:35.3209082Z env: 2022-11-23T01:11:35.3209327Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:35.3209573Z ##[endgroup] 2022-11-23T01:11:35.3443092Z ##[group]Run retry () { 2022-11-23T01:11:35.3443348Z retry () { 2022-11-23T01:11:35.3443594Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:35.3443811Z } 2022-11-23T01:11:35.3443989Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:35.3444207Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:35.3444431Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:35.3444620Z else 2022-11-23T01:11:35.3444817Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:35.3445007Z fi 2022-11-23T01:11:35.3445212Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:35.3461058Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:35.3461329Z env: 2022-11-23T01:11:35.3461514Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:35.3461698Z NO_SUDO: 2022-11-23T01:11:35.3461851Z ##[endgroup] 2022-11-23T01:11:35.3639989Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:35.6315380Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:35.6315721Z with: 2022-11-23T01:11:35.6316065Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:35.6316361Z fetch-depth: 1 2022-11-23T01:11:35.6316596Z submodules: false 2022-11-23T01:11:35.6316838Z quiet-checkout: true 2022-11-23T01:11:35.6317024Z repository: pytorch/pytorch 2022-11-23T01:11:35.6317400Z token: *** 2022-11-23T01:11:35.6317570Z ssh-strict: true 2022-11-23T01:11:35.6317768Z persist-credentials: true 2022-11-23T01:11:35.6317945Z clean: true 2022-11-23T01:11:35.6318105Z lfs: false 2022-11-23T01:11:35.6318290Z set-safe-directory: true 2022-11-23T01:11:35.6318455Z env: 2022-11-23T01:11:35.6318625Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:35.6318809Z ##[endgroup] 2022-11-23T01:11:35.7610684Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:35.7612064Z ##[group]Getting Git version info 2022-11-23T01:11:35.7612484Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:35.7612928Z [command]/usr/bin/git version 2022-11-23T01:11:35.7636606Z git version 2.37.1 2022-11-23T01:11:35.7660984Z ##[endgroup] 2022-11-23T01:11:35.7687436Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/24919b0b-accd-4582-8d52-28bb7231fd41' before making global git config changes 2022-11-23T01:11:35.7690242Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:35.7696173Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:35.7733347Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:35.7739754Z ##[group]Initializing the repository 2022-11-23T01:11:35.7744125Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:35.7772641Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:35.7773274Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:35.7773870Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:35.7774257Z hint: 2022-11-23T01:11:35.7774773Z hint: git config --global init.defaultBranch 2022-11-23T01:11:35.7775161Z hint: 2022-11-23T01:11:35.7775679Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:35.7776366Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:35.7780161Z hint: 2022-11-23T01:11:35.7780764Z hint: git branch -m 2022-11-23T01:11:35.7785736Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:35.7794556Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:35.7821232Z ##[endgroup] 2022-11-23T01:11:35.7822554Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:35.7826252Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:35.7851061Z ##[endgroup] 2022-11-23T01:11:35.7852125Z ##[group]Setting up auth 2022-11-23T01:11:35.7860306Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:35.7886376Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:35.8113206Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:35.8138070Z [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-11-23T01:11:35.8369211Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:35.8403061Z ##[endgroup] 2022-11-23T01:11:35.8404036Z ##[group]Fetching the repository 2022-11-23T01:11:35.8410902Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:43.9176363Z ##[endgroup] 2022-11-23T01:11:43.9177650Z ##[group]Determining the checkout info 2022-11-23T01:11:43.9179014Z ##[endgroup] 2022-11-23T01:11:43.9226540Z ##[group]Checking out the ref 2022-11-23T01:11:43.9227404Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:45.0506171Z ##[endgroup] 2022-11-23T01:11:45.0549217Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:11:45.0578009Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:11:45.0756716Z Prepare all required actions 2022-11-23T01:11:45.0757274Z Getting action download info 2022-11-23T01:11:45.2150882Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:11:45.3387509Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:11:45.3387910Z with: 2022-11-23T01:11:45.3388703Z github-token: *** 2022-11-23T01:11:45.3389380Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.g5.4xlarge.nvidia.gpu" }, ]} 2022-11-23T01:11:45.3389947Z env: 2022-11-23T01:11:45.3390142Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:45.3390328Z ##[endgroup] 2022-11-23T01:11:45.3425033Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:11:45.3425266Z with: 2022-11-23T01:11:45.3425412Z shell: bash 2022-11-23T01:11:45.3425585Z timeout_minutes: 10 2022-11-23T01:11:45.3425761Z max_attempts: 5 2022-11-23T01:11:45.3425929Z retry_wait_seconds: 30 2022-11-23T01:11:45.3426174Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:11:45.3426419Z polling_interval_seconds: 1 2022-11-23T01:11:45.3426599Z warning_on_retry: true 2022-11-23T01:11:45.3426783Z continue_on_error: false 2022-11-23T01:11:45.3426954Z env: 2022-11-23T01:11:45.3427109Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:45.3427457Z GITHUB_TOKEN: *** 2022-11-23T01:11:45.3427629Z ##[endgroup] 2022-11-23T01:11:45.3969418Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:11:45.6423005Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:11:45.6654735Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:11:45.6869772Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:11:45.6882342Z 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-11-23T01:11:45.6902501Z 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-11-23T01:11:45.6913398Z 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-11-23T01:11:45.6944796Z 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-11-23T01:11:46.3929482Z Command completed after 1 attempt(s). 2022-11-23T01:11:46.3967530Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:11:46.3967837Z .github/scripts/parse_ref.py 2022-11-23T01:11:46.3979489Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:46.3979777Z env: 2022-11-23T01:11:46.3980015Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:46.3980307Z ##[endgroup] 2022-11-23T01:11:46.4285695Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:11:46.4285971Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:11:46.4286192Z  --test-matrix "{ include: [ 2022-11-23T01:11:46.4286467Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, 2022-11-23T01:11:46.4286795Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, 2022-11-23T01:11:46.4287109Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, 2022-11-23T01:11:46.4287506Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.g5.4xlarge.nvidia.gpu" }, 2022-11-23T01:11:46.4287844Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.g5.4xlarge.nvidia.gpu" }, 2022-11-23T01:11:46.4288088Z ]} 2022-11-23T01:11:46.4288232Z " \ 2022-11-23T01:11:46.4288408Z  --pr-number "" \ 2022-11-23T01:11:46.4288578Z  --tag "" \ 2022-11-23T01:11:46.4288747Z  --event-name "push" 2022-11-23T01:11:46.4299271Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:46.4299473Z env: 2022-11-23T01:11:46.4299627Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:46.4300027Z GITHUB_TOKEN: *** 2022-11-23T01:11:46.4300198Z ##[endgroup] 2022-11-23T01:11:46.5503916Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.g5.4xlarge.nvidia.gpu"}]}" 2022-11-23T01:11:46.5505563Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.g5.4xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.g5.4xlarge.nvidia.gpu"}]}" 2022-11-23T01:11:46.5517009Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:46.5517229Z env: 2022-11-23T01:11:46.5517403Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:46.5517585Z ##[endgroup] 2022-11-23T01:11:46.5542530Z {include: [{config: default, shard: 1, num_shards: 4, runner: linux.g5.4xlarge.nvidia.gpu}, {config: default, shard: 2, num_shards: 4, runner: linux.g5.4xlarge.nvidia.gpu}, {config: default, shard: 3, num_shards: 4, runner: linux.g5.4xlarge.nvidia.gpu}, {config: default, shard: 4, num_shards: 4, runner: linux.g5.4xlarge.nvidia.gpu}, {config: functorch, shard: 1, num_shards: 1, runner: linux.g5.4xlarge.nvidia.gpu}]} 2022-11-23T01:11:46.5632816Z Post job cleanup. 2022-11-23T01:11:46.5660451Z Post job cleanup. 2022-11-23T01:11:46.6720017Z [command]/usr/bin/git version 2022-11-23T01:11:46.6761503Z git version 2.37.1 2022-11-23T01:11:46.6801892Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b10b0833-fa86-487b-8989-fb9dbeb13bde' before making global git config changes 2022-11-23T01:11:46.6803134Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:46.6808397Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:46.6842542Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:46.6872875Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:46.7216329Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:46.7242375Z http.https://github.com/.extraheader 2022-11-23T01:11:46.7259584Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:11:46.7300120Z [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-11-23T01:11:46.7854939Z Evaluate and set job outputs 2022-11-23T01:11:46.7867903Z Set output 'test-matrix' 2022-11-23T01:11:46.7868665Z Set output 'is-test-matrix-empty' 2022-11-23T01:11:46.7869249Z Cleaning up orphan processes