2023-01-11T21:56:21.4469180Z Requested labels: self-hosted, linux.large 2023-01-11T21:56:21.4469280Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/tags/ciflow/trunk/91627 2023-01-11T21:56:21.4469460Z Reusable workflow chain: 2023-01-11T21:56:21.4469498Z pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T21:56:21.4469547Z -> pytorch/pytorch/.github/workflows/_win-test.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T21:56:21.4469601Z Waiting for a runner to pick up this job... 2023-01-11T21:56:21.7187932Z Job is about to start running on the runner: i-00e582c4cb18d5ba0 (organization) 2023-01-11T21:56:26.6929230Z Current runner version: '2.300.2' 2023-01-11T21:56:26.6934392Z Runner name: 'i-00e582c4cb18d5ba0' 2023-01-11T21:56:26.6934898Z Runner group name: 'Default' 2023-01-11T21:56:26.6935512Z Machine name: 'ip-10-0-3-234' 2023-01-11T21:56:26.6937317Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T21:56:26.6938066Z Actions: write 2023-01-11T21:56:26.6938355Z Checks: write 2023-01-11T21:56:26.6938643Z Contents: write 2023-01-11T21:56:26.6938893Z Deployments: write 2023-01-11T21:56:26.6939236Z Discussions: write 2023-01-11T21:56:26.6939523Z Issues: write 2023-01-11T21:56:26.6939759Z Metadata: read 2023-01-11T21:56:26.6940049Z Packages: write 2023-01-11T21:56:26.6940645Z Pages: write 2023-01-11T21:56:26.6940935Z PullRequests: write 2023-01-11T21:56:26.6941268Z RepositoryProjects: write 2023-01-11T21:56:26.6941598Z SecurityEvents: write 2023-01-11T21:56:26.6941853Z Statuses: write 2023-01-11T21:56:26.6942138Z ##[endgroup] 2023-01-11T21:56:26.6945167Z Secret source: Actions 2023-01-11T21:56:26.6945829Z Prepare workflow directory 2023-01-11T21:56:27.0428904Z Prepare all required actions 2023-01-11T21:56:27.0598486Z Getting action download info 2023-01-11T21:56:27.2774327Z Download action repository 'pytorch/pytorch@master' (SHA:28c736a4245ca98cf4eaa325557b7a3187c4d11e) 2023-01-11T21:56:30.9855683Z Getting action download info 2023-01-11T21:56:31.2275556Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T21:56:31.5181523Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2023-01-11T21:56:31.5183341Z ##[group] Inputs 2023-01-11T21:56:31.5183627Z build-environment: win-vs2019-cuda11.6-py3 2023-01-11T21:56:31.5183843Z cuda-version: 11.6 2023-01-11T21:56:31.5184642Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2023-01-11T21:56:31.5185355Z sync-tag: 2023-01-11T21:56:31.5185515Z ##[endgroup] 2023-01-11T21:56:31.5185925Z Complete job name: win-vs2019-cuda11.6-py3 / filter 2023-01-11T21:56:31.5815327Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T21:56:31.5815630Z with: 2023-01-11T21:56:31.5815797Z fetch-depth: 1 2023-01-11T21:56:31.5815980Z submodules: false 2023-01-11T21:56:31.5816166Z env: 2023-01-11T21:56:31.5816341Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:31.5816533Z ##[endgroup] 2023-01-11T21:56:31.6033309Z ##[group]Run retry () { 2023-01-11T21:56:31.6033577Z retry () { 2023-01-11T21:56:31.6033800Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T21:56:31.6034028Z } 2023-01-11T21:56:31.6034212Z echo "${GITHUB_WORKSPACE}" 2023-01-11T21:56:31.6034439Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T21:56:31.6034651Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T21:56:31.6034854Z else 2023-01-11T21:56:31.6035051Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T21:56:31.6035234Z fi 2023-01-11T21:56:31.6035460Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T21:56:31.6051033Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T21:56:31.6051278Z env: 2023-01-11T21:56:31.6051489Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:31.6051676Z NO_SUDO: 2023-01-11T21:56:31.6051835Z ##[endgroup] 2023-01-11T21:56:31.6259786Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T21:56:31.9143800Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T21:56:31.9144121Z with: 2023-01-11T21:56:31.9144567Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T21:56:31.9144865Z fetch-depth: 1 2023-01-11T21:56:31.9145100Z submodules: false 2023-01-11T21:56:31.9145371Z quiet-checkout: true 2023-01-11T21:56:31.9145653Z repository: pytorch/pytorch 2023-01-11T21:56:31.9146088Z token: *** 2023-01-11T21:56:31.9146329Z ssh-strict: true 2023-01-11T21:56:31.9146624Z persist-credentials: true 2023-01-11T21:56:31.9146928Z clean: true 2023-01-11T21:56:31.9147180Z lfs: false 2023-01-11T21:56:31.9147489Z set-safe-directory: true 2023-01-11T21:56:31.9147783Z env: 2023-01-11T21:56:31.9148049Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:31.9148355Z ##[endgroup] 2023-01-11T21:56:32.0564731Z Syncing repository: pytorch/pytorch 2023-01-11T21:56:32.0567189Z ##[group]Getting Git version info 2023-01-11T21:56:32.0567943Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T21:56:32.0568712Z [command]/usr/bin/git version 2023-01-11T21:56:32.0570288Z git version 2.38.1 2023-01-11T21:56:32.0571292Z ##[endgroup] 2023-01-11T21:56:32.0586924Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/84e4ecfb-ff27-494e-812a-80d54937f181' before making global git config changes 2023-01-11T21:56:32.0587520Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T21:56:32.0588163Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T21:56:32.0724746Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T21:56:32.0729888Z ##[group]Initializing the repository 2023-01-11T21:56:32.0733134Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T21:56:32.0764796Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T21:56:32.0765744Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T21:56:32.0766803Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T21:56:32.0767485Z hint: 2023-01-11T21:56:32.0768525Z hint: git config --global init.defaultBranch 2023-01-11T21:56:32.0769189Z hint: 2023-01-11T21:56:32.0770039Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T21:56:32.0770684Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T21:56:32.0771043Z hint: 2023-01-11T21:56:32.0771745Z hint: git branch -m 2023-01-11T21:56:32.0776502Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T21:56:32.0783736Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T21:56:32.0813326Z ##[endgroup] 2023-01-11T21:56:32.0814352Z ##[group]Disabling automatic garbage collection 2023-01-11T21:56:32.0817386Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T21:56:32.0844095Z ##[endgroup] 2023-01-11T21:56:32.0845645Z ##[group]Setting up auth 2023-01-11T21:56:32.0852672Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T21:56:32.0881540Z [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-11T21:56:32.1124491Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T21:56:32.1146269Z [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-11T21:56:32.1382780Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T21:56:32.1424190Z ##[endgroup] 2023-01-11T21:56:32.1425229Z ##[group]Fetching the repository 2023-01-11T21:56:32.1431058Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T21:56:40.7378407Z ##[endgroup] 2023-01-11T21:56:40.7379167Z ##[group]Determining the checkout info 2023-01-11T21:56:40.7379512Z ##[endgroup] 2023-01-11T21:56:40.7379817Z ##[group]Checking out the ref 2023-01-11T21:56:40.7380765Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T21:56:41.9075434Z ##[endgroup] 2023-01-11T21:56:41.9121649Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T21:56:41.9148793Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T21:56:41.9320500Z Prepare all required actions 2023-01-11T21:56:41.9320779Z Getting action download info 2023-01-11T21:56:42.1225488Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T21:56:42.2645969Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T21:56:42.2646318Z with: 2023-01-11T21:56:42.2646999Z github-token: *** 2023-01-11T21:56:42.2648269Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2023-01-11T21:56:42.2649466Z env: 2023-01-11T21:56:42.2649768Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:42.2650065Z ##[endgroup] 2023-01-11T21:56:42.2693364Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T21:56:42.2693815Z with: 2023-01-11T21:56:42.2694055Z shell: bash 2023-01-11T21:56:42.2694442Z timeout_minutes: 10 2023-01-11T21:56:42.2694810Z max_attempts: 5 2023-01-11T21:56:42.2695144Z retry_wait_seconds: 30 2023-01-11T21:56:42.2695588Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T21:56:42.2696053Z polling_interval_seconds: 1 2023-01-11T21:56:42.2696404Z warning_on_retry: true 2023-01-11T21:56:42.2696693Z continue_on_error: false 2023-01-11T21:56:42.2697008Z env: 2023-01-11T21:56:42.2697312Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:42.2697956Z GITHUB_TOKEN: *** 2023-01-11T21:56:42.2698263Z ##[endgroup] 2023-01-11T21:56:42.3296392Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T21:56:42.5584179Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T21:56:42.5757948Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T21:56:42.5897129Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T21:56:42.5906043Z 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-11T21:56:42.5920541Z 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-11T21:56:42.5939604Z 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-11T21:56:42.5950092Z 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-11T21:56:43.3275422Z Command completed after 1 attempt(s). 2023-01-11T21:56:43.3331817Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T21:56:43.3332054Z .github/scripts/parse_ref.py 2023-01-11T21:56:43.3344946Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T21:56:43.3345270Z env: 2023-01-11T21:56:43.3345438Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:43.3345626Z ##[endgroup] 2023-01-11T21:56:43.3615629Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T21:56:43.3615935Z .github/scripts/filter_test_configs.py \ 2023-01-11T21:56:43.3616160Z  --test-matrix "{ include: [ 2023-01-11T21:56:43.3616444Z  { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, 2023-01-11T21:56:43.3616868Z  { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, 2023-01-11T21:56:43.3617196Z  { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, 2023-01-11T21:56:43.3617527Z  { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, 2023-01-11T21:56:43.3617969Z  { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, 2023-01-11T21:56:43.3618314Z  { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, 2023-01-11T21:56:43.3618624Z  { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, 2023-01-11T21:56:43.3618858Z ]} 2023-01-11T21:56:43.3619018Z " \ 2023-01-11T21:56:43.3619200Z  --pr-number "" \ 2023-01-11T21:56:43.3619391Z  --tag "ciflow/trunk/91627" \ 2023-01-11T21:56:43.3619596Z  --event-name "push" \ 2023-01-11T21:56:43.3619790Z  --schedule "" 2023-01-11T21:56:43.3630726Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T21:56:43.3630944Z env: 2023-01-11T21:56:43.3631118Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:43.3631498Z GITHUB_TOKEN: *** 2023-01-11T21:56:43.3631678Z ##[endgroup] 2023-01-11T21:56:43.6866496Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 5, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "force_on_cpu", "shard": 1, "num_shards": 1, "runner": "windows.4xlarge"}]}" 2023-01-11T21:56:43.6868562Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "default", "shard": 5, "num_shards": 5, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "windows.8xlarge.nvidia.gpu"}, {"config": "force_on_cpu", "shard": 1, "num_shards": 1, "runner": "windows.4xlarge"}]}" 2023-01-11T21:56:43.6885079Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T21:56:43.6885439Z env: 2023-01-11T21:56:43.6885745Z GIT_DEFAULT_BRANCH: master 2023-01-11T21:56:43.6886060Z ##[endgroup] 2023-01-11T21:56:43.6925086Z {include: [{config: default, shard: 1, num_shards: 5, runner: windows.8xlarge.nvidia.gpu}, {config: default, shard: 2, num_shards: 5, runner: windows.8xlarge.nvidia.gpu}, {config: default, shard: 3, num_shards: 5, runner: windows.8xlarge.nvidia.gpu}, {config: default, shard: 4, num_shards: 5, runner: windows.8xlarge.nvidia.gpu}, {config: default, shard: 5, num_shards: 5, runner: windows.8xlarge.nvidia.gpu}, {config: functorch, shard: 1, num_shards: 1, runner: windows.8xlarge.nvidia.gpu}, {config: force_on_cpu, shard: 1, num_shards: 1, runner: windows.4xlarge}]} 2023-01-11T21:56:43.7024433Z Post job cleanup. 2023-01-11T21:56:43.7052984Z Post job cleanup. 2023-01-11T21:56:43.8143360Z [command]/usr/bin/git version 2023-01-11T21:56:43.8189719Z git version 2.38.1 2023-01-11T21:56:43.8242966Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4da24d3d-10a6-4889-917d-e1a808d9c373' before making global git config changes 2023-01-11T21:56:43.8246778Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T21:56:43.8252684Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T21:56:43.8290118Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T21:56:43.8320406Z [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-11T21:56:43.8578521Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T21:56:43.8598668Z http.https://github.com/.extraheader 2023-01-11T21:56:43.8613170Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T21:56:43.8635541Z [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-11T21:56:43.9078303Z Evaluate and set job outputs 2023-01-11T21:56:43.9088652Z Set output 'test-matrix' 2023-01-11T21:56:43.9089458Z Set output 'is-test-matrix-empty' 2023-01-11T21:56:43.9090086Z Cleaning up orphan processes