2024-01-24T01:15:27.6152894Z Requested labels: windows.8xlarge.nvidia.gpu 2024-01-24T01:15:27.6153099Z Job defined at: pytorch/pytorch/.github/workflows/generated-windows-binary-conda-nightly.yml@refs/heads/nightly 2024-01-24T01:15:27.6153187Z Waiting for a runner to pick up this job... 2024-01-24T01:28:43.3762450Z Job is about to start running on the runner: i-0a49ed11f86522397 (organization) 2024-01-24T01:28:46.2050120Z Current runner version: '2.312.0' 2024-01-24T01:28:46.2060308Z Runner name: 'i-0a49ed11f86522397' 2024-01-24T01:28:46.2061401Z Runner group name: 'Default' 2024-01-24T01:28:46.2062460Z Machine name: 'EC2AMAZ-LPVH52C' 2024-01-24T01:28:46.2066629Z ##[group]GITHUB_TOKEN Permissions 2024-01-24T01:28:46.2069046Z Contents: read 2024-01-24T01:28:46.2069651Z Metadata: read 2024-01-24T01:28:46.2070162Z Packages: read 2024-01-24T01:28:46.2070619Z ##[endgroup] 2024-01-24T01:28:46.2075551Z Secret source: Actions 2024-01-24T01:28:46.2076388Z Prepare workflow directory 2024-01-24T01:28:46.4185610Z Prepare all required actions 2024-01-24T01:28:46.4424657Z Getting action download info 2024-01-24T01:28:47.1865553Z Download action repository 'pytorch/test-infra@main' (SHA:38445867adc116e56212e97c3d22a34e5c7f0c19) 2024-01-24T01:31:12.1354024Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-01-24T01:31:12.5902005Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-01-24T01:31:13.1379572Z Complete job name: conda-py3_10-cuda11_8-test 2024-01-24T01:31:13.3223205Z ##[group]Run set -euo pipefail 2024-01-24T01:31:13.3223974Z set -euo pipefail 2024-01-24T01:31:13.3224468Z function get_ec2_metadata() { 2024-01-24T01:31:13.3225303Z  # Pulled from instance metadata endpoint for EC2 2024-01-24T01:31:13.3226674Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-01-24T01:31:13.3227620Z  category=$1 2024-01-24T01:31:13.3228265Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-01-24T01:31:13.3228966Z } 2024-01-24T01:31:13.3229389Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-01-24T01:31:13.3230102Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-01-24T01:31:13.3230906Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-01-24T01:31:13.3231747Z echo "system info $(uname -a)" 2024-01-24T01:31:13.3303678Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-01-24T01:31:13.3304788Z env: 2024-01-24T01:31:13.3305476Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:31:13.3306199Z ANACONDA_USER: pytorch 2024-01-24T01:31:13.3306606Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:31:13.3307117Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:31:13.3308218Z GITHUB_TOKEN: *** 2024-01-24T01:31:13.3308628Z PR_NUMBER: 2024-01-24T01:31:13.3309021Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:31:13.3309561Z SKIP_ALL_TESTS: 1 2024-01-24T01:31:13.3310212Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:31:13.3311266Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:31:13.3312039Z PACKAGE_TYPE: conda 2024-01-24T01:31:13.3312470Z DESIRED_CUDA: cu118 2024-01-24T01:31:13.3312913Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:31:13.3313326Z GPU_ARCH_TYPE: cuda 2024-01-24T01:31:13.3313727Z DESIRED_PYTHON: 3.10 2024-01-24T01:31:13.3314105Z ##[endgroup] 2024-01-24T01:31:14.2111707Z ami-id: ami-083498c4ea8b80213 2024-01-24T01:31:14.2350478Z instance-id: i-0a49ed11f86522397 2024-01-24T01:31:14.2654127Z instance-type: p3.2xlarge 2024-01-24T01:31:14.4402134Z system info MSYS_NT-10.0-17763 EC2AMAZ-LPVH52C 3.4.6.x86_64 2023-05-18 20:39 UTC x86_64 Msys 2024-01-24T01:31:14.4828085Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-01-24T01:31:14.4828814Z with: 2024-01-24T01:31:14.4829645Z github-secret: *** 2024-01-24T01:31:14.4830083Z activate-with-label: false 2024-01-24T01:31:14.4830521Z label: with-ssh 2024-01-24T01:31:14.4830876Z remove-existing-keys: true 2024-01-24T01:31:14.4831293Z env: 2024-01-24T01:31:14.4831839Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:31:14.4834569Z ANACONDA_USER: pytorch 2024-01-24T01:31:14.4834998Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:31:14.4835514Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:31:14.4836268Z GITHUB_TOKEN: *** 2024-01-24T01:31:14.4836644Z PR_NUMBER: 2024-01-24T01:31:14.4837061Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:31:14.4837580Z SKIP_ALL_TESTS: 1 2024-01-24T01:31:14.4838130Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:31:14.4839095Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:31:14.4839729Z PACKAGE_TYPE: conda 2024-01-24T01:31:14.4840121Z DESIRED_CUDA: cu118 2024-01-24T01:31:14.4840510Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:31:14.4840893Z GPU_ARCH_TYPE: cuda 2024-01-24T01:31:14.4841280Z DESIRED_PYTHON: 3.10 2024-01-24T01:31:14.4841672Z ##[endgroup] 2024-01-24T01:31:14.6470553Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-01-24T01:31:14.6476598Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2024-01-24T01:31:15.1035823Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-01-24T01:31:15.1037558Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-01-24T01:31:15.1058004Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-01-24T01:31:15.1058807Z env: 2024-01-24T01:31:15.1059354Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:31:15.1060044Z ANACONDA_USER: pytorch 2024-01-24T01:31:15.1060480Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:31:15.1060987Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:31:15.1061818Z GITHUB_TOKEN: *** 2024-01-24T01:31:15.1062166Z PR_NUMBER: 2024-01-24T01:31:15.1062585Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:31:15.1063143Z SKIP_ALL_TESTS: 1 2024-01-24T01:31:15.1063758Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:31:15.1064557Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:31:15.1065204Z PACKAGE_TYPE: conda 2024-01-24T01:31:15.1065598Z DESIRED_CUDA: cu118 2024-01-24T01:31:15.1065962Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:31:15.1066371Z GPU_ARCH_TYPE: cuda 2024-01-24T01:31:15.1066757Z DESIRED_PYTHON: 3.10 2024-01-24T01:31:15.1067116Z ##[endgroup] 2024-01-24T01:31:17.0587231Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-01-24T01:31:17.6946058Z Finished 2024-01-24T01:31:17.8869702Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2024-01-24T01:31:17.8871113Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2024-01-24T01:31:17.8872348Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-01-24T01:31:17.8873260Z # that it doesn't interfere 2024-01-24T01:31:17.8874044Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-01-24T01:31:17.8894233Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-01-24T01:31:17.8895012Z env: 2024-01-24T01:31:17.8895555Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:31:17.8896270Z ANACONDA_USER: pytorch 2024-01-24T01:31:17.8896678Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:31:17.8897189Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:31:17.8898144Z GITHUB_TOKEN: *** 2024-01-24T01:31:17.8898524Z PR_NUMBER: 2024-01-24T01:31:17.8898947Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:31:17.8899494Z SKIP_ALL_TESTS: 1 2024-01-24T01:31:17.8900022Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:31:17.8901830Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:31:17.8902486Z PACKAGE_TYPE: conda 2024-01-24T01:31:17.8902857Z DESIRED_CUDA: cu118 2024-01-24T01:31:17.8903252Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:31:17.8903664Z GPU_ARCH_TYPE: cuda 2024-01-24T01:31:17.8904025Z DESIRED_PYTHON: 3.10 2024-01-24T01:31:17.8904410Z ##[endgroup] 2024-01-24T01:31:19.6190946Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-01-24T01:31:19.8132313Z Finished 2024-01-24T01:31:23.3585480Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2024-01-24T01:31:23.3586831Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2024-01-24T01:31:23.3587919Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2024-01-24T01:31:23.3588860Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2024-01-24T01:31:23.3615121Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-01-24T01:31:23.3616011Z env: 2024-01-24T01:31:23.3616674Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:31:23.3617576Z ANACONDA_USER: pytorch 2024-01-24T01:31:23.3618200Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:31:23.3618932Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:31:23.3619775Z GITHUB_TOKEN: *** 2024-01-24T01:31:23.3620177Z PR_NUMBER: 2024-01-24T01:31:23.3620687Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:31:23.3621390Z SKIP_ALL_TESTS: 1 2024-01-24T01:31:23.3622056Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:31:23.3622945Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:31:23.3623806Z PACKAGE_TYPE: conda 2024-01-24T01:31:23.3624315Z DESIRED_CUDA: cu118 2024-01-24T01:31:23.3625030Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:31:23.3625469Z GPU_ARCH_TYPE: cuda 2024-01-24T01:31:23.3625963Z DESIRED_PYTHON: 3.10 2024-01-24T01:31:23.3626421Z ##[endgroup] 2024-01-24T01:31:23.4063086Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2024-01-24T01:31:23.4294514Z ##[group]Run actions/download-artifact@v3 2024-01-24T01:31:23.4295039Z with: 2024-01-24T01:31:23.4295329Z name: conda-py3_10-cuda11_8 2024-01-24T01:31:23.4295805Z path: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:31:23.4296294Z env: 2024-01-24T01:31:23.4296797Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:31:23.4297459Z ANACONDA_USER: pytorch 2024-01-24T01:31:23.4297838Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:31:23.4298307Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:31:23.4299010Z GITHUB_TOKEN: *** 2024-01-24T01:31:23.4299460Z PR_NUMBER: 2024-01-24T01:31:23.4299854Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:31:23.4300362Z SKIP_ALL_TESTS: 1 2024-01-24T01:31:23.4300871Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:31:23.4301674Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:31:23.4302351Z PACKAGE_TYPE: conda 2024-01-24T01:31:23.4302707Z DESIRED_CUDA: cu118 2024-01-24T01:31:23.4303073Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:31:23.4303435Z GPU_ARCH_TYPE: cuda 2024-01-24T01:31:23.4304007Z DESIRED_PYTHON: 3.10 2024-01-24T01:31:23.4304579Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:31:23.4305451Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:31:23.4306082Z ##[endgroup] 2024-01-24T01:31:23.5412096Z Starting download for conda-py3_10-cuda11_8 2024-01-24T01:31:23.6739360Z Directory structure has been setup for the artifact 2024-01-24T01:31:23.6742018Z Total number of files that will be downloaded: 1 2024-01-24T01:31:24.6746767Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:25.6754560Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:26.6821640Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:27.6821900Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:28.6818228Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:29.6816584Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:30.6815943Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:31.6924724Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:32.6925500Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:33.6924836Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:34.7076503Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:35.7087363Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:36.7194210Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:37.7287105Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:38.7286591Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:39.7284382Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:40.7353744Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:41.7397880Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:42.7394766Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:43.7400245Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:44.7469046Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:45.7470025Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:46.7580532Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:47.7660456Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:48.7933698Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:49.8082643Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:50.8137030Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:51.8219780Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:52.8353570Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:53.8348082Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:54.8386134Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:55.8533321Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:56.8525541Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:57.8524103Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:58.8610762Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:31:59.8603327Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:00.8603702Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:01.8639298Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:02.8787317Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:03.8843976Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:04.8841592Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:05.8842434Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:06.8923559Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:07.8958544Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:08.9169581Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:09.9176910Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:10.9223738Z Total file count: 1 ---- Processed file #0 (0.0%) 2024-01-24T01:32:11.7827638Z Artifact conda-py3_10-cuda11_8 was downloaded to C:\actions-runner\_work\_temp\artifacts 2024-01-24T01:32:11.7843670Z Artifact download has finished successfully 2024-01-24T01:32:12.7145545Z ##[group]Run malfet/checkout@silent-checkout 2024-01-24T01:32:12.7146103Z with: 2024-01-24T01:32:12.7146468Z ref: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:32:12.7146988Z submodules: recursive 2024-01-24T01:32:12.7147347Z path: pytorch 2024-01-24T01:32:12.7147683Z quiet-checkout: true 2024-01-24T01:32:12.7150241Z repository: pytorch/pytorch 2024-01-24T01:32:12.7150811Z token: *** 2024-01-24T01:32:12.7151134Z ssh-strict: true 2024-01-24T01:32:12.7151495Z persist-credentials: true 2024-01-24T01:32:12.7151876Z clean: true 2024-01-24T01:32:12.7152225Z sparse-checkout-cone-mode: true 2024-01-24T01:32:12.7152663Z fetch-depth: 1 2024-01-24T01:32:12.7152967Z lfs: false 2024-01-24T01:32:12.7153293Z set-safe-directory: true 2024-01-24T01:32:12.7153666Z env: 2024-01-24T01:32:12.7154153Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:32:12.7156652Z ANACONDA_USER: pytorch 2024-01-24T01:32:12.7157133Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:32:12.7157620Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:32:12.7158275Z GITHUB_TOKEN: *** 2024-01-24T01:32:12.7158626Z PR_NUMBER: 2024-01-24T01:32:12.7159017Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:32:12.7159554Z SKIP_ALL_TESTS: 1 2024-01-24T01:32:12.7160098Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:32:12.7160894Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:32:12.7163305Z PACKAGE_TYPE: conda 2024-01-24T01:32:12.7163686Z DESIRED_CUDA: cu118 2024-01-24T01:32:12.7164057Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:32:12.7164430Z GPU_ARCH_TYPE: cuda 2024-01-24T01:32:12.7164796Z DESIRED_PYTHON: 3.10 2024-01-24T01:32:12.7165268Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:32:12.7165999Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:32:12.7166648Z ##[endgroup] 2024-01-24T01:32:12.8845088Z Syncing repository: pytorch/pytorch 2024-01-24T01:32:12.8847375Z ##[group]Getting Git version info 2024-01-24T01:32:12.8848136Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2024-01-24T01:32:12.8930933Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-01-24T01:32:35.6300030Z git version 2.41.0.windows.1 2024-01-24T01:32:35.6359810Z ##[endgroup] 2024-01-24T01:32:35.6392721Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\59a89def-00db-485d-8917-767aa497a920' before making global git config changes 2024-01-24T01:32:35.6394524Z Adding repository directory to the temporary git global config as a safe directory 2024-01-24T01:32:35.6409435Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2024-01-24T01:32:37.7310255Z ##[group]Initializing the repository 2024-01-24T01:32:37.7322004Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2024-01-24T01:32:40.2109038Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2024-01-24T01:32:40.2156517Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-01-24T01:32:40.7639724Z ##[endgroup] 2024-01-24T01:32:40.7640490Z ##[group]Disabling automatic garbage collection 2024-01-24T01:32:40.7651078Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-01-24T01:32:40.7951888Z ##[endgroup] 2024-01-24T01:32:40.7952535Z ##[group]Setting up auth 2024-01-24T01:32:40.7969269Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-01-24T01:32:40.8269194Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2024-01-24T01:33:02.0005422Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-01-24T01:33:02.0325261Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2024-01-24T01:33:02.4672247Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-01-24T01:33:02.5011577Z ##[endgroup] 2024-01-24T01:33:02.5012303Z ##[group]Fetching the repository 2024-01-24T01:33:02.5029691Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:33:33.5117068Z remote: Enumerating objects: 13456, done. 2024-01-24T01:33:33.5119932Z remote: Counting objects: 0% (1/13456) 2024-01-24T01:33:33.5120743Z remote: Counting objects: 1% (135/13456) 2024-01-24T01:33:33.5123223Z remote: Counting objects: 2% (270/13456) 2024-01-24T01:33:33.5125403Z remote: Counting objects: 3% (404/13456) 2024-01-24T01:33:33.5126435Z remote: Counting objects: 4% (539/13456) 2024-01-24T01:33:33.5129356Z remote: Counting objects: 5% (673/13456) 2024-01-24T01:33:33.5130953Z remote: Counting objects: 6% (808/13456) 2024-01-24T01:33:33.5134149Z remote: Counting objects: 7% (942/13456) 2024-01-24T01:33:33.5136181Z remote: Counting objects: 8% (1077/13456) 2024-01-24T01:33:33.5139405Z remote: Counting objects: 9% (1212/13456) 2024-01-24T01:33:33.5141954Z remote: Counting objects: 10% (1346/13456) 2024-01-24T01:33:33.5142614Z remote: Counting objects: 11% (1481/13456) 2024-01-24T01:33:33.5144884Z remote: Counting objects: 12% (1615/13456) 2024-01-24T01:33:33.5145557Z remote: Counting objects: 13% (1750/13456) 2024-01-24T01:33:33.5147346Z remote: Counting objects: 14% (1884/13456) 2024-01-24T01:33:33.5147983Z remote: Counting objects: 15% (2019/13456) 2024-01-24T01:33:33.5149422Z remote: Counting objects: 16% (2153/13456) 2024-01-24T01:33:33.5150078Z remote: Counting objects: 17% (2288/13456) 2024-01-24T01:33:33.5150739Z remote: Counting objects: 18% (2423/13456) 2024-01-24T01:33:33.5151708Z remote: Counting objects: 19% (2557/13456) 2024-01-24T01:33:33.5152514Z remote: Counting objects: 20% (2692/13456) 2024-01-24T01:33:33.5155636Z remote: Counting objects: 21% (2826/13456) 2024-01-24T01:33:33.5156396Z remote: Counting objects: 22% (2961/13456) 2024-01-24T01:33:33.5158176Z remote: Counting objects: 23% (3095/13456) 2024-01-24T01:33:33.5158818Z remote: Counting objects: 24% (3230/13456) 2024-01-24T01:33:33.5159463Z remote: Counting objects: 25% (3364/13456) 2024-01-24T01:33:33.5160260Z remote: Counting objects: 26% (3499/13456) 2024-01-24T01:33:33.5161112Z remote: Counting objects: 27% (3634/13456) 2024-01-24T01:33:33.5161870Z remote: Counting objects: 28% (3768/13456) 2024-01-24T01:33:33.5163034Z remote: Counting objects: 29% (3903/13456) 2024-01-24T01:33:33.5163677Z remote: Counting objects: 30% (4037/13456) 2024-01-24T01:33:33.5164641Z remote: Counting objects: 31% (4172/13456) 2024-01-24T01:33:33.5165389Z remote: Counting objects: 32% (4306/13456) 2024-01-24T01:33:33.5166030Z remote: Counting objects: 33% (4441/13456) 2024-01-24T01:33:33.5166782Z remote: Counting objects: 34% (4576/13456) 2024-01-24T01:33:33.5167430Z remote: Counting objects: 35% (4710/13456) 2024-01-24T01:33:33.5168231Z remote: Counting objects: 36% (4845/13456) 2024-01-24T01:33:33.5168861Z remote: Counting objects: 37% (4979/13456) 2024-01-24T01:33:33.5170798Z remote: Counting objects: 38% (5114/13456) 2024-01-24T01:33:33.5171530Z remote: Counting objects: 39% (5248/13456) 2024-01-24T01:33:33.5172148Z remote: Counting objects: 40% (5383/13456) 2024-01-24T01:33:33.5172787Z remote: Counting objects: 41% (5517/13456) 2024-01-24T01:33:33.5173440Z remote: Counting objects: 42% (5652/13456) 2024-01-24T01:33:33.5174488Z remote: Counting objects: 43% (5787/13456) 2024-01-24T01:33:33.5175307Z remote: Counting objects: 44% (5921/13456) 2024-01-24T01:33:33.5176120Z remote: Counting objects: 45% (6056/13456) 2024-01-24T01:33:33.5176928Z remote: Counting objects: 46% (6190/13456) 2024-01-24T01:33:33.5177720Z remote: Counting objects: 47% (6325/13456) 2024-01-24T01:33:33.5178899Z remote: Counting objects: 48% (6459/13456) 2024-01-24T01:33:33.5180130Z remote: Counting objects: 49% (6594/13456) 2024-01-24T01:33:33.5181127Z remote: Counting objects: 50% (6728/13456) 2024-01-24T01:33:33.5181791Z remote: Counting objects: 51% (6863/13456) 2024-01-24T01:33:33.5182441Z remote: Counting objects: 52% (6998/13456) 2024-01-24T01:33:33.5183057Z remote: Counting objects: 53% (7132/13456) 2024-01-24T01:33:33.5183690Z remote: Counting objects: 54% (7267/13456) 2024-01-24T01:33:33.5184341Z remote: Counting objects: 55% (7401/13456) 2024-01-24T01:33:33.5184964Z remote: Counting objects: 56% (7536/13456) 2024-01-24T01:33:33.5185607Z remote: Counting objects: 57% (7670/13456) 2024-01-24T01:33:33.5187292Z remote: Counting objects: 58% (7805/13456) 2024-01-24T01:33:33.5190924Z remote: Counting objects: 59% (7940/13456) 2024-01-24T01:33:33.5193982Z remote: Counting objects: 60% (8074/13456) 2024-01-24T01:33:33.5195762Z remote: Counting objects: 61% (8209/13456) 2024-01-24T01:33:33.5197861Z remote: Counting objects: 62% (8343/13456) 2024-01-24T01:33:33.5198545Z remote: Counting objects: 63% (8478/13456) 2024-01-24T01:33:33.5199247Z remote: Counting objects: 64% (8612/13456) 2024-01-24T01:33:33.5199896Z remote: Counting objects: 65% (8747/13456) 2024-01-24T01:33:33.5200708Z remote: Counting objects: 66% (8881/13456) 2024-01-24T01:33:33.5202078Z remote: Counting objects: 67% (9016/13456) 2024-01-24T01:33:33.5204997Z remote: Counting objects: 68% (9151/13456) 2024-01-24T01:33:33.5207463Z remote: Counting objects: 69% (9285/13456) 2024-01-24T01:33:33.5210392Z remote: Counting objects: 70% (9420/13456) 2024-01-24T01:33:33.5211024Z remote: Counting objects: 71% (9554/13456) 2024-01-24T01:33:33.5213471Z remote: Counting objects: 72% (9689/13456) 2024-01-24T01:33:33.5215800Z remote: Counting objects: 73% (9823/13456) 2024-01-24T01:33:33.5218694Z remote: Counting objects: 74% (9958/13456) 2024-01-24T01:33:33.5220903Z remote: Counting objects: 75% (10092/13456) 2024-01-24T01:33:33.5222827Z remote: Counting objects: 76% (10227/13456) 2024-01-24T01:33:33.5223664Z remote: Counting objects: 77% (10362/13456) 2024-01-24T01:33:33.5224320Z remote: Counting objects: 78% (10496/13456) 2024-01-24T01:33:33.5224993Z remote: Counting objects: 79% (10631/13456) 2024-01-24T01:33:33.5225663Z remote: Counting objects: 80% (10765/13456) 2024-01-24T01:33:33.5227947Z remote: Counting objects: 81% (10900/13456) 2024-01-24T01:33:33.5235581Z remote: Counting objects: 82% (11034/13456) 2024-01-24T01:33:33.5241165Z remote: Counting objects: 83% (11169/13456) 2024-01-24T01:33:33.5241868Z remote: Counting objects: 84% (11304/13456) 2024-01-24T01:33:33.5242497Z remote: Counting objects: 85% (11438/13456) 2024-01-24T01:33:33.5243157Z remote: Counting objects: 86% (11573/13456) 2024-01-24T01:33:33.5243810Z remote: Counting objects: 87% (11707/13456) 2024-01-24T01:33:33.5244731Z remote: Counting objects: 88% (11842/13456) 2024-01-24T01:33:33.5245410Z remote: Counting objects: 89% (11976/13456) 2024-01-24T01:33:33.5246056Z remote: Counting objects: 90% (12111/13456) 2024-01-24T01:33:33.5248243Z remote: Counting objects: 91% (12245/13456) 2024-01-24T01:33:33.5254885Z remote: Counting objects: 92% (12380/13456) 2024-01-24T01:33:33.5255793Z remote: Counting objects: 93% (12515/13456) 2024-01-24T01:33:33.5263091Z remote: Counting objects: 94% (12649/13456) 2024-01-24T01:33:33.5263749Z remote: Counting objects: 95% (12784/13456) 2024-01-24T01:33:33.5264374Z remote: Counting objects: 96% (12918/13456) 2024-01-24T01:33:33.5265021Z remote: Counting objects: 97% (13053/13456) 2024-01-24T01:33:33.5267665Z remote: Counting objects: 98% (13187/13456) 2024-01-24T01:33:33.5268311Z remote: Counting objects: 99% (13322/13456) 2024-01-24T01:33:33.5268971Z remote: Counting objects: 100% (13456/13456) 2024-01-24T01:33:33.5269671Z remote: Counting objects: 100% (13456/13456), done. 2024-01-24T01:33:33.5342995Z remote: Compressing objects: 0% (1/11474) 2024-01-24T01:33:33.5453776Z remote: Compressing objects: 1% (115/11474) 2024-01-24T01:33:33.5813404Z remote: Compressing objects: 2% (230/11474) 2024-01-24T01:33:33.5863895Z remote: Compressing objects: 3% (345/11474) 2024-01-24T01:33:33.5877197Z remote: Compressing objects: 4% (459/11474) 2024-01-24T01:33:33.5930569Z remote: Compressing objects: 5% (574/11474) 2024-01-24T01:33:33.6144462Z remote: Compressing objects: 6% (689/11474) 2024-01-24T01:33:33.6382411Z remote: Compressing objects: 7% (804/11474) 2024-01-24T01:33:33.6779861Z remote: Compressing objects: 8% (918/11474) 2024-01-24T01:33:33.7443756Z remote: Compressing objects: 9% (1033/11474) 2024-01-24T01:33:33.7807119Z remote: Compressing objects: 10% (1148/11474) 2024-01-24T01:33:33.8109367Z remote: Compressing objects: 11% (1263/11474) 2024-01-24T01:33:33.8325966Z remote: Compressing objects: 12% (1377/11474) 2024-01-24T01:33:33.8601791Z remote: Compressing objects: 13% (1492/11474) 2024-01-24T01:33:33.9248680Z remote: Compressing objects: 14% (1607/11474) 2024-01-24T01:33:33.9617860Z remote: Compressing objects: 15% (1722/11474) 2024-01-24T01:33:34.0004684Z remote: Compressing objects: 16% (1836/11474) 2024-01-24T01:33:34.0371524Z remote: Compressing objects: 17% (1951/11474) 2024-01-24T01:33:34.0714294Z remote: Compressing objects: 18% (2066/11474) 2024-01-24T01:33:34.1120809Z remote: Compressing objects: 19% (2181/11474) 2024-01-24T01:33:34.1500549Z remote: Compressing objects: 20% (2295/11474) 2024-01-24T01:33:34.1743076Z remote: Compressing objects: 21% (2410/11474) 2024-01-24T01:33:34.2231969Z remote: Compressing objects: 22% (2525/11474) 2024-01-24T01:33:34.2630122Z remote: Compressing objects: 23% (2640/11474) 2024-01-24T01:33:34.3306571Z remote: Compressing objects: 24% (2754/11474) 2024-01-24T01:33:34.3635486Z remote: Compressing objects: 25% (2869/11474) 2024-01-24T01:33:34.3897785Z remote: Compressing objects: 26% (2984/11474) 2024-01-24T01:33:34.4234062Z remote: Compressing objects: 27% (3098/11474) 2024-01-24T01:33:34.4763698Z remote: Compressing objects: 28% (3213/11474) 2024-01-24T01:33:34.4880037Z remote: Compressing objects: 29% (3328/11474) 2024-01-24T01:33:34.4948710Z remote: Compressing objects: 30% (3443/11474) 2024-01-24T01:33:34.5164927Z remote: Compressing objects: 31% (3557/11474) 2024-01-24T01:33:34.5272993Z remote: Compressing objects: 32% (3672/11474) 2024-01-24T01:33:34.5437503Z remote: Compressing objects: 32% (3737/11474) 2024-01-24T01:33:34.5475686Z remote: Compressing objects: 33% (3787/11474) 2024-01-24T01:33:34.5572182Z remote: Compressing objects: 34% (3902/11474) 2024-01-24T01:33:34.5791599Z remote: Compressing objects: 35% (4016/11474) 2024-01-24T01:33:34.5983352Z remote: Compressing objects: 36% (4131/11474) 2024-01-24T01:33:34.6208421Z remote: Compressing objects: 37% (4246/11474) 2024-01-24T01:33:34.6571079Z remote: Compressing objects: 38% (4361/11474) 2024-01-24T01:33:34.6859351Z remote: Compressing objects: 39% (4475/11474) 2024-01-24T01:33:34.7118755Z remote: Compressing objects: 40% (4590/11474) 2024-01-24T01:33:34.7437487Z remote: Compressing objects: 41% (4705/11474) 2024-01-24T01:33:34.7735273Z remote: Compressing objects: 42% (4820/11474) 2024-01-24T01:33:34.8053324Z remote: Compressing objects: 43% (4934/11474) 2024-01-24T01:33:34.8412217Z remote: Compressing objects: 44% (5049/11474) 2024-01-24T01:33:34.8767422Z remote: Compressing objects: 45% (5164/11474) 2024-01-24T01:33:34.9023893Z remote: Compressing objects: 46% (5279/11474) 2024-01-24T01:33:34.9242387Z remote: Compressing objects: 47% (5393/11474) 2024-01-24T01:33:34.9447089Z remote: Compressing objects: 48% (5508/11474) 2024-01-24T01:33:34.9899610Z remote: Compressing objects: 49% (5623/11474) 2024-01-24T01:33:34.9930550Z remote: Compressing objects: 50% (5737/11474) 2024-01-24T01:33:34.9986668Z remote: Compressing objects: 51% (5852/11474) 2024-01-24T01:33:35.0212386Z remote: Compressing objects: 52% (5967/11474) 2024-01-24T01:33:35.0476342Z remote: Compressing objects: 53% (6082/11474) 2024-01-24T01:33:35.0598167Z remote: Compressing objects: 54% (6196/11474) 2024-01-24T01:33:35.0741454Z remote: Compressing objects: 55% (6311/11474) 2024-01-24T01:33:35.0994433Z remote: Compressing objects: 56% (6426/11474) 2024-01-24T01:33:35.1148904Z remote: Compressing objects: 57% (6541/11474) 2024-01-24T01:33:35.1168146Z remote: Compressing objects: 58% (6655/11474) 2024-01-24T01:33:35.1198319Z remote: Compressing objects: 59% (6770/11474) 2024-01-24T01:33:35.1268454Z remote: Compressing objects: 60% (6885/11474) 2024-01-24T01:33:35.1351176Z remote: Compressing objects: 61% (7000/11474) 2024-01-24T01:33:35.1389391Z remote: Compressing objects: 62% (7114/11474) 2024-01-24T01:33:35.1392139Z remote: Compressing objects: 63% (7229/11474) 2024-01-24T01:33:35.1392881Z remote: Compressing objects: 64% (7344/11474) 2024-01-24T01:33:35.1429194Z remote: Compressing objects: 65% (7459/11474) 2024-01-24T01:33:35.1430599Z remote: Compressing objects: 66% (7573/11474) 2024-01-24T01:33:35.1433157Z remote: Compressing objects: 67% (7688/11474) 2024-01-24T01:33:35.1447051Z remote: Compressing objects: 68% (7803/11474) 2024-01-24T01:33:35.1511412Z remote: Compressing objects: 69% (7918/11474) 2024-01-24T01:33:35.1611379Z remote: Compressing objects: 70% (8032/11474) 2024-01-24T01:33:35.1686365Z remote: Compressing objects: 71% (8147/11474) 2024-01-24T01:33:35.1730026Z remote: Compressing objects: 72% (8262/11474) 2024-01-24T01:33:35.1787506Z remote: Compressing objects: 73% (8377/11474) 2024-01-24T01:33:35.1878719Z remote: Compressing objects: 74% (8491/11474) 2024-01-24T01:33:35.1984069Z remote: Compressing objects: 75% (8606/11474) 2024-01-24T01:33:35.2076737Z remote: Compressing objects: 76% (8721/11474) 2024-01-24T01:33:35.2151663Z remote: Compressing objects: 77% (8835/11474) 2024-01-24T01:33:35.2205554Z remote: Compressing objects: 78% (8950/11474) 2024-01-24T01:33:35.2214764Z remote: Compressing objects: 79% (9065/11474) 2024-01-24T01:33:35.2260155Z remote: Compressing objects: 80% (9180/11474) 2024-01-24T01:33:35.2342522Z remote: Compressing objects: 81% (9294/11474) 2024-01-24T01:33:35.2432862Z remote: Compressing objects: 82% (9409/11474) 2024-01-24T01:33:35.2589837Z remote: Compressing objects: 83% (9524/11474) 2024-01-24T01:33:35.2649305Z remote: Compressing objects: 84% (9639/11474) 2024-01-24T01:33:35.2703476Z remote: Compressing objects: 85% (9753/11474) 2024-01-24T01:33:35.2801922Z remote: Compressing objects: 86% (9868/11474) 2024-01-24T01:33:35.2915148Z remote: Compressing objects: 87% (9983/11474) 2024-01-24T01:33:35.3016476Z remote: Compressing objects: 88% (10098/11474) 2024-01-24T01:33:35.3084288Z remote: Compressing objects: 89% (10212/11474) 2024-01-24T01:33:35.3196271Z remote: Compressing objects: 90% (10327/11474) 2024-01-24T01:33:35.3220261Z remote: Compressing objects: 91% (10442/11474) 2024-01-24T01:33:35.3232843Z remote: Compressing objects: 92% (10557/11474) 2024-01-24T01:33:35.3257986Z remote: Compressing objects: 93% (10671/11474) 2024-01-24T01:33:35.3264297Z remote: Compressing objects: 94% (10786/11474) 2024-01-24T01:33:35.3272028Z remote: Compressing objects: 95% (10901/11474) 2024-01-24T01:33:35.3281955Z remote: Compressing objects: 96% (11016/11474) 2024-01-24T01:33:35.3297009Z remote: Compressing objects: 97% (11130/11474) 2024-01-24T01:33:35.3307813Z remote: Compressing objects: 98% (11245/11474) 2024-01-24T01:33:35.3316160Z remote: Compressing objects: 99% (11360/11474) 2024-01-24T01:33:35.3316889Z remote: Compressing objects: 100% (11474/11474) 2024-01-24T01:33:35.3317753Z remote: Compressing objects: 100% (11474/11474), done. 2024-01-24T01:33:40.0347152Z remote: Total 13456 (delta 1853), reused 10007 (delta 1684), pack-reused 0 2024-01-24T01:33:52.2972574Z ##[endgroup] 2024-01-24T01:33:52.2974004Z ##[group]Determining the checkout info 2024-01-24T01:33:52.2976646Z ##[endgroup] 2024-01-24T01:33:52.2977339Z ##[group]Checking out the ref 2024-01-24T01:33:52.2988192Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:36:54.0923286Z ##[endgroup] 2024-01-24T01:36:54.0924635Z ##[group]Setting up auth for fetching submodules 2024-01-24T01:36:54.0949471Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-01-24T01:36:54.1360800Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-01-24T01:36:54.1739890Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-01-24T01:36:54.2147320Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-01-24T01:36:54.2598170Z ##[endgroup] 2024-01-24T01:36:54.2599471Z ##[group]Fetching submodules 2024-01-24T01:36:54.2611163Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-01-24T01:36:54.8755479Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-01-24T01:36:55.5931155Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-01-24T01:36:55.5934739Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-01-24T01:36:55.5938775Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-01-24T01:36:55.5942409Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-01-24T01:36:55.5945347Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2024-01-24T01:36:55.5949639Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-01-24T01:36:55.5953415Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-01-24T01:36:55.5956528Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-01-24T01:36:55.5959946Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-01-24T01:36:55.5962796Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2024-01-24T01:36:55.5965892Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-01-24T01:36:55.5969055Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-01-24T01:36:55.5972010Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-01-24T01:36:55.5974923Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-01-24T01:36:55.5978098Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-01-24T01:36:55.5981173Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-01-24T01:36:55.5983993Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-01-24T01:36:55.5987270Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-01-24T01:36:55.5990634Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-01-24T01:36:55.5993858Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-01-24T01:36:55.5996909Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-01-24T01:36:55.5999864Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2024-01-24T01:36:55.6002503Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-01-24T01:36:55.6003978Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-01-24T01:36:55.6005496Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-01-24T01:36:55.6007004Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-01-24T01:36:55.6008565Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2024-01-24T01:36:55.6010142Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-01-24T01:36:55.6011574Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-01-24T01:36:55.6013075Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2024-01-24T01:36:55.6015041Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-01-24T01:36:55.6017479Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-01-24T01:36:55.6019170Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-01-24T01:36:55.6021144Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-01-24T01:36:55.6112136Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-01-24T01:36:55.6115576Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-01-24T01:36:55.6119271Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-01-24T01:36:55.6121899Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2024-01-24T01:36:55.6125078Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-01-24T01:36:55.6128126Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2024-01-24T01:36:56.7459802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2024-01-24T01:36:57.5018793Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2024-01-24T01:36:58.4893245Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2024-01-24T01:36:59.3012264Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2024-01-24T01:36:59.9878824Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/QNNPACK'... 2024-01-24T01:37:00.8770023Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-01-24T01:37:03.6366937Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2024-01-24T01:37:04.2386384Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2024-01-24T01:37:05.2187322Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2024-01-24T01:37:06.2436066Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cub'... 2024-01-24T01:37:07.1409949Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2024-01-24T01:37:10.7604711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2024-01-24T01:37:12.2066495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/eigen'... 2024-01-24T01:37:13.5057036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2024-01-24T01:37:14.3851525Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2024-01-24T01:37:15.0909505Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2024-01-24T01:37:15.4546857Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/foxi'... 2024-01-24T01:37:16.4101470Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-01-24T01:37:17.3207216Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2024-01-24T01:37:18.0588719Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2024-01-24T01:37:18.9382323Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2024-01-24T01:37:19.6528808Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ios-cmake'... 2024-01-24T01:37:20.7006259Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2024-01-24T01:37:22.2665517Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2024-01-24T01:37:23.3209036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2024-01-24T01:37:24.1334841Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nccl/nccl'... 2024-01-24T01:37:24.6497840Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/neon2sse'... 2024-01-24T01:37:26.1019972Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2024-01-24T01:37:27.6392412Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2024-01-24T01:37:28.3124906Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt'... 2024-01-24T01:37:28.7856132Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2024-01-24T01:37:31.4816889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2024-01-24T01:37:32.5111931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2024-01-24T01:37:33.2945697Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2024-01-24T01:37:34.3959472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2024-01-24T01:37:35.6486385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2024-01-24T01:37:36.9565510Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2024-01-24T01:37:38.5043798Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tbb'... 2024-01-24T01:37:39.1976404Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2024-01-24T01:37:40.4220698Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/zstd'... 2024-01-24T01:37:41.3789388Z From https://github.com/facebookincubator/fbjni 2024-01-24T01:37:41.3790888Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2024-01-24T01:37:42.1643956Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-01-24T01:37:43.0747382Z From https://github.com/Maratyszcza/FP16 2024-01-24T01:37:43.0748976Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2024-01-24T01:37:43.2490045Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-01-24T01:37:43.9954235Z From https://github.com/Maratyszcza/FXdiv 2024-01-24T01:37:43.9955682Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2024-01-24T01:37:44.2178035Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-01-24T01:37:45.5941885Z From https://github.com/Maratyszcza/NNPACK 2024-01-24T01:37:45.5942744Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2024-01-24T01:37:47.7592750Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-01-24T01:37:49.3212765Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2024-01-24T01:37:50.6667296Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2024-01-24T01:37:50.6668304Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2024-01-24T01:37:53.5193605Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-01-24T01:37:55.8755164Z From https://github.com/google/XNNPACK 2024-01-24T01:37:55.8756097Z * branch d9cce341f86a207da9d851d05e26cd50b508b73c -> FETCH_HEAD 2024-01-24T01:38:28.0657781Z Submodule path 'third_party/XNNPACK': checked out 'd9cce341f86a207da9d851d05e26cd50b508b73c' 2024-01-24T01:38:29.1254299Z From https://github.com/google/benchmark 2024-01-24T01:38:29.1255148Z * branch 0d98dba29d66e93259db7daa53a9327df767a415 -> FETCH_HEAD 2024-01-24T01:38:29.5669257Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-01-24T01:38:30.6695958Z From https://github.com/pytorch/cpuinfo 2024-01-24T01:38:30.6696792Z * branch d6860c477c99f1fce9e28eb206891af3c0e1a1d7 -> FETCH_HEAD 2024-01-24T01:38:32.6595151Z Submodule path 'third_party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-01-24T01:38:33.8255387Z From https://github.com/NVlabs/cub 2024-01-24T01:38:33.8256828Z * branch d106ddb991a56c3df1b6d51b2409e36ba8181ce4 -> FETCH_HEAD 2024-01-24T01:38:34.1991543Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2024-01-24T01:38:35.2405365Z From https://github.com/NVIDIA/cudnn-frontend 2024-01-24T01:38:35.2407469Z * branch 9f82dda5c029d15a5f371f0fe003dc0c74a0c987 -> FETCH_HEAD 2024-01-24T01:38:35.5668067Z Submodule path 'third_party/cudnn_frontend': checked out '9f82dda5c029d15a5f371f0fe003dc0c74a0c987' 2024-01-24T01:38:37.7809649Z From https://github.com/NVIDIA/cutlass 2024-01-24T01:38:37.7810619Z * branch 44c704eae85da352d277d6f092f41412772f70e4 -> FETCH_HEAD 2024-01-24T01:38:45.7707738Z Submodule path 'third_party/cutlass': checked out '44c704eae85da352d277d6f092f41412772f70e4' 2024-01-24T01:38:48.4309804Z From https://gitlab.com/libeigen/eigen 2024-01-24T01:38:48.4311442Z * branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD 2024-01-24T01:38:52.2675017Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-01-24T01:38:54.7090862Z From https://github.com/pytorch/fbgemm 2024-01-24T01:38:54.7091916Z * branch dbc3157bf256f1339b3fa1fef2be89ac4078be0e -> FETCH_HEAD 2024-01-24T01:38:56.0041500Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-01-24T01:38:56.0284584Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-01-24T01:38:56.0287768Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-01-24T01:38:56.0289624Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-01-24T01:38:56.0291545Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-01-24T01:38:56.0293557Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-01-24T01:38:57.0235189Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-01-24T01:38:57.8380583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-01-24T01:39:00.9689982Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-01-24T01:39:01.5215527Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-01-24T01:39:01.9166504Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-01-24T01:39:03.2219471Z From https://github.com/asmjit/asmjit 2024-01-24T01:39:03.2221051Z * branch d3fbf7c9bc7c1d1365a94a45614b91c5a3706b81 -> FETCH_HEAD 2024-01-24T01:39:03.8324805Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-01-24T01:39:05.2310374Z From https://github.com/pytorch/cpuinfo 2024-01-24T01:39:05.2312012Z * branch ed8b86a253800bafdb7b25c5c399f91bff9cb1f3 -> FETCH_HEAD 2024-01-24T01:39:06.6252887Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-01-24T01:39:08.1100813Z From https://github.com/NVIDIA/cutlass 2024-01-24T01:39:08.1102309Z * branch fc9ebc645b63f3a6bc80aaefde5c063fb72110d6 -> FETCH_HEAD 2024-01-24T01:39:16.6226393Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-01-24T01:39:18.4779073Z From https://github.com/google/googletest 2024-01-24T01:39:18.4780982Z * branch cbf019de22c8dd37b2108da35b2748fd702d1796 -> FETCH_HEAD 2024-01-24T01:39:19.7201235Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-01-24T01:39:20.7930236Z From https://github.com/ROCmSoftwarePlatform/hipify_torch 2024-01-24T01:39:20.7931147Z * branch 23f53b025b466d8ec3c45d52290d3442f7fbe6b1 -> FETCH_HEAD 2024-01-24T01:39:20.8430130Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-01-24T01:39:22.8059405Z From https://github.com/google/flatbuffers 2024-01-24T01:39:22.8061062Z * branch 01834de25e4bf3975a9a00e816292b1ad0fe184b -> FETCH_HEAD 2024-01-24T01:39:26.3271810Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-01-24T01:39:27.4304738Z From https://github.com/fmtlib/fmt 2024-01-24T01:39:27.4305924Z * branch e69e5f977d458f2650bb346dadf2ad30c5320281 -> FETCH_HEAD 2024-01-24T01:39:27.9783793Z Submodule path 'third_party/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281' 2024-01-24T01:39:28.2792751Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-01-24T01:39:29.3491903Z From https://github.com/google/gemmlowp 2024-01-24T01:39:29.3492775Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2024-01-24T01:39:29.8667259Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-01-24T01:39:30.9839535Z From https://github.com/facebookincubator/gloo 2024-01-24T01:39:30.9840617Z * branch 5354032ea08eadd7fc4456477f7f7c6308818509 -> FETCH_HEAD 2024-01-24T01:39:31.5370361Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-01-24T01:39:32.7840283Z From https://github.com/google/googletest 2024-01-24T01:39:32.7841677Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2024-01-24T01:39:33.4718545Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-01-24T01:39:34.4623702Z From https://github.com/intel/ideep 2024-01-24T01:39:34.4625081Z * branch e212bbbf81e2a29a82651ae55dc1effa8830f31a -> FETCH_HEAD 2024-01-24T01:39:34.5286204Z Submodule path 'third_party/ideep': checked out 'e212bbbf81e2a29a82651ae55dc1effa8830f31a' 2024-01-24T01:39:34.5419856Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-01-24T01:39:36.8745749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-01-24T01:39:39.7159580Z From https://github.com/intel/mkl-dnn 2024-01-24T01:39:39.7161378Z * branch 2dc95a2ad0841e29db8b22fbccaf3e5da7992b01 -> FETCH_HEAD 2024-01-24T01:39:50.7986404Z Submodule path 'third_party/ideep/mkl-dnn': checked out '2dc95a2ad0841e29db8b22fbccaf3e5da7992b01' 2024-01-24T01:39:50.9467547Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2024-01-24T01:39:51.9448097Z From https://github.com/intel/ittapi 2024-01-24T01:39:51.9448919Z * branch 5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 -> FETCH_HEAD 2024-01-24T01:39:52.1777752Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-01-24T01:39:52.9937955Z From https://github.com/pytorch/kineto 2024-01-24T01:39:52.9938974Z * branch eb56921f8cf6f4d14c16c45fe7586d5a6dccaf9e -> FETCH_HEAD 2024-01-24T01:39:54.0697993Z Submodule path 'third_party/kineto': checked out 'eb56921f8cf6f4d14c16c45fe7586d5a6dccaf9e' 2024-01-24T01:39:54.0898281Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-01-24T01:39:54.0902936Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-01-24T01:39:54.0907078Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-01-24T01:39:54.9816876Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-01-24T01:39:55.4700281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-01-24T01:39:55.9604364Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-01-24T01:39:57.2604578Z From https://github.com/facebookincubator/dynolog 2024-01-24T01:39:57.2605431Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2024-01-24T01:39:58.5866473Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-01-24T01:39:58.6198423Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-01-24T01:39:58.6200479Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-01-24T01:39:58.6202637Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-01-24T01:39:58.6204688Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-01-24T01:39:58.6206745Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-01-24T01:39:58.6208885Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-01-24T01:39:58.6211102Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-01-24T01:39:58.6213134Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-01-24T01:40:00.0817809Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-01-24T01:40:00.5398814Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-01-24T01:40:01.0453558Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-01-24T01:40:01.4251593Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-01-24T01:40:01.8468512Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-01-24T01:40:02.4744341Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-01-24T01:40:03.5689509Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-01-24T01:40:03.9866462Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-01-24T01:40:05.4157318Z From https://github.com/NVIDIA/DCGM 2024-01-24T01:40:07.5274030Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2024-01-24T01:40:07.5277209Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-01-24T01:40:08.6872489Z From https://github.com/libcpr/cpr 2024-01-24T01:40:08.6873301Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2024-01-24T01:40:08.9455535Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-01-24T01:40:09.9167344Z From https://github.com/fmtlib/fmt 2024-01-24T01:40:09.9168179Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2024-01-24T01:40:10.1329660Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-01-24T01:40:10.9580817Z From https://github.com/gflags/gflags 2024-01-24T01:40:10.9582243Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2024-01-24T01:40:11.0306756Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-01-24T01:40:11.0462795Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-01-24T01:40:11.4314601Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-01-24T01:40:12.2236743Z From https://github.com/gflags/gflags 2024-01-24T01:40:12.2238227Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2024-01-24T01:40:12.2717100Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-01-24T01:40:13.3843873Z From https://github.com/google/glog 2024-01-24T01:40:13.3845377Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2024-01-24T01:40:13.4828320Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-01-24T01:40:14.5604452Z From https://github.com/google/googletest 2024-01-24T01:40:14.5606057Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2024-01-24T01:40:16.3884068Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-01-24T01:40:17.8941205Z From https://github.com/nlohmann/json 2024-01-24T01:40:17.8942026Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2024-01-24T01:40:19.7575819Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-01-24T01:40:20.6570033Z From https://github.com/dtrugman/pfs 2024-01-24T01:40:20.6570869Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2024-01-24T01:40:20.8746050Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-01-24T01:40:21.8458590Z From https://github.com/fmtlib/fmt 2024-01-24T01:40:21.8459485Z * branch a33701196adfad74917046096bf5a2aa0ab0bb50 -> FETCH_HEAD 2024-01-24T01:40:22.3661698Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out 'a33701196adfad74917046096bf5a2aa0ab0bb50' 2024-01-24T01:40:23.7572104Z From https://github.com/google/googletest 2024-01-24T01:40:23.7572933Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2024-01-24T01:40:24.5370961Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-01-24T01:40:25.6114297Z From https://github.com/microsoft/mimalloc 2024-01-24T01:40:25.6115773Z * branch b66e3214d8a104669c2ec05ae91ebc26a8f5ab78 -> FETCH_HEAD 2024-01-24T01:40:26.3033354Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-01-24T01:40:27.3490946Z From https://github.com/NVIDIA/nccl 2024-01-24T01:40:27.3491797Z * branch 8c6c5951854a57ba90c4424fa040497f6defac46 -> FETCH_HEAD 2024-01-24T01:40:27.7120224Z Submodule path 'third_party/nccl/nccl': checked out '8c6c5951854a57ba90c4424fa040497f6defac46' 2024-01-24T01:40:28.4769549Z From https://github.com/intel/ARM_NEON_2_x86_SSE 2024-01-24T01:40:28.4771557Z * branch 97a126f08ce318023be604d03f88bf0820a9464a -> FETCH_HEAD 2024-01-24T01:40:28.5964860Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2024-01-24T01:40:30.0293968Z From https://github.com/nlohmann/json 2024-01-24T01:40:30.0295383Z * branch 87cda1d6646592ac5866dc703c8e1839046a6806 -> FETCH_HEAD 2024-01-24T01:40:31.8053529Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-01-24T01:40:33.1316214Z From https://github.com/onnx/onnx 2024-01-24T01:40:33.1317024Z * branch ccde5da81388ffa770ca98b64e07f803ad089414 -> FETCH_HEAD 2024-01-24T01:40:38.9495967Z Submodule path 'third_party/onnx': checked out 'ccde5da81388ffa770ca98b64e07f803ad089414' 2024-01-24T01:40:38.9732568Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-01-24T01:40:38.9736062Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-01-24T01:40:39.4995467Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-01-24T01:40:40.0438240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-01-24T01:40:41.1890480Z From https://github.com/google/benchmark 2024-01-24T01:40:41.1892010Z * branch 2dd015dfef425c866d9a43f2c67d8b52d709acb6 -> FETCH_HEAD 2024-01-24T01:40:41.5038801Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-01-24T01:40:42.6113652Z From https://github.com/pybind/pybind11 2024-01-24T01:40:42.6114479Z * branch 5b0a6fc2017fcc176545afe3e09c9f9885283242 -> FETCH_HEAD 2024-01-24T01:40:43.1031918Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-01-24T01:40:44.0803026Z From https://github.com/onnx/onnx-tensorrt 2024-01-24T01:40:44.0803861Z * branch c153211418a7c57ce071d9ce2a41f8d1c85a878f -> FETCH_HEAD 2024-01-24T01:40:44.1574534Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2024-01-24T01:40:44.1759176Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2024-01-24T01:40:45.3966035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2024-01-24T01:40:46.8313297Z From https://github.com/onnx/onnx 2024-01-24T01:40:46.8314250Z * branch 765f5ee823a67a866f4bd28a9860e81f3c811ce8 -> FETCH_HEAD 2024-01-24T01:40:48.9114869Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2024-01-24T01:40:48.9287551Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-01-24T01:40:48.9291726Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-01-24T01:40:49.4160930Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2024-01-24T01:40:50.1526881Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2024-01-24T01:40:51.1511671Z From https://github.com/google/benchmark 2024-01-24T01:40:51.1513192Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2024-01-24T01:40:51.2948423Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2024-01-24T01:40:52.3680341Z From https://github.com/pybind/pybind11 2024-01-24T01:40:52.3681451Z * branch a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c -> FETCH_HEAD 2024-01-24T01:40:52.7099207Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2024-01-24T01:40:52.7282275Z 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' 2024-01-24T01:40:53.0555993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2024-01-24T01:40:53.7228971Z From https://github.com/wjakob/clang-cindex-python3 2024-01-24T01:40:53.7230592Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2024-01-24T01:40:53.7738290Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-01-24T01:40:54.4217599Z From https://github.com/mreineck/pocketfft 2024-01-24T01:40:54.4219036Z * branch 9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe -> FETCH_HEAD 2024-01-24T01:40:54.4729530Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-01-24T01:40:57.8079377Z From https://github.com/protocolbuffers/protobuf 2024-01-24T01:40:57.8080238Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2024-01-24T01:41:04.3189908Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-01-24T01:41:04.3365201Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-01-24T01:41:04.3367573Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-01-24T01:41:04.7635957Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-01-24T01:41:05.3687629Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-01-24T01:41:06.5879698Z From https://github.com/google/benchmark 2024-01-24T01:41:06.5881174Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2024-01-24T01:41:06.7394062Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-01-24T01:41:07.8641516Z From https://github.com/google/googletest 2024-01-24T01:41:07.8643089Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2024-01-24T01:41:08.7054728Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-01-24T01:41:08.8253706Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-01-24T01:41:09.5031700Z From https://github.com/Maratyszcza/pthreadpool 2024-01-24T01:41:09.5033285Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2024-01-24T01:41:09.5671562Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-01-24T01:41:10.8936563Z From https://github.com/pybind/pybind11 2024-01-24T01:41:10.8938019Z * branch 8a099e44b3d5f85b20f05828d919d2332a8de841 -> FETCH_HEAD 2024-01-24T01:41:11.6348437Z Submodule path 'third_party/pybind11': checked out '8a099e44b3d5f85b20f05828d919d2332a8de841' 2024-01-24T01:41:12.3324287Z From https://github.com/malfet/PeachPy 2024-01-24T01:41:12.3326174Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2024-01-24T01:41:12.8211704Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-01-24T01:41:13.8883176Z From https://github.com/shibatch/sleef 2024-01-24T01:41:13.8884657Z * branch e0a003ee838b75d11763aa9c3ef17bf71a725bff -> FETCH_HEAD 2024-01-24T01:41:14.9206429Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2024-01-24T01:41:16.6018746Z From https://github.com/01org/tbb 2024-01-24T01:41:16.6019536Z * branch a51a90bc609bb73db8ea13841b5cf7aa4344d4a9 -> FETCH_HEAD 2024-01-24T01:41:19.9729112Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2024-01-24T01:41:20.8839225Z From https://github.com/pytorch/tensorpipe 2024-01-24T01:41:20.8840668Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2024-01-24T01:41:21.2457480Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-01-24T01:41:21.2687534Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-01-24T01:41:21.2691365Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-01-24T01:41:21.2694573Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-01-24T01:41:21.2698061Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-01-24T01:41:21.8178060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-01-24T01:41:22.3444638Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-01-24T01:41:23.0949663Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-01-24T01:41:23.6322685Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-01-24T01:41:24.9090721Z From https://github.com/google/googletest 2024-01-24T01:41:24.9091554Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2024-01-24T01:41:25.4470976Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-01-24T01:41:26.1786062Z From https://github.com/google/libnop 2024-01-24T01:41:26.1787470Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2024-01-24T01:41:26.4635357Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-01-24T01:41:27.7460575Z From https://github.com/libuv/libuv 2024-01-24T01:41:27.7461470Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2024-01-24T01:41:28.5643884Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-01-24T01:41:29.6287612Z From https://github.com/pybind/pybind11 2024-01-24T01:41:29.6289054Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2024-01-24T01:41:30.0502793Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-01-24T01:41:30.0670579Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-01-24T01:41:30.4066715Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-01-24T01:41:31.1583972Z From https://github.com/wjakob/clang-cindex-python3 2024-01-24T01:41:31.1585926Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2024-01-24T01:41:31.2709621Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-01-24T01:41:33.5533429Z From https://github.com/facebook/zstd 2024-01-24T01:41:33.5534259Z * branch aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD 2024-01-24T01:41:35.7308308Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2024-01-24T01:41:35.7533822Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-01-24T01:41:36.5377827Z Entering 'android/libs/fbjni' 2024-01-24T01:41:36.5920203Z Entering 'third_party/FP16' 2024-01-24T01:41:36.6442796Z Entering 'third_party/FXdiv' 2024-01-24T01:41:36.6928343Z Entering 'third_party/NNPACK' 2024-01-24T01:41:36.7426693Z Entering 'third_party/QNNPACK' 2024-01-24T01:41:36.7926679Z Entering 'third_party/VulkanMemoryAllocator' 2024-01-24T01:41:36.8446379Z Entering 'third_party/XNNPACK' 2024-01-24T01:41:36.8982765Z Entering 'third_party/benchmark' 2024-01-24T01:41:36.9519773Z Entering 'third_party/cpuinfo' 2024-01-24T01:41:37.0022525Z Entering 'third_party/cub' 2024-01-24T01:41:37.0496488Z Entering 'third_party/cudnn_frontend' 2024-01-24T01:41:37.0987362Z Entering 'third_party/cutlass' 2024-01-24T01:41:37.1502971Z Entering 'third_party/eigen' 2024-01-24T01:41:37.1966841Z Entering 'third_party/fbgemm' 2024-01-24T01:41:37.2463760Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-01-24T01:41:37.2952353Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-01-24T01:41:37.3462839Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-01-24T01:41:37.3983907Z Entering 'third_party/fbgemm/third_party/googletest' 2024-01-24T01:41:37.4717436Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-01-24T01:41:37.5237730Z Entering 'third_party/flatbuffers' 2024-01-24T01:41:37.5742249Z Entering 'third_party/fmt' 2024-01-24T01:41:37.6270228Z Entering 'third_party/foxi' 2024-01-24T01:41:37.6830420Z Entering 'third_party/gemmlowp/gemmlowp' 2024-01-24T01:41:37.7395504Z Entering 'third_party/gloo' 2024-01-24T01:41:37.7954181Z Entering 'third_party/googletest' 2024-01-24T01:41:37.8522352Z Entering 'third_party/ideep' 2024-01-24T01:41:37.9025436Z Entering 'third_party/ideep/mkl-dnn' 2024-01-24T01:41:37.9594199Z Entering 'third_party/ios-cmake' 2024-01-24T01:41:38.0129336Z Entering 'third_party/ittapi' 2024-01-24T01:41:38.0661209Z Entering 'third_party/kineto' 2024-01-24T01:41:38.1172649Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-01-24T01:41:38.1736033Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-01-24T01:41:38.2314780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-01-24T01:41:38.2860749Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-01-24T01:41:38.3399478Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-01-24T01:41:38.3922535Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-01-24T01:41:38.4478220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-01-24T01:41:38.5075316Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-01-24T01:41:38.5653135Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-01-24T01:41:38.6202819Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-01-24T01:41:38.6812237Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-01-24T01:41:38.7374119Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-01-24T01:41:38.7911933Z Entering 'third_party/mimalloc' 2024-01-24T01:41:38.8501109Z Entering 'third_party/nccl/nccl' 2024-01-24T01:41:38.9029641Z Entering 'third_party/neon2sse' 2024-01-24T01:41:38.9532968Z Entering 'third_party/nlohmann' 2024-01-24T01:41:39.0052640Z Entering 'third_party/onnx' 2024-01-24T01:41:39.0562566Z Entering 'third_party/onnx/third_party/benchmark' 2024-01-24T01:41:39.1128201Z Entering 'third_party/onnx/third_party/pybind11' 2024-01-24T01:41:39.1685016Z Entering 'third_party/onnx-tensorrt' 2024-01-24T01:41:39.2193980Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-01-24T01:41:39.2770130Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-01-24T01:41:39.3324032Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-01-24T01:41:39.3851165Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-01-24T01:41:39.4391891Z Entering 'third_party/pocketfft' 2024-01-24T01:41:39.4927141Z Entering 'third_party/protobuf' 2024-01-24T01:41:39.5440197Z Entering 'third_party/protobuf/third_party/benchmark' 2024-01-24T01:41:39.5975210Z Entering 'third_party/protobuf/third_party/googletest' 2024-01-24T01:41:39.6482931Z Entering 'third_party/psimd' 2024-01-24T01:41:39.6993121Z Entering 'third_party/pthreadpool' 2024-01-24T01:41:39.7497297Z Entering 'third_party/pybind11' 2024-01-24T01:41:39.7970016Z Entering 'third_party/python-peachpy' 2024-01-24T01:41:39.8485681Z Entering 'third_party/sleef' 2024-01-24T01:41:39.8985003Z Entering 'third_party/tbb' 2024-01-24T01:41:39.9489610Z Entering 'third_party/tensorpipe' 2024-01-24T01:41:39.9987866Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-01-24T01:41:40.0534361Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-01-24T01:41:40.1044032Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-01-24T01:41:40.1551301Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-01-24T01:41:40.2092862Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-01-24T01:41:40.2690279Z Entering 'third_party/zstd' 2024-01-24T01:41:40.3339620Z ##[endgroup] 2024-01-24T01:41:40.3340342Z ##[group]Persisting credentials for submodules 2024-01-24T01:41:40.3355224Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2024-01-24T01:41:40.8399453Z Entering 'android/libs/fbjni' 2024-01-24T01:41:40.9295631Z Entering 'third_party/FP16' 2024-01-24T01:41:41.0105425Z Entering 'third_party/FXdiv' 2024-01-24T01:41:41.1001577Z Entering 'third_party/NNPACK' 2024-01-24T01:41:41.1837313Z Entering 'third_party/QNNPACK' 2024-01-24T01:41:41.2744528Z Entering 'third_party/VulkanMemoryAllocator' 2024-01-24T01:41:41.3569157Z Entering 'third_party/XNNPACK' 2024-01-24T01:41:41.4406252Z Entering 'third_party/benchmark' 2024-01-24T01:41:41.5261461Z Entering 'third_party/cpuinfo' 2024-01-24T01:41:41.6157936Z Entering 'third_party/cub' 2024-01-24T01:41:41.7002380Z Entering 'third_party/cudnn_frontend' 2024-01-24T01:41:41.7855319Z Entering 'third_party/cutlass' 2024-01-24T01:41:41.8706013Z Entering 'third_party/eigen' 2024-01-24T01:41:41.9578141Z Entering 'third_party/fbgemm' 2024-01-24T01:41:42.0445877Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-01-24T01:41:42.1334607Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-01-24T01:41:42.2227497Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-01-24T01:41:42.3078629Z Entering 'third_party/fbgemm/third_party/googletest' 2024-01-24T01:41:42.4037328Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-01-24T01:41:42.5026687Z Entering 'third_party/flatbuffers' 2024-01-24T01:41:42.5891488Z Entering 'third_party/fmt' 2024-01-24T01:41:42.6864758Z Entering 'third_party/foxi' 2024-01-24T01:41:42.7773976Z Entering 'third_party/gemmlowp/gemmlowp' 2024-01-24T01:41:42.8605812Z Entering 'third_party/gloo' 2024-01-24T01:41:42.9445864Z Entering 'third_party/googletest' 2024-01-24T01:41:43.0263369Z Entering 'third_party/ideep' 2024-01-24T01:41:43.1113692Z Entering 'third_party/ideep/mkl-dnn' 2024-01-24T01:41:43.1985720Z Entering 'third_party/ios-cmake' 2024-01-24T01:41:43.2847012Z Entering 'third_party/ittapi' 2024-01-24T01:41:43.3650854Z Entering 'third_party/kineto' 2024-01-24T01:41:43.4551443Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-01-24T01:41:43.5416483Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-01-24T01:41:43.6348633Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-01-24T01:41:43.7183604Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-01-24T01:41:43.8000440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-01-24T01:41:43.8794407Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-01-24T01:41:43.9668717Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-01-24T01:41:44.0551755Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-01-24T01:41:44.1408074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-01-24T01:41:44.2270948Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-01-24T01:41:44.3158407Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-01-24T01:41:44.4049812Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-01-24T01:41:44.4940046Z Entering 'third_party/mimalloc' 2024-01-24T01:41:44.5749056Z Entering 'third_party/nccl/nccl' 2024-01-24T01:41:44.6669415Z Entering 'third_party/neon2sse' 2024-01-24T01:41:44.7520748Z Entering 'third_party/nlohmann' 2024-01-24T01:41:44.8301037Z Entering 'third_party/onnx' 2024-01-24T01:41:44.9053187Z Entering 'third_party/onnx/third_party/benchmark' 2024-01-24T01:41:44.9839628Z Entering 'third_party/onnx/third_party/pybind11' 2024-01-24T01:41:45.0629636Z Entering 'third_party/onnx-tensorrt' 2024-01-24T01:41:45.1445535Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-01-24T01:41:45.2222148Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-01-24T01:41:45.2979410Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-01-24T01:41:45.3802484Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-01-24T01:41:45.4724487Z Entering 'third_party/pocketfft' 2024-01-24T01:41:45.5458710Z Entering 'third_party/protobuf' 2024-01-24T01:41:45.6265462Z Entering 'third_party/protobuf/third_party/benchmark' 2024-01-24T01:41:45.7053110Z Entering 'third_party/protobuf/third_party/googletest' 2024-01-24T01:41:45.7873199Z Entering 'third_party/psimd' 2024-01-24T01:41:45.8645286Z Entering 'third_party/pthreadpool' 2024-01-24T01:41:45.9383090Z Entering 'third_party/pybind11' 2024-01-24T01:41:46.0184743Z Entering 'third_party/python-peachpy' 2024-01-24T01:41:46.0979056Z Entering 'third_party/sleef' 2024-01-24T01:41:46.1816419Z Entering 'third_party/tbb' 2024-01-24T01:41:46.2541823Z Entering 'third_party/tensorpipe' 2024-01-24T01:41:46.3281552Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-01-24T01:41:46.4044767Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-01-24T01:41:46.4810617Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-01-24T01:41:46.5561298Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-01-24T01:41:46.6297679Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-01-24T01:41:46.7150953Z Entering 'third_party/zstd' 2024-01-24T01:41:46.8086414Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2024-01-24T01:41:47.2937382Z Entering 'android/libs/fbjni' 2024-01-24T01:41:47.3677224Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-01-24T01:41:47.3828680Z Entering 'third_party/FP16' 2024-01-24T01:41:47.4554978Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-01-24T01:41:47.4733456Z Entering 'third_party/FXdiv' 2024-01-24T01:41:47.5451488Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-01-24T01:41:47.5605830Z Entering 'third_party/NNPACK' 2024-01-24T01:41:47.6376525Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-01-24T01:41:47.6553866Z Entering 'third_party/QNNPACK' 2024-01-24T01:41:47.7298701Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2024-01-24T01:41:47.7454059Z Entering 'third_party/VulkanMemoryAllocator' 2024-01-24T01:41:47.8213128Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-01-24T01:41:47.8386144Z Entering 'third_party/XNNPACK' 2024-01-24T01:41:47.9190387Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-01-24T01:41:47.9392335Z Entering 'third_party/benchmark' 2024-01-24T01:41:48.0163767Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-01-24T01:41:48.0334154Z Entering 'third_party/cpuinfo' 2024-01-24T01:41:48.1065824Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-01-24T01:41:48.1221775Z Entering 'third_party/cub' 2024-01-24T01:41:48.1939474Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2024-01-24T01:41:48.2124131Z Entering 'third_party/cudnn_frontend' 2024-01-24T01:41:48.2926561Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-01-24T01:41:48.3099554Z Entering 'third_party/cutlass' 2024-01-24T01:41:48.3829368Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-01-24T01:41:48.4049494Z Entering 'third_party/eigen' 2024-01-24T01:41:48.4770083Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-01-24T01:41:48.4933805Z Entering 'third_party/fbgemm' 2024-01-24T01:41:48.5672433Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-01-24T01:41:48.5840593Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-01-24T01:41:48.6652215Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-01-24T01:41:48.6804060Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-01-24T01:41:48.7688837Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-01-24T01:41:48.7875529Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-01-24T01:41:48.8677489Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-01-24T01:41:48.8900770Z Entering 'third_party/fbgemm/third_party/googletest' 2024-01-24T01:41:48.9711591Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-01-24T01:41:48.9903708Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-01-24T01:41:49.0702726Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-01-24T01:41:49.0878057Z Entering 'third_party/flatbuffers' 2024-01-24T01:41:49.1653850Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-01-24T01:41:49.1834892Z Entering 'third_party/fmt' 2024-01-24T01:41:49.2654964Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-01-24T01:41:49.2831670Z Entering 'third_party/foxi' 2024-01-24T01:41:49.3601275Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-01-24T01:41:49.3798598Z Entering 'third_party/gemmlowp/gemmlowp' 2024-01-24T01:41:49.4648829Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-01-24T01:41:49.4835138Z Entering 'third_party/gloo' 2024-01-24T01:41:49.5714231Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-01-24T01:41:49.5914173Z Entering 'third_party/googletest' 2024-01-24T01:41:49.6717443Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-01-24T01:41:49.6874936Z Entering 'third_party/ideep' 2024-01-24T01:41:49.7674868Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-01-24T01:41:49.7870939Z Entering 'third_party/ideep/mkl-dnn' 2024-01-24T01:41:49.8728196Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-01-24T01:41:49.8923160Z Entering 'third_party/ios-cmake' 2024-01-24T01:41:49.9713756Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2024-01-24T01:41:49.9892215Z Entering 'third_party/ittapi' 2024-01-24T01:41:50.0688346Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-01-24T01:41:50.0868011Z Entering 'third_party/kineto' 2024-01-24T01:41:50.1684801Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-01-24T01:41:50.1860955Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-01-24T01:41:50.2692255Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-01-24T01:41:50.2849967Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-01-24T01:41:50.3770952Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-01-24T01:41:50.3959787Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-01-24T01:41:50.4802052Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-01-24T01:41:50.4965584Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-01-24T01:41:50.5788880Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-01-24T01:41:50.5978673Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-01-24T01:41:50.6815607Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-01-24T01:41:50.6970354Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-01-24T01:41:50.7812467Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-01-24T01:41:50.8020472Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-01-24T01:41:50.8846286Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-01-24T01:41:50.9012345Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-01-24T01:41:50.9863184Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-01-24T01:41:51.0052949Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-01-24T01:41:51.0862759Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-01-24T01:41:51.1039706Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-01-24T01:41:51.1834163Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-01-24T01:41:51.2078823Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-01-24T01:41:51.2899641Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-01-24T01:41:51.3076414Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-01-24T01:41:51.3874156Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-01-24T01:41:51.4054279Z Entering 'third_party/mimalloc' 2024-01-24T01:41:51.4906821Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-01-24T01:41:51.5071893Z Entering 'third_party/nccl/nccl' 2024-01-24T01:41:51.5866706Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-01-24T01:41:51.6051967Z Entering 'third_party/neon2sse' 2024-01-24T01:41:51.6829247Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2024-01-24T01:41:51.7021340Z Entering 'third_party/nlohmann' 2024-01-24T01:41:51.7810633Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-01-24T01:41:51.7980639Z Entering 'third_party/onnx' 2024-01-24T01:41:51.8770847Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-01-24T01:41:51.8957834Z Entering 'third_party/onnx/third_party/benchmark' 2024-01-24T01:41:51.9792893Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-01-24T01:41:51.9987157Z Entering 'third_party/onnx/third_party/pybind11' 2024-01-24T01:41:52.0830749Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-01-24T01:41:52.1034635Z Entering 'third_party/onnx-tensorrt' 2024-01-24T01:41:52.1956527Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2024-01-24T01:41:52.2113610Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-01-24T01:41:52.2952097Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2024-01-24T01:41:52.3126562Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-01-24T01:41:52.4013219Z 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 2024-01-24T01:41:52.4197446Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-01-24T01:41:52.5076197Z 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 2024-01-24T01:41:52.5251361Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-01-24T01:41:52.6155832Z 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 2024-01-24T01:41:52.6427656Z Entering 'third_party/pocketfft' 2024-01-24T01:41:52.7255259Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-01-24T01:41:52.7457678Z Entering 'third_party/protobuf' 2024-01-24T01:41:52.8298884Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-01-24T01:41:52.8484480Z Entering 'third_party/protobuf/third_party/benchmark' 2024-01-24T01:41:52.9344277Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-01-24T01:41:52.9521743Z Entering 'third_party/protobuf/third_party/googletest' 2024-01-24T01:41:53.0371775Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-01-24T01:41:53.0579065Z Entering 'third_party/psimd' 2024-01-24T01:41:53.1409927Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-01-24T01:41:53.1608773Z Entering 'third_party/pthreadpool' 2024-01-24T01:41:53.2416829Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-01-24T01:41:53.2655069Z Entering 'third_party/pybind11' 2024-01-24T01:41:53.3497695Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-01-24T01:41:53.3682012Z Entering 'third_party/python-peachpy' 2024-01-24T01:41:53.4551705Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-01-24T01:41:53.4722376Z Entering 'third_party/sleef' 2024-01-24T01:41:53.5561710Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-01-24T01:41:53.5751467Z Entering 'third_party/tbb' 2024-01-24T01:41:53.6580345Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2024-01-24T01:41:53.6771075Z Entering 'third_party/tensorpipe' 2024-01-24T01:41:53.7560807Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-01-24T01:41:53.7733644Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-01-24T01:41:53.8585373Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-01-24T01:41:53.8781241Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-01-24T01:41:53.9522332Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-01-24T01:41:53.9715943Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-01-24T01:41:54.0465844Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-01-24T01:41:54.0638206Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-01-24T01:41:54.1402544Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-01-24T01:41:54.1559146Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-01-24T01:41:54.2325430Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-01-24T01:41:54.2511220Z Entering 'third_party/zstd' 2024-01-24T01:41:54.3257541Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2024-01-24T01:41:54.4220734Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-01-24T01:41:54.8784287Z Entering 'android/libs/fbjni' 2024-01-24T01:41:54.9301882Z Entering 'third_party/FP16' 2024-01-24T01:41:54.9830034Z Entering 'third_party/FXdiv' 2024-01-24T01:41:55.0312499Z Entering 'third_party/NNPACK' 2024-01-24T01:41:55.0801413Z Entering 'third_party/QNNPACK' 2024-01-24T01:41:55.1306224Z Entering 'third_party/VulkanMemoryAllocator' 2024-01-24T01:41:55.1909006Z Entering 'third_party/XNNPACK' 2024-01-24T01:41:55.2492019Z Entering 'third_party/benchmark' 2024-01-24T01:41:55.3038693Z Entering 'third_party/cpuinfo' 2024-01-24T01:41:55.3556069Z Entering 'third_party/cub' 2024-01-24T01:41:55.4134040Z Entering 'third_party/cudnn_frontend' 2024-01-24T01:41:55.4679844Z Entering 'third_party/cutlass' 2024-01-24T01:41:55.5219829Z Entering 'third_party/eigen' 2024-01-24T01:41:55.5797458Z Entering 'third_party/fbgemm' 2024-01-24T01:41:55.6302381Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-01-24T01:41:55.6831542Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-01-24T01:41:55.7421810Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-01-24T01:41:55.8042043Z Entering 'third_party/fbgemm/third_party/googletest' 2024-01-24T01:41:55.8622093Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-01-24T01:41:55.9225319Z Entering 'third_party/flatbuffers' 2024-01-24T01:41:55.9822036Z Entering 'third_party/fmt' 2024-01-24T01:41:56.0366467Z Entering 'third_party/foxi' 2024-01-24T01:41:56.0944288Z Entering 'third_party/gemmlowp/gemmlowp' 2024-01-24T01:41:56.1487430Z Entering 'third_party/gloo' 2024-01-24T01:41:56.2003665Z Entering 'third_party/googletest' 2024-01-24T01:41:56.2596108Z Entering 'third_party/ideep' 2024-01-24T01:41:56.3181378Z Entering 'third_party/ideep/mkl-dnn' 2024-01-24T01:41:56.3798732Z Entering 'third_party/ios-cmake' 2024-01-24T01:41:56.4435798Z Entering 'third_party/ittapi' 2024-01-24T01:41:56.5000748Z Entering 'third_party/kineto' 2024-01-24T01:41:56.5524242Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-01-24T01:41:56.6053235Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-01-24T01:41:56.6628022Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-01-24T01:41:56.7243383Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-01-24T01:41:56.7802231Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-01-24T01:41:56.8412114Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-01-24T01:41:56.9060127Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-01-24T01:41:56.9651019Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-01-24T01:41:57.0259266Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-01-24T01:41:57.0921572Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-01-24T01:41:57.1498188Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-01-24T01:41:57.2067243Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-01-24T01:41:57.2625375Z Entering 'third_party/mimalloc' 2024-01-24T01:41:57.3189511Z Entering 'third_party/nccl/nccl' 2024-01-24T01:41:57.3739161Z Entering 'third_party/neon2sse' 2024-01-24T01:41:57.4297042Z Entering 'third_party/nlohmann' 2024-01-24T01:41:57.4846819Z Entering 'third_party/onnx' 2024-01-24T01:41:57.5397021Z Entering 'third_party/onnx/third_party/benchmark' 2024-01-24T01:41:57.5929845Z Entering 'third_party/onnx/third_party/pybind11' 2024-01-24T01:41:57.6458118Z Entering 'third_party/onnx-tensorrt' 2024-01-24T01:41:57.7015184Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-01-24T01:41:57.7512458Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-01-24T01:41:57.8060035Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-01-24T01:41:57.8577376Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-01-24T01:41:57.9190069Z Entering 'third_party/pocketfft' 2024-01-24T01:41:57.9716198Z Entering 'third_party/protobuf' 2024-01-24T01:41:58.0263651Z Entering 'third_party/protobuf/third_party/benchmark' 2024-01-24T01:41:58.0789663Z Entering 'third_party/protobuf/third_party/googletest' 2024-01-24T01:41:58.1359541Z Entering 'third_party/psimd' 2024-01-24T01:41:58.1873696Z Entering 'third_party/pthreadpool' 2024-01-24T01:41:58.2398770Z Entering 'third_party/pybind11' 2024-01-24T01:41:58.2941617Z Entering 'third_party/python-peachpy' 2024-01-24T01:41:58.3471669Z Entering 'third_party/sleef' 2024-01-24T01:41:58.4015256Z Entering 'third_party/tbb' 2024-01-24T01:41:58.4541040Z Entering 'third_party/tensorpipe' 2024-01-24T01:41:58.5011178Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-01-24T01:41:58.5519986Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-01-24T01:41:58.6011708Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-01-24T01:41:58.6568810Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-01-24T01:41:58.7052257Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-01-24T01:41:58.7595347Z Entering 'third_party/zstd' 2024-01-24T01:41:58.8205165Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2024-01-24T01:41:59.3181968Z Entering 'android/libs/fbjni' 2024-01-24T01:41:59.3762540Z Entering 'third_party/FP16' 2024-01-24T01:41:59.4282030Z Entering 'third_party/FXdiv' 2024-01-24T01:41:59.4835957Z Entering 'third_party/NNPACK' 2024-01-24T01:41:59.5357224Z Entering 'third_party/QNNPACK' 2024-01-24T01:41:59.5906814Z Entering 'third_party/VulkanMemoryAllocator' 2024-01-24T01:41:59.6450555Z Entering 'third_party/XNNPACK' 2024-01-24T01:41:59.7002564Z Entering 'third_party/benchmark' 2024-01-24T01:41:59.7535198Z Entering 'third_party/cpuinfo' 2024-01-24T01:41:59.8143755Z Entering 'third_party/cub' 2024-01-24T01:41:59.8672438Z Entering 'third_party/cudnn_frontend' 2024-01-24T01:41:59.9217472Z Entering 'third_party/cutlass' 2024-01-24T01:41:59.9754494Z Entering 'third_party/eigen' 2024-01-24T01:42:00.0317734Z Entering 'third_party/fbgemm' 2024-01-24T01:42:00.0833968Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-01-24T01:42:00.1363764Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-01-24T01:42:00.1899746Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-01-24T01:42:00.2482307Z Entering 'third_party/fbgemm/third_party/googletest' 2024-01-24T01:42:00.3033917Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-01-24T01:42:00.3626208Z Entering 'third_party/flatbuffers' 2024-01-24T01:42:00.4209121Z Entering 'third_party/fmt' 2024-01-24T01:42:00.4728706Z Entering 'third_party/foxi' 2024-01-24T01:42:00.5270569Z Entering 'third_party/gemmlowp/gemmlowp' 2024-01-24T01:42:00.5791947Z Entering 'third_party/gloo' 2024-01-24T01:42:00.6348941Z Entering 'third_party/googletest' 2024-01-24T01:42:00.6863328Z Entering 'third_party/ideep' 2024-01-24T01:42:00.7388390Z Entering 'third_party/ideep/mkl-dnn' 2024-01-24T01:42:00.8019302Z Entering 'third_party/ios-cmake' 2024-01-24T01:42:00.8539412Z Entering 'third_party/ittapi' 2024-01-24T01:42:00.9006214Z Entering 'third_party/kineto' 2024-01-24T01:42:00.9528702Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-01-24T01:42:01.0078043Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-01-24T01:42:01.0604697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-01-24T01:42:01.1134592Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-01-24T01:42:01.1618851Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-01-24T01:42:01.2138492Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-01-24T01:42:01.2727872Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-01-24T01:42:01.3237935Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-01-24T01:42:01.3752830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-01-24T01:42:01.4284069Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-01-24T01:42:01.4803666Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-01-24T01:42:01.5318897Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-01-24T01:42:01.5923572Z Entering 'third_party/mimalloc' 2024-01-24T01:42:01.6523957Z Entering 'third_party/nccl/nccl' 2024-01-24T01:42:01.7027843Z Entering 'third_party/neon2sse' 2024-01-24T01:42:01.7551310Z Entering 'third_party/nlohmann' 2024-01-24T01:42:01.8097869Z Entering 'third_party/onnx' 2024-01-24T01:42:01.8604105Z Entering 'third_party/onnx/third_party/benchmark' 2024-01-24T01:42:01.9133913Z Entering 'third_party/onnx/third_party/pybind11' 2024-01-24T01:42:01.9678187Z Entering 'third_party/onnx-tensorrt' 2024-01-24T01:42:02.0173051Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-01-24T01:42:02.0673682Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-01-24T01:42:02.1218935Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-01-24T01:42:02.1743333Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-01-24T01:42:02.2321063Z Entering 'third_party/pocketfft' 2024-01-24T01:42:02.2843403Z Entering 'third_party/protobuf' 2024-01-24T01:42:02.3378462Z Entering 'third_party/protobuf/third_party/benchmark' 2024-01-24T01:42:02.3931764Z Entering 'third_party/protobuf/third_party/googletest' 2024-01-24T01:42:02.4556587Z Entering 'third_party/psimd' 2024-01-24T01:42:02.5141302Z Entering 'third_party/pthreadpool' 2024-01-24T01:42:02.5729750Z Entering 'third_party/pybind11' 2024-01-24T01:42:02.6260362Z Entering 'third_party/python-peachpy' 2024-01-24T01:42:02.6832472Z Entering 'third_party/sleef' 2024-01-24T01:42:02.7393300Z Entering 'third_party/tbb' 2024-01-24T01:42:02.7993096Z Entering 'third_party/tensorpipe' 2024-01-24T01:42:02.8510994Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-01-24T01:42:02.9082360Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-01-24T01:42:02.9640930Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-01-24T01:42:03.0255576Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-01-24T01:42:03.0815053Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-01-24T01:42:03.1405338Z Entering 'third_party/zstd' 2024-01-24T01:42:03.2020968Z ##[endgroup] 2024-01-24T01:42:03.2427548Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-01-24T01:42:03.2744404Z '01a5c71e1d51e6a24bd09884960d0e076f152279' 2024-01-24T01:42:03.3065976Z ##[group]Run # Remove any artifacts from the previous checkouts 2024-01-24T01:42:03.3066873Z # Remove any artifacts from the previous checkouts 2024-01-24T01:42:03.3067554Z git clean -fxd 2024-01-24T01:42:03.3123981Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-01-24T01:42:03.3124751Z env: 2024-01-24T01:42:03.3125267Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:42:03.3126436Z ANACONDA_USER: pytorch 2024-01-24T01:42:03.3127237Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:42:03.3128162Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:42:03.3128946Z GITHUB_TOKEN: *** 2024-01-24T01:42:03.3129299Z PR_NUMBER: 2024-01-24T01:42:03.3129676Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:42:03.3130186Z SKIP_ALL_TESTS: 1 2024-01-24T01:42:03.3130709Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:42:03.3131562Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:42:03.3132176Z PACKAGE_TYPE: conda 2024-01-24T01:42:03.3133057Z DESIRED_CUDA: cu118 2024-01-24T01:42:03.3133760Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:42:03.3134597Z GPU_ARCH_TYPE: cuda 2024-01-24T01:42:03.3135139Z DESIRED_PYTHON: 3.10 2024-01-24T01:42:03.3135613Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:42:03.3136335Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:42:03.3136980Z ##[endgroup] 2024-01-24T01:42:05.2291849Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-01-24T01:42:05.4808475Z Finished 2024-01-24T01:42:05.7057487Z ##[group]Run malfet/checkout@silent-checkout 2024-01-24T01:42:05.7058076Z with: 2024-01-24T01:42:05.7058354Z ref: main 2024-01-24T01:42:05.7058683Z submodules: recursive 2024-01-24T01:42:05.7059091Z repository: pytorch/builder 2024-01-24T01:42:05.7059496Z path: builder 2024-01-24T01:42:05.7059838Z quiet-checkout: true 2024-01-24T01:42:05.7060459Z token: *** 2024-01-24T01:42:05.7060777Z ssh-strict: true 2024-01-24T01:42:05.7061175Z persist-credentials: true 2024-01-24T01:42:05.7061580Z clean: true 2024-01-24T01:42:05.7061919Z sparse-checkout-cone-mode: true 2024-01-24T01:42:05.7062373Z fetch-depth: 1 2024-01-24T01:42:05.7062871Z lfs: false 2024-01-24T01:42:05.7063188Z set-safe-directory: true 2024-01-24T01:42:05.7063575Z env: 2024-01-24T01:42:05.7064347Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:42:05.7065038Z ANACONDA_USER: pytorch 2024-01-24T01:42:05.7065519Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:42:05.7065993Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:42:05.7066673Z GITHUB_TOKEN: *** 2024-01-24T01:42:05.7067031Z PR_NUMBER: 2024-01-24T01:42:05.7067433Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:42:05.7067936Z SKIP_ALL_TESTS: 1 2024-01-24T01:42:05.7068463Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:42:05.7069255Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:42:05.7070032Z PACKAGE_TYPE: conda 2024-01-24T01:42:05.7070405Z DESIRED_CUDA: cu118 2024-01-24T01:42:05.7070777Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:42:05.7071412Z GPU_ARCH_TYPE: cuda 2024-01-24T01:42:05.7071787Z DESIRED_PYTHON: 3.10 2024-01-24T01:42:05.7072261Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:42:05.7072986Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:42:05.7073634Z ##[endgroup] 2024-01-24T01:42:05.8786027Z Syncing repository: pytorch/builder 2024-01-24T01:42:05.8804003Z ##[group]Getting Git version info 2024-01-24T01:42:05.8805472Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\builder' 2024-01-24T01:42:05.9029013Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-01-24T01:42:05.9389169Z git version 2.41.0.windows.1 2024-01-24T01:42:05.9469492Z ##[endgroup] 2024-01-24T01:42:05.9508819Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\94ca32e5-9346-46d8-9732-7b9139fa7511' before making global git config changes 2024-01-24T01:42:05.9510558Z Adding repository directory to the temporary git global config as a safe directory 2024-01-24T01:42:05.9525060Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\builder 2024-01-24T01:42:05.9893757Z ##[group]Initializing the repository 2024-01-24T01:42:05.9908809Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\builder 2024-01-24T01:42:06.0387255Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/builder/.git/ 2024-01-24T01:42:06.0438959Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/builder 2024-01-24T01:42:06.0812585Z ##[endgroup] 2024-01-24T01:42:06.0813261Z ##[group]Disabling automatic garbage collection 2024-01-24T01:42:06.0829655Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-01-24T01:42:06.1160650Z ##[endgroup] 2024-01-24T01:42:06.1161272Z ##[group]Setting up auth 2024-01-24T01:42:06.1177545Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-01-24T01:42:06.1495370Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2024-01-24T01:42:06.6453207Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-01-24T01:42:06.6812759Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2024-01-24T01:42:07.1962766Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-01-24T01:42:07.2324917Z ##[endgroup] 2024-01-24T01:42:07.2325632Z ##[group]Fetching the repository 2024-01-24T01:42:07.2342593Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin +refs/heads/main*:refs/remotes/origin/main* +refs/tags/main*:refs/tags/main* 2024-01-24T01:42:07.5287130Z remote: Enumerating objects: 259, done. 2024-01-24T01:42:07.5288147Z remote: Counting objects: 0% (1/259) 2024-01-24T01:42:07.5289121Z remote: Counting objects: 1% (3/259) 2024-01-24T01:42:07.5290366Z remote: Counting objects: 2% (6/259) 2024-01-24T01:42:07.5291807Z remote: Counting objects: 3% (8/259) 2024-01-24T01:42:07.5292935Z remote: Counting objects: 4% (11/259) 2024-01-24T01:42:07.5294035Z remote: Counting objects: 5% (13/259) 2024-01-24T01:42:07.5295155Z remote: Counting objects: 6% (16/259) 2024-01-24T01:42:07.5296351Z remote: Counting objects: 7% (19/259) 2024-01-24T01:42:07.5297551Z remote: Counting objects: 8% (21/259) 2024-01-24T01:42:07.5298838Z remote: Counting objects: 9% (24/259) 2024-01-24T01:42:07.5300247Z remote: Counting objects: 10% (26/259) 2024-01-24T01:42:07.5301334Z remote: Counting objects: 11% (29/259) 2024-01-24T01:42:07.5302453Z remote: Counting objects: 12% (32/259) 2024-01-24T01:42:07.5303576Z remote: Counting objects: 13% (34/259) 2024-01-24T01:42:07.5304873Z remote: Counting objects: 14% (37/259) 2024-01-24T01:42:07.5306103Z remote: Counting objects: 15% (39/259) 2024-01-24T01:42:07.5307203Z remote: Counting objects: 16% (42/259) 2024-01-24T01:42:07.5308334Z remote: Counting objects: 17% (45/259) 2024-01-24T01:42:07.5309469Z remote: Counting objects: 18% (47/259) 2024-01-24T01:42:07.5310652Z remote: Counting objects: 19% (50/259) 2024-01-24T01:42:07.5311916Z remote: Counting objects: 20% (52/259) 2024-01-24T01:42:07.5313043Z remote: Counting objects: 21% (55/259) 2024-01-24T01:42:07.5314153Z remote: Counting objects: 22% (57/259) 2024-01-24T01:42:07.5315422Z remote: Counting objects: 23% (60/259) 2024-01-24T01:42:07.5316558Z remote: Counting objects: 24% (63/259) 2024-01-24T01:42:07.5317823Z remote: Counting objects: 25% (65/259) 2024-01-24T01:42:07.5319141Z remote: Counting objects: 26% (68/259) 2024-01-24T01:42:07.5320401Z remote: Counting objects: 27% (70/259) 2024-01-24T01:42:07.5321517Z remote: Counting objects: 28% (73/259) 2024-01-24T01:42:07.5322628Z remote: Counting objects: 29% (76/259) 2024-01-24T01:42:07.5323826Z remote: Counting objects: 30% (78/259) 2024-01-24T01:42:07.5325083Z remote: Counting objects: 31% (81/259) 2024-01-24T01:42:07.5326321Z remote: Counting objects: 32% (83/259) 2024-01-24T01:42:07.5327456Z remote: Counting objects: 33% (86/259) 2024-01-24T01:42:07.5329107Z remote: Counting objects: 34% (89/259) 2024-01-24T01:42:07.5330335Z remote: Counting objects: 35% (91/259) 2024-01-24T01:42:07.5331636Z remote: Counting objects: 36% (94/259) 2024-01-24T01:42:07.5332864Z remote: Counting objects: 37% (96/259) 2024-01-24T01:42:07.5333977Z remote: Counting objects: 38% (99/259) 2024-01-24T01:42:07.5335230Z remote: Counting objects: 39% (102/259) 2024-01-24T01:42:07.5337888Z remote: Counting objects: 40% (104/259) 2024-01-24T01:42:07.5339119Z remote: Counting objects: 41% (107/259) 2024-01-24T01:42:07.5340413Z remote: Counting objects: 42% (109/259) 2024-01-24T01:42:07.5341558Z remote: Counting objects: 43% (112/259) 2024-01-24T01:42:07.5342683Z remote: Counting objects: 44% (114/259) 2024-01-24T01:42:07.5343892Z remote: Counting objects: 45% (117/259) 2024-01-24T01:42:07.5345159Z remote: Counting objects: 46% (120/259) 2024-01-24T01:42:07.5346358Z remote: Counting objects: 47% (122/259) 2024-01-24T01:42:07.5347499Z remote: Counting objects: 48% (125/259) 2024-01-24T01:42:07.5348634Z remote: Counting objects: 49% (127/259) 2024-01-24T01:42:07.5349884Z remote: Counting objects: 50% (130/259) 2024-01-24T01:42:07.5351108Z remote: Counting objects: 51% (133/259) 2024-01-24T01:42:07.5352390Z remote: Counting objects: 52% (135/259) 2024-01-24T01:42:07.5353647Z remote: Counting objects: 53% (138/259) 2024-01-24T01:42:07.5354793Z remote: Counting objects: 54% (140/259) 2024-01-24T01:42:07.5356059Z remote: Counting objects: 55% (143/259) 2024-01-24T01:42:07.5357156Z remote: Counting objects: 56% (146/259) 2024-01-24T01:42:07.5358461Z remote: Counting objects: 57% (148/259) 2024-01-24T01:42:07.5359839Z remote: Counting objects: 58% (151/259) 2024-01-24T01:42:07.5361100Z remote: Counting objects: 59% (153/259) 2024-01-24T01:42:07.5362363Z remote: Counting objects: 60% (156/259) 2024-01-24T01:42:07.5363514Z remote: Counting objects: 61% (158/259) 2024-01-24T01:42:07.5364729Z remote: Counting objects: 62% (161/259) 2024-01-24T01:42:07.5365966Z remote: Counting objects: 63% (164/259) 2024-01-24T01:42:07.5367127Z remote: Counting objects: 64% (166/259) 2024-01-24T01:42:07.5368288Z remote: Counting objects: 65% (169/259) 2024-01-24T01:42:07.5369417Z remote: Counting objects: 66% (171/259) 2024-01-24T01:42:07.5370626Z remote: Counting objects: 67% (174/259) 2024-01-24T01:42:07.5371906Z remote: Counting objects: 68% (177/259) 2024-01-24T01:42:07.5373025Z remote: Counting objects: 69% (179/259) 2024-01-24T01:42:07.5374160Z remote: Counting objects: 70% (182/259) 2024-01-24T01:42:07.5375325Z remote: Counting objects: 71% (184/259) 2024-01-24T01:42:07.5376457Z remote: Counting objects: 72% (187/259) 2024-01-24T01:42:07.5377686Z remote: Counting objects: 73% (190/259) 2024-01-24T01:42:07.5379090Z remote: Counting objects: 74% (192/259) 2024-01-24T01:42:07.5380251Z remote: Counting objects: 75% (195/259) 2024-01-24T01:42:07.5381392Z remote: Counting objects: 76% (197/259) 2024-01-24T01:42:07.5382513Z remote: Counting objects: 77% (200/259) 2024-01-24T01:42:07.5383879Z remote: Counting objects: 78% (203/259) 2024-01-24T01:42:07.5385172Z remote: Counting objects: 79% (205/259) 2024-01-24T01:42:07.5386322Z remote: Counting objects: 80% (208/259) 2024-01-24T01:42:07.5387579Z remote: Counting objects: 81% (210/259) 2024-01-24T01:42:07.5388745Z remote: Counting objects: 82% (213/259) 2024-01-24T01:42:07.5389889Z remote: Counting objects: 83% (215/259) 2024-01-24T01:42:07.5391156Z remote: Counting objects: 84% (218/259) 2024-01-24T01:42:07.5393652Z remote: Counting objects: 85% (221/259) 2024-01-24T01:42:07.5394941Z remote: Counting objects: 86% (223/259) 2024-01-24T01:42:07.5396074Z remote: Counting objects: 87% (226/259) 2024-01-24T01:42:07.5397297Z remote: Counting objects: 88% (228/259) 2024-01-24T01:42:07.5398634Z remote: Counting objects: 89% (231/259) 2024-01-24T01:42:07.5399914Z remote: Counting objects: 90% (234/259) 2024-01-24T01:42:07.5401035Z remote: Counting objects: 91% (236/259) 2024-01-24T01:42:07.5402390Z remote: Counting objects: 92% (239/259) 2024-01-24T01:42:07.5403639Z remote: Counting objects: 93% (241/259) 2024-01-24T01:42:07.5404920Z remote: Counting objects: 94% (244/259) 2024-01-24T01:42:07.5406076Z remote: Counting objects: 95% (247/259) 2024-01-24T01:42:07.5407225Z remote: Counting objects: 96% (249/259) 2024-01-24T01:42:07.5408471Z remote: Counting objects: 97% (252/259) 2024-01-24T01:42:07.5409644Z remote: Counting objects: 98% (254/259) 2024-01-24T01:42:07.5410949Z remote: Counting objects: 99% (257/259) 2024-01-24T01:42:07.5412248Z remote: Counting objects: 100% (259/259) 2024-01-24T01:42:07.5413493Z remote: Counting objects: 100% (259/259), done. 2024-01-24T01:42:07.5414777Z remote: Compressing objects: 0% (1/238) 2024-01-24T01:42:07.5415952Z remote: Compressing objects: 1% (3/238) 2024-01-24T01:42:07.5417377Z remote: Compressing objects: 2% (5/238) 2024-01-24T01:42:07.5418766Z remote: Compressing objects: 3% (8/238) 2024-01-24T01:42:07.5419958Z remote: Compressing objects: 4% (10/238) 2024-01-24T01:42:07.5421141Z remote: Compressing objects: 5% (12/238) 2024-01-24T01:42:07.5422358Z remote: Compressing objects: 6% (15/238) 2024-01-24T01:42:07.5423810Z remote: Compressing objects: 7% (17/238) 2024-01-24T01:42:07.5425033Z remote: Compressing objects: 8% (20/238) 2024-01-24T01:42:07.5426269Z remote: Compressing objects: 9% (22/238) 2024-01-24T01:42:07.5427471Z remote: Compressing objects: 10% (24/238) 2024-01-24T01:42:07.5428786Z remote: Compressing objects: 11% (27/238) 2024-01-24T01:42:07.5430246Z remote: Compressing objects: 12% (29/238) 2024-01-24T01:42:07.5431455Z remote: Compressing objects: 13% (31/238) 2024-01-24T01:42:07.5432615Z remote: Compressing objects: 14% (34/238) 2024-01-24T01:42:07.5433987Z remote: Compressing objects: 15% (36/238) 2024-01-24T01:42:07.5435236Z remote: Compressing objects: 16% (39/238) 2024-01-24T01:42:07.5436573Z remote: Compressing objects: 17% (41/238) 2024-01-24T01:42:07.5437800Z remote: Compressing objects: 18% (43/238) 2024-01-24T01:42:07.5439004Z remote: Compressing objects: 19% (46/238) 2024-01-24T01:42:07.5440217Z remote: Compressing objects: 20% (48/238) 2024-01-24T01:42:07.5441402Z remote: Compressing objects: 21% (50/238) 2024-01-24T01:42:07.5442767Z remote: Compressing objects: 22% (53/238) 2024-01-24T01:42:07.5444020Z remote: Compressing objects: 23% (55/238) 2024-01-24T01:42:07.5445294Z remote: Compressing objects: 24% (58/238) 2024-01-24T01:42:07.5446777Z remote: Compressing objects: 25% (60/238) 2024-01-24T01:42:07.5448086Z remote: Compressing objects: 26% (62/238) 2024-01-24T01:42:07.5449328Z remote: Compressing objects: 27% (65/238) 2024-01-24T01:42:07.5450565Z remote: Compressing objects: 28% (67/238) 2024-01-24T01:42:07.5451747Z remote: Compressing objects: 29% (70/238) 2024-01-24T01:42:07.5452955Z remote: Compressing objects: 30% (72/238) 2024-01-24T01:42:07.5454169Z remote: Compressing objects: 31% (74/238) 2024-01-24T01:42:07.5455346Z remote: Compressing objects: 32% (77/238) 2024-01-24T01:42:07.5456695Z remote: Compressing objects: 33% (79/238) 2024-01-24T01:42:07.5458196Z remote: Compressing objects: 34% (81/238) 2024-01-24T01:42:07.5459368Z remote: Compressing objects: 35% (84/238) 2024-01-24T01:42:07.5460599Z remote: Compressing objects: 36% (86/238) 2024-01-24T01:42:07.5461944Z remote: Compressing objects: 37% (89/238) 2024-01-24T01:42:07.5463158Z remote: Compressing objects: 38% (91/238) 2024-01-24T01:42:07.5464383Z remote: Compressing objects: 39% (93/238) 2024-01-24T01:42:07.5465603Z remote: Compressing objects: 40% (96/238) 2024-01-24T01:42:07.5466962Z remote: Compressing objects: 41% (98/238) 2024-01-24T01:42:07.5468464Z remote: Compressing objects: 42% (100/238) 2024-01-24T01:42:07.5469705Z remote: Compressing objects: 43% (103/238) 2024-01-24T01:42:07.5470946Z remote: Compressing objects: 44% (105/238) 2024-01-24T01:42:07.5472150Z remote: Compressing objects: 45% (108/238) 2024-01-24T01:42:07.5473509Z remote: Compressing objects: 46% (110/238) 2024-01-24T01:42:07.5474852Z remote: Compressing objects: 47% (112/238) 2024-01-24T01:42:07.5476087Z remote: Compressing objects: 48% (115/238) 2024-01-24T01:42:07.5477583Z remote: Compressing objects: 49% (117/238) 2024-01-24T01:42:07.5478826Z remote: Compressing objects: 50% (119/238) 2024-01-24T01:42:07.5480048Z remote: Compressing objects: 51% (122/238) 2024-01-24T01:42:07.5481395Z remote: Compressing objects: 52% (124/238) 2024-01-24T01:42:07.5482625Z remote: Compressing objects: 53% (127/238) 2024-01-24T01:42:07.5483828Z remote: Compressing objects: 54% (129/238) 2024-01-24T01:42:07.5485048Z remote: Compressing objects: 55% (131/238) 2024-01-24T01:42:07.5486299Z remote: Compressing objects: 56% (134/238) 2024-01-24T01:42:07.5487511Z remote: Compressing objects: 57% (136/238) 2024-01-24T01:42:07.5488737Z remote: Compressing objects: 58% (139/238) 2024-01-24T01:42:07.5490201Z remote: Compressing objects: 59% (141/238) 2024-01-24T01:42:07.5491467Z remote: Compressing objects: 60% (143/238) 2024-01-24T01:42:07.5492658Z remote: Compressing objects: 61% (146/238) 2024-01-24T01:42:07.5493881Z remote: Compressing objects: 62% (148/238) 2024-01-24T01:42:07.5495195Z remote: Compressing objects: 63% (150/238) 2024-01-24T01:42:07.5496372Z remote: Compressing objects: 64% (153/238) 2024-01-24T01:42:07.5497576Z remote: Compressing objects: 65% (155/238) 2024-01-24T01:42:07.5498851Z remote: Compressing objects: 66% (158/238) 2024-01-24T01:42:07.5500042Z remote: Compressing objects: 67% (160/238) 2024-01-24T01:42:07.5501244Z remote: Compressing objects: 68% (162/238) 2024-01-24T01:42:07.5502450Z remote: Compressing objects: 69% (165/238) 2024-01-24T01:42:07.5503782Z remote: Compressing objects: 70% (167/238) 2024-01-24T01:42:07.5505000Z remote: Compressing objects: 71% (169/238) 2024-01-24T01:42:07.5506220Z remote: Compressing objects: 72% (172/238) 2024-01-24T01:42:07.5507432Z remote: Compressing objects: 73% (174/238) 2024-01-24T01:42:07.5508625Z remote: Compressing objects: 74% (177/238) 2024-01-24T01:42:07.5509815Z remote: Compressing objects: 75% (179/238) 2024-01-24T01:42:07.5511139Z remote: Compressing objects: 76% (181/238) 2024-01-24T01:42:07.5512526Z remote: Compressing objects: 77% (184/238) 2024-01-24T01:42:07.5513780Z remote: Compressing objects: 78% (186/238) 2024-01-24T01:42:07.5514895Z remote: Compressing objects: 79% (189/238) 2024-01-24T01:42:07.5516180Z remote: Compressing objects: 80% (191/238) 2024-01-24T01:42:07.5517409Z remote: Compressing objects: 81% (193/238) 2024-01-24T01:42:07.5518632Z remote: Compressing objects: 82% (196/238) 2024-01-24T01:42:07.5519838Z remote: Compressing objects: 83% (198/238) 2024-01-24T01:42:07.5521316Z remote: Compressing objects: 84% (200/238) 2024-01-24T01:42:07.5522527Z remote: Compressing objects: 85% (203/238) 2024-01-24T01:42:07.5523712Z remote: Compressing objects: 86% (205/238) 2024-01-24T01:42:07.5525082Z remote: Compressing objects: 87% (208/238) 2024-01-24T01:42:07.5526300Z remote: Compressing objects: 88% (210/238) 2024-01-24T01:42:07.5527470Z remote: Compressing objects: 89% (212/238) 2024-01-24T01:42:07.5528702Z remote: Compressing objects: 90% (215/238) 2024-01-24T01:42:07.5531255Z remote: Compressing objects: 91% (217/238) 2024-01-24T01:42:07.5532479Z remote: Compressing objects: 92% (219/238) 2024-01-24T01:42:07.5533858Z remote: Compressing objects: 93% (222/238) 2024-01-24T01:42:07.5535176Z remote: Compressing objects: 94% (224/238) 2024-01-24T01:42:07.5536374Z remote: Compressing objects: 95% (227/238) 2024-01-24T01:42:07.5537311Z remote: Compressing objects: 96% (229/238) 2024-01-24T01:42:07.5538650Z remote: Compressing objects: 97% (231/238) 2024-01-24T01:42:07.5539970Z remote: Compressing objects: 98% (234/238) 2024-01-24T01:42:07.5541292Z remote: Compressing objects: 99% (236/238) 2024-01-24T01:42:07.5542625Z remote: Compressing objects: 100% (238/238) 2024-01-24T01:42:07.5543979Z remote: Compressing objects: 100% (238/238), done. 2024-01-24T01:42:07.5809040Z remote: Total 259 (delta 26), reused 119 (delta 6), pack-reused 0 2024-01-24T01:42:07.6462954Z ##[endgroup] 2024-01-24T01:42:07.6463617Z ##[group]Determining the checkout info 2024-01-24T01:42:07.6479784Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2024-01-24T01:42:07.6768407Z origin/main 2024-01-24T01:42:07.6813001Z ##[endgroup] 2024-01-24T01:42:07.6813717Z ##[group]Checking out the ref 2024-01-24T01:42:07.6826077Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force -B main refs/remotes/origin/main 2024-01-24T01:42:07.8479487Z ##[endgroup] 2024-01-24T01:42:07.8480176Z ##[group]Setting up auth for fetching submodules 2024-01-24T01:42:07.8494171Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-01-24T01:42:07.8881267Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-01-24T01:42:07.9231813Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-01-24T01:42:07.9588366Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-01-24T01:42:07.9908872Z ##[endgroup] 2024-01-24T01:42:07.9909491Z ##[group]Fetching submodules 2024-01-24T01:42:07.9919713Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-01-24T01:42:08.5240783Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-01-24T01:42:09.0197213Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-01-24T01:42:09.5259140Z ##[endgroup] 2024-01-24T01:42:09.5260694Z ##[group]Persisting credentials for submodules 2024-01-24T01:42:09.5276508Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2024-01-24T01:42:10.0005123Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2024-01-24T01:42:10.4754162Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-01-24T01:42:10.9506551Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2024-01-24T01:42:11.4370378Z ##[endgroup] 2024-01-24T01:42:11.4736190Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-01-24T01:42:11.5035266Z '0816ae7d1acdbcdfd7d51418db22f72fdec8030d' 2024-01-24T01:42:11.5360105Z ##[group]Run # Remove any artifacts from the previous checkouts 2024-01-24T01:42:11.5361097Z # Remove any artifacts from the previous checkouts 2024-01-24T01:42:11.5361825Z git clean -fxd 2024-01-24T01:42:11.5409567Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-01-24T01:42:11.5410340Z env: 2024-01-24T01:42:11.5410844Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:42:11.5411534Z ANACONDA_USER: pytorch 2024-01-24T01:42:11.5411938Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:42:11.5412422Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:42:11.5413617Z GITHUB_TOKEN: *** 2024-01-24T01:42:11.5414157Z PR_NUMBER: 2024-01-24T01:42:11.5414535Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:42:11.5415045Z SKIP_ALL_TESTS: 1 2024-01-24T01:42:11.5415561Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:42:11.5416423Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:42:11.5417040Z PACKAGE_TYPE: conda 2024-01-24T01:42:11.5417407Z DESIRED_CUDA: cu118 2024-01-24T01:42:11.5417773Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:42:11.5418136Z GPU_ARCH_TYPE: cuda 2024-01-24T01:42:11.5418499Z DESIRED_PYTHON: 3.10 2024-01-24T01:42:11.5418966Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:42:11.5419835Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:42:11.5420727Z ##[endgroup] 2024-01-24T01:42:13.4091043Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-01-24T01:42:13.6188936Z Finished 2024-01-24T01:42:13.7142890Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2024-01-24T01:42:13.7143818Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2024-01-24T01:42:13.7172581Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-01-24T01:42:13.7173351Z env: 2024-01-24T01:42:13.7173866Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:42:13.7174550Z ANACONDA_USER: pytorch 2024-01-24T01:42:13.7174952Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:42:13.7175429Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:42:13.7176143Z GITHUB_TOKEN: *** 2024-01-24T01:42:13.7176496Z PR_NUMBER: 2024-01-24T01:42:13.7176888Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:42:13.7177382Z SKIP_ALL_TESTS: 1 2024-01-24T01:42:13.7177908Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:42:13.7178783Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:42:13.7179391Z PACKAGE_TYPE: conda 2024-01-24T01:42:13.7179754Z DESIRED_CUDA: cu118 2024-01-24T01:42:13.7180116Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:42:13.7180479Z GPU_ARCH_TYPE: cuda 2024-01-24T01:42:13.7180838Z DESIRED_PYTHON: 3.10 2024-01-24T01:42:13.7181303Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:42:13.7182023Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:42:13.7182663Z ##[endgroup] 2024-01-24T01:42:13.7764743Z + export TZ=UTC 2024-01-24T01:42:13.7777347Z + TZ=UTC 2024-01-24T01:42:13.7778002Z + envfile='C:\actions-runner\_work\_temp/env' 2024-01-24T01:42:13.7778711Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2024-01-24T01:42:13.7878089Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2024-01-24T01:42:13.8001105Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2024-01-24T01:42:13.8002671Z + [[ conda == \l\i\b\t\o\r\c\h ]] 2024-01-24T01:42:13.8003563Z + export DOCKER_IMAGE= 2024-01-24T01:42:13.8004249Z + DOCKER_IMAGE= 2024-01-24T01:42:13.8004780Z + [[ -z '' ]] 2024-01-24T01:42:13.8005345Z + [[ conda == conda ]] 2024-01-24T01:42:13.8006046Z + export DOCKER_IMAGE=pytorch/conda-cuda 2024-01-24T01:42:13.8006929Z + DOCKER_IMAGE=pytorch/conda-cuda 2024-01-24T01:42:13.8007685Z + USE_GOLD_LINKER=OFF 2024-01-24T01:42:13.8008319Z + [[ cu118 == \c\p\u ]] 2024-01-24T01:42:13.8008972Z + PIP_UPLOAD_FOLDER=nightly/ 2024-01-24T01:42:13.8085238Z ++ date -u +%Y%m%d 2024-01-24T01:42:13.8237788Z + export DATE=20240124 2024-01-24T01:42:13.8238506Z + DATE=20240124 2024-01-24T01:42:13.8406883Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2024-01-24T01:42:13.8483603Z ++ cut -da -f1 2024-01-24T01:42:13.8604584Z + BASE_BUILD_VERSION=2.3.0.dev20240124 2024-01-24T01:42:13.8605767Z + tagged_version 2024-01-24T01:42:13.8606826Z + [[ msys == \m\s\y\s ]] 2024-01-24T01:42:13.8607532Z + [[ -z true ]] 2024-01-24T01:42:13.8608559Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2024-01-24T01:42:13.8610944Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2024-01-24T01:42:13.8612915Z + [[ -n '' ]] 2024-01-24T01:42:13.8613896Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2024-01-24T01:42:13.8616179Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2024-01-24T01:42:13.9029258Z fatal: No names found, cannot describe anything. 2024-01-24T01:42:13.9080645Z + return 1 2024-01-24T01:42:13.9166116Z ++ uname 2024-01-24T01:42:13.9389324Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2024-01-24T01:42:13.9390382Z + [[ conda == conda ]] 2024-01-24T01:42:13.9391429Z + export PYTORCH_BUILD_VERSION=2.3.0.dev20240124 2024-01-24T01:42:13.9392786Z + PYTORCH_BUILD_VERSION=2.3.0.dev20240124 2024-01-24T01:42:13.9393780Z + export PYTORCH_BUILD_NUMBER=1 2024-01-24T01:42:13.9397833Z + PYTORCH_BUILD_NUMBER=1 2024-01-24T01:42:13.9398821Z + JAVA_HOME= 2024-01-24T01:42:13.9399482Z + BUILD_JNI=OFF 2024-01-24T01:42:13.9400262Z + [[ conda == libtorch ]] 2024-01-24T01:42:13.9400968Z + cat 2024-01-24T01:42:13.9587925Z ++ uname -a 2024-01-24T01:42:13.9881092Z ++ date 2024-01-24T01:42:14.0147674Z ++ uname 2024-01-24T01:42:14.0385763Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2024-01-24T01:42:14.0386801Z + MEMORY_LIMIT_MAX_JOBS=12 2024-01-24T01:42:14.0467908Z ++ nproc 2024-01-24T01:42:14.0590050Z + NUM_CPUS=6 2024-01-24T01:42:14.0590816Z + export MAX_JOBS=6 2024-01-24T01:42:14.0591499Z + MAX_JOBS=6 2024-01-24T01:42:14.0592071Z + cat 2024-01-24T01:42:14.0754631Z + [[ -z true ]] 2024-01-24T01:42:14.0755489Z + echo 'retry () {' 2024-01-24T01:42:14.0757883Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2024-01-24T01:42:14.0761087Z + echo '}' 2024-01-24T01:42:14.0764422Z + echo 'export -f retry' 2024-01-24T01:42:14.0768015Z + cat 'C:\actions-runner\_work\_temp/env' 2024-01-24T01:42:14.0941757Z # =================== The following code will be executed inside Docker container =================== 2024-01-24T01:42:14.0943474Z export TZ=UTC 2024-01-24T01:42:14.0945653Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-LPVH52C 3.4.6.x86_64 2023-05-18 20:39 UTC x86_64 Msys at Wed Jan 24 01:42:13 GMT 2024" 2024-01-24T01:42:14.0947445Z 2024-01-24T01:42:14.0947790Z export PACKAGE_TYPE="conda" 2024-01-24T01:42:14.0948720Z export DESIRED_PYTHON="3.10" 2024-01-24T01:42:14.0949673Z export DESIRED_CUDA="cu118" 2024-01-24T01:42:14.0950544Z export LIBTORCH_VARIANT="" 2024-01-24T01:42:14.0951275Z export BUILD_PYTHONLESS="" 2024-01-24T01:42:14.0952011Z if [[ "msys" == "msys" ]]; then 2024-01-24T01:42:14.0952820Z export LIBTORCH_CONFIG="" 2024-01-24T01:42:14.0953720Z if [[ "" == 'debug' ]]; then 2024-01-24T01:42:14.0954961Z export DEBUG=1 2024-01-24T01:42:14.0955422Z fi 2024-01-24T01:42:14.0955926Z export DESIRED_DEVTOOLSET="" 2024-01-24T01:42:14.0956365Z else 2024-01-24T01:42:14.0956764Z export DESIRED_DEVTOOLSET="" 2024-01-24T01:42:14.0957409Z fi 2024-01-24T01:42:14.0958552Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2024-01-24T01:42:14.0959381Z export DATE="20240124" 2024-01-24T01:42:14.0959797Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2024-01-24T01:42:14.0960366Z export PYTORCH_BUILD_VERSION="2.3.0.dev20240124" 2024-01-24T01:42:14.0960911Z export PYTORCH_BUILD_NUMBER="1" 2024-01-24T01:42:14.0961629Z export OVERRIDE_PACKAGE_VERSION="2.3.0.dev20240124" 2024-01-24T01:42:14.0962075Z 2024-01-24T01:42:14.0962345Z # TODO: We don't need this anymore IIUC 2024-01-24T01:42:14.0962863Z export TORCH_PACKAGE_NAME='torch' 2024-01-24T01:42:14.0963584Z export TORCH_CONDA_BUILD_FOLDER='pytorch-nightly' 2024-01-24T01:42:14.0964166Z export ANACONDA_USER='pytorch' 2024-01-24T01:42:14.0964473Z 2024-01-24T01:42:14.0964613Z export USE_FBGEMM=1 2024-01-24T01:42:14.0965052Z export JAVA_HOME= 2024-01-24T01:42:14.0965682Z export BUILD_JNI=OFF 2024-01-24T01:42:14.0966203Z export PIP_UPLOAD_FOLDER="nightly/" 2024-01-24T01:42:14.0966697Z export DOCKER_IMAGE="pytorch/conda-cuda" 2024-01-24T01:42:14.0967068Z 2024-01-24T01:42:14.0967074Z 2024-01-24T01:42:14.0967216Z export USE_GOLD_LINKER="OFF" 2024-01-24T01:42:14.0967650Z export USE_GLOO_WITH_OPENSSL="ON" 2024-01-24T01:42:14.0968382Z # =================== The above code will be executed inside Docker container =================== 2024-01-24T01:42:14.0969104Z export MAX_JOBS="6" 2024-01-24T01:42:14.0969461Z retry () { 2024-01-24T01:42:14.0969950Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-01-24T01:42:14.0970540Z } 2024-01-24T01:42:14.0970815Z export -f retry 2024-01-24T01:42:14.1119373Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2024-01-24T01:42:14.1120294Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2024-01-24T01:42:14.1146072Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-01-24T01:42:14.1147626Z env: 2024-01-24T01:42:14.1148163Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-01-24T01:42:14.1148842Z ANACONDA_USER: pytorch 2024-01-24T01:42:14.1149243Z AWS_DEFAULT_REGION: us-east-1 2024-01-24T01:42:14.1149713Z BUILD_ENVIRONMENT: windows-binary-conda 2024-01-24T01:42:14.1150417Z GITHUB_TOKEN: *** 2024-01-24T01:42:14.1150776Z PR_NUMBER: 2024-01-24T01:42:14.1151160Z SHA1: 01a5c71e1d51e6a24bd09884960d0e076f152279 2024-01-24T01:42:14.1151654Z SKIP_ALL_TESTS: 1 2024-01-24T01:42:14.1152295Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2024-01-24T01:42:14.1154015Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2024-01-24T01:42:14.1154902Z PACKAGE_TYPE: conda 2024-01-24T01:42:14.1155272Z DESIRED_CUDA: cu118 2024-01-24T01:42:14.1155666Z GPU_ARCH_VERSION: 11.8 2024-01-24T01:42:14.1156029Z GPU_ARCH_TYPE: cuda 2024-01-24T01:42:14.1156386Z DESIRED_PYTHON: 3.10 2024-01-24T01:42:14.1156848Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2024-01-24T01:42:14.1157573Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2024-01-24T01:42:14.1158211Z ##[endgroup] 2024-01-24T01:42:14.1761112Z + source 'C:\actions-runner\_work\_temp/env' 2024-01-24T01:42:14.1763048Z ++ export TZ=UTC 2024-01-24T01:42:14.1763678Z ++ TZ=UTC 2024-01-24T01:42:14.1775644Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-LPVH52C 3.4.6.x86_64 2023-05-18 20:39 UTC x86_64 Msys at Wed Jan 24 01:42:13 GMT 2024' 2024-01-24T01:42:14.1778105Z Running on MSYS_NT-10.0-17763 EC2AMAZ-LPVH52C 3.4.6.x86_64 2023-05-18 20:39 UTC x86_64 Msys at Wed Jan 24 01:42:13 GMT 2024 2024-01-24T01:42:14.1780004Z ++ export PACKAGE_TYPE=conda 2024-01-24T01:42:14.1780758Z ++ PACKAGE_TYPE=conda 2024-01-24T01:42:14.1781392Z ++ export DESIRED_PYTHON=3.10 2024-01-24T01:42:14.1782525Z ++ DESIRED_PYTHON=3.10 2024-01-24T01:42:14.1783194Z ++ export DESIRED_CUDA=cu118 2024-01-24T01:42:14.1783898Z ++ DESIRED_CUDA=cu118 2024-01-24T01:42:14.1784425Z ++ export LIBTORCH_VARIANT= 2024-01-24T01:42:14.1784990Z ++ LIBTORCH_VARIANT= 2024-01-24T01:42:14.1785653Z ++ export BUILD_PYTHONLESS= 2024-01-24T01:42:14.1786401Z ++ BUILD_PYTHONLESS= 2024-01-24T01:42:14.1786790Z ++ [[ msys == \m\s\y\s ]] 2024-01-24T01:42:14.1787194Z ++ export LIBTORCH_CONFIG= 2024-01-24T01:42:14.1787591Z ++ LIBTORCH_CONFIG= 2024-01-24T01:42:14.1788043Z ++ [[ '' == \d\e\b\u\g ]] 2024-01-24T01:42:14.1788551Z ++ export DESIRED_DEVTOOLSET= 2024-01-24T01:42:14.1788975Z ++ DESIRED_DEVTOOLSET= 2024-01-24T01:42:14.1789403Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2024-01-24T01:42:14.1789960Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2024-01-24T01:42:14.1790448Z ++ export DATE=20240124 2024-01-24T01:42:14.1790801Z ++ DATE=20240124 2024-01-24T01:42:14.1791203Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2024-01-24T01:42:14.1791746Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2024-01-24T01:42:14.1792324Z ++ export PYTORCH_BUILD_VERSION=2.3.0.dev20240124 2024-01-24T01:42:14.1792877Z ++ PYTORCH_BUILD_VERSION=2.3.0.dev20240124 2024-01-24T01:42:14.1793383Z ++ export PYTORCH_BUILD_NUMBER=1 2024-01-24T01:42:14.1793824Z ++ PYTORCH_BUILD_NUMBER=1 2024-01-24T01:42:14.1794292Z ++ export OVERRIDE_PACKAGE_VERSION=2.3.0.dev20240124 2024-01-24T01:42:14.1794891Z ++ OVERRIDE_PACKAGE_VERSION=2.3.0.dev20240124 2024-01-24T01:42:14.1795791Z ++ export TORCH_PACKAGE_NAME=torch 2024-01-24T01:42:14.1796657Z ++ TORCH_PACKAGE_NAME=torch 2024-01-24T01:42:14.1797603Z ++ export TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2024-01-24T01:42:14.1798739Z ++ TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2024-01-24T01:42:14.1799749Z ++ export ANACONDA_USER=pytorch 2024-01-24T01:42:14.1804112Z ++ ANACONDA_USER=pytorch 2024-01-24T01:42:14.1804971Z ++ export USE_FBGEMM=1 2024-01-24T01:42:14.1805637Z ++ USE_FBGEMM=1 2024-01-24T01:42:14.1806303Z ++ export JAVA_HOME= 2024-01-24T01:42:14.1806979Z ++ JAVA_HOME= 2024-01-24T01:42:14.1807563Z ++ export BUILD_JNI=OFF 2024-01-24T01:42:14.1808262Z ++ BUILD_JNI=OFF 2024-01-24T01:42:14.1808949Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2024-01-24T01:42:14.1809854Z ++ PIP_UPLOAD_FOLDER=nightly/ 2024-01-24T01:42:14.1810724Z ++ export DOCKER_IMAGE=pytorch/conda-cuda 2024-01-24T01:42:14.1811673Z ++ DOCKER_IMAGE=pytorch/conda-cuda 2024-01-24T01:42:14.1812533Z ++ export USE_GOLD_LINKER=OFF 2024-01-24T01:42:14.1813301Z ++ USE_GOLD_LINKER=OFF 2024-01-24T01:42:14.1814051Z ++ export USE_GLOO_WITH_OPENSSL=ON 2024-01-24T01:42:14.1814926Z ++ USE_GLOO_WITH_OPENSSL=ON 2024-01-24T01:42:14.1815683Z ++ export MAX_JOBS=6 2024-01-24T01:42:14.1816334Z ++ MAX_JOBS=6 2024-01-24T01:42:14.1816908Z ++ export -f retry 2024-01-24T01:42:14.1817583Z + export CUDA_VERSION=118 2024-01-24T01:42:14.1818320Z + CUDA_VERSION=118 2024-01-24T01:42:14.1818970Z + export VC_YEAR=2019 2024-01-24T01:42:14.1819634Z + VC_YEAR=2019 2024-01-24T01:42:14.1820551Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/builder' 2024-01-24T01:42:14.1821752Z + ./windows/internal/smoke_test.bat 2024-01-24T01:42:14.1823334Z /c/actions-runner/_work/pytorch/pytorch/builder /c/actions-runner/_work/pytorch/pytorch 2024-01-24T01:42:14.1989698Z 2024-01-24T01:42:14.2275714Z C:\actions-runner\_work\pytorch\pytorch\builder>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\ 2024-01-24T01:42:14.2280256Z 2024-01-24T01:42:14.2281757Z C:\actions-runner\_work\pytorch\pytorch\builder>pushd C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\\.. 2024-01-24T01:42:14.2290748Z 2024-01-24T01:42:14.2291633Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if not "118" == "cpu" call internal\driver_update.bat 2024-01-24T01:42:14.2310120Z 2024-01-24T01:42:14.2313375Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "DRIVER_DOWNLOAD_LINK=https://ossci-windows.s3.amazonaws.com/528.89-data-center-tesla-desktop-winserver-2016-2019-2022-dch-international.exe" 2024-01-24T01:42:14.2317312Z 2024-01-24T01:42:14.2321608Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>curl --retry 3 -kL https://ossci-windows.s3.amazonaws.com/528.89-data-center-tesla-desktop-winserver-2016-2019-2022-dch-international.exe --output 528.89-data-center-tesla-desktop-winserver-2016-2019-2022-dch-international.exe 2024-01-24T01:42:14.2418739Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-01-24T01:42:14.2422027Z Dload Upload Total Spent Left Speed 2024-01-24T01:42:14.2422665Z 2024-01-24T01:42:14.3715483Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-01-24T01:42:15.2844462Z 0 658M 0 7663 0 0 58465 0 3:16:59 --:--:-- 3:16:59 58946 2024-01-24T01:42:16.3751682Z 14 658M 14 97.4M 0 0 93.3M 0 0:00:07 0:00:01 0:00:06 93.3M 2024-01-24T01:42:17.2833772Z 26 658M 26 174M 0 0 81.7M 0 0:00:08 0:00:02 0:00:06 81.7M 2024-01-24T01:42:18.2924663Z 42 658M 42 282M 0 0 92.8M 0 0:00:07 0:00:03 0:00:04 92.8M 2024-01-24T01:42:19.2898251Z 52 658M 52 344M 0 0 84.9M 0 0:00:07 0:00:04 0:00:03 84.9M 2024-01-24T01:42:20.3156573Z 69 658M 69 458M 0 0 90.8M 0 0:00:07 0:00:05 0:00:02 93.2M 2024-01-24T01:42:21.3439668Z 87 658M 87 573M 0 0 94.4M 0 0:00:06 0:00:06 --:--:-- 94.6M 2024-01-24T01:42:21.3861246Z 99 658M 99 653M 0 0 92.0M 0 0:00:07 0:00:07 --:--:-- 96.4M 2024-01-24T01:42:21.3862553Z 100 658M 100 658M 0 0 92.2M 0 0:00:07 0:00:07 --:--:-- 91.7M 2024-01-24T01:42:22.4887354Z 2024-01-24T01:42:22.4888676Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2024-01-24T01:42:22.4914678Z 2024-01-24T01:42:22.4916334Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>start /wait 528.89-data-center-tesla-desktop-winserver-2016-2019-2022-dch-international.exe -s -noreboot 2024-01-24T01:45:33.1495168Z 2024-01-24T01:45:33.1497195Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2024-01-24T01:45:33.1498630Z 2024-01-24T01:45:33.1501096Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>del 528.89-data-center-tesla-desktop-winserver-2016-2019-2022-dch-international.exe || ver 1>NUL 2024-01-24T01:45:33.2244738Z 2024-01-24T01:45:33.2246282Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2024-01-24T01:45:33.2248552Z 2024-01-24T01:45:33.2255738Z 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" 2024-01-24T01:45:33.2262628Z 2024-01-24T01:45:33.2263794Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>setlocal EnableDelayedExpansion 2024-01-24T01:45:33.2265254Z 2024-01-24T01:45:33.2266144Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set NVIDIA_GPU_EXISTS=0 2024-01-24T01:45:33.2267401Z 2024-01-24T01:45:33.2268817Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2024-01-24T01:45:33.2271863Z set GPUS=%i 2024-01-24T01:45:33.2272635Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2024-01-24T01:45:33.2273610Z SET NVIDIA_GPU_EXISTS=1 2024-01-24T01:45:33.2274397Z goto gpu_check_end 2024-01-24T01:45:33.2275071Z ) 2024-01-24T01:45:33.2275588Z ) 2024-01-24T01:45:33.5091242Z 2024-01-24T01:45:33.5092826Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2024-01-24T01:45:33.5094621Z set GPUS=Name 2024-01-24T01:45:33.5095970Z 2024-01-24T01:45:33.5096559Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2024-01-24T01:45:33.5097577Z SET NVIDIA_GPU_EXISTS=1 2024-01-24T01:45:33.5098316Z goto gpu_check_end 2024-01-24T01:45:33.5099128Z ) 2024-01-24T01:45:33.5100054Z ) 2024-01-24T01:45:33.5100311Z 2024-01-24T01:45:33.5100677Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2024-01-24T01:45:33.5101564Z set GPUS=Microsoft Basic Display Adapter 2024-01-24T01:45:33.5102083Z 2024-01-24T01:45:33.5102497Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2024-01-24T01:45:33.5103171Z SET NVIDIA_GPU_EXISTS=1 2024-01-24T01:45:33.5103605Z goto gpu_check_end 2024-01-24T01:45:33.5103975Z ) 2024-01-24T01:45:33.5104235Z ) 2024-01-24T01:45:33.5104559Z 2024-01-24T01:45:33.5104880Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2024-01-24T01:45:33.5106031Z set GPUS=NVIDIA Tesla V100-SXM2-16GB 2024-01-24T01:45:33.5106547Z 2024-01-24T01:45:33.5106883Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2024-01-24T01:45:33.5107647Z SET NVIDIA_GPU_EXISTS=1 2024-01-24T01:45:33.5108419Z goto gpu_check_end 2024-01-24T01:45:33.5109055Z ) 2024-01-24T01:45:33.5109538Z ) 2024-01-24T01:45:33.5109826Z 2024-01-24T01:45:33.5110594Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>endlocal & set NVIDIA_GPU_EXISTS=1 2024-01-24T01:45:33.5118659Z 2024-01-24T01:45:33.5120254Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "conda" == "wheel" goto wheel 2024-01-24T01:45:33.5121647Z 2024-01-24T01:45:33.5122589Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "conda" == "conda" goto conda 2024-01-24T01:45:33.5125900Z 2024-01-24T01:45:33.5127435Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo "install conda package" 2024-01-24T01:45:33.5129412Z "install conda package" 2024-01-24T01:45:33.5130733Z 2024-01-24T01:45:33.5132565Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "CONDA_HOME=C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda" 2024-01-24T01:45:33.5134940Z 2024-01-24T01:45:33.5136828Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "tmp_conda=C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda" 2024-01-24T01:45:33.5138978Z 2024-01-24T01:45:33.5140916Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "miniconda_exe=C:\actions-runner\_work\pytorch\pytorch\builder\windows\miniconda.exe" 2024-01-24T01:45:33.5143067Z 2024-01-24T01:45:33.5144368Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "CONDA_EXTRA_ARGS=cpuonly -c pytorch-nightly" 2024-01-24T01:45:33.5146503Z 2024-01-24T01:45:33.5147702Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "118" == "118" (set "CONDA_EXTRA_ARGS=pytorch-cuda=11.8 -c nvidia -c pytorch-nightly" ) 2024-01-24T01:45:33.5150932Z 2024-01-24T01:45:33.5152297Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "118" == "121" (set "CONDA_EXTRA_ARGS=pytorch-cuda=12.1 -c nvidia -c pytorch-nightly" ) 2024-01-24T01:45:33.5153484Z 2024-01-24T01:45:33.5154150Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>rmdir /s /q conda 2024-01-24T01:45:33.5159435Z The system cannot find the file specified. 2024-01-24T01:45:33.5161449Z 2024-01-24T01:45:33.5162174Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>del miniconda.exe 2024-01-24T01:45:33.5176969Z Could Not Find C:\actions-runner\_work\pytorch\pytorch\builder\windows\miniconda.exe 2024-01-24T01:45:33.5178372Z 2024-01-24T01:45:33.5181370Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>curl -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o "C:\actions-runner\_work\pytorch\pytorch\builder\windows\miniconda.exe" 2024-01-24T01:45:33.5274189Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-01-24T01:45:33.5276885Z Dload Upload Total Spent Left Speed 2024-01-24T01:45:33.5277839Z 2024-01-24T01:45:33.8790355Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-01-24T01:45:33.8792004Z 100 80.4M 100 80.4M 0 0 228M 0 --:--:-- --:--:-- --:--:-- 229M 2024-01-24T01:45:33.8824724Z 2024-01-24T01:45:33.8825633Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>call ..\conda\install_conda.bat 2024-01-24T01:45:33.8840531Z 2024-01-24T01:45:33.8843799Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>start /wait "" "C:\actions-runner\_work\pytorch\pytorch\builder\windows\miniconda.exe" /S /InstallationType=JustMe /RegisterPython=0 /AddToPath=0 /D=C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda 2024-01-24T01:46:12.5728263Z 2024-01-24T01:46:12.5729881Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2024-01-24T01:46:12.5731305Z 2024-01-24T01:46:12.5740728Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "PATH=C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda;C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda\scripts;C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda\Library\bin;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" 2024-01-24T01:46:12.5750265Z 2024-01-24T01:46:12.5751339Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>conda create -qyn testenv python=3.10 2024-01-24T01:46:14.4312177Z Channels: 2024-01-24T01:46:14.4312607Z - defaults 2024-01-24T01:46:14.4312933Z Platform: win-64 2024-01-24T01:46:25.0740660Z Collecting package metadata (repodata.json): ...working... done 2024-01-24T01:46:25.1957003Z Solving environment: ...working... done 2024-01-24T01:46:31.3992334Z 2024-01-24T01:46:31.3993074Z ## Package Plan ## 2024-01-24T01:46:31.3993693Z 2024-01-24T01:46:31.3994860Z environment location: C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda\envs\testenv 2024-01-24T01:46:31.3996320Z 2024-01-24T01:46:31.3996624Z added / updated specs: 2024-01-24T01:46:31.3997351Z - python=3.10 2024-01-24T01:46:31.3997731Z 2024-01-24T01:46:31.3997742Z 2024-01-24T01:46:31.3998090Z The following packages will be downloaded: 2024-01-24T01:46:31.3998756Z 2024-01-24T01:46:31.3999098Z package | build 2024-01-24T01:46:31.4000121Z ---------------------------|----------------- 2024-01-24T01:46:31.4001410Z pip-23.3.1 | py310haa95532_0 2.9 MB 2024-01-24T01:46:31.4002952Z python-3.10.13 | he1021f5_0 15.8 MB 2024-01-24T01:46:31.4004321Z setuptools-68.2.2 | py310haa95532_0 942 KB 2024-01-24T01:46:31.4005517Z tzdata-2023d | h04d1e81_0 117 KB 2024-01-24T01:46:31.4006373Z wheel-0.41.2 | py310haa95532_0 127 KB 2024-01-24T01:46:31.4007021Z ------------------------------------------------------------ 2024-01-24T01:46:31.4007832Z Total: 19.8 MB 2024-01-24T01:46:31.4008227Z 2024-01-24T01:46:31.4008645Z The following NEW packages will be INSTALLED: 2024-01-24T01:46:31.4009134Z 2024-01-24T01:46:31.4028214Z bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0 2024-01-24T01:46:31.4029400Z ca-certificates pkgs/main/win-64::ca-certificates-2023.12.12-haa95532_0 2024-01-24T01:46:31.4030313Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0 2024-01-24T01:46:31.4031087Z openssl pkgs/main/win-64::openssl-3.0.12-h2bbff1b_0 2024-01-24T01:46:31.4031827Z pip pkgs/main/win-64::pip-23.3.1-py310haa95532_0 2024-01-24T01:46:31.4032577Z python pkgs/main/win-64::python-3.10.13-he1021f5_0 2024-01-24T01:46:31.4034374Z setuptools pkgs/main/win-64::setuptools-68.2.2-py310haa95532_0 2024-01-24T01:46:31.4035384Z sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 2024-01-24T01:46:31.4036401Z tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0 2024-01-24T01:46:31.4037120Z tzdata pkgs/main/noarch::tzdata-2023d-h04d1e81_0 2024-01-24T01:46:31.4037845Z vc pkgs/main/win-64::vc-14.2-h21ff451_1 2024-01-24T01:46:31.4038611Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 2024-01-24T01:46:31.4039467Z wheel pkgs/main/win-64::wheel-0.41.2-py310haa95532_0 2024-01-24T01:46:31.4040187Z xz pkgs/main/win-64::xz-5.4.5-h8cc25b3_0 2024-01-24T01:46:31.4040852Z zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0 2024-01-24T01:46:31.4041471Z 2024-01-24T01:46:31.4041477Z 2024-01-24T01:46:31.7185056Z Preparing transaction: ...working... done 2024-01-24T01:46:33.9021593Z Verifying transaction: ...working... done 2024-01-24T01:46:38.2047718Z Executing transaction: ...working... done 2024-01-24T01:46:38.3255107Z 2024-01-24T01:46:38.3256671Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2024-01-24T01:46:38.3258079Z 2024-01-24T01:46:38.3259160Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>call conda install -yq conda-build 2024-01-24T01:46:40.2987166Z Channels: 2024-01-24T01:46:40.2987708Z - defaults 2024-01-24T01:46:40.2988038Z Platform: win-64 2024-01-24T01:46:44.3287719Z Collecting package metadata (repodata.json): ...working... done 2024-01-24T01:46:44.8634876Z Solving environment: ...working... done 2024-01-24T01:46:48.5923156Z 2024-01-24T01:46:48.5923917Z ## Package Plan ## 2024-01-24T01:46:48.5926455Z 2024-01-24T01:46:48.5928817Z environment location: C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda 2024-01-24T01:46:48.5930339Z 2024-01-24T01:46:48.5930718Z added / updated specs: 2024-01-24T01:46:48.5931716Z - conda-build 2024-01-24T01:46:48.5932132Z 2024-01-24T01:46:48.5932144Z 2024-01-24T01:46:48.5932626Z The following packages will be downloaded: 2024-01-24T01:46:48.5933423Z 2024-01-24T01:46:48.5933789Z package | build 2024-01-24T01:46:48.5934846Z ---------------------------|----------------- 2024-01-24T01:46:48.5936084Z attrs-23.1.0 | py311haa95532_0 165 KB 2024-01-24T01:46:48.5937564Z beautifulsoup4-4.12.2 | py311haa95532_0 268 KB 2024-01-24T01:46:48.5939302Z chardet-4.0.0 |py311haa95532_1003 239 KB 2024-01-24T01:46:48.5940712Z click-8.1.7 | py311haa95532_0 222 KB 2024-01-24T01:46:48.5942185Z conda-build-3.28.4 | py311haa95532_0 836 KB 2024-01-24T01:46:48.5943578Z conda-index-0.3.0 | py311haa95532_0 224 KB 2024-01-24T01:46:48.5945267Z filelock-3.13.1 | py311haa95532_0 24 KB 2024-01-24T01:46:48.5946821Z jinja2-3.1.2 | py311haa95532_0 290 KB 2024-01-24T01:46:48.5948291Z jsonschema-4.19.2 | py311haa95532_0 213 KB 2024-01-24T01:46:48.5949873Z jsonschema-specifications-2023.7.1| py311haa95532_0 16 KB 2024-01-24T01:46:48.5951765Z liblief-0.12.3 | hd77b12b_0 2.4 MB 2024-01-24T01:46:48.5953329Z m2-msys2-runtime-2.5.0.17080.65c939c| 3 3.0 MB 2024-01-24T01:46:48.5954851Z m2-patch-2.7.5 | 2 89 KB 2024-01-24T01:46:48.5956354Z markupsafe-2.1.3 | py311h2bbff1b_0 28 KB 2024-01-24T01:46:48.5958105Z more-itertools-10.1.0 | py311haa95532_0 107 KB 2024-01-24T01:46:48.5959623Z msys2-conda-epoch-20160418 | 1 2 KB 2024-01-24T01:46:48.5961133Z pkginfo-1.9.6 | py311haa95532_0 83 KB 2024-01-24T01:46:48.5962874Z psutil-5.9.0 | py311h2bbff1b_0 486 KB 2024-01-24T01:46:48.5964367Z py-lief-0.12.3 | py311hd77b12b_0 1.8 MB 2024-01-24T01:46:48.5966088Z python-libarchive-c-2.9 | pyhd3eb1b0_1 47 KB 2024-01-24T01:46:48.5967592Z pytz-2023.3.post1 | py311haa95532_0 218 KB 2024-01-24T01:46:48.5968973Z pyyaml-6.0.1 | py311h2bbff1b_0 185 KB 2024-01-24T01:46:48.5970596Z referencing-0.30.2 | py311haa95532_0 78 KB 2024-01-24T01:46:48.5972194Z rpds-py-0.10.6 | py311h062c2fa_0 202 KB 2024-01-24T01:46:48.5973603Z soupsieve-2.5 | py311haa95532_0 93 KB 2024-01-24T01:46:48.5974999Z yaml-0.2.5 | he774522_0 62 KB 2024-01-24T01:46:48.5976284Z ------------------------------------------------------------ 2024-01-24T01:46:48.5977691Z Total: 11.3 MB 2024-01-24T01:46:48.5978452Z 2024-01-24T01:46:48.5978875Z The following NEW packages will be INSTALLED: 2024-01-24T01:46:48.5979711Z 2024-01-24T01:46:48.5980311Z attrs pkgs/main/win-64::attrs-23.1.0-py311haa95532_0 2024-01-24T01:46:48.5981999Z beautifulsoup4 pkgs/main/win-64::beautifulsoup4-4.12.2-py311haa95532_0 2024-01-24T01:46:48.5984086Z chardet pkgs/main/win-64::chardet-4.0.0-py311haa95532_1003 2024-01-24T01:46:48.5985649Z click pkgs/main/win-64::click-8.1.7-py311haa95532_0 2024-01-24T01:46:48.5987429Z conda-build pkgs/main/win-64::conda-build-3.28.4-py311haa95532_0 2024-01-24T01:46:48.5989390Z conda-index pkgs/main/win-64::conda-index-0.3.0-py311haa95532_0 2024-01-24T01:46:48.5991423Z filelock pkgs/main/win-64::filelock-3.13.1-py311haa95532_0 2024-01-24T01:46:48.5992987Z jinja2 pkgs/main/win-64::jinja2-3.1.2-py311haa95532_0 2024-01-24T01:46:48.5994653Z jsonschema pkgs/main/win-64::jsonschema-4.19.2-py311haa95532_0 2024-01-24T01:46:48.5997078Z jsonschema-specif~ pkgs/main/win-64::jsonschema-specifications-2023.7.1-py311haa95532_0 2024-01-24T01:46:48.5999082Z liblief pkgs/main/win-64::liblief-0.12.3-hd77b12b_0 2024-01-24T01:46:48.6000806Z m2-msys2-runtime pkgs/msys2/win-64::m2-msys2-runtime-2.5.0.17080.65c939c-3 2024-01-24T01:46:48.6002625Z m2-patch pkgs/msys2/win-64::m2-patch-2.7.5-2 2024-01-24T01:46:48.6004299Z markupsafe pkgs/main/win-64::markupsafe-2.1.3-py311h2bbff1b_0 2024-01-24T01:46:48.6006127Z more-itertools pkgs/main/win-64::more-itertools-10.1.0-py311haa95532_0 2024-01-24T01:46:48.6008045Z msys2-conda-epoch pkgs/msys2/win-64::msys2-conda-epoch-20160418-1 2024-01-24T01:46:48.6010107Z pkginfo pkgs/main/win-64::pkginfo-1.9.6-py311haa95532_0 2024-01-24T01:46:48.6011600Z psutil pkgs/main/win-64::psutil-5.9.0-py311h2bbff1b_0 2024-01-24T01:46:48.6013226Z py-lief pkgs/main/win-64::py-lief-0.12.3-py311hd77b12b_0 2024-01-24T01:46:48.6015127Z python-libarchive~ pkgs/main/noarch::python-libarchive-c-2.9-pyhd3eb1b0_1 2024-01-24T01:46:48.6017097Z pytz pkgs/main/win-64::pytz-2023.3.post1-py311haa95532_0 2024-01-24T01:46:48.6018680Z pyyaml pkgs/main/win-64::pyyaml-6.0.1-py311h2bbff1b_0 2024-01-24T01:46:48.6020312Z referencing pkgs/main/win-64::referencing-0.30.2-py311haa95532_0 2024-01-24T01:46:48.6022346Z rpds-py pkgs/main/win-64::rpds-py-0.10.6-py311h062c2fa_0 2024-01-24T01:46:48.6023910Z soupsieve pkgs/main/win-64::soupsieve-2.5-py311haa95532_0 2024-01-24T01:46:48.6025376Z yaml pkgs/main/win-64::yaml-0.2.5-he774522_0 2024-01-24T01:46:48.6026259Z 2024-01-24T01:46:48.6026271Z 2024-01-24T01:46:48.7474947Z Preparing transaction: ...working... done 2024-01-24T01:46:49.2901548Z Verifying transaction: ...working... done 2024-01-24T01:46:51.0103261Z Executing transaction: ...working... done 2024-01-24T01:46:51.1038891Z 2024-01-24T01:46:51.1040452Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2024-01-24T01:46:51.1041950Z 2024-01-24T01:46:51.1043967Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>call C:\actions-runner\_work\pytorch\pytorch\builder\windows\conda\condabin\activate.bat testenv 2024-01-24T01:46:51.1224921Z 2024-01-24T01:46:51.1226417Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>conda.bat activate testenv 2024-01-24T01:46:51.5041735Z C:\actions-runner\_work\_temp\artifacts\pytorch-2.3.0.dev20240123-py3.10_cuda11.8_cudnn8_0.tar.bz2 2024-01-24T01:46:52.5270354Z 1 File(s) copied 2024-01-24T01:46:53.7213242Z 2024-01-24T01:46:53.7214378Z 0%| | 0/1 [00:00