2022-05-18T05:50:54.8162408Z Requested labels: windows.8xlarge.nvidia.gpu 2022-05-18T05:50:54.8162498Z Job defined at: pytorch/pytorch/.github/workflows/generated-windows-binary-wheel-master.yml@refs/heads/master 2022-05-18T05:50:54.8162523Z Waiting for a runner to pick up this job... 2022-05-18T05:50:55.8660951Z Job is about to start running on the runner: i-0eef9c27803150628 (repository) 2022-05-18T05:50:59.5838654Z Current runner version: '2.291.1' 2022-05-18T05:50:59.5847123Z Runner name: 'i-0eef9c27803150628' 2022-05-18T05:50:59.5847824Z Runner group name: 'Default' 2022-05-18T05:50:59.5848570Z Machine name: 'EC2AMAZ-F8QDB6S' 2022-05-18T05:50:59.5851299Z ##[group]GITHUB_TOKEN Permissions 2022-05-18T05:50:59.5851955Z Actions: write 2022-05-18T05:50:59.5852308Z Checks: write 2022-05-18T05:50:59.5852571Z Contents: write 2022-05-18T05:50:59.5852934Z Deployments: write 2022-05-18T05:50:59.5853270Z Discussions: write 2022-05-18T05:50:59.5853537Z Issues: write 2022-05-18T05:50:59.5853858Z Metadata: read 2022-05-18T05:50:59.5854189Z Packages: write 2022-05-18T05:50:59.5854456Z Pages: write 2022-05-18T05:50:59.5854775Z PullRequests: write 2022-05-18T05:50:59.5855127Z RepositoryProjects: write 2022-05-18T05:50:59.5855461Z SecurityEvents: write 2022-05-18T05:50:59.5855803Z Statuses: write 2022-05-18T05:50:59.5856122Z ##[endgroup] 2022-05-18T05:50:59.5860469Z Secret source: Actions 2022-05-18T05:50:59.5861060Z Prepare workflow directory 2022-05-18T05:50:59.7755822Z Prepare all required actions 2022-05-18T05:50:59.7985657Z Getting action download info 2022-05-18T05:51:00.0223047Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:1ecffedb1e192a50aa67dba2f0e048e5d3bfa144) 2022-05-18T05:51:00.3655743Z Download action repository 'seemethere/download-artifact-s3@v3' (SHA:64048a097659c8ca71ceacbb3c01cee9ed6f1b05) 2022-05-18T05:51:01.2845302Z Download action repository 'zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9' (SHA:05b13c9a0d21f08f6d5e64a1d5042246d13619d9) 2022-05-18T05:51:02.8392289Z ##[group]Run set -euo pipefail 2022-05-18T05:51:02.8392890Z set -euo pipefail 2022-05-18T05:51:02.8393235Z function get_ec2_metadata() { 2022-05-18T05:51:02.8393738Z  # Pulled from instance metadata endpoint for EC2 2022-05-18T05:51:02.8394243Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-05-18T05:51:02.8394719Z  category=$1 2022-05-18T05:51:02.8395094Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-05-18T05:51:02.8395413Z } 2022-05-18T05:51:02.8395757Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-05-18T05:51:02.8396172Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-05-18T05:51:02.8396595Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-05-18T05:51:02.8396946Z echo "system info $(uname -a)" 2022-05-18T05:51:03.0197900Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T05:51:03.0198449Z env: 2022-05-18T05:51:03.0198800Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:03.0199225Z ANACONDA_USER: pytorch 2022-05-18T05:51:03.0199546Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:03.0199852Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:03.0200630Z GITHUB_TOKEN: *** 2022-05-18T05:51:03.0200975Z IN_CI: 1 2022-05-18T05:51:03.0201239Z IS_GHA: 1 2022-05-18T05:51:03.0201464Z PR_LABELS: [] 2022-05-18T05:51:03.0201741Z PR_NUMBER: 2022-05-18T05:51:03.0202056Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:03.0202358Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:03.0202706Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:03.0203084Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:03.0374027Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:03.0374503Z PACKAGE_TYPE: wheel 2022-05-18T05:51:03.0374763Z DESIRED_CUDA: cu113 2022-05-18T05:51:03.0374988Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:03.0375213Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:03.0375428Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:03.0375652Z ##[endgroup] 2022-05-18T05:51:03.7362420Z ami-id: ami-0e47039405e6da377 2022-05-18T05:51:03.7648273Z instance-id: i-0eef9c27803150628 2022-05-18T05:51:03.8082488Z instance-type: p3.2xlarge 2022-05-18T05:51:04.2483569Z system info MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys 2022-05-18T05:51:04.2859887Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-05-18T05:51:04.2860234Z with: 2022-05-18T05:51:04.2860772Z GITHUB_TOKEN: *** 2022-05-18T05:51:04.2861029Z activate-with-label: true 2022-05-18T05:51:04.2861266Z label: with-ssh 2022-05-18T05:51:04.2861485Z remove-existing-keys: true 2022-05-18T05:51:04.2861720Z env: 2022-05-18T05:51:04.2862008Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:04.2862336Z ANACONDA_USER: pytorch 2022-05-18T05:51:04.2862580Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:04.2862858Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:04.2863225Z GITHUB_TOKEN: *** 2022-05-18T05:51:04.2863431Z IN_CI: 1 2022-05-18T05:51:04.2863622Z IS_GHA: 1 2022-05-18T05:51:04.2863805Z PR_LABELS: [] 2022-05-18T05:51:04.2864011Z PR_NUMBER: 2022-05-18T05:51:04.2864244Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:04.2864503Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:04.2864811Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:04.2865105Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:04.2865483Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:04.2865781Z PACKAGE_TYPE: wheel 2022-05-18T05:51:04.2865987Z DESIRED_CUDA: cu113 2022-05-18T05:51:04.2866208Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:04.2866435Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:04.2866633Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:04.2866847Z ##[endgroup] 2022-05-18T05:51:05.1343897Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-05-18T05:51:05.1578406Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-05-18T05:51:05.1579128Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-05-18T05:51:05.1605497Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T05:51:05.1605832Z env: 2022-05-18T05:51:05.1606112Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:05.1606431Z ANACONDA_USER: pytorch 2022-05-18T05:51:05.1606680Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:05.1606946Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:05.1607467Z GITHUB_TOKEN: *** 2022-05-18T05:51:05.1607684Z IN_CI: 1 2022-05-18T05:51:05.1607875Z IS_GHA: 1 2022-05-18T05:51:05.1608061Z PR_LABELS: [] 2022-05-18T05:51:05.1608267Z PR_NUMBER: 2022-05-18T05:51:05.1608515Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:05.1608792Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:05.1609047Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:05.1609338Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:05.1609718Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:05.1610009Z PACKAGE_TYPE: wheel 2022-05-18T05:51:05.1610236Z DESIRED_CUDA: cu113 2022-05-18T05:51:05.1610442Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:05.1610668Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:05.1610890Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:05.1611079Z ##[endgroup] 2022-05-18T05:51:05.7297361Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T05:51:05.8783722Z Finished 2022-05-18T05:51:05.9407753Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-05-18T05:51:05.9408343Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-05-18T05:51:05.9434309Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T05:51:05.9434624Z env: 2022-05-18T05:51:05.9434917Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:05.9435796Z ANACONDA_USER: pytorch 2022-05-18T05:51:05.9436024Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:05.9436305Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:05.9436856Z GITHUB_TOKEN: *** 2022-05-18T05:51:05.9437070Z IN_CI: 1 2022-05-18T05:51:05.9437244Z IS_GHA: 1 2022-05-18T05:51:05.9437442Z PR_LABELS: [] 2022-05-18T05:51:05.9437643Z PR_NUMBER: 2022-05-18T05:51:05.9437846Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:05.9438160Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:05.9438421Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:05.9438708Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:05.9439090Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:05.9439382Z PACKAGE_TYPE: wheel 2022-05-18T05:51:05.9439588Z DESIRED_CUDA: cu113 2022-05-18T05:51:05.9439811Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:05.9440033Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:05.9440237Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:05.9440445Z ##[endgroup] 2022-05-18T05:51:06.3861527Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T05:51:06.5330427Z Finished 2022-05-18T05:51:07.6031416Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-05-18T05:51:07.6031891Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-05-18T05:51:07.6032280Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2022-05-18T05:51:07.6032642Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2022-05-18T05:51:07.6066429Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T05:51:07.6066760Z env: 2022-05-18T05:51:07.6067042Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:07.6067362Z ANACONDA_USER: pytorch 2022-05-18T05:51:07.6067607Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:07.6067905Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:07.6068505Z GITHUB_TOKEN: *** 2022-05-18T05:51:07.6068724Z IN_CI: 1 2022-05-18T05:51:07.6068916Z IS_GHA: 1 2022-05-18T05:51:07.6069147Z PR_LABELS: [] 2022-05-18T05:51:07.6069354Z PR_NUMBER: 2022-05-18T05:51:07.6069559Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:07.6069842Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:07.6070108Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:07.6070396Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:07.6070778Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:07.6071075Z PACKAGE_TYPE: wheel 2022-05-18T05:51:07.6071281Z DESIRED_CUDA: cu113 2022-05-18T05:51:07.6071506Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:07.6071732Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:07.6071930Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:07.6072140Z ##[endgroup] 2022-05-18T05:51:07.6361968Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2022-05-18T05:51:07.6564147Z ##[group]Run seemethere/download-artifact-s3@v3 2022-05-18T05:51:07.6564492Z with: 2022-05-18T05:51:07.6564713Z name: wheel-py3_7-cuda11_3 2022-05-18T05:51:07.6564985Z path: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:51:07.6565256Z s3-bucket: gha-artifacts 2022-05-18T05:51:07.6565489Z region: us-east-1 2022-05-18T05:51:07.6565865Z env: 2022-05-18T05:51:07.6566139Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:07.6566450Z ANACONDA_USER: pytorch 2022-05-18T05:51:07.6566692Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:07.6566953Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:07.6567483Z GITHUB_TOKEN: *** 2022-05-18T05:51:07.6567699Z IN_CI: 1 2022-05-18T05:51:07.6567871Z IS_GHA: 1 2022-05-18T05:51:07.6568071Z PR_LABELS: [] 2022-05-18T05:51:07.6568273Z PR_NUMBER: 2022-05-18T05:51:07.6568474Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:07.6568986Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:07.6569251Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:07.6569541Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:07.6569926Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:07.6570223Z PACKAGE_TYPE: wheel 2022-05-18T05:51:07.6570433Z DESIRED_CUDA: cu113 2022-05-18T05:51:07.6570659Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:07.6570886Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:07.6571086Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:07.6571361Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:51:07.6571722Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:51:07.6571999Z ##[endgroup] 2022-05-18T05:51:08.9660377Z Found 1 objects with prefix pytorch/pytorch/2342799888/1/wheel-py3_7-cuda11_3/ 2022-05-18T05:51:08.9668259Z Starting download (1/1): C:\actions-runner\_work\_temp\artifacts\torch-1.12.0.dev20220518+cu113-cp37-cp37m-win_amd64.whl 2022-05-18T05:51:43.4924494Z Finished download (1/1): C:\actions-runner\_work\_temp\artifacts\torch-1.12.0.dev20220518+cu113-cp37-cp37m-win_amd64.whl 2022-05-18T05:51:43.4924996Z 2022-05-18T05:51:43.4935643Z Artifact download has finished successfully 2022-05-18T05:51:43.7241108Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-05-18T05:51:43.7241461Z with: 2022-05-18T05:51:43.7241705Z ref: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:43.7241966Z submodules: recursive 2022-05-18T05:51:43.7242174Z path: pytorch 2022-05-18T05:51:43.7242405Z repository: pytorch/pytorch 2022-05-18T05:51:43.7242813Z token: *** 2022-05-18T05:51:43.7243026Z ssh-strict: true 2022-05-18T05:51:43.7243249Z persist-credentials: true 2022-05-18T05:51:43.7243475Z clean: true 2022-05-18T05:51:43.7243679Z fetch-depth: 1 2022-05-18T05:51:43.7243866Z lfs: false 2022-05-18T05:51:43.7244051Z env: 2022-05-18T05:51:43.7244335Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:51:43.7244654Z ANACONDA_USER: pytorch 2022-05-18T05:51:43.7244894Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:51:43.7245167Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:51:43.7245567Z GITHUB_TOKEN: *** 2022-05-18T05:51:43.7245778Z IN_CI: 1 2022-05-18T05:51:43.7245967Z IS_GHA: 1 2022-05-18T05:51:43.7246146Z PR_LABELS: [] 2022-05-18T05:51:43.7246345Z PR_NUMBER: 2022-05-18T05:51:43.7246562Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:51:43.7246816Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:51:43.7247068Z SKIP_ALL_TESTS: 1 2022-05-18T05:51:43.7247369Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:51:43.7247748Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:51:43.7248024Z PACKAGE_TYPE: wheel 2022-05-18T05:51:43.7248244Z DESIRED_CUDA: cu113 2022-05-18T05:51:43.7248466Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:51:43.7248679Z GPU_ARCH_TYPE: cuda 2022-05-18T05:51:43.7248894Z DESIRED_PYTHON: 3.7 2022-05-18T05:51:43.7249166Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:51:43.7249504Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:51:43.7249795Z ##[endgroup] 2022-05-18T05:52:39.7079447Z Syncing repository: pytorch/pytorch 2022-05-18T05:52:39.7081341Z ##[group]Getting Git version info 2022-05-18T05:52:39.7081763Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2022-05-18T05:52:39.7178191Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T05:52:53.7542334Z git version 2.35.1.windows.2 2022-05-18T05:52:53.7600996Z ##[endgroup] 2022-05-18T05:52:53.7604539Z ##[group]Initializing the repository 2022-05-18T05:52:53.7615774Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2022-05-18T05:52:53.8602036Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2022-05-18T05:52:53.8653852Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-05-18T05:52:53.9221214Z ##[endgroup] 2022-05-18T05:52:53.9222157Z ##[group]Disabling automatic garbage collection 2022-05-18T05:52:53.9231669Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-05-18T05:52:53.9522831Z ##[endgroup] 2022-05-18T05:52:53.9543534Z ##[group]Setting up auth 2022-05-18T05:52:53.9544841Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T05:52:53.9816565Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-05-18T05:52:55.6879741Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T05:52:55.7139431Z [command]"C:\Program Files\Git\cmd\git.exe" 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-05-18T05:52:56.4433533Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T05:52:56.4694042Z ##[endgroup] 2022-05-18T05:52:56.4694578Z ##[group]Fetching the repository 2022-05-18T05:52:56.4708080Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:52:58.2817447Z remote: Enumerating objects: 10947, done. 2022-05-18T05:52:58.2818104Z remote: Counting objects: 0% (1/10947) 2022-05-18T05:52:58.2818784Z remote: Counting objects: 1% (110/10947) 2022-05-18T05:52:58.2819541Z remote: Counting objects: 2% (219/10947) 2022-05-18T05:52:58.2820152Z remote: Counting objects: 3% (329/10947) 2022-05-18T05:52:58.2822809Z remote: Counting objects: 4% (438/10947) 2022-05-18T05:52:58.2823491Z remote: Counting objects: 5% (548/10947) 2022-05-18T05:52:58.2824106Z remote: Counting objects: 6% (657/10947) 2022-05-18T05:52:58.2824673Z remote: Counting objects: 7% (767/10947) 2022-05-18T05:52:58.2825210Z remote: Counting objects: 8% (876/10947) 2022-05-18T05:52:58.2825817Z remote: Counting objects: 9% (986/10947) 2022-05-18T05:52:58.2826402Z remote: Counting objects: 10% (1095/10947) 2022-05-18T05:52:58.2826989Z remote: Counting objects: 11% (1205/10947) 2022-05-18T05:52:58.2827542Z remote: Counting objects: 12% (1314/10947) 2022-05-18T05:52:58.2828115Z remote: Counting objects: 13% (1424/10947) 2022-05-18T05:52:58.2828682Z remote: Counting objects: 14% (1533/10947) 2022-05-18T05:52:58.2829211Z remote: Counting objects: 15% (1643/10947) 2022-05-18T05:52:58.2829800Z remote: Counting objects: 16% (1752/10947) 2022-05-18T05:52:58.2830368Z remote: Counting objects: 17% (1861/10947) 2022-05-18T05:52:58.2830913Z remote: Counting objects: 18% (1971/10947) 2022-05-18T05:52:58.2831495Z remote: Counting objects: 19% (2080/10947) 2022-05-18T05:52:58.2832066Z remote: Counting objects: 20% (2190/10947) 2022-05-18T05:52:58.2832604Z remote: Counting objects: 21% (2299/10947) 2022-05-18T05:52:58.2833177Z remote: Counting objects: 22% (2409/10947) 2022-05-18T05:52:58.2833750Z remote: Counting objects: 23% (2518/10947) 2022-05-18T05:52:58.2834324Z remote: Counting objects: 24% (2628/10947) 2022-05-18T05:52:58.2834862Z remote: Counting objects: 25% (2737/10947) 2022-05-18T05:52:58.2835439Z remote: Counting objects: 26% (2847/10947) 2022-05-18T05:52:58.2836009Z remote: Counting objects: 27% (2956/10947) 2022-05-18T05:52:58.2837755Z remote: Counting objects: 28% (3066/10947) 2022-05-18T05:52:58.2838340Z remote: Counting objects: 29% (3175/10947) 2022-05-18T05:52:58.2838920Z remote: Counting objects: 30% (3285/10947) 2022-05-18T05:52:58.2839470Z remote: Counting objects: 31% (3394/10947) 2022-05-18T05:52:58.2840042Z remote: Counting objects: 32% (3504/10947) 2022-05-18T05:52:58.2840612Z remote: Counting objects: 33% (3613/10947) 2022-05-18T05:52:58.2841176Z remote: Counting objects: 34% (3722/10947) 2022-05-18T05:52:58.2841717Z remote: Counting objects: 35% (3832/10947) 2022-05-18T05:52:58.2842291Z remote: Counting objects: 36% (3941/10947) 2022-05-18T05:52:58.2842842Z remote: Counting objects: 37% (4051/10947) 2022-05-18T05:52:58.2843386Z remote: Counting objects: 38% (4160/10947) 2022-05-18T05:52:58.2843966Z remote: Counting objects: 39% (4270/10947) 2022-05-18T05:52:58.2844507Z remote: Counting objects: 40% (4379/10947) 2022-05-18T05:52:58.2845034Z remote: Counting objects: 41% (4489/10947) 2022-05-18T05:52:58.2845596Z remote: Counting objects: 42% (4598/10947) 2022-05-18T05:52:58.2846158Z remote: Counting objects: 43% (4708/10947) 2022-05-18T05:52:58.2847423Z remote: Counting objects: 44% (4817/10947) 2022-05-18T05:52:58.2848059Z remote: Counting objects: 45% (4927/10947) 2022-05-18T05:52:58.2848618Z remote: Counting objects: 46% (5036/10947) 2022-05-18T05:52:58.2849169Z remote: Counting objects: 47% (5146/10947) 2022-05-18T05:52:58.2849878Z remote: Counting objects: 48% (5255/10947) 2022-05-18T05:52:58.2850456Z remote: Counting objects: 49% (5365/10947) 2022-05-18T05:52:58.2851116Z remote: Counting objects: 50% (5474/10947) 2022-05-18T05:52:58.2851647Z remote: Counting objects: 51% (5583/10947) 2022-05-18T05:52:58.2852224Z remote: Counting objects: 52% (5693/10947) 2022-05-18T05:52:58.2852807Z remote: Counting objects: 53% (5802/10947) 2022-05-18T05:52:58.2853339Z remote: Counting objects: 54% (5912/10947) 2022-05-18T05:52:58.2853896Z remote: Counting objects: 55% (6021/10947) 2022-05-18T05:52:58.2854473Z remote: Counting objects: 56% (6131/10947) 2022-05-18T05:52:58.2855054Z remote: Counting objects: 57% (6240/10947) 2022-05-18T05:52:58.2855597Z remote: Counting objects: 58% (6350/10947) 2022-05-18T05:52:58.2856179Z remote: Counting objects: 59% (6459/10947) 2022-05-18T05:52:58.2856763Z remote: Counting objects: 60% (6569/10947) 2022-05-18T05:52:58.2857322Z remote: Counting objects: 61% (6678/10947) 2022-05-18T05:52:58.2857925Z remote: Counting objects: 62% (6788/10947) 2022-05-18T05:52:58.2858538Z remote: Counting objects: 63% (6897/10947) 2022-05-18T05:52:58.2859177Z remote: Counting objects: 64% (7007/10947) 2022-05-18T05:52:58.2859732Z remote: Counting objects: 65% (7116/10947) 2022-05-18T05:52:58.2860336Z remote: Counting objects: 66% (7226/10947) 2022-05-18T05:52:58.2861062Z remote: Counting objects: 67% (7335/10947) 2022-05-18T05:52:58.2861912Z remote: Counting objects: 68% (7444/10947) 2022-05-18T05:52:58.2862437Z remote: Counting objects: 69% (7554/10947) 2022-05-18T05:52:58.2863019Z remote: Counting objects: 70% (7663/10947) 2022-05-18T05:52:58.2863620Z remote: Counting objects: 71% (7773/10947) 2022-05-18T05:52:58.2864186Z remote: Counting objects: 72% (7882/10947) 2022-05-18T05:52:58.2864783Z remote: Counting objects: 73% (7992/10947) 2022-05-18T05:52:58.2865390Z remote: Counting objects: 74% (8101/10947) 2022-05-18T05:52:58.2865954Z remote: Counting objects: 75% (8211/10947) 2022-05-18T05:52:58.2866518Z remote: Counting objects: 76% (8320/10947) 2022-05-18T05:52:58.2867058Z remote: Counting objects: 77% (8430/10947) 2022-05-18T05:52:58.2867825Z remote: Counting objects: 78% (8539/10947) 2022-05-18T05:52:58.2868354Z remote: Counting objects: 79% (8649/10947) 2022-05-18T05:52:58.2868924Z remote: Counting objects: 80% (8758/10947) 2022-05-18T05:52:58.2869504Z remote: Counting objects: 81% (8868/10947) 2022-05-18T05:52:58.2870037Z remote: Counting objects: 82% (8977/10947) 2022-05-18T05:52:58.2870609Z remote: Counting objects: 83% (9087/10947) 2022-05-18T05:52:58.2871278Z remote: Counting objects: 84% (9196/10947) 2022-05-18T05:52:58.2871822Z remote: Counting objects: 85% (9305/10947) 2022-05-18T05:52:58.2872397Z remote: Counting objects: 86% (9415/10947) 2022-05-18T05:52:58.2872974Z remote: Counting objects: 87% (9524/10947) 2022-05-18T05:52:58.2873558Z remote: Counting objects: 88% (9634/10947) 2022-05-18T05:52:58.2874096Z remote: Counting objects: 89% (9743/10947) 2022-05-18T05:52:58.2874662Z remote: Counting objects: 90% (9853/10947) 2022-05-18T05:52:58.2875248Z remote: Counting objects: 91% (9962/10947) 2022-05-18T05:52:58.2875816Z remote: Counting objects: 92% (10072/10947) 2022-05-18T05:52:58.2876541Z remote: Counting objects: 93% (10181/10947) 2022-05-18T05:52:58.2877156Z remote: Counting objects: 94% (10291/10947) 2022-05-18T05:52:58.2877702Z remote: Counting objects: 95% (10400/10947) 2022-05-18T05:52:58.2878283Z remote: Counting objects: 96% (10510/10947) 2022-05-18T05:52:58.2882201Z remote: Counting objects: 97% (10619/10947) 2022-05-18T05:52:58.2882829Z remote: Counting objects: 98% (10729/10947) 2022-05-18T05:52:58.2886232Z remote: Counting objects: 99% (10838/10947) 2022-05-18T05:52:58.2886860Z remote: Counting objects: 100% (10947/10947) 2022-05-18T05:52:58.2887487Z remote: Counting objects: 100% (10947/10947), done. 2022-05-18T05:52:58.3038243Z remote: Compressing objects: 0% (1/9760) 2022-05-18T05:52:58.3276403Z remote: Compressing objects: 1% (98/9760) 2022-05-18T05:52:58.3781777Z remote: Compressing objects: 2% (196/9760) 2022-05-18T05:52:58.4126801Z remote: Compressing objects: 3% (293/9760) 2022-05-18T05:52:58.4375199Z remote: Compressing objects: 4% (391/9760) 2022-05-18T05:52:58.4634913Z remote: Compressing objects: 5% (488/9760) 2022-05-18T05:52:58.5098455Z remote: Compressing objects: 6% (586/9760) 2022-05-18T05:52:58.5344135Z remote: Compressing objects: 7% (684/9760) 2022-05-18T05:52:58.5722877Z remote: Compressing objects: 8% (781/9760) 2022-05-18T05:52:58.6296712Z remote: Compressing objects: 9% (879/9760) 2022-05-18T05:52:58.6792659Z remote: Compressing objects: 10% (976/9760) 2022-05-18T05:52:58.7124684Z remote: Compressing objects: 11% (1074/9760) 2022-05-18T05:52:58.7613989Z remote: Compressing objects: 12% (1172/9760) 2022-05-18T05:52:58.8041246Z remote: Compressing objects: 13% (1269/9760) 2022-05-18T05:52:58.8509749Z remote: Compressing objects: 14% (1367/9760) 2022-05-18T05:52:58.8873116Z remote: Compressing objects: 15% (1464/9760) 2022-05-18T05:52:58.9606405Z remote: Compressing objects: 16% (1562/9760) 2022-05-18T05:52:58.9925488Z remote: Compressing objects: 17% (1660/9760) 2022-05-18T05:52:59.0393448Z remote: Compressing objects: 18% (1757/9760) 2022-05-18T05:52:59.0881858Z remote: Compressing objects: 19% (1855/9760) 2022-05-18T05:52:59.1501074Z remote: Compressing objects: 20% (1952/9760) 2022-05-18T05:52:59.1897510Z remote: Compressing objects: 21% (2050/9760) 2022-05-18T05:52:59.2267034Z remote: Compressing objects: 22% (2148/9760) 2022-05-18T05:52:59.2535070Z remote: Compressing objects: 23% (2245/9760) 2022-05-18T05:52:59.2711677Z remote: Compressing objects: 24% (2343/9760) 2022-05-18T05:52:59.2897359Z remote: Compressing objects: 25% (2440/9760) 2022-05-18T05:52:59.2951499Z remote: Compressing objects: 25% (2521/9760) 2022-05-18T05:52:59.3205411Z remote: Compressing objects: 26% (2538/9760) 2022-05-18T05:52:59.3258954Z remote: Compressing objects: 27% (2636/9760) 2022-05-18T05:52:59.3465539Z remote: Compressing objects: 28% (2733/9760) 2022-05-18T05:52:59.3886429Z remote: Compressing objects: 29% (2831/9760) 2022-05-18T05:52:59.4298879Z remote: Compressing objects: 30% (2928/9760) 2022-05-18T05:52:59.4643713Z remote: Compressing objects: 31% (3026/9760) 2022-05-18T05:52:59.5170212Z remote: Compressing objects: 32% (3124/9760) 2022-05-18T05:52:59.5688914Z remote: Compressing objects: 33% (3221/9760) 2022-05-18T05:52:59.6134471Z remote: Compressing objects: 34% (3319/9760) 2022-05-18T05:52:59.6699936Z remote: Compressing objects: 35% (3416/9760) 2022-05-18T05:52:59.7359624Z remote: Compressing objects: 36% (3514/9760) 2022-05-18T05:52:59.7662396Z remote: Compressing objects: 37% (3612/9760) 2022-05-18T05:52:59.8144603Z remote: Compressing objects: 38% (3709/9760) 2022-05-18T05:52:59.8580058Z remote: Compressing objects: 39% (3807/9760) 2022-05-18T05:52:59.9161298Z remote: Compressing objects: 40% (3904/9760) 2022-05-18T05:52:59.9572825Z remote: Compressing objects: 41% (4002/9760) 2022-05-18T05:52:59.9952606Z remote: Compressing objects: 42% (4100/9760) 2022-05-18T05:53:00.0297179Z remote: Compressing objects: 43% (4197/9760) 2022-05-18T05:53:00.0667490Z remote: Compressing objects: 44% (4295/9760) 2022-05-18T05:53:00.0990052Z remote: Compressing objects: 45% (4392/9760) 2022-05-18T05:53:00.1279913Z remote: Compressing objects: 46% (4490/9760) 2022-05-18T05:53:00.1540458Z remote: Compressing objects: 47% (4588/9760) 2022-05-18T05:53:00.1935921Z remote: Compressing objects: 48% (4685/9760) 2022-05-18T05:53:00.2675849Z remote: Compressing objects: 49% (4783/9760) 2022-05-18T05:53:00.2909193Z remote: Compressing objects: 50% (4880/9760) 2022-05-18T05:53:00.3309251Z remote: Compressing objects: 50% (4918/9760) 2022-05-18T05:53:00.3456811Z remote: Compressing objects: 51% (4978/9760) 2022-05-18T05:53:00.3720147Z remote: Compressing objects: 52% (5076/9760) 2022-05-18T05:53:00.3974916Z remote: Compressing objects: 53% (5173/9760) 2022-05-18T05:53:00.4116535Z remote: Compressing objects: 54% (5271/9760) 2022-05-18T05:53:00.4205856Z remote: Compressing objects: 55% (5368/9760) 2022-05-18T05:53:00.4354242Z remote: Compressing objects: 56% (5466/9760) 2022-05-18T05:53:00.4541598Z remote: Compressing objects: 57% (5564/9760) 2022-05-18T05:53:00.4693428Z remote: Compressing objects: 58% (5661/9760) 2022-05-18T05:53:00.4888525Z remote: Compressing objects: 59% (5759/9760) 2022-05-18T05:53:00.5193440Z remote: Compressing objects: 60% (5856/9760) 2022-05-18T05:53:00.5526445Z remote: Compressing objects: 61% (5954/9760) 2022-05-18T05:53:00.5795328Z remote: Compressing objects: 62% (6052/9760) 2022-05-18T05:53:00.6052100Z remote: Compressing objects: 63% (6149/9760) 2022-05-18T05:53:00.6251665Z remote: Compressing objects: 64% (6247/9760) 2022-05-18T05:53:00.6602038Z remote: Compressing objects: 65% (6344/9760) 2022-05-18T05:53:00.6905258Z remote: Compressing objects: 66% (6442/9760) 2022-05-18T05:53:00.7132119Z remote: Compressing objects: 67% (6540/9760) 2022-05-18T05:53:00.7329805Z remote: Compressing objects: 68% (6637/9760) 2022-05-18T05:53:00.7501238Z remote: Compressing objects: 69% (6735/9760) 2022-05-18T05:53:00.7678629Z remote: Compressing objects: 70% (6832/9760) 2022-05-18T05:53:00.7843683Z remote: Compressing objects: 71% (6930/9760) 2022-05-18T05:53:00.8024811Z remote: Compressing objects: 72% (7028/9760) 2022-05-18T05:53:00.8218532Z remote: Compressing objects: 73% (7125/9760) 2022-05-18T05:53:00.8355146Z remote: Compressing objects: 74% (7223/9760) 2022-05-18T05:53:00.8540483Z remote: Compressing objects: 75% (7320/9760) 2022-05-18T05:53:00.8796725Z remote: Compressing objects: 76% (7418/9760) 2022-05-18T05:53:00.8957497Z remote: Compressing objects: 77% (7516/9760) 2022-05-18T05:53:00.9169867Z remote: Compressing objects: 78% (7613/9760) 2022-05-18T05:53:00.9395712Z remote: Compressing objects: 79% (7711/9760) 2022-05-18T05:53:00.9542765Z remote: Compressing objects: 80% (7808/9760) 2022-05-18T05:53:00.9711584Z remote: Compressing objects: 81% (7906/9760) 2022-05-18T05:53:00.9938241Z remote: Compressing objects: 82% (8004/9760) 2022-05-18T05:53:01.0124567Z remote: Compressing objects: 83% (8101/9760) 2022-05-18T05:53:01.0277059Z remote: Compressing objects: 84% (8199/9760) 2022-05-18T05:53:01.0419256Z remote: Compressing objects: 85% (8296/9760) 2022-05-18T05:53:01.0588727Z remote: Compressing objects: 86% (8394/9760) 2022-05-18T05:53:01.0806874Z remote: Compressing objects: 87% (8492/9760) 2022-05-18T05:53:01.0950634Z remote: Compressing objects: 88% (8589/9760) 2022-05-18T05:53:01.1079445Z remote: Compressing objects: 89% (8687/9760) 2022-05-18T05:53:01.1396607Z remote: Compressing objects: 90% (8784/9760) 2022-05-18T05:53:01.1580794Z remote: Compressing objects: 91% (8882/9760) 2022-05-18T05:53:01.1601270Z remote: Compressing objects: 92% (8980/9760) 2022-05-18T05:53:01.1621940Z remote: Compressing objects: 93% (9077/9760) 2022-05-18T05:53:01.1645018Z remote: Compressing objects: 94% (9175/9760) 2022-05-18T05:53:01.1661019Z remote: Compressing objects: 95% (9272/9760) 2022-05-18T05:53:01.1673688Z remote: Compressing objects: 96% (9370/9760) 2022-05-18T05:53:01.1695176Z remote: Compressing objects: 97% (9468/9760) 2022-05-18T05:53:01.1715666Z remote: Compressing objects: 98% (9565/9760) 2022-05-18T05:53:01.1732266Z remote: Compressing objects: 99% (9663/9760) 2022-05-18T05:53:01.1732681Z remote: Compressing objects: 100% (9760/9760) 2022-05-18T05:53:01.1733030Z remote: Compressing objects: 100% (9760/9760), done. 2022-05-18T05:53:01.2922526Z Receiving objects: 0% (1/10947) 2022-05-18T05:53:01.3079378Z Receiving objects: 1% (110/10947) 2022-05-18T05:53:01.3197516Z Receiving objects: 2% (219/10947) 2022-05-18T05:53:01.6754451Z Receiving objects: 3% (329/10947) 2022-05-18T05:53:01.6810618Z Receiving objects: 4% (438/10947) 2022-05-18T05:53:01.6922331Z Receiving objects: 5% (548/10947) 2022-05-18T05:53:01.7012817Z Receiving objects: 6% (657/10947) 2022-05-18T05:53:01.7175788Z Receiving objects: 7% (767/10947) 2022-05-18T05:53:01.7255825Z Receiving objects: 8% (876/10947) 2022-05-18T05:53:01.7386382Z Receiving objects: 9% (986/10947) 2022-05-18T05:53:01.7866457Z Receiving objects: 10% (1095/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8018602Z Receiving objects: 11% (1205/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8208516Z Receiving objects: 12% (1314/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8375784Z Receiving objects: 13% (1424/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8447464Z Receiving objects: 14% (1533/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8711970Z Receiving objects: 15% (1643/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8829334Z Receiving objects: 16% (1752/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8913460Z Receiving objects: 17% (1861/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.8984348Z Receiving objects: 18% (1971/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.9052711Z Receiving objects: 19% (2080/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.9537159Z Receiving objects: 20% (2190/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.9602955Z Receiving objects: 21% (2299/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.9746502Z Receiving objects: 22% (2409/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.9838067Z Receiving objects: 23% (2518/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:01.9952402Z Receiving objects: 24% (2628/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.0104478Z Receiving objects: 25% (2737/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.0272830Z Receiving objects: 26% (2847/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.0457370Z Receiving objects: 27% (2956/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.0707159Z Receiving objects: 28% (3066/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.0907180Z Receiving objects: 29% (3175/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.1056124Z Receiving objects: 30% (3285/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.1253952Z Receiving objects: 31% (3394/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.1370035Z Receiving objects: 32% (3504/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.1687832Z Receiving objects: 33% (3613/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.1770998Z Receiving objects: 34% (3722/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.1922458Z Receiving objects: 35% (3832/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.2029121Z Receiving objects: 36% (3941/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.2208467Z Receiving objects: 37% (4051/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.2299212Z Receiving objects: 38% (4160/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.2341322Z Receiving objects: 38% (4236/10947), 14.65 MiB | 29.30 MiB/s 2022-05-18T05:53:02.2473442Z Receiving objects: 39% (4270/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.2616659Z Receiving objects: 40% (4379/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.2730668Z Receiving objects: 41% (4489/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.2891482Z Receiving objects: 42% (4598/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.3168160Z Receiving objects: 43% (4708/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.3358550Z Receiving objects: 44% (4817/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.3570553Z Receiving objects: 45% (4927/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.3739778Z Receiving objects: 46% (5036/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.3954458Z Receiving objects: 47% (5146/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.4133375Z Receiving objects: 48% (5255/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.4161478Z Receiving objects: 49% (5365/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.4364482Z Receiving objects: 50% (5474/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.4529460Z Receiving objects: 51% (5583/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.4630727Z Receiving objects: 52% (5693/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.4848597Z Receiving objects: 53% (5802/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.5320175Z Receiving objects: 54% (5912/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:02.5894238Z Receiving objects: 55% (6021/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:03.2336303Z Receiving objects: 56% (6131/10947), 20.08 MiB | 20.08 MiB/s 2022-05-18T05:53:03.6479504Z Receiving objects: 56% (6216/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.6530320Z Receiving objects: 57% (6240/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.6686135Z Receiving objects: 58% (6350/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.6790856Z Receiving objects: 59% (6459/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.6928897Z Receiving objects: 60% (6569/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7013404Z Receiving objects: 61% (6678/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7100900Z Receiving objects: 62% (6788/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7201751Z Receiving objects: 63% (6897/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7281763Z Receiving objects: 64% (7007/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7291090Z Receiving objects: 65% (7116/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7588037Z Receiving objects: 66% (7226/10947), 48.95 MiB | 24.47 MiB/s 2022-05-18T05:53:03.7723025Z Receiving objects: 67% (7335/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.8230241Z Receiving objects: 68% (7444/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.8477592Z Receiving objects: 69% (7554/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.8524086Z Receiving objects: 70% (7663/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.8613190Z Receiving objects: 71% (7773/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.8794348Z Receiving objects: 72% (7882/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9006831Z Receiving objects: 73% (7992/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9071300Z Receiving objects: 74% (8101/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9127389Z Receiving objects: 75% (8211/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9249373Z Receiving objects: 76% (8320/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9306421Z Receiving objects: 77% (8430/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9398144Z Receiving objects: 78% (8539/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9495925Z Receiving objects: 79% (8649/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9692514Z Receiving objects: 80% (8758/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9796829Z Receiving objects: 81% (8868/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:03.9960595Z Receiving objects: 82% (8977/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.0091347Z Receiving objects: 83% (9087/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.0149622Z Receiving objects: 84% (9196/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.0231106Z Receiving objects: 85% (9305/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.0495813Z Receiving objects: 86% (9415/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.0926762Z Receiving objects: 87% (9524/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.1365545Z Receiving objects: 88% (9634/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.1473742Z Receiving objects: 89% (9743/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.1599676Z Receiving objects: 90% (9853/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.1777662Z Receiving objects: 91% (9962/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.2133844Z Receiving objects: 92% (10072/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.2342724Z Receiving objects: 93% (10181/10947), 68.80 MiB | 27.52 MiB/s 2022-05-18T05:53:04.2416570Z Receiving objects: 93% (10263/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.2764242Z Receiving objects: 94% (10291/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.3167490Z Receiving objects: 95% (10400/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.3552770Z Receiving objects: 96% (10510/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.4715354Z Receiving objects: 97% (10619/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.5142926Z Receiving objects: 98% (10729/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.5748680Z Receiving objects: 99% (10838/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.5749723Z remote: Total 10947 (delta 1452), reused 3411 (delta 950), pack-reused 0 2022-05-18T05:53:04.5750707Z Receiving objects: 100% (10947/10947), 76.92 MiB | 25.64 MiB/s 2022-05-18T05:53:04.5751423Z Receiving objects: 100% (10947/10947), 78.76 MiB | 23.55 MiB/s, done. 2022-05-18T05:53:04.6308816Z Resolving deltas: 0% (0/1452) 2022-05-18T05:53:04.6317409Z Resolving deltas: 1% (15/1452) 2022-05-18T05:53:04.6357831Z Resolving deltas: 2% (30/1452) 2022-05-18T05:53:04.6388912Z Resolving deltas: 3% (44/1452) 2022-05-18T05:53:04.6401402Z Resolving deltas: 4% (59/1452) 2022-05-18T05:53:04.6415444Z Resolving deltas: 5% (73/1452) 2022-05-18T05:53:04.6422431Z Resolving deltas: 6% (88/1452) 2022-05-18T05:53:04.6435624Z Resolving deltas: 7% (102/1452) 2022-05-18T05:53:04.6443704Z Resolving deltas: 8% (117/1452) 2022-05-18T05:53:04.6450941Z Resolving deltas: 9% (131/1452) 2022-05-18T05:53:04.6456508Z Resolving deltas: 10% (146/1452) 2022-05-18T05:53:04.6463216Z Resolving deltas: 11% (160/1452) 2022-05-18T05:53:04.6470579Z Resolving deltas: 12% (175/1452) 2022-05-18T05:53:04.6475723Z Resolving deltas: 13% (189/1452) 2022-05-18T05:53:04.6478352Z Resolving deltas: 14% (204/1452) 2022-05-18T05:53:04.6481259Z Resolving deltas: 15% (218/1452) 2022-05-18T05:53:04.6486463Z Resolving deltas: 16% (233/1452) 2022-05-18T05:53:04.6498162Z Resolving deltas: 17% (247/1452) 2022-05-18T05:53:04.6502266Z Resolving deltas: 18% (262/1452) 2022-05-18T05:53:04.6508714Z Resolving deltas: 19% (276/1452) 2022-05-18T05:53:04.6512404Z Resolving deltas: 20% (291/1452) 2022-05-18T05:53:04.6515695Z Resolving deltas: 21% (305/1452) 2022-05-18T05:53:04.6516482Z Resolving deltas: 22% (320/1452) 2022-05-18T05:53:04.6517407Z Resolving deltas: 23% (334/1452) 2022-05-18T05:53:04.6518675Z Resolving deltas: 24% (349/1452) 2022-05-18T05:53:04.6519455Z Resolving deltas: 25% (363/1452) 2022-05-18T05:53:04.6524046Z Resolving deltas: 26% (378/1452) 2022-05-18T05:53:04.6524740Z Resolving deltas: 27% (393/1452) 2022-05-18T05:53:04.6526470Z Resolving deltas: 28% (407/1452) 2022-05-18T05:53:04.6528350Z Resolving deltas: 29% (422/1452) 2022-05-18T05:53:04.6533647Z Resolving deltas: 30% (436/1452) 2022-05-18T05:53:04.6538084Z Resolving deltas: 31% (451/1452) 2022-05-18T05:53:04.6541538Z Resolving deltas: 32% (465/1452) 2022-05-18T05:53:04.6547127Z Resolving deltas: 33% (480/1452) 2022-05-18T05:53:04.6556397Z Resolving deltas: 34% (494/1452) 2022-05-18T05:53:04.6562100Z Resolving deltas: 35% (509/1452) 2022-05-18T05:53:04.6567533Z Resolving deltas: 36% (523/1452) 2022-05-18T05:53:04.6574927Z Resolving deltas: 37% (538/1452) 2022-05-18T05:53:04.6580938Z Resolving deltas: 38% (552/1452) 2022-05-18T05:53:04.6583136Z Resolving deltas: 39% (567/1452) 2022-05-18T05:53:04.6585197Z Resolving deltas: 40% (581/1452) 2022-05-18T05:53:04.6586069Z Resolving deltas: 41% (596/1452) 2022-05-18T05:53:04.6587129Z Resolving deltas: 42% (610/1452) 2022-05-18T05:53:04.6589895Z Resolving deltas: 43% (625/1452) 2022-05-18T05:53:04.6595188Z Resolving deltas: 44% (639/1452) 2022-05-18T05:53:04.6598759Z Resolving deltas: 45% (654/1452) 2022-05-18T05:53:04.6603941Z Resolving deltas: 46% (668/1452) 2022-05-18T05:53:04.6606730Z Resolving deltas: 47% (683/1452) 2022-05-18T05:53:04.6612418Z Resolving deltas: 48% (697/1452) 2022-05-18T05:53:04.6616797Z Resolving deltas: 49% (712/1452) 2022-05-18T05:53:04.6622639Z Resolving deltas: 50% (726/1452) 2022-05-18T05:53:04.6634162Z Resolving deltas: 51% (741/1452) 2022-05-18T05:53:04.6640572Z Resolving deltas: 52% (756/1452) 2022-05-18T05:53:04.6645978Z Resolving deltas: 53% (770/1452) 2022-05-18T05:53:04.6650132Z Resolving deltas: 54% (785/1452) 2022-05-18T05:53:04.6653681Z Resolving deltas: 55% (799/1452) 2022-05-18T05:53:04.6659176Z Resolving deltas: 56% (814/1452) 2022-05-18T05:53:04.6661026Z Resolving deltas: 57% (828/1452) 2022-05-18T05:53:04.6662257Z Resolving deltas: 58% (843/1452) 2022-05-18T05:53:04.6664359Z Resolving deltas: 59% (857/1452) 2022-05-18T05:53:04.6665213Z Resolving deltas: 60% (872/1452) 2022-05-18T05:53:04.6667121Z Resolving deltas: 61% (886/1452) 2022-05-18T05:53:04.6668591Z Resolving deltas: 62% (901/1452) 2022-05-18T05:53:04.6673187Z Resolving deltas: 63% (915/1452) 2022-05-18T05:53:04.6678792Z Resolving deltas: 64% (930/1452) 2022-05-18T05:53:04.6682759Z Resolving deltas: 65% (944/1452) 2022-05-18T05:53:04.6688064Z Resolving deltas: 66% (959/1452) 2022-05-18T05:53:04.6692035Z Resolving deltas: 67% (973/1452) 2022-05-18T05:53:04.6695923Z Resolving deltas: 68% (988/1452) 2022-05-18T05:53:04.6699220Z Resolving deltas: 69% (1002/1452) 2022-05-18T05:53:04.6702712Z Resolving deltas: 70% (1017/1452) 2022-05-18T05:53:04.6705964Z Resolving deltas: 71% (1031/1452) 2022-05-18T05:53:04.6709363Z Resolving deltas: 72% (1046/1452) 2022-05-18T05:53:04.6712204Z Resolving deltas: 73% (1060/1452) 2022-05-18T05:53:04.6713497Z Resolving deltas: 74% (1075/1452) 2022-05-18T05:53:04.6714622Z Resolving deltas: 75% (1089/1452) 2022-05-18T05:53:04.6715831Z Resolving deltas: 76% (1104/1452) 2022-05-18T05:53:04.6716918Z Resolving deltas: 77% (1119/1452) 2022-05-18T05:53:04.6719239Z Resolving deltas: 78% (1133/1452) 2022-05-18T05:53:04.6720206Z Resolving deltas: 79% (1148/1452) 2022-05-18T05:53:04.6722523Z Resolving deltas: 80% (1162/1452) 2022-05-18T05:53:04.6724106Z Resolving deltas: 81% (1177/1452) 2022-05-18T05:53:04.6726166Z Resolving deltas: 82% (1191/1452) 2022-05-18T05:53:04.6728986Z Resolving deltas: 83% (1206/1452) 2022-05-18T05:53:04.6730920Z Resolving deltas: 84% (1220/1452) 2022-05-18T05:53:04.6733404Z Resolving deltas: 85% (1235/1452) 2022-05-18T05:53:04.6736870Z Resolving deltas: 86% (1249/1452) 2022-05-18T05:53:04.6741502Z Resolving deltas: 87% (1264/1452) 2022-05-18T05:53:04.6748750Z Resolving deltas: 88% (1278/1452) 2022-05-18T05:53:04.6750574Z Resolving deltas: 89% (1293/1452) 2022-05-18T05:53:04.6755538Z Resolving deltas: 90% (1307/1452) 2022-05-18T05:53:04.6762728Z Resolving deltas: 91% (1322/1452) 2022-05-18T05:53:04.6767249Z Resolving deltas: 92% (1336/1452) 2022-05-18T05:53:04.6771968Z Resolving deltas: 93% (1351/1452) 2022-05-18T05:53:04.6777184Z Resolving deltas: 94% (1365/1452) 2022-05-18T05:53:04.6780601Z Resolving deltas: 95% (1380/1452) 2022-05-18T05:53:04.6787878Z Resolving deltas: 96% (1394/1452) 2022-05-18T05:53:04.6793430Z Resolving deltas: 97% (1409/1452) 2022-05-18T05:53:04.6799869Z Resolving deltas: 98% (1423/1452) 2022-05-18T05:53:04.8602709Z Resolving deltas: 99% (1438/1452) 2022-05-18T05:53:04.8604633Z Resolving deltas: 100% (1452/1452) 2022-05-18T05:53:04.8605384Z Resolving deltas: 100% (1452/1452), done. 2022-05-18T05:53:06.8246040Z From https://github.com/pytorch/pytorch 2022-05-18T05:53:06.8247029Z * branch 3b2375291aab7b48442f2e6fb1ef66cebc761e24 -> FETCH_HEAD 2022-05-18T05:53:06.8464032Z ##[endgroup] 2022-05-18T05:53:06.8464874Z ##[group]Determining the checkout info 2022-05-18T05:53:06.8469525Z ##[endgroup] 2022-05-18T05:53:06.8470165Z ##[group]Checking out the ref 2022-05-18T05:53:06.8485252Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:53:08.9979402Z Updating files: 0% (16/10272) 2022-05-18T05:53:08.9991666Z Updating files: 0% (101/10272) 2022-05-18T05:53:09.1252360Z Updating files: 1% (103/10272) 2022-05-18T05:53:09.3248320Z Updating files: 2% (206/10272) 2022-05-18T05:53:09.8973249Z Updating files: 3% (309/10272) 2022-05-18T05:53:09.9445086Z Updating files: 3% (383/10272) 2022-05-18T05:53:10.9115263Z Updating files: 4% (411/10272) 2022-05-18T05:53:11.0317099Z Updating files: 4% (432/10272) 2022-05-18T05:53:11.1713705Z Updating files: 5% (514/10272) 2022-05-18T05:53:11.2527328Z Updating files: 6% (617/10272) 2022-05-18T05:53:11.9467351Z Updating files: 7% (720/10272) 2022-05-18T05:53:12.3151593Z Updating files: 7% (782/10272) 2022-05-18T05:53:12.4551336Z Updating files: 8% (822/10272) 2022-05-18T05:53:12.6125405Z Updating files: 9% (925/10272) 2022-05-18T05:53:12.7555704Z Updating files: 10% (1028/10272) 2022-05-18T05:53:12.9104728Z Updating files: 11% (1130/10272) 2022-05-18T05:53:13.0431085Z Updating files: 11% (1175/10272) 2022-05-18T05:53:13.2099191Z Updating files: 12% (1233/10272) 2022-05-18T05:53:13.4087514Z Updating files: 13% (1336/10272) 2022-05-18T05:53:13.9079722Z Updating files: 14% (1439/10272) 2022-05-18T05:53:14.9175515Z Updating files: 14% (1467/10272) 2022-05-18T05:53:14.9284960Z Updating files: 14% (1529/10272) 2022-05-18T05:53:15.0902356Z Updating files: 15% (1541/10272) 2022-05-18T05:53:15.4422806Z Updating files: 16% (1644/10272) 2022-05-18T05:53:15.9237859Z Updating files: 17% (1747/10272) 2022-05-18T05:53:15.9905733Z Updating files: 17% (1832/10272) 2022-05-18T05:53:16.3105323Z Updating files: 18% (1849/10272) 2022-05-18T05:53:16.5928889Z Updating files: 19% (1952/10272) 2022-05-18T05:53:16.7740858Z Updating files: 20% (2055/10272) 2022-05-18T05:53:17.1248379Z Updating files: 21% (2158/10272) 2022-05-18T05:53:17.2386246Z Updating files: 21% (2209/10272) 2022-05-18T05:53:17.4795618Z Updating files: 22% (2260/10272) 2022-05-18T05:53:17.6411897Z Updating files: 23% (2363/10272) 2022-05-18T05:53:17.8484323Z Updating files: 24% (2466/10272) 2022-05-18T05:53:17.9406405Z Updating files: 25% (2568/10272) 2022-05-18T05:53:18.1022136Z Updating files: 25% (2597/10272) 2022-05-18T05:53:18.4484237Z Updating files: 26% (2671/10272) 2022-05-18T05:53:18.7913415Z Updating files: 27% (2774/10272) 2022-05-18T05:53:18.9433291Z Updating files: 28% (2877/10272) 2022-05-18T05:53:19.1185096Z Updating files: 28% (2902/10272) 2022-05-18T05:53:19.5605714Z Updating files: 29% (2979/10272) 2022-05-18T05:53:19.9745774Z Updating files: 30% (3082/10272) 2022-05-18T05:53:20.3534059Z Updating files: 30% (3127/10272) 2022-05-18T05:53:20.6224634Z Updating files: 31% (3185/10272) 2022-05-18T05:53:20.9598629Z Updating files: 32% (3288/10272) 2022-05-18T05:53:21.1409385Z Updating files: 32% (3376/10272) 2022-05-18T05:53:21.3525774Z Updating files: 33% (3390/10272) 2022-05-18T05:53:21.5946516Z Updating files: 34% (3493/10272) 2022-05-18T05:53:21.7329795Z Updating files: 35% (3596/10272) 2022-05-18T05:53:21.9419206Z Updating files: 36% (3698/10272) 2022-05-18T05:53:21.9550626Z Updating files: 37% (3801/10272) 2022-05-18T05:53:22.0331483Z Updating files: 37% (3825/10272) 2022-05-18T05:53:22.1298092Z Updating files: 38% (3904/10272) 2022-05-18T05:53:22.2285496Z Updating files: 39% (4007/10272) 2022-05-18T05:53:22.2862867Z Updating files: 40% (4109/10272) 2022-05-18T05:53:22.6413473Z Updating files: 41% (4212/10272) 2022-05-18T05:53:23.0475304Z Updating files: 42% (4315/10272) 2022-05-18T05:53:23.2616120Z Updating files: 42% (4375/10272) 2022-05-18T05:53:23.9412559Z Updating files: 43% (4417/10272) 2022-05-18T05:53:24.3308874Z Updating files: 44% (4520/10272) 2022-05-18T05:53:25.1002112Z Updating files: 44% (4524/10272) 2022-05-18T05:53:25.5712235Z Updating files: 44% (4582/10272) 2022-05-18T05:53:26.0535661Z Updating files: 45% (4623/10272) 2022-05-18T05:53:26.6257620Z Updating files: 45% (4671/10272) 2022-05-18T05:53:27.2712623Z Updating files: 46% (4726/10272) 2022-05-18T05:53:28.1677251Z Updating files: 46% (4764/10272) 2022-05-18T05:53:28.3578197Z Updating files: 46% (4790/10272) 2022-05-18T05:53:28.5376968Z Updating files: 47% (4828/10272) 2022-05-18T05:53:29.0871323Z Updating files: 48% (4931/10272) 2022-05-18T05:53:29.5754661Z Updating files: 48% (4999/10272) 2022-05-18T05:53:30.4652917Z Updating files: 49% (5034/10272) 2022-05-18T05:53:30.5357318Z Updating files: 49% (5117/10272) 2022-05-18T05:53:30.8777375Z Updating files: 50% (5136/10272) 2022-05-18T05:53:31.0189345Z Updating files: 51% (5239/10272) 2022-05-18T05:53:31.3338599Z Updating files: 51% (5251/10272) 2022-05-18T05:53:31.8903478Z Updating files: 52% (5342/10272) 2022-05-18T05:53:32.0232378Z Updating files: 53% (5445/10272) 2022-05-18T05:53:32.6709794Z Updating files: 53% (5464/10272) 2022-05-18T05:53:33.0894833Z Updating files: 54% (5547/10272) 2022-05-18T05:53:34.1084532Z Updating files: 54% (5584/10272) 2022-05-18T05:53:34.1141521Z Updating files: 54% (5645/10272) 2022-05-18T05:53:34.9391315Z Updating files: 55% (5650/10272) 2022-05-18T05:53:35.0003431Z Updating files: 56% (5753/10272) 2022-05-18T05:53:36.2999149Z Updating files: 56% (5761/10272) 2022-05-18T05:53:36.4810561Z Updating files: 56% (5835/10272) 2022-05-18T05:53:37.2068319Z Updating files: 57% (5856/10272) 2022-05-18T05:53:37.2578748Z Updating files: 57% (5935/10272) 2022-05-18T05:53:38.0392560Z Updating files: 58% (5958/10272) 2022-05-18T05:53:38.0898520Z Updating files: 58% (6037/10272) 2022-05-18T05:53:38.7450050Z Updating files: 59% (6061/10272) 2022-05-18T05:53:39.0104136Z Updating files: 60% (6164/10272) 2022-05-18T05:53:39.1883157Z Updating files: 60% (6201/10272) 2022-05-18T05:53:39.4928798Z Updating files: 61% (6266/10272) 2022-05-18T05:53:39.8122272Z Updating files: 62% (6369/10272) 2022-05-18T05:53:40.0023061Z Updating files: 63% (6472/10272) 2022-05-18T05:53:40.2930478Z Updating files: 63% (6492/10272) 2022-05-18T05:53:41.0031827Z Updating files: 64% (6575/10272) 2022-05-18T05:53:41.0061071Z Updating files: 64% (6672/10272) 2022-05-18T05:53:41.3104741Z Updating files: 65% (6677/10272) 2022-05-18T05:53:41.4966569Z Updating files: 66% (6780/10272) 2022-05-18T05:53:41.7538981Z Updating files: 67% (6883/10272) 2022-05-18T05:53:42.0019274Z Updating files: 68% (6985/10272) 2022-05-18T05:53:42.0033983Z Updating files: 69% (7088/10272) 2022-05-18T05:53:42.1299878Z Updating files: 69% (7090/10272) 2022-05-18T05:53:42.2952110Z Updating files: 70% (7191/10272) 2022-05-18T05:53:42.5039870Z Updating files: 71% (7294/10272) 2022-05-18T05:53:42.6065098Z Updating files: 72% (7396/10272) 2022-05-18T05:53:42.8401979Z Updating files: 73% (7499/10272) 2022-05-18T05:53:42.9762658Z Updating files: 74% (7602/10272) 2022-05-18T05:53:43.4592045Z Updating files: 75% (7704/10272) 2022-05-18T05:53:43.5400453Z Updating files: 75% (7736/10272) 2022-05-18T05:53:43.6709731Z Updating files: 76% (7807/10272) 2022-05-18T05:53:43.8598363Z Updating files: 77% (7910/10272) 2022-05-18T05:53:44.2738519Z Updating files: 78% (8013/10272) 2022-05-18T05:53:45.0534235Z Updating files: 78% (8064/10272) 2022-05-18T05:53:45.0697830Z Updating files: 78% (8089/10272) 2022-05-18T05:53:45.7635372Z Updating files: 79% (8115/10272) 2022-05-18T05:53:46.0203572Z Updating files: 80% (8218/10272) 2022-05-18T05:53:46.4433142Z Updating files: 80% (8257/10272) 2022-05-18T05:53:46.8703349Z Updating files: 81% (8321/10272) 2022-05-18T05:53:47.0063071Z Updating files: 82% (8424/10272) 2022-05-18T05:53:47.1078384Z Updating files: 82% (8483/10272) 2022-05-18T05:53:47.4647378Z Updating files: 83% (8526/10272) 2022-05-18T05:53:47.8462962Z Updating files: 84% (8629/10272) 2022-05-18T05:53:48.0135468Z Updating files: 85% (8732/10272) 2022-05-18T05:53:48.1666386Z Updating files: 85% (8769/10272) 2022-05-18T05:53:48.3622615Z Updating files: 86% (8834/10272) 2022-05-18T05:53:48.7189739Z Updating files: 87% (8937/10272) 2022-05-18T05:53:49.0468905Z Updating files: 88% (9040/10272) 2022-05-18T05:53:49.1719997Z Updating files: 88% (9104/10272) 2022-05-18T05:53:49.6857056Z Updating files: 89% (9143/10272) 2022-05-18T05:53:49.8562387Z Updating files: 90% (9245/10272) 2022-05-18T05:53:50.0117059Z Updating files: 91% (9348/10272) 2022-05-18T05:53:50.1094679Z Updating files: 91% (9376/10272) 2022-05-18T05:53:50.2756698Z Updating files: 92% (9451/10272) 2022-05-18T05:53:50.7581475Z Updating files: 93% (9553/10272) 2022-05-18T05:53:51.0476890Z Updating files: 94% (9656/10272) 2022-05-18T05:53:51.0557150Z Updating files: 94% (9751/10272) 2022-05-18T05:53:52.0376306Z Updating files: 95% (9759/10272) 2022-05-18T05:53:52.0913811Z Updating files: 95% (9852/10272) 2022-05-18T05:53:53.1101666Z Updating files: 96% (9862/10272) 2022-05-18T05:53:53.4237624Z Updating files: 96% (9927/10272) 2022-05-18T05:53:54.1874129Z Updating files: 97% (9964/10272) 2022-05-18T05:53:55.1108347Z Updating files: 97% (9990/10272) 2022-05-18T05:53:56.0194695Z Updating files: 97% (9991/10272) 2022-05-18T05:53:56.9075100Z Updating files: 97% (10017/10272) 2022-05-18T05:53:57.0240935Z Updating files: 98% (10067/10272) 2022-05-18T05:53:57.8414089Z Updating files: 98% (10083/10272) 2022-05-18T05:53:58.0502512Z Updating files: 99% (10170/10272) 2022-05-18T05:53:59.0236835Z Updating files: 99% (10198/10272) 2022-05-18T05:53:59.2185942Z Updating files: 99% (10261/10272) 2022-05-18T05:53:59.2186749Z Updating files: 100% (10272/10272) 2022-05-18T05:53:59.2187177Z Updating files: 100% (10272/10272), done. 2022-05-18T05:53:59.2970899Z Note: switching to '3b2375291aab7b48442f2e6fb1ef66cebc761e24'. 2022-05-18T05:53:59.2971282Z 2022-05-18T05:53:59.2971530Z You are in 'detached HEAD' state. You can look around, make experimental 2022-05-18T05:53:59.2971988Z changes and commit them, and you can discard any commits you make in this 2022-05-18T05:53:59.2972408Z state without impacting any branches by switching back to a branch. 2022-05-18T05:53:59.2972639Z 2022-05-18T05:53:59.2972803Z If you want to create a new branch to retain commits you create, you may 2022-05-18T05:53:59.2973392Z do so (now or later) by using -c with the switch command. Example: 2022-05-18T05:53:59.2973646Z 2022-05-18T05:53:59.2973885Z git switch -c 2022-05-18T05:53:59.2974204Z 2022-05-18T05:53:59.2974358Z Or undo this operation with: 2022-05-18T05:53:59.2974546Z 2022-05-18T05:53:59.2974619Z git switch - 2022-05-18T05:53:59.2974779Z 2022-05-18T05:53:59.2975174Z Turn off this advice by setting config variable advice.detachedHead to false 2022-05-18T05:53:59.2975449Z 2022-05-18T05:53:59.2975658Z HEAD is now at 3b23752 [PT-D][Sharding] Fix view op and matrix ops unit test 2022-05-18T05:53:59.3171382Z ##[endgroup] 2022-05-18T05:53:59.3172225Z ##[group]Setting up auth for fetching submodules 2022-05-18T05:53:59.3191543Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a3e625eb-cb5c-4296-8e7b-995822566ba6' before making global git config changes 2022-05-18T05:53:59.3201757Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T05:53:59.3618297Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T05:53:59.3910462Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-05-18T05:53:59.4198495Z ##[endgroup] 2022-05-18T05:53:59.4199011Z ##[group]Fetching submodules 2022-05-18T05:53:59.4209099Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-05-18T05:54:00.3763917Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-05-18T05:54:01.3649972Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-05-18T05:54:01.3650701Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-05-18T05:54:01.3651321Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-05-18T05:54:01.3651939Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-05-18T05:54:01.3652501Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-05-18T05:54:01.3653081Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-05-18T05:54:01.3653681Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-05-18T05:54:01.3654295Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-05-18T05:54:01.3654882Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-05-18T05:54:01.3655440Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-05-18T05:54:01.3656059Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-05-18T05:54:01.3656804Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-05-18T05:54:01.3657431Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-05-18T05:54:01.3657981Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-05-18T05:54:01.3658535Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-05-18T05:54:01.3659141Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:54:01.3659707Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-05-18T05:54:01.3660296Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-05-18T05:54:01.3660885Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-05-18T05:54:01.3661578Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-05-18T05:54:01.3662147Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-05-18T05:54:01.3662699Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-05-18T05:54:01.3663286Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-05-18T05:54:01.3663849Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-05-18T05:54:01.3664397Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-05-18T05:54:01.3665019Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-05-18T05:54:01.3665603Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-05-18T05:54:01.3666217Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-05-18T05:54:01.3666831Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-05-18T05:54:01.3667453Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-05-18T05:54:01.3668058Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-05-18T05:54:01.3668710Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-05-18T05:54:01.3669312Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-05-18T05:54:01.3669887Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-05-18T05:54:01.3739600Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-05-18T05:54:01.3740229Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-05-18T05:54:01.3740797Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-05-18T05:54:02.3949192Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2022-05-18T05:54:03.4767984Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2022-05-18T05:54:04.0853401Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2022-05-18T05:54:04.9970912Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2022-05-18T05:54:05.7719313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/QNNPACK'... 2022-05-18T05:54:11.4473385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2022-05-18T05:54:13.5015658Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2022-05-18T05:54:15.6423678Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2022-05-18T05:54:16.8407503Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cub'... 2022-05-18T05:54:19.4896066Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2022-05-18T05:54:20.9568999Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/eigen'... 2022-05-18T05:54:22.0676103Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2022-05-18T05:54:23.4112489Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2022-05-18T05:54:24.1512789Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2022-05-18T05:54:24.9160644Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/foxi'... 2022-05-18T05:54:26.3724436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-05-18T05:54:27.0567124Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2022-05-18T05:54:27.9576321Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2022-05-18T05:54:28.5805148Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2022-05-18T05:54:29.0414885Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ios-cmake'... 2022-05-18T05:54:30.8131436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2022-05-18T05:54:31.9577094Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nccl/nccl'... 2022-05-18T05:54:32.6722361Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/neon2sse'... 2022-05-18T05:54:34.3574523Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2022-05-18T05:54:35.1376769Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-05-18T05:54:35.6224069Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2022-05-18T05:54:39.2422405Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2022-05-18T05:54:40.8886536Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2022-05-18T05:54:44.3895464Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2022-05-18T05:54:47.0291265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2022-05-18T05:54:48.2167818Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-enum'... 2022-05-18T05:54:49.0506001Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2022-05-18T05:54:49.8885132Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-six'... 2022-05-18T05:54:50.9431700Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2022-05-18T05:54:51.9738125Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tbb'... 2022-05-18T05:54:52.5810324Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2022-05-18T05:54:53.9303980Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/zstd'... 2022-05-18T05:54:56.7878729Z From https://github.com/facebookincubator/fbjni 2022-05-18T05:54:56.7879202Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2022-05-18T05:54:57.9641218Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-05-18T05:54:59.0351231Z From https://github.com/Maratyszcza/FP16 2022-05-18T05:54:59.0351730Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2022-05-18T05:54:59.1717963Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-05-18T05:55:00.2661104Z From https://github.com/Maratyszcza/FXdiv 2022-05-18T05:55:00.2661671Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2022-05-18T05:55:00.3633713Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-05-18T05:55:01.7929581Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-05-18T05:55:02.4608604Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-05-18T05:55:05.7513273Z From https://github.com/google/XNNPACK 2022-05-18T05:55:05.7514026Z * branch ae108ef49aa5623b896fc93d4298c49d1750d9ba -> FETCH_HEAD 2022-05-18T05:55:20.7805272Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-05-18T05:55:21.9541464Z From https://github.com/google/benchmark 2022-05-18T05:55:21.9541948Z * branch e991355c02b93fe17713efe04cbc2e278e00fdbd -> FETCH_HEAD 2022-05-18T05:55:22.2370060Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-05-18T05:55:23.6867657Z From https://github.com/pytorch/cpuinfo 2022-05-18T05:55:23.6868089Z * branch 5916273f79a21551890fd3d56fc5375a78d1598d -> FETCH_HEAD 2022-05-18T05:55:25.2689043Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-05-18T05:55:26.4863519Z From https://github.com/NVlabs/cub 2022-05-18T05:55:26.4864018Z * branch d106ddb991a56c3df1b6d51b2409e36ba8181ce4 -> FETCH_HEAD 2022-05-18T05:55:26.7620881Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-05-18T05:55:33.1315213Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-05-18T05:55:35.3954746Z From https://gitlab.com/libeigen/eigen 2022-05-18T05:55:35.3955228Z * branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD 2022-05-18T05:55:38.0612751Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-05-18T05:55:39.1542658Z From https://github.com/pytorch/fbgemm 2022-05-18T05:55:39.1543088Z * branch 2e9be65810107a9595da717f95d21924b73be833 -> FETCH_HEAD 2022-05-18T05:55:39.7591771Z Submodule path 'third_party/fbgemm': checked out '2e9be65810107a9595da717f95d21924b73be833' 2022-05-18T05:55:39.8568811Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:55:39.8569978Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:55:39.8571131Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:55:40.7741983Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-05-18T05:55:41.8276471Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-05-18T05:55:42.5617357Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-05-18T05:55:43.8168934Z From https://github.com/asmjit/asmjit 2022-05-18T05:55:43.8169414Z * branch 8b35b4cffb62ecb58a903bf91cb7537d7a672211 -> FETCH_HEAD 2022-05-18T05:55:44.3669024Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-05-18T05:55:46.1869142Z From https://github.com/pytorch/cpuinfo 2022-05-18T05:55:46.1869677Z * branch ed8b86a253800bafdb7b25c5c399f91bff9cb1f3 -> FETCH_HEAD 2022-05-18T05:55:47.3876220Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-05-18T05:55:48.8088822Z From https://github.com/google/googletest 2022-05-18T05:55:48.8089260Z * branch cbf019de22c8dd37b2108da35b2748fd702d1796 -> FETCH_HEAD 2022-05-18T05:55:49.4760080Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-05-18T05:55:50.9789073Z From https://github.com/google/flatbuffers 2022-05-18T05:55:50.9789512Z * branch d0cede9c90c5257537c293517a21376408b549fa -> FETCH_HEAD 2022-05-18T05:55:53.2029160Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-05-18T05:55:54.4483801Z From https://github.com/fmtlib/fmt 2022-05-18T05:55:54.4484293Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2022-05-18T05:55:55.4649728Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-05-18T05:55:55.7963532Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-05-18T05:55:57.0317065Z From https://github.com/google/gemmlowp 2022-05-18T05:55:57.0317984Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2022-05-18T05:55:57.5188411Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-05-18T05:55:58.9083494Z From https://github.com/facebookincubator/gloo 2022-05-18T05:55:58.9083949Z * branch c22a5cfba94edf8ea4f53a174d38aa0c629d070f -> FETCH_HEAD 2022-05-18T05:55:59.9073469Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-05-18T05:56:01.2564561Z From https://github.com/google/googletest 2022-05-18T05:56:01.2565099Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2022-05-18T05:56:01.8798687Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-05-18T05:56:03.0478487Z From https://github.com/intel/ideep 2022-05-18T05:56:03.0478984Z * branch 02b17c5748c9349dcc586c359af800c684d9b1ab -> FETCH_HEAD 2022-05-18T05:56:03.1313477Z Submodule path 'third_party/ideep': checked out '02b17c5748c9349dcc586c359af800c684d9b1ab' 2022-05-18T05:56:03.2250725Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-05-18T05:56:05.5436687Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-05-18T05:56:07.3838950Z From https://github.com/intel/mkl-dnn 2022-05-18T05:56:07.3839460Z * branch 888a87a954e4fddb4d81fd10858eb834f2441b46 -> FETCH_HEAD 2022-05-18T05:56:10.5339208Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-05-18T05:56:10.6487579Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:56:13.2592398Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-05-18T05:56:15.1923454Z From https://github.com/oneapi-src/oneDNN 2022-05-18T05:56:15.1923930Z * branch 52b5f107dd9cf10910aaa19cb47f3abf9b349815 -> FETCH_HEAD 2022-05-18T05:56:20.1723904Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-05-18T05:56:20.5267302Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-05-18T05:56:21.8390580Z From https://github.com/pytorch/kineto 2022-05-18T05:56:22.6108177Z * branch b2b48c00c6e5bd8e807e2231adb229db6a1d1c22 -> FETCH_HEAD 2022-05-18T05:56:22.6108715Z Submodule path 'third_party/kineto': checked out 'b2b48c00c6e5bd8e807e2231adb229db6a1d1c22' 2022-05-18T05:56:22.7054754Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:56:22.7055510Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:56:23.4287214Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-05-18T05:56:23.9825298Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-05-18T05:56:25.0532512Z From https://github.com/fmtlib/fmt 2022-05-18T05:56:25.0532924Z * branch 2591ab91c3898c9f6544fff04660276537d32ffd -> FETCH_HEAD 2022-05-18T05:56:25.4568484Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-05-18T05:56:26.9939186Z From https://github.com/google/googletest 2022-05-18T05:56:26.9939695Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2022-05-18T05:56:27.4368092Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-05-18T05:56:28.7315395Z From https://github.com/NVIDIA/nccl 2022-05-18T05:56:28.7315935Z * branch 7e515921295adaab72adf56ea71a0fafb0ecb5f3 -> FETCH_HEAD 2022-05-18T05:56:28.9184303Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-05-18T05:56:29.8822494Z From https://github.com/intel/ARM_NEON_2_x86_SSE 2022-05-18T05:56:29.8822958Z * branch 97a126f08ce318023be604d03f88bf0820a9464a -> FETCH_HEAD 2022-05-18T05:56:29.9461818Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-05-18T05:56:31.4777817Z From https://github.com/onnx/onnx 2022-05-18T05:56:31.4778331Z * branch 96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c -> FETCH_HEAD 2022-05-18T05:56:35.8933661Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-05-18T05:56:35.9909612Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-05-18T05:56:35.9910462Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-05-18T05:56:36.5283166Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-05-18T05:56:37.1615652Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-05-18T05:56:38.4465212Z From https://github.com/google/benchmark 2022-05-18T05:56:38.4465766Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2022-05-18T05:56:38.6505342Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T05:56:39.8844268Z From https://github.com/pybind/pybind11 2022-05-18T05:56:39.8844747Z * branch 59a2ac2745d8a57ac94c6accced73620d59fb844 -> FETCH_HEAD 2022-05-18T05:56:40.3209555Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-05-18T05:56:41.6107892Z From https://github.com/onnx/onnx-tensorrt 2022-05-18T05:56:41.6108356Z * branch c153211418a7c57ce071d9ce2a41f8d1c85a878f -> FETCH_HEAD 2022-05-18T05:56:41.6986596Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-05-18T05:56:41.7856171Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:56:42.9799749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-05-18T05:56:44.1369007Z From https://github.com/onnx/onnx 2022-05-18T05:56:44.1369557Z * branch 765f5ee823a67a866f4bd28a9860e81f3c811ce8 -> FETCH_HEAD 2022-05-18T05:56:46.4887233Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-05-18T05:56:46.6051865Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:56:46.6052784Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:56:47.1596277Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-05-18T05:56:47.9260313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-05-18T05:56:49.4929601Z From https://github.com/google/benchmark 2022-05-18T05:56:49.4930334Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2022-05-18T05:56:49.8430324Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T05:56:51.0542164Z From https://github.com/pybind/pybind11 2022-05-18T05:56:51.0542651Z * branch a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c -> FETCH_HEAD 2022-05-18T05:56:51.2442689Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-05-18T05:56:51.3564592Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:56:51.9148028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-05-18T05:56:52.6825076Z From https://github.com/wjakob/clang-cindex-python3 2022-05-18T05:56:52.6825590Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-05-18T05:56:52.7715622Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T05:56:53.6142454Z From https://github.com/mreineck/pocketfft 2022-05-18T05:56:53.6142889Z * branch ea778e37710c07723435b1be58235996d1d43a5a -> FETCH_HEAD 2022-05-18T05:56:53.7057358Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-05-18T05:56:57.1814650Z From https://github.com/protocolbuffers/protobuf 2022-05-18T05:56:57.1815143Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2022-05-18T05:57:02.9971266Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-05-18T05:57:03.0988864Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:57:03.0989654Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-05-18T05:57:03.5981874Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-05-18T05:57:04.2978282Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-05-18T05:57:05.6012228Z From https://github.com/google/benchmark 2022-05-18T05:57:05.6012727Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2022-05-18T05:57:05.7706465Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-05-18T05:57:07.2808345Z From https://github.com/google/googletest 2022-05-18T05:57:07.2808953Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2022-05-18T05:57:07.9645426Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-05-18T05:57:08.3049616Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-05-18T05:57:09.1879994Z From https://github.com/Maratyszcza/pthreadpool 2022-05-18T05:57:09.1880456Z * branch a134dd5d4cee80cce15db81a72e7f929d71dd413 -> FETCH_HEAD 2022-05-18T05:57:09.2668390Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-05-18T05:57:10.4540145Z From https://github.com/pybind/pybind11 2022-05-18T05:57:10.4540625Z * branch 8de7772cc72daca8e947b79b83fea46214931604 -> FETCH_HEAD 2022-05-18T05:57:10.9002769Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-05-18T05:57:11.2205808Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-05-18T05:57:12.4172450Z From https://github.com/Maratyszcza/PeachPy 2022-05-18T05:57:12.4172919Z * branch 07d8fde8ac45d7705129475c0f94ed8925b93473 -> FETCH_HEAD 2022-05-18T05:57:12.8284008Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-05-18T05:57:13.7751439Z From https://github.com/benjaminp/six 2022-05-18T05:57:13.7751882Z * branch 15e31431af97e5e64b80af0a3f598d382bcdd49a -> FETCH_HEAD 2022-05-18T05:57:13.8387320Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-05-18T05:57:15.0533092Z From https://github.com/shibatch/sleef 2022-05-18T05:57:15.0533540Z * branch e0a003ee838b75d11763aa9c3ef17bf71a725bff -> FETCH_HEAD 2022-05-18T05:57:15.3811146Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-05-18T05:57:17.2544044Z From https://github.com/01org/tbb 2022-05-18T05:57:17.2544796Z * branch a51a90bc609bb73db8ea13841b5cf7aa4344d4a9 -> FETCH_HEAD 2022-05-18T05:57:19.9889947Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-05-18T05:57:20.9805491Z From https://github.com/pytorch/tensorpipe 2022-05-18T05:57:20.9805972Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2022-05-18T05:57:21.5615398Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-05-18T05:57:21.6690818Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:57:21.6691829Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:57:21.6693099Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:57:21.6693844Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:57:22.5755821Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-05-18T05:57:23.0293475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-05-18T05:57:23.7628244Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-05-18T05:57:24.4791061Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-05-18T05:57:25.8352253Z From https://github.com/google/googletest 2022-05-18T05:57:25.8352945Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2022-05-18T05:57:26.1186789Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-05-18T05:57:27.0487084Z From https://github.com/google/libnop 2022-05-18T05:57:27.0487531Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2022-05-18T05:57:27.2116854Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-05-18T05:57:28.5497005Z From https://github.com/libuv/libuv 2022-05-18T05:57:28.5497556Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2022-05-18T05:57:29.2542268Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-05-18T05:57:30.5021168Z From https://github.com/pybind/pybind11 2022-05-18T05:57:30.5021662Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2022-05-18T05:57:30.9383752Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-05-18T05:57:31.0550052Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:57:31.4038594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-05-18T05:57:32.4260873Z From https://github.com/wjakob/clang-cindex-python3 2022-05-18T05:57:32.4261701Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-05-18T05:57:32.4833121Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T05:57:34.0100245Z From https://github.com/facebook/zstd 2022-05-18T05:57:34.0100807Z * branch aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD 2022-05-18T05:57:35.9628931Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-05-18T05:57:36.0973867Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-05-18T05:57:36.6832368Z Entering 'android/libs/fbjni' 2022-05-18T05:57:36.7621076Z Entering 'third_party/FP16' 2022-05-18T05:57:36.8320146Z Entering 'third_party/FXdiv' 2022-05-18T05:57:36.9038974Z Entering 'third_party/NNPACK' 2022-05-18T05:57:36.9724193Z Entering 'third_party/QNNPACK' 2022-05-18T05:57:37.0432233Z Entering 'third_party/XNNPACK' 2022-05-18T05:57:37.1130545Z Entering 'third_party/benchmark' 2022-05-18T05:57:37.1818246Z Entering 'third_party/cpuinfo' 2022-05-18T05:57:37.2526550Z Entering 'third_party/cub' 2022-05-18T05:57:37.3187940Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:57:37.3858415Z Entering 'third_party/eigen' 2022-05-18T05:57:37.4548837Z Entering 'third_party/fbgemm' 2022-05-18T05:57:37.5211353Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:57:37.5924950Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:57:37.6666237Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:57:37.7402060Z Entering 'third_party/flatbuffers' 2022-05-18T05:57:37.8076709Z Entering 'third_party/fmt' 2022-05-18T05:57:37.8779642Z Entering 'third_party/foxi' 2022-05-18T05:57:37.9434392Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:57:38.0092488Z Entering 'third_party/gloo' 2022-05-18T05:57:38.0730246Z Entering 'third_party/googletest' 2022-05-18T05:57:38.1411180Z Entering 'third_party/ideep' 2022-05-18T05:57:38.2098506Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:57:38.2813232Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:57:38.3578054Z Entering 'third_party/ios-cmake' 2022-05-18T05:57:38.4257905Z Entering 'third_party/kineto' 2022-05-18T05:57:38.4918211Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:57:38.5649370Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:57:38.6374497Z Entering 'third_party/nccl/nccl' 2022-05-18T05:57:38.7027869Z Entering 'third_party/neon2sse' 2022-05-18T05:57:38.7680291Z Entering 'third_party/onnx' 2022-05-18T05:57:38.8338975Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:57:38.9023317Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:57:38.9722288Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:57:39.0395770Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:57:39.1101077Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:57:39.1812120Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:57:39.2561552Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:57:39.3331283Z Entering 'third_party/pocketfft' 2022-05-18T05:57:39.3997524Z Entering 'third_party/protobuf' 2022-05-18T05:57:39.4635631Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:57:39.5316011Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:57:39.5995095Z Entering 'third_party/psimd' 2022-05-18T05:57:39.6707358Z Entering 'third_party/pthreadpool' 2022-05-18T05:57:39.7433254Z Entering 'third_party/pybind11' 2022-05-18T05:57:39.8122472Z Entering 'third_party/python-enum' 2022-05-18T05:57:39.8827564Z Entering 'third_party/python-peachpy' 2022-05-18T05:57:39.9524285Z Entering 'third_party/python-six' 2022-05-18T05:57:40.0214711Z Entering 'third_party/sleef' 2022-05-18T05:57:40.0886435Z Entering 'third_party/tbb' 2022-05-18T05:57:40.1596147Z Entering 'third_party/tensorpipe' 2022-05-18T05:57:40.2246308Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:57:40.2903293Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:57:40.3572128Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:57:40.4261120Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:57:40.4935606Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:57:40.5672319Z Entering 'third_party/zstd' 2022-05-18T05:57:40.6446368Z ##[endgroup] 2022-05-18T05:57:40.6447123Z ##[group]Persisting credentials for submodules 2022-05-18T05:57:40.6459044Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-05-18T05:57:41.2093513Z Entering 'android/libs/fbjni' 2022-05-18T05:57:41.2801508Z Entering 'third_party/FP16' 2022-05-18T05:57:41.3492928Z Entering 'third_party/FXdiv' 2022-05-18T05:57:41.4188635Z Entering 'third_party/NNPACK' 2022-05-18T05:57:41.4908242Z Entering 'third_party/QNNPACK' 2022-05-18T05:57:41.5573449Z Entering 'third_party/XNNPACK' 2022-05-18T05:57:41.6229880Z Entering 'third_party/benchmark' 2022-05-18T05:57:41.6879696Z Entering 'third_party/cpuinfo' 2022-05-18T05:57:41.7523525Z Entering 'third_party/cub' 2022-05-18T05:57:41.8174585Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:57:41.8867756Z Entering 'third_party/eigen' 2022-05-18T05:57:41.9518532Z Entering 'third_party/fbgemm' 2022-05-18T05:57:42.0212486Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:57:42.0910160Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:57:42.1585390Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:57:42.2282690Z Entering 'third_party/flatbuffers' 2022-05-18T05:57:42.2968031Z Entering 'third_party/fmt' 2022-05-18T05:57:42.3641037Z Entering 'third_party/foxi' 2022-05-18T05:57:42.4293289Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:57:42.4929561Z Entering 'third_party/gloo' 2022-05-18T05:57:42.5564530Z Entering 'third_party/googletest' 2022-05-18T05:57:42.6234067Z Entering 'third_party/ideep' 2022-05-18T05:57:42.6881915Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:57:42.7594568Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:57:42.8370073Z Entering 'third_party/ios-cmake' 2022-05-18T05:57:42.9066685Z Entering 'third_party/kineto' 2022-05-18T05:57:42.9735633Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:57:43.0414540Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:57:43.1120011Z Entering 'third_party/nccl/nccl' 2022-05-18T05:57:43.1790526Z Entering 'third_party/neon2sse' 2022-05-18T05:57:43.2461502Z Entering 'third_party/onnx' 2022-05-18T05:57:43.3111569Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:57:43.3826668Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:57:43.4485225Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:57:43.5165802Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:57:43.5906780Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:57:43.6644783Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:57:43.7336875Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:57:43.8087693Z Entering 'third_party/pocketfft' 2022-05-18T05:57:43.8766860Z Entering 'third_party/protobuf' 2022-05-18T05:57:43.9435999Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:57:44.0128568Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:57:44.0788901Z Entering 'third_party/psimd' 2022-05-18T05:57:44.1482062Z Entering 'third_party/pthreadpool' 2022-05-18T05:57:44.2172541Z Entering 'third_party/pybind11' 2022-05-18T05:57:44.2844789Z Entering 'third_party/python-enum' 2022-05-18T05:57:44.3535741Z Entering 'third_party/python-peachpy' 2022-05-18T05:57:44.4227881Z Entering 'third_party/python-six' 2022-05-18T05:57:44.4890994Z Entering 'third_party/sleef' 2022-05-18T05:57:44.5575608Z Entering 'third_party/tbb' 2022-05-18T05:57:44.6301920Z Entering 'third_party/tensorpipe' 2022-05-18T05:57:44.6974754Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:57:44.7640404Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:57:44.8313885Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:57:44.8975826Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:57:44.9638217Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:57:45.0387953Z Entering 'third_party/zstd' 2022-05-18T05:57:45.1189437Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-05-18T05:57:45.6624930Z Entering 'android/libs/fbjni' 2022-05-18T05:57:45.7477762Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-05-18T05:57:45.7673577Z Entering 'third_party/FP16' 2022-05-18T05:57:45.8442686Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-05-18T05:57:45.8658102Z Entering 'third_party/FXdiv' 2022-05-18T05:57:45.9456742Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-05-18T05:57:45.9666317Z Entering 'third_party/NNPACK' 2022-05-18T05:57:46.0416705Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-05-18T05:57:46.0599874Z Entering 'third_party/QNNPACK' 2022-05-18T05:57:46.1324096Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-05-18T05:57:46.1507914Z Entering 'third_party/XNNPACK' 2022-05-18T05:57:46.2227381Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-05-18T05:57:46.2428879Z Entering 'third_party/benchmark' 2022-05-18T05:57:46.3145261Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-05-18T05:57:46.3339075Z Entering 'third_party/cpuinfo' 2022-05-18T05:57:46.4080251Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T05:57:46.4278336Z Entering 'third_party/cub' 2022-05-18T05:57:46.5048571Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-05-18T05:57:46.5247950Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:57:46.5981258Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-05-18T05:57:46.6196417Z Entering 'third_party/eigen' 2022-05-18T05:57:46.6975860Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-05-18T05:57:46.7175631Z Entering 'third_party/fbgemm' 2022-05-18T05:57:46.7943421Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-05-18T05:57:46.8128570Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:57:46.8840320Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-05-18T05:57:46.9025531Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:57:46.9725447Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T05:57:46.9910285Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:57:47.0658460Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-05-18T05:57:47.0870234Z Entering 'third_party/flatbuffers' 2022-05-18T05:57:47.1652287Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-05-18T05:57:47.1861061Z Entering 'third_party/fmt' 2022-05-18T05:57:47.2624545Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-05-18T05:57:47.2816343Z Entering 'third_party/foxi' 2022-05-18T05:57:47.3561484Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-05-18T05:57:47.3754646Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:57:47.4486124Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-05-18T05:57:47.4680050Z Entering 'third_party/gloo' 2022-05-18T05:57:47.5432048Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-05-18T05:57:47.5641085Z Entering 'third_party/googletest' 2022-05-18T05:57:47.6387238Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-05-18T05:57:47.6578957Z Entering 'third_party/ideep' 2022-05-18T05:57:47.7305164Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-05-18T05:57:47.7471931Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:57:47.8214484Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-05-18T05:57:47.8395416Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:57:47.9137597Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-05-18T05:57:47.9377625Z Entering 'third_party/ios-cmake' 2022-05-18T05:57:48.0126515Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-05-18T05:57:48.0314013Z Entering 'third_party/kineto' 2022-05-18T05:57:48.1087578Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-05-18T05:57:48.1272961Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:57:48.2071420Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-05-18T05:57:48.2282303Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:57:48.3058784Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-05-18T05:57:48.3272232Z Entering 'third_party/nccl/nccl' 2022-05-18T05:57:48.3995945Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-05-18T05:57:48.4187698Z Entering 'third_party/neon2sse' 2022-05-18T05:57:48.4922287Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-05-18T05:57:48.5111630Z Entering 'third_party/onnx' 2022-05-18T05:57:48.5842162Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-05-18T05:57:48.6048318Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:57:48.6839925Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T05:57:48.7040237Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:57:48.7800868Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T05:57:48.8028191Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:57:48.8783787Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-05-18T05:57:48.8963396Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:57:48.9740452Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-05-18T05:57:48.9939164Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:57:49.0708944Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T05:57:49.0897412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:57:49.1660036Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T05:57:49.1845855Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:57:49.2585642Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-05-18T05:57:49.2826384Z Entering 'third_party/pocketfft' 2022-05-18T05:57:49.3555343Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-05-18T05:57:49.3745668Z Entering 'third_party/protobuf' 2022-05-18T05:57:49.4515003Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-05-18T05:57:49.4697658Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:57:49.5501137Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-05-18T05:57:49.5705061Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:57:49.6480851Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-05-18T05:57:49.6696685Z Entering 'third_party/psimd' 2022-05-18T05:57:49.7541774Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-05-18T05:57:49.7737168Z Entering 'third_party/pthreadpool' 2022-05-18T05:57:49.8486979Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-05-18T05:57:49.8669269Z Entering 'third_party/pybind11' 2022-05-18T05:57:49.9425385Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-05-18T05:57:49.9614689Z Entering 'third_party/python-enum' 2022-05-18T05:57:50.0340032Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-05-18T05:57:50.0525140Z Entering 'third_party/python-peachpy' 2022-05-18T05:57:50.1298194Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-05-18T05:57:50.1499409Z Entering 'third_party/python-six' 2022-05-18T05:57:50.2281105Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-05-18T05:57:50.2474903Z Entering 'third_party/sleef' 2022-05-18T05:57:50.3244619Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-05-18T05:57:50.3450633Z Entering 'third_party/tbb' 2022-05-18T05:57:50.4223870Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-05-18T05:57:50.4453229Z Entering 'third_party/tensorpipe' 2022-05-18T05:57:50.5222332Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-05-18T05:57:50.5408058Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:57:50.6168618Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-05-18T05:57:50.6359046Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:57:50.7140072Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-05-18T05:57:50.7341897Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:57:50.8080146Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-05-18T05:57:50.8270735Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:57:50.9009588Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-05-18T05:57:50.9199150Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:57:50.9992243Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-05-18T05:57:51.0271911Z Entering 'third_party/zstd' 2022-05-18T05:57:51.1051850Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-05-18T05:57:51.2067758Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-05-18T05:57:51.7870973Z Entering 'android/libs/fbjni' 2022-05-18T05:57:51.8573068Z Entering 'third_party/FP16' 2022-05-18T05:57:51.9295320Z Entering 'third_party/FXdiv' 2022-05-18T05:57:52.0008696Z Entering 'third_party/NNPACK' 2022-05-18T05:57:52.0706748Z Entering 'third_party/QNNPACK' 2022-05-18T05:57:52.1467729Z Entering 'third_party/XNNPACK' 2022-05-18T05:57:52.2186749Z Entering 'third_party/benchmark' 2022-05-18T05:57:52.2863080Z Entering 'third_party/cpuinfo' 2022-05-18T05:57:52.3535741Z Entering 'third_party/cub' 2022-05-18T05:57:52.4205513Z Entering 'third_party/cudnn_frontend' 2022-05-18T05:57:52.4913655Z Entering 'third_party/eigen' 2022-05-18T05:57:52.5617432Z Entering 'third_party/fbgemm' 2022-05-18T05:57:52.6309998Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T05:57:52.7029474Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T05:57:52.7756434Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T05:57:52.8487881Z Entering 'third_party/flatbuffers' 2022-05-18T05:57:52.9168766Z Entering 'third_party/fmt' 2022-05-18T05:57:52.9895347Z Entering 'third_party/foxi' 2022-05-18T05:57:53.0563345Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T05:57:53.1232107Z Entering 'third_party/gloo' 2022-05-18T05:57:53.1922610Z Entering 'third_party/googletest' 2022-05-18T05:57:53.2668106Z Entering 'third_party/ideep' 2022-05-18T05:57:53.3355301Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T05:57:53.4074623Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T05:57:53.4899037Z Entering 'third_party/ios-cmake' 2022-05-18T05:57:53.5603155Z Entering 'third_party/kineto' 2022-05-18T05:57:53.6306028Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T05:57:53.6990932Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T05:57:53.7661957Z Entering 'third_party/nccl/nccl' 2022-05-18T05:57:53.8324063Z Entering 'third_party/neon2sse' 2022-05-18T05:57:53.8970601Z Entering 'third_party/onnx' 2022-05-18T05:57:53.9651365Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T05:57:54.0373784Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T05:57:54.1121655Z Entering 'third_party/onnx-tensorrt' 2022-05-18T05:57:54.1808491Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T05:57:54.2507193Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T05:57:54.3581677Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T05:57:54.4251949Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T05:57:54.5007332Z Entering 'third_party/pocketfft' 2022-05-18T05:57:54.5672187Z Entering 'third_party/protobuf' 2022-05-18T05:57:54.6332007Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T05:57:54.7045061Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T05:57:54.7763641Z Entering 'third_party/psimd' 2022-05-18T05:57:54.8461392Z Entering 'third_party/pthreadpool' 2022-05-18T05:57:54.9151926Z Entering 'third_party/pybind11' 2022-05-18T05:57:54.9910090Z Entering 'third_party/python-enum' 2022-05-18T05:57:55.0608524Z Entering 'third_party/python-peachpy' 2022-05-18T05:57:55.1274849Z Entering 'third_party/python-six' 2022-05-18T05:57:55.1971377Z Entering 'third_party/sleef' 2022-05-18T05:57:55.2625004Z Entering 'third_party/tbb' 2022-05-18T05:57:55.3274628Z Entering 'third_party/tensorpipe' 2022-05-18T05:57:55.3902084Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T05:57:55.4568052Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T05:57:55.5227643Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T05:57:55.5928608Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T05:57:55.6595653Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T05:57:55.7615320Z Entering 'third_party/zstd' 2022-05-18T05:57:55.8460600Z ##[endgroup] 2022-05-18T05:57:55.8980908Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-05-18T05:57:55.9261046Z '3b2375291aab7b48442f2e6fb1ef66cebc761e24' 2022-05-18T05:57:56.0273191Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-05-18T05:57:56.0273701Z # Remove any artifacts from the previous checkouts 2022-05-18T05:57:56.0274004Z git clean -fxd 2022-05-18T05:57:56.1299856Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T05:57:56.1300332Z env: 2022-05-18T05:57:56.1300650Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:57:56.1300958Z ANACONDA_USER: pytorch 2022-05-18T05:57:56.1301222Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:57:56.1301518Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:57:56.1302444Z GITHUB_TOKEN: *** 2022-05-18T05:57:56.1302667Z IN_CI: 1 2022-05-18T05:57:56.1302873Z IS_GHA: 1 2022-05-18T05:57:56.1303095Z PR_LABELS: [] 2022-05-18T05:57:56.1303289Z PR_NUMBER: 2022-05-18T05:57:56.1303532Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:57:56.1303874Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:57:56.1304156Z SKIP_ALL_TESTS: 1 2022-05-18T05:57:56.1304481Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:57:56.1304880Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:57:56.1305169Z PACKAGE_TYPE: wheel 2022-05-18T05:57:56.1305410Z DESIRED_CUDA: cu113 2022-05-18T05:57:56.1305661Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:57:56.1305876Z GPU_ARCH_TYPE: cuda 2022-05-18T05:57:56.1306115Z DESIRED_PYTHON: 3.7 2022-05-18T05:57:56.1306407Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:57:56.1306755Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:57:56.1307070Z ##[endgroup] 2022-05-18T05:57:57.1739847Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T05:57:57.3369064Z Finished 2022-05-18T05:57:57.9033571Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-05-18T05:57:57.9033964Z with: 2022-05-18T05:57:57.9034174Z ref: main 2022-05-18T05:57:57.9034380Z submodules: recursive 2022-05-18T05:57:57.9034642Z repository: pytorch/builder 2022-05-18T05:57:57.9034897Z path: builder 2022-05-18T05:57:57.9035399Z token: *** 2022-05-18T05:57:57.9035799Z ssh-strict: true 2022-05-18T05:57:57.9036257Z persist-credentials: true 2022-05-18T05:57:57.9036689Z clean: true 2022-05-18T05:57:57.9037079Z fetch-depth: 1 2022-05-18T05:57:57.9037464Z lfs: false 2022-05-18T05:57:57.9037734Z env: 2022-05-18T05:57:57.9038048Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:57:57.9038379Z ANACONDA_USER: pytorch 2022-05-18T05:57:57.9038643Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:57:57.9038909Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:57:57.9039353Z GITHUB_TOKEN: *** 2022-05-18T05:57:57.9039637Z IN_CI: 1 2022-05-18T05:57:57.9039820Z IS_GHA: 1 2022-05-18T05:57:57.9040038Z PR_LABELS: [] 2022-05-18T05:57:57.9040259Z PR_NUMBER: 2022-05-18T05:57:57.9040475Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:57:57.9040768Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:57:57.9041039Z SKIP_ALL_TESTS: 1 2022-05-18T05:57:57.9041337Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:57:57.9041728Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:57:57.9042045Z PACKAGE_TYPE: wheel 2022-05-18T05:57:57.9042260Z DESIRED_CUDA: cu113 2022-05-18T05:57:57.9042502Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:57:57.9042741Z GPU_ARCH_TYPE: cuda 2022-05-18T05:57:57.9042953Z DESIRED_PYTHON: 3.7 2022-05-18T05:57:57.9043245Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:57:57.9043619Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:57:57.9043937Z ##[endgroup] 2022-05-18T05:58:02.0958679Z Syncing repository: pytorch/builder 2022-05-18T05:58:02.0959236Z ##[group]Getting Git version info 2022-05-18T05:58:02.0959618Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\builder' 2022-05-18T05:58:02.1203901Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T05:58:02.1468245Z git version 2.35.1.windows.2 2022-05-18T05:58:02.1517478Z ##[endgroup] 2022-05-18T05:58:02.1520468Z ##[group]Initializing the repository 2022-05-18T05:58:02.1530514Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\builder 2022-05-18T05:58:02.1969982Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/builder/.git/ 2022-05-18T05:58:02.2053170Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/builder 2022-05-18T05:58:02.2413306Z ##[endgroup] 2022-05-18T05:58:02.2413860Z ##[group]Disabling automatic garbage collection 2022-05-18T05:58:02.2424139Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-05-18T05:58:02.2751007Z ##[endgroup] 2022-05-18T05:58:02.2755732Z ##[group]Setting up auth 2022-05-18T05:58:02.2771606Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T05:58:02.3060587Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-05-18T05:58:02.9163611Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T05:58:02.9482085Z [command]"C:\Program Files\Git\cmd\git.exe" 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-05-18T05:58:03.5636719Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T05:58:03.5994227Z ##[endgroup] 2022-05-18T05:58:03.5994829Z ##[group]Fetching the repository 2022-05-18T05:58:03.6008146Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main*:refs/remotes/origin/main* +refs/tags/main*:refs/tags/main* 2022-05-18T05:58:03.8611156Z remote: Enumerating objects: 244, done. 2022-05-18T05:58:03.8613355Z remote: Counting objects: 0% (1/244) 2022-05-18T05:58:03.8613988Z remote: Counting objects: 1% (3/244) 2022-05-18T05:58:03.8614580Z remote: Counting objects: 2% (5/244) 2022-05-18T05:58:03.8615125Z remote: Counting objects: 3% (8/244) 2022-05-18T05:58:03.8617577Z remote: Counting objects: 4% (10/244) 2022-05-18T05:58:03.8618276Z remote: Counting objects: 5% (13/244) 2022-05-18T05:58:03.8618854Z remote: Counting objects: 6% (15/244) 2022-05-18T05:58:03.8619527Z remote: Counting objects: 7% (18/244) 2022-05-18T05:58:03.8620098Z remote: Counting objects: 8% (20/244) 2022-05-18T05:58:03.8620667Z remote: Counting objects: 9% (22/244) 2022-05-18T05:58:03.8621197Z remote: Counting objects: 10% (25/244) 2022-05-18T05:58:03.8622274Z remote: Counting objects: 11% (27/244) 2022-05-18T05:58:03.8622837Z remote: Counting objects: 12% (30/244) 2022-05-18T05:58:03.8623470Z remote: Counting objects: 13% (32/244) 2022-05-18T05:58:03.8624002Z remote: Counting objects: 14% (35/244) 2022-05-18T05:58:03.8624741Z remote: Counting objects: 15% (37/244) 2022-05-18T05:58:03.8625308Z remote: Counting objects: 16% (40/244) 2022-05-18T05:58:03.8625784Z remote: Counting objects: 17% (42/244) 2022-05-18T05:58:03.8626307Z remote: Counting objects: 18% (44/244) 2022-05-18T05:58:03.8626751Z remote: Counting objects: 19% (47/244) 2022-05-18T05:58:03.8627238Z remote: Counting objects: 20% (49/244) 2022-05-18T05:58:03.8627747Z remote: Counting objects: 21% (52/244) 2022-05-18T05:58:03.8628408Z remote: Counting objects: 22% (54/244) 2022-05-18T05:58:03.8628940Z remote: Counting objects: 23% (57/244) 2022-05-18T05:58:03.8630104Z remote: Counting objects: 24% (59/244) 2022-05-18T05:58:03.8630689Z remote: Counting objects: 25% (61/244) 2022-05-18T05:58:03.8631849Z remote: Counting objects: 26% (64/244) 2022-05-18T05:58:03.8632360Z remote: Counting objects: 27% (66/244) 2022-05-18T05:58:03.8632846Z remote: Counting objects: 28% (69/244) 2022-05-18T05:58:03.8633297Z remote: Counting objects: 29% (71/244) 2022-05-18T05:58:03.8633769Z remote: Counting objects: 30% (74/244) 2022-05-18T05:58:03.8634253Z remote: Counting objects: 31% (76/244) 2022-05-18T05:58:03.8634743Z remote: Counting objects: 32% (79/244) 2022-05-18T05:58:03.8635292Z remote: Counting objects: 33% (81/244) 2022-05-18T05:58:03.8635881Z remote: Counting objects: 34% (83/244) 2022-05-18T05:58:03.8636433Z remote: Counting objects: 35% (86/244) 2022-05-18T05:58:03.8636970Z remote: Counting objects: 36% (88/244) 2022-05-18T05:58:03.8637546Z remote: Counting objects: 37% (91/244) 2022-05-18T05:58:03.8638120Z remote: Counting objects: 38% (93/244) 2022-05-18T05:58:03.8638722Z remote: Counting objects: 39% (96/244) 2022-05-18T05:58:03.8639391Z remote: Counting objects: 40% (98/244) 2022-05-18T05:58:03.8640069Z remote: Counting objects: 41% (101/244) 2022-05-18T05:58:03.8640580Z remote: Counting objects: 42% (103/244) 2022-05-18T05:58:03.8641085Z remote: Counting objects: 43% (105/244) 2022-05-18T05:58:03.8641627Z remote: Counting objects: 44% (108/244) 2022-05-18T05:58:03.8642151Z remote: Counting objects: 45% (110/244) 2022-05-18T05:58:03.8643471Z remote: Counting objects: 46% (113/244) 2022-05-18T05:58:03.8644080Z remote: Counting objects: 47% (115/244) 2022-05-18T05:58:03.8644639Z remote: Counting objects: 48% (118/244) 2022-05-18T05:58:03.8645144Z remote: Counting objects: 49% (120/244) 2022-05-18T05:58:03.8645841Z remote: Counting objects: 50% (122/244) 2022-05-18T05:58:03.8646416Z remote: Counting objects: 51% (125/244) 2022-05-18T05:58:03.8646902Z remote: Counting objects: 52% (127/244) 2022-05-18T05:58:03.8647179Z remote: Counting objects: 53% (130/244) 2022-05-18T05:58:03.8647476Z remote: Counting objects: 54% (132/244) 2022-05-18T05:58:03.8647970Z remote: Counting objects: 55% (135/244) 2022-05-18T05:58:03.8648486Z remote: Counting objects: 56% (137/244) 2022-05-18T05:58:03.8649164Z remote: Counting objects: 57% (140/244) 2022-05-18T05:58:03.8649743Z remote: Counting objects: 58% (142/244) 2022-05-18T05:58:03.8650282Z remote: Counting objects: 59% (144/244) 2022-05-18T05:58:03.8650862Z remote: Counting objects: 60% (147/244) 2022-05-18T05:58:03.8651296Z remote: Counting objects: 61% (149/244) 2022-05-18T05:58:03.8651570Z remote: Counting objects: 62% (152/244) 2022-05-18T05:58:03.8651871Z remote: Counting objects: 63% (154/244) 2022-05-18T05:58:03.8652215Z remote: Counting objects: 64% (157/244) 2022-05-18T05:58:03.8652764Z remote: Counting objects: 65% (159/244) 2022-05-18T05:58:03.8653301Z remote: Counting objects: 66% (162/244) 2022-05-18T05:58:03.8653727Z remote: Counting objects: 67% (164/244) 2022-05-18T05:58:03.8654028Z remote: Counting objects: 68% (166/244) 2022-05-18T05:58:03.8654493Z remote: Counting objects: 69% (169/244) 2022-05-18T05:58:03.8654787Z remote: Counting objects: 70% (171/244) 2022-05-18T05:58:03.8655084Z remote: Counting objects: 71% (174/244) 2022-05-18T05:58:03.8655357Z remote: Counting objects: 72% (176/244) 2022-05-18T05:58:03.8655693Z remote: Counting objects: 73% (179/244) 2022-05-18T05:58:03.8655994Z remote: Counting objects: 74% (181/244) 2022-05-18T05:58:03.8656292Z remote: Counting objects: 75% (183/244) 2022-05-18T05:58:03.8656563Z remote: Counting objects: 76% (186/244) 2022-05-18T05:58:03.8656856Z remote: Counting objects: 77% (188/244) 2022-05-18T05:58:03.8657810Z remote: Counting objects: 78% (191/244) 2022-05-18T05:58:03.8658081Z remote: Counting objects: 79% (193/244) 2022-05-18T05:58:03.8658374Z remote: Counting objects: 80% (196/244) 2022-05-18T05:58:03.8658666Z remote: Counting objects: 81% (198/244) 2022-05-18T05:58:03.8658960Z remote: Counting objects: 82% (201/244) 2022-05-18T05:58:03.8660134Z remote: Counting objects: 83% (203/244) 2022-05-18T05:58:03.8660712Z remote: Counting objects: 84% (205/244) 2022-05-18T05:58:03.8661363Z remote: Counting objects: 85% (208/244) 2022-05-18T05:58:03.8661875Z remote: Counting objects: 86% (210/244) 2022-05-18T05:58:03.8662399Z remote: Counting objects: 87% (213/244) 2022-05-18T05:58:03.8662936Z remote: Counting objects: 88% (215/244) 2022-05-18T05:58:03.8663435Z remote: Counting objects: 89% (218/244) 2022-05-18T05:58:03.8663968Z remote: Counting objects: 90% (220/244) 2022-05-18T05:58:03.8664503Z remote: Counting objects: 91% (223/244) 2022-05-18T05:58:03.8664993Z remote: Counting objects: 92% (225/244) 2022-05-18T05:58:03.8665527Z remote: Counting objects: 93% (227/244) 2022-05-18T05:58:03.8666097Z remote: Counting objects: 94% (230/244) 2022-05-18T05:58:03.8666632Z remote: Counting objects: 95% (232/244) 2022-05-18T05:58:03.8667128Z remote: Counting objects: 96% (235/244) 2022-05-18T05:58:03.8667649Z remote: Counting objects: 97% (237/244) 2022-05-18T05:58:03.8668377Z remote: Counting objects: 98% (240/244) 2022-05-18T05:58:03.8669100Z remote: Counting objects: 99% (242/244) 2022-05-18T05:58:03.8669713Z remote: Counting objects: 100% (244/244) 2022-05-18T05:58:03.8670260Z remote: Counting objects: 100% (244/244), done. 2022-05-18T05:58:03.8670813Z remote: Compressing objects: 0% (1/229) 2022-05-18T05:58:03.8671375Z remote: Compressing objects: 1% (3/229) 2022-05-18T05:58:03.8671939Z remote: Compressing objects: 2% (5/229) 2022-05-18T05:58:03.8672459Z remote: Compressing objects: 3% (7/229) 2022-05-18T05:58:03.8673019Z remote: Compressing objects: 4% (10/229) 2022-05-18T05:58:03.8673577Z remote: Compressing objects: 5% (12/229) 2022-05-18T05:58:03.8674129Z remote: Compressing objects: 6% (14/229) 2022-05-18T05:58:03.8674650Z remote: Compressing objects: 7% (17/229) 2022-05-18T05:58:03.8675212Z remote: Compressing objects: 8% (19/229) 2022-05-18T05:58:03.8675774Z remote: Compressing objects: 9% (21/229) 2022-05-18T05:58:03.8676297Z remote: Compressing objects: 10% (23/229) 2022-05-18T05:58:03.8676854Z remote: Compressing objects: 11% (26/229) 2022-05-18T05:58:03.8677410Z remote: Compressing objects: 12% (28/229) 2022-05-18T05:58:03.8678256Z remote: Compressing objects: 13% (30/229) 2022-05-18T05:58:03.8678932Z remote: Compressing objects: 14% (33/229) 2022-05-18T05:58:03.8679574Z remote: Compressing objects: 15% (35/229) 2022-05-18T05:58:03.8680036Z remote: Compressing objects: 16% (37/229) 2022-05-18T05:58:03.8680329Z remote: Compressing objects: 17% (39/229) 2022-05-18T05:58:03.8680648Z remote: Compressing objects: 18% (42/229) 2022-05-18T05:58:03.8681047Z remote: Compressing objects: 19% (44/229) 2022-05-18T05:58:03.8681588Z remote: Compressing objects: 20% (46/229) 2022-05-18T05:58:03.8682205Z remote: Compressing objects: 21% (49/229) 2022-05-18T05:58:03.8682829Z remote: Compressing objects: 22% (51/229) 2022-05-18T05:58:03.8683425Z remote: Compressing objects: 23% (53/229) 2022-05-18T05:58:03.8683991Z remote: Compressing objects: 24% (55/229) 2022-05-18T05:58:03.8684452Z remote: Compressing objects: 25% (58/229) 2022-05-18T05:58:03.8684771Z remote: Compressing objects: 26% (60/229) 2022-05-18T05:58:03.8685949Z remote: Compressing objects: 27% (62/229) 2022-05-18T05:58:03.8686280Z remote: Compressing objects: 28% (65/229) 2022-05-18T05:58:03.8686566Z remote: Compressing objects: 29% (67/229) 2022-05-18T05:58:03.8686922Z remote: Compressing objects: 30% (69/229) 2022-05-18T05:58:03.8687407Z remote: Compressing objects: 31% (71/229) 2022-05-18T05:58:03.8687695Z remote: Compressing objects: 32% (74/229) 2022-05-18T05:58:03.8688014Z remote: Compressing objects: 33% (76/229) 2022-05-18T05:58:03.8688323Z remote: Compressing objects: 34% (78/229) 2022-05-18T05:58:03.8688602Z remote: Compressing objects: 35% (81/229) 2022-05-18T05:58:03.8688918Z remote: Compressing objects: 36% (83/229) 2022-05-18T05:58:03.8690569Z remote: Compressing objects: 37% (85/229) 2022-05-18T05:58:03.8690988Z remote: Compressing objects: 38% (88/229) 2022-05-18T05:58:03.8691548Z remote: Compressing objects: 39% (90/229) 2022-05-18T05:58:03.8691945Z remote: Compressing objects: 40% (92/229) 2022-05-18T05:58:03.8692258Z remote: Compressing objects: 41% (94/229) 2022-05-18T05:58:03.8694502Z remote: Compressing objects: 42% (97/229) 2022-05-18T05:58:03.8694802Z remote: Compressing objects: 43% (99/229) 2022-05-18T05:58:03.8698089Z remote: Compressing objects: 44% (101/229) 2022-05-18T05:58:03.8706725Z remote: Compressing objects: 45% (104/229) 2022-05-18T05:58:03.8710611Z remote: Compressing objects: 46% (106/229) 2022-05-18T05:58:03.8713918Z remote: Compressing objects: 47% (108/229) 2022-05-18T05:58:03.8716246Z remote: Compressing objects: 48% (110/229) 2022-05-18T05:58:03.8719821Z remote: Compressing objects: 49% (113/229) 2022-05-18T05:58:03.8721214Z remote: Compressing objects: 50% (115/229) 2022-05-18T05:58:03.8722483Z remote: Compressing objects: 51% (117/229) 2022-05-18T05:58:03.8725749Z remote: Compressing objects: 52% (120/229) 2022-05-18T05:58:03.8726486Z remote: Compressing objects: 53% (122/229) 2022-05-18T05:58:03.8731187Z remote: Compressing objects: 54% (124/229) 2022-05-18T05:58:03.8734578Z remote: Compressing objects: 55% (126/229) 2022-05-18T05:58:03.8735150Z remote: Compressing objects: 56% (129/229) 2022-05-18T05:58:03.8737657Z remote: Compressing objects: 57% (131/229) 2022-05-18T05:58:03.8740888Z remote: Compressing objects: 58% (133/229) 2022-05-18T05:58:03.8746465Z remote: Compressing objects: 59% (136/229) 2022-05-18T05:58:03.8746901Z remote: Compressing objects: 60% (138/229) 2022-05-18T05:58:03.8757134Z remote: Compressing objects: 61% (140/229) 2022-05-18T05:58:03.8757843Z remote: Compressing objects: 62% (142/229) 2022-05-18T05:58:03.8762918Z remote: Compressing objects: 63% (145/229) 2022-05-18T05:58:03.8770795Z remote: Compressing objects: 64% (147/229) 2022-05-18T05:58:03.8771378Z remote: Compressing objects: 65% (149/229) 2022-05-18T05:58:03.8771946Z remote: Compressing objects: 66% (152/229) 2022-05-18T05:58:03.8772511Z remote: Compressing objects: 67% (154/229) 2022-05-18T05:58:03.8777522Z remote: Compressing objects: 68% (156/229) 2022-05-18T05:58:03.8778102Z remote: Compressing objects: 69% (159/229) 2022-05-18T05:58:03.8778613Z remote: Compressing objects: 70% (161/229) 2022-05-18T05:58:03.8779956Z remote: Compressing objects: 71% (163/229) 2022-05-18T05:58:03.8780616Z remote: Compressing objects: 72% (165/229) 2022-05-18T05:58:03.8781193Z remote: Compressing objects: 73% (168/229) 2022-05-18T05:58:03.8781869Z remote: Compressing objects: 74% (170/229) 2022-05-18T05:58:03.8782271Z remote: Compressing objects: 75% (172/229) 2022-05-18T05:58:03.8782766Z remote: Compressing objects: 76% (175/229) 2022-05-18T05:58:03.8783437Z remote: Compressing objects: 77% (177/229) 2022-05-18T05:58:03.8783755Z remote: Compressing objects: 78% (179/229) 2022-05-18T05:58:03.8784152Z remote: Compressing objects: 79% (181/229) 2022-05-18T05:58:03.8785959Z remote: Compressing objects: 80% (184/229) 2022-05-18T05:58:03.8787609Z remote: Compressing objects: 81% (186/229) 2022-05-18T05:58:03.8788001Z remote: Compressing objects: 82% (188/229) 2022-05-18T05:58:03.8788331Z remote: Compressing objects: 83% (191/229) 2022-05-18T05:58:03.8796200Z remote: Compressing objects: 84% (193/229) 2022-05-18T05:58:03.8801466Z remote: Compressing objects: 85% (195/229) 2022-05-18T05:58:03.8802113Z remote: Compressing objects: 86% (197/229) 2022-05-18T05:58:03.8802679Z remote: Compressing objects: 87% (200/229) 2022-05-18T05:58:03.8803217Z remote: Compressing objects: 88% (202/229) 2022-05-18T05:58:03.8803528Z remote: Compressing objects: 89% (204/229) 2022-05-18T05:58:03.8803855Z remote: Compressing objects: 90% (207/229) 2022-05-18T05:58:03.8804172Z remote: Compressing objects: 91% (209/229) 2022-05-18T05:58:03.8804483Z remote: Compressing objects: 92% (211/229) 2022-05-18T05:58:03.8804767Z remote: Compressing objects: 93% (213/229) 2022-05-18T05:58:03.8805079Z remote: Compressing objects: 94% (216/229) 2022-05-18T05:58:03.8805389Z remote: Compressing objects: 95% (218/229) 2022-05-18T05:58:03.8806592Z remote: Compressing objects: 96% (220/229) 2022-05-18T05:58:03.8807124Z remote: Compressing objects: 97% (223/229) 2022-05-18T05:58:03.8807446Z remote: Compressing objects: 98% (225/229) 2022-05-18T05:58:03.8807733Z remote: Compressing objects: 99% (227/229) 2022-05-18T05:58:03.8808044Z remote: Compressing objects: 100% (229/229) 2022-05-18T05:58:03.8808374Z remote: Compressing objects: 100% (229/229), done. 2022-05-18T05:58:03.9026637Z Receiving objects: 0% (1/244) 2022-05-18T05:58:03.9027155Z Receiving objects: 1% (3/244) 2022-05-18T05:58:04.2179916Z Receiving objects: 2% (5/244) 2022-05-18T05:58:04.2180861Z Receiving objects: 3% (8/244) 2022-05-18T05:58:04.2181266Z Receiving objects: 4% (10/244) 2022-05-18T05:58:04.2181632Z Receiving objects: 5% (13/244) 2022-05-18T05:58:04.2184003Z Receiving objects: 6% (15/244) 2022-05-18T05:58:04.2186413Z Receiving objects: 7% (18/244) 2022-05-18T05:58:04.2188051Z Receiving objects: 8% (20/244) 2022-05-18T05:58:04.2192563Z Receiving objects: 9% (22/244) 2022-05-18T05:58:04.2194478Z Receiving objects: 10% (25/244) 2022-05-18T05:58:04.2199910Z Receiving objects: 11% (27/244) 2022-05-18T05:58:04.2204514Z Receiving objects: 12% (30/244) 2022-05-18T05:58:04.2207802Z Receiving objects: 13% (32/244) 2022-05-18T05:58:04.2210168Z Receiving objects: 14% (35/244) 2022-05-18T05:58:04.2210997Z Receiving objects: 15% (37/244) 2022-05-18T05:58:04.2212838Z Receiving objects: 16% (40/244) 2022-05-18T05:58:04.2213447Z Receiving objects: 17% (42/244) 2022-05-18T05:58:04.2215130Z Receiving objects: 18% (44/244) 2022-05-18T05:58:04.2215683Z Receiving objects: 19% (47/244) 2022-05-18T05:58:04.2217461Z Receiving objects: 20% (49/244) 2022-05-18T05:58:04.2219486Z Receiving objects: 21% (52/244) 2022-05-18T05:58:04.2220322Z Receiving objects: 22% (54/244) 2022-05-18T05:58:04.2223288Z Receiving objects: 23% (57/244) 2022-05-18T05:58:04.2225169Z Receiving objects: 24% (59/244) 2022-05-18T05:58:04.2225807Z Receiving objects: 25% (61/244) 2022-05-18T05:58:04.2226811Z Receiving objects: 26% (64/244) 2022-05-18T05:58:04.2227144Z Receiving objects: 27% (66/244) 2022-05-18T05:58:04.2227623Z Receiving objects: 28% (69/244) 2022-05-18T05:58:04.2227977Z Receiving objects: 29% (71/244) 2022-05-18T05:58:04.2230200Z Receiving objects: 30% (74/244) 2022-05-18T05:58:04.2231154Z Receiving objects: 31% (76/244) 2022-05-18T05:58:04.2232921Z Receiving objects: 32% (79/244) 2022-05-18T05:58:04.2233671Z Receiving objects: 33% (81/244) 2022-05-18T05:58:04.2234277Z Receiving objects: 34% (83/244) 2022-05-18T05:58:04.2235258Z Receiving objects: 35% (86/244) 2022-05-18T05:58:04.2235849Z Receiving objects: 36% (88/244) 2022-05-18T05:58:04.2236799Z Receiving objects: 37% (91/244) 2022-05-18T05:58:04.2237125Z Receiving objects: 38% (93/244) 2022-05-18T05:58:04.2239985Z Receiving objects: 39% (96/244) 2022-05-18T05:58:04.2240866Z Receiving objects: 40% (98/244) 2022-05-18T05:58:04.2242413Z Receiving objects: 41% (101/244) 2022-05-18T05:58:04.2244173Z Receiving objects: 42% (103/244) 2022-05-18T05:58:04.2245926Z Receiving objects: 43% (105/244) 2022-05-18T05:58:04.2246478Z Receiving objects: 44% (108/244) 2022-05-18T05:58:04.2247417Z Receiving objects: 45% (110/244) 2022-05-18T05:58:04.2248447Z Receiving objects: 46% (113/244) 2022-05-18T05:58:04.2254261Z Receiving objects: 47% (115/244) 2022-05-18T05:58:04.2254897Z Receiving objects: 48% (118/244) 2022-05-18T05:58:04.2255912Z Receiving objects: 49% (120/244) 2022-05-18T05:58:04.2256609Z Receiving objects: 50% (122/244) 2022-05-18T05:58:04.2257310Z Receiving objects: 51% (125/244) 2022-05-18T05:58:04.2258318Z Receiving objects: 52% (127/244) 2022-05-18T05:58:04.2258754Z Receiving objects: 53% (130/244) 2022-05-18T05:58:04.2259576Z Receiving objects: 54% (132/244) 2022-05-18T05:58:04.2260426Z Receiving objects: 55% (135/244) 2022-05-18T05:58:04.2262227Z Receiving objects: 56% (137/244) 2022-05-18T05:58:04.2262901Z Receiving objects: 57% (140/244) 2022-05-18T05:58:04.2264873Z Receiving objects: 58% (142/244) 2022-05-18T05:58:04.2266462Z Receiving objects: 59% (144/244) 2022-05-18T05:58:04.2270174Z Receiving objects: 60% (147/244) 2022-05-18T05:58:04.2274666Z Receiving objects: 61% (149/244) 2022-05-18T05:58:04.2275744Z Receiving objects: 62% (152/244) 2022-05-18T05:58:04.2277539Z Receiving objects: 63% (154/244) 2022-05-18T05:58:04.2278133Z Receiving objects: 64% (157/244) 2022-05-18T05:58:04.2279233Z Receiving objects: 65% (159/244) 2022-05-18T05:58:04.2279778Z Receiving objects: 66% (162/244) 2022-05-18T05:58:04.2281493Z Receiving objects: 67% (164/244) 2022-05-18T05:58:04.2286670Z Receiving objects: 68% (166/244) 2022-05-18T05:58:04.2287330Z Receiving objects: 69% (169/244) 2022-05-18T05:58:04.2287709Z Receiving objects: 70% (171/244) 2022-05-18T05:58:04.2290426Z Receiving objects: 71% (174/244) 2022-05-18T05:58:04.2292729Z Receiving objects: 72% (176/244) 2022-05-18T05:58:04.2293675Z Receiving objects: 73% (179/244) 2022-05-18T05:58:04.2294008Z Receiving objects: 74% (181/244) 2022-05-18T05:58:04.2294684Z Receiving objects: 75% (183/244) 2022-05-18T05:58:04.2295170Z Receiving objects: 76% (186/244) 2022-05-18T05:58:04.2296935Z Receiving objects: 77% (188/244) 2022-05-18T05:58:04.2298240Z Receiving objects: 78% (191/244) 2022-05-18T05:58:04.2300146Z Receiving objects: 79% (193/244) 2022-05-18T05:58:04.2301100Z Receiving objects: 80% (196/244) 2022-05-18T05:58:04.2302668Z Receiving objects: 81% (198/244) 2022-05-18T05:58:04.2303014Z Receiving objects: 82% (201/244) 2022-05-18T05:58:04.2303484Z Receiving objects: 83% (203/244) 2022-05-18T05:58:04.2304356Z Receiving objects: 84% (205/244) 2022-05-18T05:58:04.2305508Z Receiving objects: 85% (208/244) 2022-05-18T05:58:04.2306521Z Receiving objects: 86% (210/244) 2022-05-18T05:58:04.2307339Z Receiving objects: 87% (213/244) 2022-05-18T05:58:04.2309985Z Receiving objects: 88% (215/244) 2022-05-18T05:58:04.2311924Z Receiving objects: 89% (218/244) 2022-05-18T05:58:04.2314159Z Receiving objects: 90% (220/244) 2022-05-18T05:58:04.2315036Z remote: Total 244 (delta 16), reused 125 (delta 2), pack-reused 0 2022-05-18T05:58:04.2315492Z Receiving objects: 91% (223/244) 2022-05-18T05:58:04.2315883Z Receiving objects: 92% (225/244) 2022-05-18T05:58:04.2317170Z Receiving objects: 93% (227/244) 2022-05-18T05:58:04.2318349Z Receiving objects: 94% (230/244) 2022-05-18T05:58:04.2319808Z Receiving objects: 95% (232/244) 2022-05-18T05:58:04.2320681Z Receiving objects: 96% (235/244) 2022-05-18T05:58:04.2320991Z Receiving objects: 97% (237/244) 2022-05-18T05:58:04.2321628Z Receiving objects: 98% (240/244) 2022-05-18T05:58:04.2323513Z Receiving objects: 99% (242/244) 2022-05-18T05:58:04.2325161Z Receiving objects: 100% (244/244) 2022-05-18T05:58:04.2325479Z Receiving objects: 100% (244/244), 192.89 KiB | 584.00 KiB/s, done. 2022-05-18T05:58:04.2333689Z Resolving deltas: 0% (0/16) 2022-05-18T05:58:04.2334910Z Resolving deltas: 6% (1/16) 2022-05-18T05:58:04.2335428Z Resolving deltas: 12% (2/16) 2022-05-18T05:58:04.2335888Z Resolving deltas: 18% (3/16) 2022-05-18T05:58:04.2336384Z Resolving deltas: 25% (4/16) 2022-05-18T05:58:04.2337304Z Resolving deltas: 31% (5/16) 2022-05-18T05:58:04.2338751Z Resolving deltas: 37% (6/16) 2022-05-18T05:58:04.2339238Z Resolving deltas: 50% (8/16) 2022-05-18T05:58:04.2339688Z Resolving deltas: 56% (9/16) 2022-05-18T05:58:04.2340148Z Resolving deltas: 62% (10/16) 2022-05-18T05:58:04.2340589Z Resolving deltas: 68% (11/16) 2022-05-18T05:58:04.2340925Z Resolving deltas: 75% (12/16) 2022-05-18T05:58:04.2341276Z Resolving deltas: 81% (13/16) 2022-05-18T05:58:04.2341505Z Resolving deltas: 87% (14/16) 2022-05-18T05:58:04.2341749Z Resolving deltas: 93% (15/16) 2022-05-18T05:58:04.2344636Z Resolving deltas: 100% (16/16) 2022-05-18T05:58:04.2345125Z Resolving deltas: 100% (16/16), done. 2022-05-18T05:58:04.2768945Z From https://github.com/pytorch/builder 2022-05-18T05:58:04.2769572Z * [new branch] main -> origin/main 2022-05-18T05:58:04.2956987Z ##[endgroup] 2022-05-18T05:58:04.2957537Z ##[group]Determining the checkout info 2022-05-18T05:58:04.2970077Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2022-05-18T05:58:04.3225472Z origin/main 2022-05-18T05:58:04.3262612Z ##[endgroup] 2022-05-18T05:58:04.3263146Z ##[group]Checking out the ref 2022-05-18T05:58:04.3273113Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2022-05-18T05:58:04.5480855Z branch 'main' set up to track 'origin/main'. 2022-05-18T05:58:04.5482010Z Switched to a new branch 'main' 2022-05-18T05:58:04.5531660Z ##[endgroup] 2022-05-18T05:58:04.5532153Z ##[group]Setting up auth for fetching submodules 2022-05-18T05:58:04.5551423Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\13a768e8-ac57-4073-9ac7-08ff567696e2' before making global git config changes 2022-05-18T05:58:04.5561478Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-05-18T05:58:04.5878433Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T05:58:04.6165344Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-05-18T05:58:04.6448502Z ##[endgroup] 2022-05-18T05:58:04.6448966Z ##[group]Fetching submodules 2022-05-18T05:58:04.6458615Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-05-18T05:58:05.2527787Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-05-18T05:58:05.9626315Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-05-18T05:58:06.5309866Z ##[endgroup] 2022-05-18T05:58:06.5310391Z ##[group]Persisting credentials for submodules 2022-05-18T05:58:06.5322963Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-05-18T05:58:07.1104743Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-05-18T05:58:07.6910437Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-05-18T05:58:08.2606389Z ##[endgroup] 2022-05-18T05:58:08.3077407Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-05-18T05:58:08.3335002Z '3e79f25f5769082a73f59d4a39d77f39a7244480' 2022-05-18T05:58:08.5796428Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-05-18T05:58:08.5796892Z # Remove any artifacts from the previous checkouts 2022-05-18T05:58:08.5797182Z git clean -fxd 2022-05-18T05:58:08.5858653Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T05:58:08.5858988Z env: 2022-05-18T05:58:08.5859287Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:58:08.5859587Z ANACONDA_USER: pytorch 2022-05-18T05:58:08.5859839Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:58:08.5860133Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:58:08.5860774Z GITHUB_TOKEN: *** 2022-05-18T05:58:08.5860972Z IN_CI: 1 2022-05-18T05:58:08.5861165Z IS_GHA: 1 2022-05-18T05:58:08.5861375Z PR_LABELS: [] 2022-05-18T05:58:08.5861562Z PR_NUMBER: 2022-05-18T05:58:08.5861788Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:58:08.5862090Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:58:08.5862352Z SKIP_ALL_TESTS: 1 2022-05-18T05:58:08.5862666Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:58:08.5863053Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:58:08.5863338Z PACKAGE_TYPE: wheel 2022-05-18T05:58:08.5863568Z DESIRED_CUDA: cu113 2022-05-18T05:58:08.5863798Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:58:08.5864010Z GPU_ARCH_TYPE: cuda 2022-05-18T05:58:08.5864232Z DESIRED_PYTHON: 3.7 2022-05-18T05:58:08.5864514Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:58:08.5864862Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:58:08.5865351Z ##[endgroup] 2022-05-18T05:58:09.0529539Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T05:58:09.2083900Z Finished 2022-05-18T05:58:09.3025883Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-05-18T05:58:09.3026351Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-05-18T05:58:09.3062011Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T05:58:09.3062336Z env: 2022-05-18T05:58:09.3062616Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:58:09.3062936Z ANACONDA_USER: pytorch 2022-05-18T05:58:09.3063182Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:58:09.3063461Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:58:09.3063970Z GITHUB_TOKEN: *** 2022-05-18T05:58:09.3064196Z IN_CI: 1 2022-05-18T05:58:09.3064387Z IS_GHA: 1 2022-05-18T05:58:09.3064570Z PR_LABELS: [] 2022-05-18T05:58:09.3064774Z PR_NUMBER: 2022-05-18T05:58:09.3064995Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:58:09.3065252Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:58:09.3065536Z SKIP_ALL_TESTS: 1 2022-05-18T05:58:09.3065844Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:58:09.3066224Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:58:09.3066566Z PACKAGE_TYPE: wheel 2022-05-18T05:58:09.3066774Z DESIRED_CUDA: cu113 2022-05-18T05:58:09.3067000Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:58:09.3067228Z GPU_ARCH_TYPE: cuda 2022-05-18T05:58:09.3067430Z DESIRED_PYTHON: 3.7 2022-05-18T05:58:09.3067704Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:58:09.3068062Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:58:09.3068341Z ##[endgroup] 2022-05-18T05:58:09.3819368Z + export TZ=UTC 2022-05-18T05:58:09.3819640Z + TZ=UTC 2022-05-18T05:58:09.3822386Z + [[ -z 1 ]] 2022-05-18T05:58:09.3822679Z + envfile='C:\actions-runner\_work\_temp/env' 2022-05-18T05:58:09.3823020Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2022-05-18T05:58:09.3921413Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2022-05-18T05:58:09.4309871Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2022-05-18T05:58:09.4310447Z + [[ wheel == \l\i\b\t\o\r\c\h ]] 2022-05-18T05:58:09.4311006Z + export DOCKER_IMAGE= 2022-05-18T05:58:09.4311419Z + DOCKER_IMAGE= 2022-05-18T05:58:09.4312019Z + [[ -z '' ]] 2022-05-18T05:58:09.4312731Z + [[ wheel == conda ]] 2022-05-18T05:58:09.4313181Z + [[ cu113 == cpu ]] 2022-05-18T05:58:09.4313715Z + export DOCKER_IMAGE=pytorch/manylinux-cuda113 2022-05-18T05:58:09.4314298Z + DOCKER_IMAGE=pytorch/manylinux-cuda113 2022-05-18T05:58:09.4314797Z + USE_GOLD_LINKER=OFF 2022-05-18T05:58:09.4315189Z + [[ cu113 == \c\p\u ]] 2022-05-18T05:58:09.4315607Z + PIP_UPLOAD_FOLDER=nightly/ 2022-05-18T05:58:09.4405180Z ++ date -u +%Y%m%d 2022-05-18T05:58:09.4765466Z + export DATE=20220518 2022-05-18T05:58:09.4765871Z + DATE=20220518 2022-05-18T05:58:09.4766146Z + BASE_BUILD_VERSION=1.12.0.dev20220518 2022-05-18T05:58:09.4766663Z + tagged_version 2022-05-18T05:58:09.4767943Z + [[ msys == \m\s\y\s ]] 2022-05-18T05:58:09.4768309Z + [[ -z 1 ]] 2022-05-18T05:58:09.4768842Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2022-05-18T05:58:09.4769492Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2022-05-18T05:58:09.4769877Z + [[ -n '' ]] 2022-05-18T05:58:09.4770161Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2022-05-18T05:58:09.4774722Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2022-05-18T05:58:09.5166964Z fatal: No names found, cannot describe anything. 2022-05-18T05:58:09.5211574Z + return 1 2022-05-18T05:58:09.5314740Z ++ uname 2022-05-18T05:58:09.5534092Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2022-05-18T05:58:09.5534455Z + [[ wheel == conda ]] 2022-05-18T05:58:09.5536646Z + export PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cu113 2022-05-18T05:58:09.5537265Z + PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cu113 2022-05-18T05:58:09.5537646Z + export PYTORCH_BUILD_NUMBER=1 2022-05-18T05:58:09.5537888Z + PYTORCH_BUILD_NUMBER=1 2022-05-18T05:58:09.5538114Z + JAVA_HOME= 2022-05-18T05:58:09.5538319Z + BUILD_JNI=OFF 2022-05-18T05:58:09.5538520Z + [[ wheel == libtorch ]] 2022-05-18T05:58:09.5538729Z + cat 2022-05-18T05:58:09.5799917Z ++ uname -a 2022-05-18T05:58:09.6160723Z ++ date 2022-05-18T05:58:09.6931013Z ++ uname 2022-05-18T05:58:09.7147244Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2022-05-18T05:58:09.7147709Z + MEMORY_LIMIT_MAX_JOBS=18 2022-05-18T05:58:09.7247970Z ++ nproc 2022-05-18T05:58:09.8151854Z + NUM_CPUS=6 2022-05-18T05:58:09.8152389Z + export MAX_JOBS=6 2022-05-18T05:58:09.8152795Z + MAX_JOBS=6 2022-05-18T05:58:09.8153141Z + cat 2022-05-18T05:58:09.8423569Z + [[ -z 1 ]] 2022-05-18T05:58:09.8424051Z + echo 'retry () {' 2022-05-18T05:58:09.8429292Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2022-05-18T05:58:09.8433336Z + echo '}' 2022-05-18T05:58:09.8437397Z + echo 'export -f retry' 2022-05-18T05:58:09.8441295Z + cat 'C:\actions-runner\_work\_temp/env' 2022-05-18T05:58:09.8629518Z # =================== The following code will be executed inside Docker container =================== 2022-05-18T05:58:09.8630225Z export TZ=UTC 2022-05-18T05:58:09.8631585Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys at Wed May 18 05:58:09 GMT 2022" 2022-05-18T05:58:09.8632228Z 2022-05-18T05:58:09.8632966Z export PACKAGE_TYPE="wheel" 2022-05-18T05:58:09.8633549Z export DESIRED_PYTHON="3.7" 2022-05-18T05:58:09.8634822Z export DESIRED_CUDA="cu113" 2022-05-18T05:58:09.8635314Z export LIBTORCH_VARIANT="" 2022-05-18T05:58:09.8635758Z export BUILD_PYTHONLESS="" 2022-05-18T05:58:09.8636222Z if [[ "msys" == "msys" ]]; then 2022-05-18T05:58:09.8636668Z export LIBTORCH_CONFIG="" 2022-05-18T05:58:09.8637119Z if [[ "" == 'debug' ]]; then 2022-05-18T05:58:09.8637539Z export DEBUG=1 2022-05-18T05:58:09.8637898Z fi 2022-05-18T05:58:09.8638283Z export DESIRED_DEVTOOLSET="" 2022-05-18T05:58:09.8638681Z else 2022-05-18T05:58:09.8639087Z export DESIRED_DEVTOOLSET="" 2022-05-18T05:58:09.8639469Z fi 2022-05-18T05:58:09.8639684Z 2022-05-18T05:58:09.8639861Z export DATE="20220518" 2022-05-18T05:58:09.8640353Z export NIGHTLIES_DATE_PREAMBLE=1.12.0.dev 2022-05-18T05:58:09.8640920Z export PYTORCH_BUILD_VERSION="1.12.0.dev20220518+cu113" 2022-05-18T05:58:09.8641468Z export PYTORCH_BUILD_NUMBER="1" 2022-05-18T05:58:09.8642030Z export OVERRIDE_PACKAGE_VERSION="1.12.0.dev20220518+cu113" 2022-05-18T05:58:09.8642409Z 2022-05-18T05:58:09.8642642Z # TODO: We don't need this anymore IIUC 2022-05-18T05:58:09.8643146Z export TORCH_PACKAGE_NAME='torch' 2022-05-18T05:58:09.8643704Z export TORCH_CONDA_BUILD_FOLDER='pytorch-nightly' 2022-05-18T05:58:09.8644315Z export ANACONDA_USER='pytorch' 2022-05-18T05:58:09.8644598Z 2022-05-18T05:58:09.8644788Z export USE_FBGEMM=1 2022-05-18T05:58:09.8645195Z export JAVA_HOME= 2022-05-18T05:58:09.8645590Z export BUILD_JNI=OFF 2022-05-18T05:58:09.8646056Z export PIP_UPLOAD_FOLDER="nightly/" 2022-05-18T05:58:09.8646635Z export DOCKER_IMAGE="pytorch/manylinux-cuda113" 2022-05-18T05:58:09.8646999Z 2022-05-18T05:58:09.8647009Z 2022-05-18T05:58:09.8647212Z export USE_GOLD_LINKER="OFF" 2022-05-18T05:58:09.8647671Z export USE_GLOO_WITH_OPENSSL="ON" 2022-05-18T05:58:09.8648356Z # =================== The above code will be executed inside Docker container =================== 2022-05-18T05:58:09.8648961Z export MAX_JOBS="6" 2022-05-18T05:58:09.8649371Z retry () { 2022-05-18T05:58:09.8649884Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-05-18T05:58:09.8650343Z } 2022-05-18T05:58:09.8650708Z export -f retry 2022-05-18T05:58:09.9000723Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-05-18T05:58:09.9001199Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-05-18T05:58:09.9033860Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-05-18T05:58:09.9034189Z env: 2022-05-18T05:58:09.9034486Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T05:58:09.9034804Z ANACONDA_USER: pytorch 2022-05-18T05:58:09.9035032Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T05:58:09.9035315Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T05:58:09.9036087Z GITHUB_TOKEN: *** 2022-05-18T05:58:09.9036295Z IN_CI: 1 2022-05-18T05:58:09.9036490Z IS_GHA: 1 2022-05-18T05:58:09.9036691Z PR_LABELS: [] 2022-05-18T05:58:09.9036888Z PR_NUMBER: 2022-05-18T05:58:09.9037111Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T05:58:09.9037387Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T05:58:09.9037672Z SKIP_ALL_TESTS: 1 2022-05-18T05:58:09.9037981Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T05:58:09.9038337Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T05:58:09.9038625Z PACKAGE_TYPE: wheel 2022-05-18T05:58:09.9038851Z DESIRED_CUDA: cu113 2022-05-18T05:58:09.9039058Z GPU_ARCH_VERSION: 11.3 2022-05-18T05:58:09.9039284Z GPU_ARCH_TYPE: cuda 2022-05-18T05:58:09.9039503Z DESIRED_PYTHON: 3.7 2022-05-18T05:58:09.9039761Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T05:58:09.9040117Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T05:58:09.9040412Z ##[endgroup] 2022-05-18T05:58:09.9630227Z + source 'C:\actions-runner\_work\_temp/env' 2022-05-18T05:58:09.9632413Z ++ export TZ=UTC 2022-05-18T05:58:09.9632886Z ++ TZ=UTC 2022-05-18T05:58:09.9633574Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys at Wed May 18 05:58:09 GMT 2022' 2022-05-18T05:58:09.9634090Z Running on MSYS_NT-10.0-17763 EC2AMAZ-F8QDB6S 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys at Wed May 18 05:58:09 GMT 2022 2022-05-18T05:58:09.9634562Z ++ export PACKAGE_TYPE=wheel 2022-05-18T05:58:09.9634793Z ++ PACKAGE_TYPE=wheel 2022-05-18T05:58:09.9635040Z ++ export DESIRED_PYTHON=3.7 2022-05-18T05:58:09.9635285Z ++ DESIRED_PYTHON=3.7 2022-05-18T05:58:09.9635811Z ++ export DESIRED_CUDA=cu113 2022-05-18T05:58:09.9636211Z ++ DESIRED_CUDA=cu113 2022-05-18T05:58:09.9636626Z ++ export LIBTORCH_VARIANT= 2022-05-18T05:58:09.9636997Z ++ LIBTORCH_VARIANT= 2022-05-18T05:58:09.9637428Z ++ export BUILD_PYTHONLESS= 2022-05-18T05:58:09.9637849Z ++ BUILD_PYTHONLESS= 2022-05-18T05:58:09.9638313Z ++ [[ msys == \m\s\y\s ]] 2022-05-18T05:58:09.9638716Z ++ export LIBTORCH_CONFIG= 2022-05-18T05:58:09.9639134Z ++ LIBTORCH_CONFIG= 2022-05-18T05:58:09.9639465Z ++ [[ '' == \d\e\b\u\g ]] 2022-05-18T05:58:09.9639863Z ++ export DESIRED_DEVTOOLSET= 2022-05-18T05:58:09.9640326Z ++ DESIRED_DEVTOOLSET= 2022-05-18T05:58:09.9640781Z ++ export DATE=20220518 2022-05-18T05:58:09.9641159Z ++ DATE=20220518 2022-05-18T05:58:09.9641636Z ++ export NIGHTLIES_DATE_PREAMBLE=1.12.0.dev 2022-05-18T05:58:09.9642137Z ++ NIGHTLIES_DATE_PREAMBLE=1.12.0.dev 2022-05-18T05:58:09.9642503Z ++ export PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cu113 2022-05-18T05:58:09.9643023Z ++ PYTORCH_BUILD_VERSION=1.12.0.dev20220518+cu113 2022-05-18T05:58:09.9643479Z ++ export PYTORCH_BUILD_NUMBER=1 2022-05-18T05:58:09.9643853Z ++ PYTORCH_BUILD_NUMBER=1 2022-05-18T05:58:09.9644246Z ++ export OVERRIDE_PACKAGE_VERSION=1.12.0.dev20220518+cu113 2022-05-18T05:58:09.9644846Z ++ OVERRIDE_PACKAGE_VERSION=1.12.0.dev20220518+cu113 2022-05-18T05:58:09.9645323Z ++ export TORCH_PACKAGE_NAME=torch 2022-05-18T05:58:09.9645701Z ++ TORCH_PACKAGE_NAME=torch 2022-05-18T05:58:09.9646211Z ++ export TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-05-18T05:58:09.9646826Z ++ TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-05-18T05:58:09.9648713Z ++ export ANACONDA_USER=pytorch 2022-05-18T05:58:09.9649214Z ++ ANACONDA_USER=pytorch 2022-05-18T05:58:09.9649660Z ++ export USE_FBGEMM=1 2022-05-18T05:58:09.9650019Z ++ USE_FBGEMM=1 2022-05-18T05:58:09.9650235Z ++ export JAVA_HOME= 2022-05-18T05:58:09.9650443Z ++ JAVA_HOME= 2022-05-18T05:58:09.9650639Z ++ export BUILD_JNI=OFF 2022-05-18T05:58:09.9650877Z ++ BUILD_JNI=OFF 2022-05-18T05:58:09.9651119Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2022-05-18T05:58:09.9651372Z ++ PIP_UPLOAD_FOLDER=nightly/ 2022-05-18T05:58:09.9651674Z ++ export DOCKER_IMAGE=pytorch/manylinux-cuda113 2022-05-18T05:58:09.9651986Z ++ DOCKER_IMAGE=pytorch/manylinux-cuda113 2022-05-18T05:58:09.9652257Z ++ export USE_GOLD_LINKER=OFF 2022-05-18T05:58:09.9652473Z ++ USE_GOLD_LINKER=OFF 2022-05-18T05:58:09.9652716Z ++ export USE_GLOO_WITH_OPENSSL=ON 2022-05-18T05:58:09.9652976Z ++ USE_GLOO_WITH_OPENSSL=ON 2022-05-18T05:58:09.9653188Z ++ export MAX_JOBS=6 2022-05-18T05:58:09.9653397Z ++ MAX_JOBS=6 2022-05-18T05:58:09.9653605Z ++ export -f retry 2022-05-18T05:58:09.9653817Z + export CUDA_VERSION=113 2022-05-18T05:58:09.9654041Z + CUDA_VERSION=113 2022-05-18T05:58:09.9654258Z + export VC_YEAR=2019 2022-05-18T05:58:09.9654454Z + VC_YEAR=2019 2022-05-18T05:58:09.9654832Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/builder' 2022-05-18T05:58:09.9657602Z + ./windows/internal/smoke_test.bat 2022-05-18T05:58:09.9657977Z /c/actions-runner/_work/pytorch/pytorch/builder /c/actions-runner/_work/pytorch/pytorch 2022-05-18T05:58:10.0055339Z 2022-05-18T05:58:10.0055826Z C:\actions-runner\_work\pytorch\pytorch\builder>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\ 2022-05-18T05:58:10.0059886Z 2022-05-18T05:58:10.0060339Z C:\actions-runner\_work\pytorch\pytorch\builder>pushd C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\\.. 2022-05-18T05:58:10.0067978Z 2022-05-18T05:58:10.0068784Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if not "113" == "cpu" call internal\driver_update.bat 2022-05-18T05:58:10.0087437Z 2022-05-18T05:58:10.0088211Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "DRIVER_DOWNLOAD_LINK=https://ossci-windows.s3.amazonaws.com/461.09-data-center-tesla-desktop-winserver-2019-2016-international.exe" 2022-05-18T05:58:10.0092407Z 2022-05-18T05:58:10.0093269Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>curl --retry 3 -kL https://ossci-windows.s3.amazonaws.com/461.09-data-center-tesla-desktop-winserver-2019-2016-international.exe --output 461.09-data-center-tesla-desktop-winserver-2019-2016-international.exe 2022-05-18T05:58:10.0222072Z % Total % Received % Xferd Average Speed Time Time Time Current 2022-05-18T05:58:10.0224087Z Dload Upload Total Spent Left Speed 2022-05-18T05:58:10.0224465Z 2022-05-18T05:58:10.7566754Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-05-18T05:58:11.7566788Z 12 444M 12 55.5M 0 0 75.5M 0 0:00:05 --:--:-- 0:00:05 75.5M 2022-05-18T05:58:12.7605615Z 35 444M 35 159M 0 0 91.6M 0 0:00:04 0:00:01 0:00:03 91.6M 2022-05-18T05:58:13.7684513Z 57 444M 57 256M 0 0 93.4M 0 0:00:04 0:00:02 0:00:02 93.4M 2022-05-18T05:58:14.7566333Z 79 444M 79 351M 0 0 93.9M 0 0:00:04 0:00:03 0:00:01 93.9M 2022-05-18T05:58:14.8101019Z 98 444M 98 436M 0 0 92.2M 0 0:00:04 0:00:04 --:--:-- 92.2M 2022-05-18T05:58:14.8101936Z 100 444M 100 444M 0 0 92.8M 0 0:00:04 0:00:04 --:--:-- 95.9M 2022-05-18T05:58:14.8189141Z 2022-05-18T05:58:14.8189588Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T05:58:14.8192276Z 2022-05-18T05:58:14.8193356Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>start /wait 461.09-data-center-tesla-desktop-winserver-2019-2016-international.exe -s -noreboot 2022-05-18T06:01:13.4525701Z 2022-05-18T06:01:13.4527814Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T06:01:13.4528455Z 2022-05-18T06:01:13.4529198Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>del 461.09-data-center-tesla-desktop-winserver-2019-2016-international.exe || ver 1>NUL 2022-05-18T06:01:13.5049114Z 2022-05-18T06:01:13.5049956Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T06:01:13.5052160Z 2022-05-18T06:01:13.5053322Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "ORIG_PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2022-05-18T06:01:13.5056590Z 2022-05-18T06:01:13.5057410Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>setlocal EnableDelayedExpansion 2022-05-18T06:01:13.5060155Z 2022-05-18T06:01:13.5060905Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set NVIDIA_GPU_EXISTS=0 2022-05-18T06:01:13.5065607Z 2022-05-18T06:01:13.5066759Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2022-05-18T06:01:13.5067338Z set GPUS=%i 2022-05-18T06:01:13.5067596Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T06:01:13.5068050Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T06:01:13.5068461Z goto gpu_check_end 2022-05-18T06:01:13.5068810Z ) 2022-05-18T06:01:13.5071818Z ) 2022-05-18T06:01:13.7397081Z 2022-05-18T06:01:13.7398184Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-05-18T06:01:13.7399114Z set GPUS=Name 2022-05-18T06:01:13.7399547Z 2022-05-18T06:01:13.7399926Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T06:01:13.7400445Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T06:01:13.7400826Z goto gpu_check_end 2022-05-18T06:01:13.7401160Z ) 2022-05-18T06:01:13.7401409Z ) 2022-05-18T06:01:13.7401577Z 2022-05-18T06:01:13.7401876Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-05-18T06:01:13.7402466Z set GPUS=Microsoft Basic Display Adapter 2022-05-18T06:01:13.7402848Z 2022-05-18T06:01:13.7403223Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T06:01:13.7403958Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T06:01:13.7404401Z goto gpu_check_end 2022-05-18T06:01:13.7404754Z ) 2022-05-18T06:01:13.7405058Z ) 2022-05-18T06:01:13.7405248Z 2022-05-18T06:01:13.7405540Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-05-18T06:01:13.7406082Z set GPUS=NVIDIA Tesla V100-SXM2-16GB 2022-05-18T06:01:13.7406477Z 2022-05-18T06:01:13.7406843Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-05-18T06:01:13.7407288Z SET NVIDIA_GPU_EXISTS=1 2022-05-18T06:01:13.7407713Z goto gpu_check_end 2022-05-18T06:01:13.7408099Z ) 2022-05-18T06:01:13.7408407Z ) 2022-05-18T06:01:13.7410901Z 2022-05-18T06:01:13.7411738Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>endlocal & set NVIDIA_GPU_EXISTS=1 2022-05-18T06:01:13.7420163Z 2022-05-18T06:01:13.7420877Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "wheel" == "wheel" goto wheel 2022-05-18T06:01:13.7424489Z 2022-05-18T06:01:13.7424923Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo "install wheel package" 2022-05-18T06:01:13.7426093Z "install wheel package" 2022-05-18T06:01:13.7428464Z 2022-05-18T06:01:13.7428869Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set PYTHON_INSTALLER_URL= 2022-05-18T06:01:13.7432259Z 2022-05-18T06:01:13.7433347Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "3.7" == "3.10" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe" 2022-05-18T06:01:13.7434800Z 2022-05-18T06:01:13.7435489Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "3.7" == "3.9" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.9.0/python-3.9.0-amd64.exe" 2022-05-18T06:01:13.7437580Z 2022-05-18T06:01:13.7438187Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "3.7" == "3.8" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe" 2022-05-18T06:01:13.7440655Z 2022-05-18T06:01:13.7441545Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "3.7" == "3.7" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe" 2022-05-18T06:01:13.7445026Z 2022-05-18T06:01:13.7445612Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "3.7" == "3.6" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe" 2022-05-18T06:01:13.7448448Z 2022-05-18T06:01:13.7448950Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe" == "" (echo Python 3.7 not supported yet ) 2022-05-18T06:01:13.7451264Z 2022-05-18T06:01:13.7451728Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>del python-amd64.exe 2022-05-18T06:01:13.7564808Z Could Not Find C:\actions-runner\_work\pytorch\pytorch\builder\windows\python-amd64.exe 2022-05-18T06:01:13.7566667Z 2022-05-18T06:01:13.7567278Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>curl --retry 3 -kL "https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe" --output python-amd64.exe 2022-05-18T06:01:13.7699888Z % Total % Received % Xferd Average Speed Time Time Time Current 2022-05-18T06:01:13.7702639Z Dload Upload Total Spent Left Speed 2022-05-18T06:01:13.7703017Z 2022-05-18T06:01:13.9243993Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-05-18T06:01:13.9245780Z 100 25.6M 100 25.6M 0 0 165M 0 --:--:-- --:--:-- --:--:-- 166M 2022-05-18T06:01:13.9276518Z 2022-05-18T06:01:13.9277039Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T06:01:13.9279508Z 2022-05-18T06:01:13.9281112Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>start /wait "" python-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=C:\actions-runner\_work\pytorch\pytorch\builder\windows\Python 2022-05-18T06:01:40.4134246Z 2022-05-18T06:01:40.4135026Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T06:01:40.4137145Z 2022-05-18T06:01:40.4138945Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "PATH=C:\actions-runner\_work\pytorch\pytorch\builder\windows\Python\Scripts;C:\actions-runner\_work\pytorch\pytorch\builder\windows\Python;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2022-05-18T06:01:40.4141685Z 2022-05-18T06:01:40.4142131Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>pip install -q numpy protobuf "mkl>=2019" 2022-05-18T06:02:19.9318707Z WARNING: You are using pip version 20.1.1; however, version 22.1 is available. 2022-05-18T06:02:19.9319328Z You should consider upgrading via the 'c:\actions-runner\_work\pytorch\pytorch\builder\windows\python\python.exe -m pip install --upgrade pip' command. 2022-05-18T06:02:20.3269545Z 2022-05-18T06:02:20.3270252Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-05-18T06:02:20.3273942Z 2022-05-18T06:02:20.3275130Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "" == "1" ( 2022-05-18T06:02:20.3275782Z call internal\install_nightly_package.bat 2022-05-18T06:02:20.3276145Z if errorlevel 1 exit /b 1 2022-05-18T06:02:20.3276506Z ) else ( 2022-05-18T06:02:20.3276851Z for /F "delims=" %i in ('where /R "C:\actions-runner\_work\_temp\artifacts" *.whl') do pip install "%i" 2022-05-18T06:02:20.3277472Z if errorlevel 1 exit /b 1 2022-05-18T06:02:20.3277727Z ) 2022-05-18T06:02:20.6466560Z 2022-05-18T06:02:20.6467521Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>pip install "C:\actions-runner\_work\_temp\artifacts\torch-1.12.0.dev20220518+cu113-cp37-cp37m-win_amd64.whl" 2022-05-18T06:02:21.0978517Z Processing c:\actions-runner\_work\_temp\artifacts\torch-1.12.0.dev20220518+cu113-cp37-cp37m-win_amd64.whl 2022-05-18T06:03:18.8106334Z Collecting typing-extensions 2022-05-18T06:03:18.8526544Z Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T06:03:19.0105870Z Installing collected packages: typing-extensions, torch 2022-05-18T06:05:56.9072735Z Successfully installed torch-1.12.0.dev20220518+cu113 typing-extensions-4.2.0 2022-05-18T06:05:56.9288156Z WARNING: You are using pip version 20.1.1; however, version 22.1 is available. 2022-05-18T06:05:56.9288788Z You should consider upgrading via the 'c:\actions-runner\_work\pytorch\pytorch\builder\windows\python\python.exe -m pip install --upgrade pip' command. 2022-05-18T06:05:59.9497602Z 2022-05-18T06:05:59.9498536Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>goto smoke_test 2022-05-18T06:05:59.9502939Z 2022-05-18T06:05:59.9503458Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python -c "import torch" 2022-05-18T06:06:02.1249284Z 2022-05-18T06:06:02.1250301Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:02.1251767Z 2022-05-18T06:06:02.1252347Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo Checking that MKL is available 2022-05-18T06:06:02.1253425Z Checking that MKL is available 2022-05-18T06:06:02.1255594Z 2022-05-18T06:06:02.1256593Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python -c "import torch; exit(0 if torch.backends.mkl.is_available() else 1)" 2022-05-18T06:06:03.3259585Z 2022-05-18T06:06:03.3260267Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:03.3262118Z 2022-05-18T06:06:03.3262616Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "1" == "0" ( 2022-05-18T06:06:03.3263085Z echo "Skip CUDA tests for machines without a Nvidia GPU card" 2022-05-18T06:06:03.3265386Z goto end 2022-05-18T06:06:03.3265824Z ) 2022-05-18T06:06:03.3266046Z 2022-05-18T06:06:03.3266597Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo Checking that CUDA archs are setup correctly 2022-05-18T06:06:03.3267389Z Checking that CUDA archs are setup correctly 2022-05-18T06:06:03.3267784Z 2022-05-18T06:06:03.3268289Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python -c "import torch; torch.randn([3,5]).cuda()" 2022-05-18T06:06:04.9631179Z 2022-05-18T06:06:04.9631973Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:04.9633571Z 2022-05-18T06:06:04.9634427Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo Checking that magma is available 2022-05-18T06:06:04.9635064Z Checking that magma is available 2022-05-18T06:06:04.9636979Z 2022-05-18T06:06:04.9637939Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python -c "import torch; torch.rand(1).cuda(); exit(0 if torch.cuda.has_magma else 1)" 2022-05-18T06:06:06.4591211Z 2022-05-18T06:06:06.4592322Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:06.4593335Z 2022-05-18T06:06:06.4594091Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo Checking that CuDNN is available 2022-05-18T06:06:06.4594919Z Checking that CuDNN is available 2022-05-18T06:06:06.4596468Z 2022-05-18T06:06:06.4598620Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python -c "import torch; exit(0 if torch.backends.cudnn.is_available() else 1)" 2022-05-18T06:06:07.7061574Z 2022-05-18T06:06:07.7062638Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:07.7064121Z 2022-05-18T06:06:07.7064739Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo Checking that basic RNN works 2022-05-18T06:06:07.7065673Z Checking that basic RNN works 2022-05-18T06:06:07.7067567Z 2022-05-18T06:06:07.7068199Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python C:\actions-runner\_work\pytorch\pytorch/builder\test_example_code\rnn_smoke.py 2022-05-18T06:06:11.9528166Z Could not load symbol cublasGetSmCountTarget from cublas64_11.dll. Error code 127 2022-05-18T06:06:12.3130437Z 2022-05-18T06:06:12.3131499Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:12.3132675Z 2022-05-18T06:06:12.3133447Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo Checking that basic CNN works 2022-05-18T06:06:12.3134396Z Checking that basic CNN works 2022-05-18T06:06:12.3136274Z 2022-05-18T06:06:12.3136804Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>python C:\actions-runner\_work\pytorch\pytorch/builder\test_example_code\cnn_smoke.py 2022-05-18T06:06:16.9860921Z tensor([0.], device='cuda:0', grad_fn=) 2022-05-18T06:06:17.5814651Z 2022-05-18T06:06:17.5815507Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-05-18T06:06:17.5817376Z 2022-05-18T06:06:17.5817896Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>goto end 2022-05-18T06:06:17.5824042Z 2022-05-18T06:06:17.5825334Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2022-05-18T06:06:17.5828591Z 2022-05-18T06:06:17.5829232Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>popd 2022-05-18T06:06:17.5863618Z + popd 2022-05-18T06:06:17.5871095Z /c/actions-runner/_work/pytorch/pytorch 2022-05-18T06:06:17.6282215Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-05-18T06:06:17.6282651Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-05-18T06:06:17.6308660Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T06:06:17.6309005Z env: 2022-05-18T06:06:17.6309311Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T06:06:17.6309648Z ANACONDA_USER: pytorch 2022-05-18T06:06:17.6309884Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T06:06:17.6310178Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T06:06:17.6310773Z GITHUB_TOKEN: *** 2022-05-18T06:06:17.6310976Z IN_CI: 1 2022-05-18T06:06:17.6311178Z IS_GHA: 1 2022-05-18T06:06:17.6311392Z PR_LABELS: [] 2022-05-18T06:06:17.6311585Z PR_NUMBER: 2022-05-18T06:06:17.6311821Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:06:17.6312111Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T06:06:17.6312355Z SKIP_ALL_TESTS: 1 2022-05-18T06:06:17.6312744Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T06:06:17.6313119Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T06:06:17.6313421Z PACKAGE_TYPE: wheel 2022-05-18T06:06:17.6313660Z DESIRED_CUDA: cu113 2022-05-18T06:06:17.6313874Z GPU_ARCH_VERSION: 11.3 2022-05-18T06:06:17.6314116Z GPU_ARCH_TYPE: cuda 2022-05-18T06:06:17.6314350Z DESIRED_PYTHON: 3.7 2022-05-18T06:06:17.6314618Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T06:06:17.6314987Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T06:06:17.6315300Z ##[endgroup] 2022-05-18T06:06:18.1592753Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T06:06:18.3389593Z Finished 2022-05-18T06:06:18.6734218Z Holding runner until all ssh sessions have logged out 2022-05-18T06:06:18.7377654Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-05-18T06:06:18.7378111Z .github\scripts\kill_active_ssh_sessions.ps1 2022-05-18T06:06:18.7403728Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-05-18T06:06:18.7404077Z env: 2022-05-18T06:06:18.7404392Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-05-18T06:06:18.7404696Z ANACONDA_USER: pytorch 2022-05-18T06:06:18.7404960Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T06:06:18.7405267Z BUILD_ENVIRONMENT: windows-binary-wheel 2022-05-18T06:06:18.7405724Z GITHUB_TOKEN: *** 2022-05-18T06:06:18.7405924Z IN_CI: 1 2022-05-18T06:06:18.7406128Z IS_GHA: 1 2022-05-18T06:06:18.7406347Z PR_LABELS: [] 2022-05-18T06:06:18.7406541Z PR_NUMBER: 2022-05-18T06:06:18.7406779Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:06:18.7407070Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T06:06:18.7407374Z SKIP_ALL_TESTS: 1 2022-05-18T06:06:18.7407674Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-05-18T06:06:18.7408068Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-05-18T06:06:18.7408381Z PACKAGE_TYPE: wheel 2022-05-18T06:06:18.7408592Z DESIRED_CUDA: cu113 2022-05-18T06:06:18.7408832Z GPU_ARCH_VERSION: 11.3 2022-05-18T06:06:18.7409071Z GPU_ARCH_TYPE: cuda 2022-05-18T06:06:18.7409305Z DESIRED_PYTHON: 3.7 2022-05-18T06:06:18.7409569Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-05-18T06:06:18.7410089Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-05-18T06:06:18.7410398Z ##[endgroup] 2022-05-18T06:06:19.1972085Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-05-18T06:06:19.3479877Z Finished 2022-05-18T06:06:19.4426207Z Post job cleanup. 2022-05-18T06:06:22.7695568Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T06:06:22.7950619Z git version 2.35.1.windows.2 2022-05-18T06:06:22.8024084Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T06:06:22.8325134Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-05-18T06:06:23.4017638Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T06:06:23.4253562Z http.https://github.com/.extraheader 2022-05-18T06:06:23.4296712Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-05-18T06:06:23.4594622Z [command]"C:\Program Files\Git\cmd\git.exe" 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-05-18T06:06:24.0713076Z Post job cleanup. 2022-05-18T06:06:27.3506000Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-05-18T06:06:27.3765523Z git version 2.35.1.windows.2 2022-05-18T06:06:27.3835787Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-05-18T06:06:27.4118994Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-05-18T06:06:27.9800823Z Entering 'android/libs/fbjni' 2022-05-18T06:06:28.0482668Z Entering 'third_party/FP16' 2022-05-18T06:06:28.1161426Z Entering 'third_party/FXdiv' 2022-05-18T06:06:28.1821473Z Entering 'third_party/NNPACK' 2022-05-18T06:06:28.2507479Z Entering 'third_party/QNNPACK' 2022-05-18T06:06:28.3177410Z Entering 'third_party/XNNPACK' 2022-05-18T06:06:28.3856818Z Entering 'third_party/benchmark' 2022-05-18T06:06:28.4520519Z Entering 'third_party/cpuinfo' 2022-05-18T06:06:28.5175843Z Entering 'third_party/cub' 2022-05-18T06:06:28.5862891Z Entering 'third_party/cudnn_frontend' 2022-05-18T06:06:28.6535593Z Entering 'third_party/eigen' 2022-05-18T06:06:28.7187172Z Entering 'third_party/fbgemm' 2022-05-18T06:06:28.7820330Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T06:06:28.8508446Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T06:06:28.9198678Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T06:06:28.9864947Z Entering 'third_party/flatbuffers' 2022-05-18T06:06:29.0522203Z Entering 'third_party/fmt' 2022-05-18T06:06:29.1205927Z Entering 'third_party/foxi' 2022-05-18T06:06:29.1870485Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T06:06:29.2519118Z Entering 'third_party/gloo' 2022-05-18T06:06:29.3178742Z Entering 'third_party/googletest' 2022-05-18T06:06:29.3848579Z Entering 'third_party/ideep' 2022-05-18T06:06:29.4479736Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T06:06:29.5132867Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T06:06:29.5823344Z Entering 'third_party/ios-cmake' 2022-05-18T06:06:29.6511398Z Entering 'third_party/kineto' 2022-05-18T06:06:29.7146602Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T06:06:29.7855631Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T06:06:29.8592569Z Entering 'third_party/nccl/nccl' 2022-05-18T06:06:29.9273285Z Entering 'third_party/neon2sse' 2022-05-18T06:06:29.9923541Z Entering 'third_party/onnx' 2022-05-18T06:06:30.0611415Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T06:06:30.1293834Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T06:06:30.1988379Z Entering 'third_party/onnx-tensorrt' 2022-05-18T06:06:30.2619531Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T06:06:30.3294386Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T06:06:30.3975490Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T06:06:30.4632079Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T06:06:30.5389616Z Entering 'third_party/pocketfft' 2022-05-18T06:06:30.6045687Z Entering 'third_party/protobuf' 2022-05-18T06:06:30.6721411Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T06:06:30.7389031Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T06:06:30.8064508Z Entering 'third_party/psimd' 2022-05-18T06:06:30.8743543Z Entering 'third_party/pthreadpool' 2022-05-18T06:06:30.9419798Z Entering 'third_party/pybind11' 2022-05-18T06:06:31.0078803Z Entering 'third_party/python-enum' 2022-05-18T06:06:31.0754158Z Entering 'third_party/python-peachpy' 2022-05-18T06:06:31.1432966Z Entering 'third_party/python-six' 2022-05-18T06:06:31.2117257Z Entering 'third_party/sleef' 2022-05-18T06:06:31.2787808Z Entering 'third_party/tbb' 2022-05-18T06:06:31.3458032Z Entering 'third_party/tensorpipe' 2022-05-18T06:06:31.4122444Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T06:06:31.4781852Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T06:06:31.5433854Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T06:06:31.6111590Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T06:06:31.6780711Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T06:06:31.7464000Z Entering 'third_party/zstd' 2022-05-18T06:06:31.8234566Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T06:06:31.8478944Z http.https://github.com/.extraheader 2022-05-18T06:06:31.8522600Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-05-18T06:06:31.8837944Z [command]"C:\Program Files\Git\cmd\git.exe" 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-05-18T06:06:32.4454126Z Entering 'android/libs/fbjni' 2022-05-18T06:06:32.4918444Z http.https://github.com/.extraheader 2022-05-18T06:06:32.5369867Z Entering 'third_party/FP16' 2022-05-18T06:06:32.5863639Z http.https://github.com/.extraheader 2022-05-18T06:06:32.6357605Z Entering 'third_party/FXdiv' 2022-05-18T06:06:32.6867299Z http.https://github.com/.extraheader 2022-05-18T06:06:32.7347586Z Entering 'third_party/NNPACK' 2022-05-18T06:06:32.7834899Z http.https://github.com/.extraheader 2022-05-18T06:06:32.8305214Z Entering 'third_party/QNNPACK' 2022-05-18T06:06:32.8801772Z http.https://github.com/.extraheader 2022-05-18T06:06:32.9275272Z Entering 'third_party/XNNPACK' 2022-05-18T06:06:32.9738311Z http.https://github.com/.extraheader 2022-05-18T06:06:33.0221537Z Entering 'third_party/benchmark' 2022-05-18T06:06:33.0689399Z http.https://github.com/.extraheader 2022-05-18T06:06:33.1138982Z Entering 'third_party/cpuinfo' 2022-05-18T06:06:33.1604852Z http.https://github.com/.extraheader 2022-05-18T06:06:33.2051836Z Entering 'third_party/cub' 2022-05-18T06:06:33.2518581Z http.https://github.com/.extraheader 2022-05-18T06:06:33.2971211Z Entering 'third_party/cudnn_frontend' 2022-05-18T06:06:33.3454373Z http.https://github.com/.extraheader 2022-05-18T06:06:33.3912544Z Entering 'third_party/eigen' 2022-05-18T06:06:33.4367865Z http.https://github.com/.extraheader 2022-05-18T06:06:33.4803392Z Entering 'third_party/fbgemm' 2022-05-18T06:06:33.5265782Z http.https://github.com/.extraheader 2022-05-18T06:06:33.5719138Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T06:06:33.6231773Z http.https://github.com/.extraheader 2022-05-18T06:06:33.6710718Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T06:06:33.7203461Z http.https://github.com/.extraheader 2022-05-18T06:06:33.7655124Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T06:06:33.8140052Z http.https://github.com/.extraheader 2022-05-18T06:06:33.8639021Z Entering 'third_party/flatbuffers' 2022-05-18T06:06:33.9129021Z http.https://github.com/.extraheader 2022-05-18T06:06:33.9573300Z Entering 'third_party/fmt' 2022-05-18T06:06:34.0047016Z http.https://github.com/.extraheader 2022-05-18T06:06:34.0494698Z Entering 'third_party/foxi' 2022-05-18T06:06:34.0982562Z http.https://github.com/.extraheader 2022-05-18T06:06:34.1440940Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T06:06:34.1929055Z http.https://github.com/.extraheader 2022-05-18T06:06:34.2362259Z Entering 'third_party/gloo' 2022-05-18T06:06:34.2827355Z http.https://github.com/.extraheader 2022-05-18T06:06:34.3278388Z Entering 'third_party/googletest' 2022-05-18T06:06:34.3756471Z http.https://github.com/.extraheader 2022-05-18T06:06:34.4208904Z Entering 'third_party/ideep' 2022-05-18T06:06:34.4670885Z http.https://github.com/.extraheader 2022-05-18T06:06:34.5105641Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T06:06:34.5579146Z http.https://github.com/.extraheader 2022-05-18T06:06:34.6034872Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T06:06:34.6553312Z http.https://github.com/.extraheader 2022-05-18T06:06:34.7062186Z Entering 'third_party/ios-cmake' 2022-05-18T06:06:34.7532899Z http.https://github.com/.extraheader 2022-05-18T06:06:34.7974691Z Entering 'third_party/kineto' 2022-05-18T06:06:34.8463875Z http.https://github.com/.extraheader 2022-05-18T06:06:34.8941276Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T06:06:34.9435223Z http.https://github.com/.extraheader 2022-05-18T06:06:34.9883001Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T06:06:35.0363570Z http.https://github.com/.extraheader 2022-05-18T06:06:35.0836019Z Entering 'third_party/nccl/nccl' 2022-05-18T06:06:35.1381329Z http.https://github.com/.extraheader 2022-05-18T06:06:35.1884235Z Entering 'third_party/neon2sse' 2022-05-18T06:06:35.2389690Z http.https://github.com/.extraheader 2022-05-18T06:06:35.2837124Z Entering 'third_party/onnx' 2022-05-18T06:06:35.3323181Z http.https://github.com/.extraheader 2022-05-18T06:06:35.3783782Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T06:06:35.4300594Z http.https://github.com/.extraheader 2022-05-18T06:06:35.4765338Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T06:06:35.5235543Z http.https://github.com/.extraheader 2022-05-18T06:06:35.5719586Z Entering 'third_party/onnx-tensorrt' 2022-05-18T06:06:35.6210686Z http.https://github.com/.extraheader 2022-05-18T06:06:35.6674343Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T06:06:35.7186929Z http.https://github.com/.extraheader 2022-05-18T06:06:35.7646090Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T06:06:35.8131748Z http.https://github.com/.extraheader 2022-05-18T06:06:35.8604721Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T06:06:35.9113950Z http.https://github.com/.extraheader 2022-05-18T06:06:35.9561287Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T06:06:36.0057558Z http.https://github.com/.extraheader 2022-05-18T06:06:36.0606754Z Entering 'third_party/pocketfft' 2022-05-18T06:06:36.1103090Z http.https://github.com/.extraheader 2022-05-18T06:06:36.1586244Z Entering 'third_party/protobuf' 2022-05-18T06:06:36.2084775Z http.https://github.com/.extraheader 2022-05-18T06:06:36.2559160Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T06:06:36.3047074Z http.https://github.com/.extraheader 2022-05-18T06:06:36.3505077Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T06:06:36.3991420Z http.https://github.com/.extraheader 2022-05-18T06:06:36.4479487Z Entering 'third_party/psimd' 2022-05-18T06:06:36.4979244Z http.https://github.com/.extraheader 2022-05-18T06:06:36.5444251Z Entering 'third_party/pthreadpool' 2022-05-18T06:06:36.5918352Z http.https://github.com/.extraheader 2022-05-18T06:06:36.6386934Z Entering 'third_party/pybind11' 2022-05-18T06:06:36.6884770Z http.https://github.com/.extraheader 2022-05-18T06:06:36.7365484Z Entering 'third_party/python-enum' 2022-05-18T06:06:36.7841798Z http.https://github.com/.extraheader 2022-05-18T06:06:36.8299924Z Entering 'third_party/python-peachpy' 2022-05-18T06:06:36.8785563Z http.https://github.com/.extraheader 2022-05-18T06:06:36.9268519Z Entering 'third_party/python-six' 2022-05-18T06:06:36.9746408Z http.https://github.com/.extraheader 2022-05-18T06:06:37.0247825Z Entering 'third_party/sleef' 2022-05-18T06:06:37.0716358Z http.https://github.com/.extraheader 2022-05-18T06:06:37.1197175Z Entering 'third_party/tbb' 2022-05-18T06:06:37.1667149Z http.https://github.com/.extraheader 2022-05-18T06:06:37.2126273Z Entering 'third_party/tensorpipe' 2022-05-18T06:06:37.2606446Z http.https://github.com/.extraheader 2022-05-18T06:06:37.3051922Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T06:06:37.3542257Z http.https://github.com/.extraheader 2022-05-18T06:06:37.4004841Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T06:06:37.4497144Z http.https://github.com/.extraheader 2022-05-18T06:06:37.4983122Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T06:06:37.5450823Z http.https://github.com/.extraheader 2022-05-18T06:06:37.5917690Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T06:06:37.6386760Z http.https://github.com/.extraheader 2022-05-18T06:06:37.6820448Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T06:06:37.7290366Z http.https://github.com/.extraheader 2022-05-18T06:06:37.7790428Z Entering 'third_party/zstd' 2022-05-18T06:06:37.8277271Z http.https://github.com/.extraheader 2022-05-18T06:06:37.9163251Z Cleaning up orphan processes