2025-09-07T07:43:56.7292321Z Current runner version: '2.328.0' 2025-09-07T07:43:56.7301411Z Runner name: 'i-08bbb007595cb77c2' 2025-09-07T07:43:56.7302509Z Runner group name: 'Default' 2025-09-07T07:43:56.7303422Z Machine name: 'EC2AMAZ-F4P7NAP' 2025-09-07T07:43:56.7306416Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T07:43:56.7308939Z Contents: read 2025-09-07T07:43:56.7309538Z Metadata: read 2025-09-07T07:43:56.7310041Z Packages: read 2025-09-07T07:43:56.7310567Z ##[endgroup] 2025-09-07T07:43:56.7313886Z Secret source: Actions 2025-09-07T07:43:56.7314817Z Prepare workflow directory 2025-09-07T07:43:56.7949214Z Prepare all required actions 2025-09-07T07:43:56.7991174Z Getting action download info 2025-09-07T07:43:57.8107547Z Download action repository 'pytorch/test-infra@main' (SHA:548a4bc624d43a01cdf165a63b041f0ae014ddbd) 2025-09-07T07:46:58.3297919Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T07:46:59.9163007Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-09-07T07:47:09.1066606Z Complete job name: libtorch-cpu-shared-with-deps-release-test 2025-09-07T07:47:09.6549443Z ##[group]Run set -euo pipefail 2025-09-07T07:47:09.6549976Z set -euo pipefail 2025-09-07T07:47:09.6550247Z function get_ec2_metadata() { 2025-09-07T07:47:09.6550619Z  # Pulled from instance metadata endpoint for EC2 2025-09-07T07:47:09.6551217Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-09-07T07:47:09.6551747Z  category=$1 2025-09-07T07:47:09.6552559Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-09-07T07:47:09.6553407Z } 2025-09-07T07:47:09.6553656Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-09-07T07:47:09.6554066Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-09-07T07:47:09.6554669Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-09-07T07:47:09.6555043Z echo "system info $(uname -a)" 2025-09-07T07:47:09.6581506Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T07:47:09.6582215Z env: 2025-09-07T07:47:09.6582550Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:47:09.6582970Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:47:09.6583277Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:47:09.6584061Z GITHUB_TOKEN: *** 2025-09-07T07:47:09.6584283Z PR_NUMBER: 2025-09-07T07:47:09.6584509Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:09.6584806Z SKIP_ALL_TESTS: 1 2025-09-07T07:47:09.6585000Z OS: windows 2025-09-07T07:47:09.6585291Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:47:09.6585644Z PACKAGE_TYPE: libtorch 2025-09-07T07:47:09.6585887Z DESIRED_CUDA: cpu 2025-09-07T07:47:09.6586086Z GPU_ARCH_TYPE: cpu 2025-09-07T07:47:09.6586326Z LIBTORCH_CONFIG: release 2025-09-07T07:47:09.6586575Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:47:09.6586973Z DESIRED_PYTHON: 3.10 2025-09-07T07:47:09.6587184Z ##[endgroup] 2025-09-07T07:47:25.8280583Z ami-id: ami-09330720cd2f262ab 2025-09-07T07:47:25.8792345Z instance-id: i-08bbb007595cb77c2 2025-09-07T07:47:25.9291384Z instance-type: c5d.4xlarge 2025-09-07T07:47:26.2233853Z system info MSYS_NT-10.0-17763 EC2AMAZ-F4P7NAP 3.6.4-b9f03e96.x86_64 2025-07-16 18:17 UTC x86_64 Msys 2025-09-07T07:47:26.2512072Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-09-07T07:47:26.2512624Z with: 2025-09-07T07:47:26.2513132Z github-secret: *** 2025-09-07T07:47:26.2513374Z activate-with-label: false 2025-09-07T07:47:26.2513625Z label: with-ssh 2025-09-07T07:47:26.2513844Z remove-existing-keys: true 2025-09-07T07:47:26.2515450Z fail-silently: true 2025-09-07T07:47:26.2515690Z env: 2025-09-07T07:47:26.2515986Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:47:26.2516398Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:47:26.2516711Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:47:26.2517183Z GITHUB_TOKEN: *** 2025-09-07T07:47:26.2517389Z PR_NUMBER: 2025-09-07T07:47:26.2517618Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:26.2517915Z SKIP_ALL_TESTS: 1 2025-09-07T07:47:26.2518107Z OS: windows 2025-09-07T07:47:26.2518517Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:47:26.2518946Z PACKAGE_TYPE: libtorch 2025-09-07T07:47:26.2519171Z DESIRED_CUDA: cpu 2025-09-07T07:47:26.2519384Z GPU_ARCH_TYPE: cpu 2025-09-07T07:47:26.2519608Z LIBTORCH_CONFIG: release 2025-09-07T07:47:26.2519850Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:47:26.2520119Z DESIRED_PYTHON: 3.10 2025-09-07T07:47:26.2520341Z ##[endgroup] 2025-09-07T07:47:26.4153570Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-09-07T07:47:26.4156181Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-09-07T07:47:26.4353861Z ##[group]Run git config --global core.longpaths true 2025-09-07T07:47:26.4354375Z git config --global core.longpaths true 2025-09-07T07:47:26.4354724Z git config --global core.symlinks true 2025-09-07T07:47:26.4355007Z  2025-09-07T07:47:26.4355365Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-09-07T07:47:26.4355940Z # the directory on Windows and prevent GHA from checking out as reported 2025-09-07T07:47:26.4356419Z # in https://github.com/actions/checkout/issues/1018 2025-09-07T07:47:26.4356795Z git config --global core.fsmonitor false 2025-09-07T07:47:26.4384581Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T07:47:26.4385309Z env: 2025-09-07T07:47:26.4385617Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:47:26.4386025Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:47:26.4386382Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:47:26.4386906Z GITHUB_TOKEN: *** 2025-09-07T07:47:26.4387114Z PR_NUMBER: 2025-09-07T07:47:26.4387340Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:26.4387634Z SKIP_ALL_TESTS: 1 2025-09-07T07:47:26.4387834Z OS: windows 2025-09-07T07:47:26.4388104Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:47:26.4388462Z PACKAGE_TYPE: libtorch 2025-09-07T07:47:26.4388674Z DESIRED_CUDA: cpu 2025-09-07T07:47:26.4388878Z GPU_ARCH_TYPE: cpu 2025-09-07T07:47:26.4389079Z LIBTORCH_CONFIG: release 2025-09-07T07:47:26.4389322Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:47:26.4389587Z DESIRED_PYTHON: 3.10 2025-09-07T07:47:26.4389814Z ##[endgroup] 2025-09-07T07:47:29.0745235Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-09-07T07:47:29.0746180Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-09-07T07:47:29.0763015Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T07:47:29.0763467Z env: 2025-09-07T07:47:29.0763770Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:47:29.0764170Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:47:29.0764468Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:47:29.0765110Z GITHUB_TOKEN: *** 2025-09-07T07:47:29.0765315Z PR_NUMBER: 2025-09-07T07:47:29.0765538Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:29.0765839Z SKIP_ALL_TESTS: 1 2025-09-07T07:47:29.0766023Z OS: windows 2025-09-07T07:47:29.0767003Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:47:29.0767356Z PACKAGE_TYPE: libtorch 2025-09-07T07:47:29.0767575Z DESIRED_CUDA: cpu 2025-09-07T07:47:29.0767767Z GPU_ARCH_TYPE: cpu 2025-09-07T07:47:29.0767976Z LIBTORCH_CONFIG: release 2025-09-07T07:47:29.0768217Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:47:29.0768481Z DESIRED_PYTHON: 3.10 2025-09-07T07:47:29.0768677Z ##[endgroup] 2025-09-07T07:47:29.4533832Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:47:29.4603133Z Finished 2025-09-07T07:47:29.4903780Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-09-07T07:47:29.4904594Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-09-07T07:47:29.4905258Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-09-07T07:47:29.4905718Z # that it doesn't interfere 2025-09-07T07:47:29.4906139Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-09-07T07:47:29.4922647Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T07:47:29.4923086Z env: 2025-09-07T07:47:29.4923384Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:47:29.4923789Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:47:29.4924089Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:47:29.4924743Z GITHUB_TOKEN: *** 2025-09-07T07:47:29.4924997Z PR_NUMBER: 2025-09-07T07:47:29.4925214Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:29.4925509Z SKIP_ALL_TESTS: 1 2025-09-07T07:47:29.4925708Z OS: windows 2025-09-07T07:47:29.4925984Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:47:29.4926336Z PACKAGE_TYPE: libtorch 2025-09-07T07:47:29.4926555Z DESIRED_CUDA: cpu 2025-09-07T07:47:29.4926757Z GPU_ARCH_TYPE: cpu 2025-09-07T07:47:29.4926955Z LIBTORCH_CONFIG: release 2025-09-07T07:47:29.4927218Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:47:29.4927474Z DESIRED_PYTHON: 3.10 2025-09-07T07:47:29.4927696Z ##[endgroup] 2025-09-07T07:47:29.8317658Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:47:29.8365708Z Finished 2025-09-07T07:47:31.5945657Z ##[group]Run actions/checkout@v4 2025-09-07T07:47:31.5945962Z with: 2025-09-07T07:47:31.5946172Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:31.5946476Z submodules: recursive 2025-09-07T07:47:31.5946685Z path: pytorch 2025-09-07T07:47:31.5946888Z show-progress: false 2025-09-07T07:47:31.5947104Z repository: pytorch/pytorch 2025-09-07T07:47:31.5947485Z token: *** 2025-09-07T07:47:31.5947677Z ssh-strict: true 2025-09-07T07:47:31.5947863Z ssh-user: git 2025-09-07T07:47:31.5948072Z persist-credentials: true 2025-09-07T07:47:31.5948311Z clean: true 2025-09-07T07:47:31.5948525Z sparse-checkout-cone-mode: true 2025-09-07T07:47:31.5948769Z fetch-depth: 1 2025-09-07T07:47:31.5948966Z fetch-tags: false 2025-09-07T07:47:31.5949151Z lfs: false 2025-09-07T07:47:31.5949346Z set-safe-directory: true 2025-09-07T07:47:31.5949565Z env: 2025-09-07T07:47:31.5949903Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:47:31.5950294Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:47:31.5950597Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:47:31.5951036Z GITHUB_TOKEN: *** 2025-09-07T07:47:31.5951222Z PR_NUMBER: 2025-09-07T07:47:31.5951441Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:31.5951719Z SKIP_ALL_TESTS: 1 2025-09-07T07:47:31.5951912Z OS: windows 2025-09-07T07:47:31.5952177Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:47:31.5952530Z PACKAGE_TYPE: libtorch 2025-09-07T07:47:31.5952932Z DESIRED_CUDA: cpu 2025-09-07T07:47:31.5953132Z GPU_ARCH_TYPE: cpu 2025-09-07T07:47:31.5953352Z LIBTORCH_CONFIG: release 2025-09-07T07:47:31.5953590Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:47:31.5953855Z DESIRED_PYTHON: 3.10 2025-09-07T07:47:31.5954155Z ##[endgroup] 2025-09-07T07:47:31.7273312Z Syncing repository: pytorch/pytorch 2025-09-07T07:47:31.7274702Z ##[group]Getting Git version info 2025-09-07T07:47:31.7275155Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-09-07T07:47:31.7386440Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-09-07T07:47:31.7595662Z git version 2.51.0.windows.1 2025-09-07T07:47:31.7642655Z ##[endgroup] 2025-09-07T07:47:31.7654150Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\3cc5659b-2c46-40bf-b3e4-5a837dc12cbc\.gitconfig' 2025-09-07T07:47:31.7672507Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3cc5659b-2c46-40bf-b3e4-5a837dc12cbc' before making global git config changes 2025-09-07T07:47:31.7673526Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T07:47:31.7683737Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-09-07T07:47:31.7927737Z ##[group]Initializing the repository 2025-09-07T07:47:31.7938823Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-09-07T07:47:32.0655080Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2025-09-07T07:47:32.0708771Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-09-07T07:47:32.1896488Z ##[endgroup] 2025-09-07T07:47:32.1914309Z ##[group]Disabling automatic garbage collection 2025-09-07T07:47:32.1914829Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-09-07T07:47:32.2154583Z ##[endgroup] 2025-09-07T07:47:32.2154959Z ##[group]Setting up auth 2025-09-07T07:47:32.2170031Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-09-07T07:47:32.2440970Z [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' || :\"" 2025-09-07T07:47:35.9235087Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T07:47:35.9485912Z [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' || :\"" 2025-09-07T07:47:36.3386849Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-09-07T07:47:36.3642174Z ##[endgroup] 2025-09-07T07:47:36.3642595Z ##[group]Fetching the repository 2025-09-07T07:47:36.3657345Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:43.0514203Z From https://github.com/pytorch/pytorch 2025-09-07T07:47:43.0514708Z * branch 93fb23d6fae7c4e82c4239a1033e522088742634 -> FETCH_HEAD 2025-09-07T07:47:43.0695287Z ##[endgroup] 2025-09-07T07:47:43.0695736Z ##[group]Determining the checkout info 2025-09-07T07:47:43.0697407Z ##[endgroup] 2025-09-07T07:47:43.0709381Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-09-07T07:47:43.1014125Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-09-07T07:47:43.1247852Z ##[group]Checking out the ref 2025-09-07T07:47:43.1258223Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:47:45.6238906Z Updating files: 2% (462/19405) 2025-09-07T07:47:46.6599200Z Updating files: 2% (467/19405) 2025-09-07T07:47:47.4125754Z Updating files: 2% (481/19405) 2025-09-07T07:47:47.5232646Z Updating files: 2% (496/19405) 2025-09-07T07:47:47.7736365Z Updating files: 3% (583/19405) 2025-09-07T07:47:47.8395763Z Updating files: 4% (777/19405) 2025-09-07T07:47:47.9916636Z Updating files: 5% (971/19405) 2025-09-07T07:47:48.1534467Z Updating files: 6% (1165/19405) 2025-09-07T07:47:48.2034670Z Updating files: 7% (1359/19405) 2025-09-07T07:47:48.5769379Z Updating files: 7% (1422/19405) 2025-09-07T07:47:48.9833223Z Updating files: 8% (1553/19405) 2025-09-07T07:47:49.2115660Z Updating files: 9% (1747/19405) 2025-09-07T07:47:49.4081108Z Updating files: 9% (1855/19405) 2025-09-07T07:47:49.6747763Z Updating files: 10% (1941/19405) 2025-09-07T07:47:49.7811482Z Updating files: 11% (2135/19405) 2025-09-07T07:47:49.9284825Z Updating files: 12% (2329/19405) 2025-09-07T07:47:50.0173096Z Updating files: 13% (2523/19405) 2025-09-07T07:47:51.2776222Z Updating files: 14% (2717/19405) 2025-09-07T07:47:51.4329797Z Updating files: 14% (2781/19405) 2025-09-07T07:47:51.5162583Z Updating files: 15% (2911/19405) 2025-09-07T07:47:51.6358297Z Updating files: 16% (3105/19405) 2025-09-07T07:47:51.7327332Z Updating files: 17% (3299/19405) 2025-09-07T07:47:51.8386227Z Updating files: 18% (3493/19405) 2025-09-07T07:47:51.9554581Z Updating files: 19% (3687/19405) 2025-09-07T07:47:52.0497689Z Updating files: 20% (3881/19405) 2025-09-07T07:47:52.1643842Z Updating files: 21% (4076/19405) 2025-09-07T07:47:52.2276338Z Updating files: 22% (4270/19405) 2025-09-07T07:47:52.3318894Z Updating files: 22% (4390/19405) 2025-09-07T07:47:52.4660696Z Updating files: 23% (4464/19405) 2025-09-07T07:47:52.5894028Z Updating files: 24% (4658/19405) 2025-09-07T07:47:52.7626788Z Updating files: 25% (4852/19405) 2025-09-07T07:47:53.0425408Z Updating files: 26% (5046/19405) 2025-09-07T07:47:53.1951245Z Updating files: 27% (5240/19405) 2025-09-07T07:47:53.2296569Z Updating files: 28% (5434/19405) 2025-09-07T07:47:53.2879265Z Updating files: 28% (5445/19405) 2025-09-07T07:47:53.4049066Z Updating files: 29% (5628/19405) 2025-09-07T07:47:53.5194281Z Updating files: 30% (5822/19405) 2025-09-07T07:47:53.7019932Z Updating files: 31% (6016/19405) 2025-09-07T07:47:54.0146085Z Updating files: 32% (6210/19405) 2025-09-07T07:47:54.2381438Z Updating files: 33% (6404/19405) 2025-09-07T07:47:54.2446638Z Updating files: 33% (6585/19405) 2025-09-07T07:47:54.3978303Z Updating files: 34% (6598/19405) 2025-09-07T07:47:54.5227148Z Updating files: 35% (6792/19405) 2025-09-07T07:47:54.6317230Z Updating files: 36% (6986/19405) 2025-09-07T07:47:55.0828431Z Updating files: 37% (7180/19405) 2025-09-07T07:47:55.1260116Z Updating files: 38% (7374/19405) 2025-09-07T07:47:55.1962079Z Updating files: 39% (7568/19405) 2025-09-07T07:47:55.2518604Z Updating files: 40% (7762/19405) 2025-09-07T07:47:55.2929407Z Updating files: 40% (7828/19405) 2025-09-07T07:47:55.3801658Z Updating files: 41% (7957/19405) 2025-09-07T07:47:55.5492190Z Updating files: 42% (8151/19405) 2025-09-07T07:47:55.6068295Z Updating files: 43% (8345/19405) 2025-09-07T07:47:55.6678940Z Updating files: 44% (8539/19405) 2025-09-07T07:47:55.7479313Z Updating files: 45% (8733/19405) 2025-09-07T07:47:55.8058747Z Updating files: 46% (8927/19405) 2025-09-07T07:47:55.9056549Z Updating files: 47% (9121/19405) 2025-09-07T07:47:55.9663372Z Updating files: 48% (9315/19405) 2025-09-07T07:47:56.0265378Z Updating files: 49% (9509/19405) 2025-09-07T07:47:56.1101643Z Updating files: 50% (9703/19405) 2025-09-07T07:47:56.1763286Z Updating files: 51% (9897/19405) 2025-09-07T07:47:56.2414755Z Updating files: 52% (10091/19405) 2025-09-07T07:47:56.2786713Z Updating files: 53% (10285/19405) 2025-09-07T07:47:56.3356638Z Updating files: 53% (10327/19405) 2025-09-07T07:47:56.4006542Z Updating files: 54% (10479/19405) 2025-09-07T07:47:56.4897172Z Updating files: 55% (10673/19405) 2025-09-07T07:47:56.5550915Z Updating files: 56% (10867/19405) 2025-09-07T07:47:56.6252043Z Updating files: 57% (11061/19405) 2025-09-07T07:47:56.7151336Z Updating files: 58% (11255/19405) 2025-09-07T07:47:56.8718356Z Updating files: 59% (11449/19405) 2025-09-07T07:47:56.9399393Z Updating files: 60% (11643/19405) 2025-09-07T07:47:57.0159950Z Updating files: 61% (11838/19405) 2025-09-07T07:47:57.0887087Z Updating files: 62% (12032/19405) 2025-09-07T07:47:57.1795805Z Updating files: 63% (12226/19405) 2025-09-07T07:47:57.2520935Z Updating files: 64% (12420/19405) 2025-09-07T07:47:57.2701259Z Updating files: 65% (12614/19405) 2025-09-07T07:47:57.3193584Z Updating files: 65% (12666/19405) 2025-09-07T07:47:57.4111037Z Updating files: 66% (12808/19405) 2025-09-07T07:47:57.4755531Z Updating files: 67% (13002/19405) 2025-09-07T07:47:57.5447908Z Updating files: 68% (13196/19405) 2025-09-07T07:47:57.6806796Z Updating files: 69% (13390/19405) 2025-09-07T07:47:57.7999018Z Updating files: 70% (13584/19405) 2025-09-07T07:47:57.8913899Z Updating files: 71% (13778/19405) 2025-09-07T07:47:57.9714754Z Updating files: 72% (13972/19405) 2025-09-07T07:47:58.0936850Z Updating files: 73% (14166/19405) 2025-09-07T07:47:58.2365270Z Updating files: 74% (14360/19405) 2025-09-07T07:47:58.4061262Z Updating files: 75% (14554/19405) 2025-09-07T07:47:58.6161149Z Updating files: 75% (14562/19405) 2025-09-07T07:47:58.7403363Z Updating files: 76% (14748/19405) 2025-09-07T07:47:58.8403755Z Updating files: 77% (14942/19405) 2025-09-07T07:47:58.9872071Z Updating files: 78% (15136/19405) 2025-09-07T07:47:59.1033650Z Updating files: 79% (15330/19405) 2025-09-07T07:47:59.2288140Z Updating files: 80% (15524/19405) 2025-09-07T07:47:59.2875891Z Updating files: 81% (15719/19405) 2025-09-07T07:47:59.3903526Z Updating files: 81% (15768/19405) 2025-09-07T07:47:59.5145270Z Updating files: 82% (15913/19405) 2025-09-07T07:47:59.6592470Z Updating files: 83% (16107/19405) 2025-09-07T07:47:59.7542589Z Updating files: 84% (16301/19405) 2025-09-07T07:47:59.8532636Z Updating files: 85% (16495/19405) 2025-09-07T07:47:59.9507253Z Updating files: 86% (16689/19405) 2025-09-07T07:48:00.0526288Z Updating files: 87% (16883/19405) 2025-09-07T07:48:00.1512249Z Updating files: 88% (17077/19405) 2025-09-07T07:48:00.2490982Z Updating files: 89% (17271/19405) 2025-09-07T07:48:00.2853688Z Updating files: 90% (17465/19405) 2025-09-07T07:48:00.3857277Z Updating files: 90% (17525/19405) 2025-09-07T07:48:00.8759730Z Updating files: 91% (17659/19405) 2025-09-07T07:48:00.9813376Z Updating files: 92% (17853/19405) 2025-09-07T07:48:01.1767624Z Updating files: 93% (18047/19405) 2025-09-07T07:48:01.2914513Z Updating files: 94% (18241/19405) 2025-09-07T07:48:01.3010472Z Updating files: 95% (18435/19405) 2025-09-07T07:48:01.4476909Z Updating files: 95% (18451/19405) 2025-09-07T07:48:01.5583843Z Updating files: 96% (18629/19405) 2025-09-07T07:48:01.6685481Z Updating files: 97% (18823/19405) 2025-09-07T07:48:01.7964400Z Updating files: 98% (19017/19405) 2025-09-07T07:48:01.9112100Z Updating files: 99% (19211/19405) 2025-09-07T07:48:01.9112448Z Updating files: 100% (19405/19405) 2025-09-07T07:48:01.9112709Z Updating files: 100% (19405/19405), done. 2025-09-07T07:48:01.9500248Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T07:48:01.9500568Z 2025-09-07T07:48:01.9500830Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T07:48:01.9501382Z changes and commit them, and you can discard any commits you make in this 2025-09-07T07:48:01.9501885Z state without impacting any branches by switching back to a branch. 2025-09-07T07:48:01.9502180Z 2025-09-07T07:48:01.9502363Z If you want to create a new branch to retain commits you create, you may 2025-09-07T07:48:01.9502828Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T07:48:01.9503093Z 2025-09-07T07:48:01.9503451Z git switch -c 2025-09-07T07:48:01.9503633Z 2025-09-07T07:48:01.9503727Z Or undo this operation with: 2025-09-07T07:48:01.9503902Z 2025-09-07T07:48:01.9503979Z git switch - 2025-09-07T07:48:01.9504090Z 2025-09-07T07:48:01.9504304Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T07:48:01.9504628Z 2025-09-07T07:48:01.9504784Z HEAD is now at 93fb23d Build vLLM nightly wheels (#162000) 2025-09-07T07:48:01.9587536Z ##[endgroup] 2025-09-07T07:48:01.9588024Z ##[group]Setting up auth for fetching submodules 2025-09-07T07:48:01.9605568Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-09-07T07:48:01.9884550Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-09-07T07:48:02.0156061Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-09-07T07:48:02.0407758Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-09-07T07:48:02.0649754Z ##[endgroup] 2025-09-07T07:48:02.0650131Z ##[group]Fetching submodules 2025-09-07T07:48:02.0660274Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-09-07T07:48:02.4527593Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-09-07T07:48:02.9141094Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-09-07T07:48:02.9142073Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-09-07T07:48:02.9142999Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-09-07T07:48:02.9143907Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-09-07T07:48:02.9144745Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-09-07T07:48:02.9145841Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-09-07T07:48:02.9147289Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-09-07T07:48:02.9148120Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-09-07T07:48:02.9148965Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-09-07T07:48:02.9149941Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-09-07T07:48:02.9150967Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-09-07T07:48:02.9151858Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-09-07T07:48:02.9152895Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-09-07T07:48:02.9153813Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-09-07T07:48:02.9154618Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-09-07T07:48:02.9155540Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-09-07T07:48:02.9156536Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-09-07T07:48:02.9157508Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-09-07T07:48:02.9158473Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:48:02.9159348Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-09-07T07:48:02.9160170Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-09-07T07:48:02.9160995Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-09-07T07:48:02.9161751Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-09-07T07:48:02.9162620Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-09-07T07:48:02.9163469Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-09-07T07:48:02.9164464Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-09-07T07:48:02.9165340Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-09-07T07:48:02.9166118Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-09-07T07:48:02.9167080Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-09-07T07:48:02.9168110Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-09-07T07:48:02.9169024Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-09-07T07:48:02.9170076Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-09-07T07:48:02.9171087Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-09-07T07:48:02.9222792Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-09-07T07:48:02.9223792Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-09-07T07:48:02.9224665Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-09-07T07:48:02.9225530Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-09-07T07:48:03.2929722Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2025-09-07T07:48:03.5723796Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2025-09-07T07:48:04.0376128Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2025-09-07T07:48:04.3778037Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2025-09-07T07:48:04.9158631Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NVTX'... 2025-09-07T07:48:05.3688069Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-09-07T07:48:07.8185419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2025-09-07T07:48:08.6901920Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter'... 2025-09-07T07:48:09.0070381Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2025-09-07T07:48:09.5583032Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/composable_kernel'... 2025-09-07T07:48:09.9426837Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpp-httplib'... 2025-09-07T07:48:10.8133137Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2025-09-07T07:48:11.1405032Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2025-09-07T07:48:12.2798892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2025-09-07T07:48:13.2840446Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2025-09-07T07:48:13.8749558Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention'... 2025-09-07T07:48:14.2736255Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2025-09-07T07:48:14.5808171Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2025-09-07T07:48:15.2628807Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-09-07T07:48:15.6247456Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2025-09-07T07:48:15.9558927Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2025-09-07T07:48:16.2499344Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2025-09-07T07:48:16.6017977Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2025-09-07T07:48:17.1910105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2025-09-07T07:48:17.6432048Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kleidiai'... 2025-09-07T07:48:18.0962548Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2025-09-07T07:48:18.5831934Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2025-09-07T07:48:19.5091623Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2025-09-07T07:48:20.1431331Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-09-07T07:48:20.4767013Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2025-09-07T07:48:21.5307130Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2025-09-07T07:48:21.8026449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2025-09-07T07:48:22.0843442Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2025-09-07T07:48:22.4165584Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2025-09-07T07:48:22.7907609Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2025-09-07T07:48:23.2870799Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2025-09-07T07:48:23.6308601Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2025-09-07T07:48:24.2355973Z From https://github.com/facebookincubator/fbjni 2025-09-07T07:48:24.2356466Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-09-07T07:48:24.3436956Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-09-07T07:48:25.0886463Z From https://github.com/Maratyszcza/FP16 2025-09-07T07:48:25.0886954Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-09-07T07:48:25.1527021Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-09-07T07:48:25.6522388Z From https://github.com/Maratyszcza/FXdiv 2025-09-07T07:48:25.6522865Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-09-07T07:48:25.6977466Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-09-07T07:48:26.2220796Z From https://github.com/Maratyszcza/NNPACK 2025-09-07T07:48:26.2221269Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-09-07T07:48:26.4129688Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-09-07T07:48:27.0420106Z From https://github.com/NVIDIA/NVTX 2025-09-07T07:48:27.0420565Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-09-07T07:48:27.5823065Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-09-07T07:48:28.2995200Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-09-07T07:48:28.2995779Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-09-07T07:48:28.5085742Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-09-07T07:48:31.6414508Z From https://github.com/google/XNNPACK 2025-09-07T07:48:31.6415049Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-09-07T07:48:39.0624201Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-09-07T07:48:39.9079340Z From https://github.com/ROCm/aiter 2025-09-07T07:48:39.9079864Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-09-07T07:48:40.8932748Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-09-07T07:48:40.9046523Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:48:41.4489579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-09-07T07:48:42.7396725Z From https://github.com/ROCm/composable_kernel 2025-09-07T07:48:42.7397270Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-09-07T07:48:45.6545765Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-09-07T07:48:46.5903938Z From https://github.com/google/benchmark 2025-09-07T07:48:46.5904467Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-09-07T07:48:46.9457601Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-09-07T07:48:47.9091987Z From https://github.com/ROCm/composable_kernel 2025-09-07T07:48:47.9092487Z * branch 7fe50dc3da2069d6645d9deb8c017a876472a977 -> FETCH_HEAD 2025-09-07T07:48:51.7131378Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-09-07T07:48:51.9266479Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-09-07T07:48:52.6395488Z From https://github.com/pytorch/cpuinfo 2025-09-07T07:48:52.6395976Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-09-07T07:48:53.0884541Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-09-07T07:48:53.7137602Z From https://github.com/NVIDIA/cudnn-frontend 2025-09-07T07:48:53.7138118Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-09-07T07:48:54.0451120Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-09-07T07:48:54.9692395Z From https://github.com/NVIDIA/cutlass 2025-09-07T07:48:54.9692871Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2025-09-07T07:49:00.0853789Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-09-07T07:49:00.7245654Z From https://github.com/pytorch/fbgemm 2025-09-07T07:49:00.7246229Z * branch 4b39c551efe15e6bbade20565b0ceb2d8ce3352d -> FETCH_HEAD 2025-09-07T07:49:02.3856871Z Submodule path 'third_party/fbgemm': checked out '4b39c551efe15e6bbade20565b0ceb2d8ce3352d' 2025-09-07T07:49:02.4129907Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-09-07T07:49:02.4131106Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:49:02.4132230Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:49:02.4133166Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-09-07T07:49:02.4134127Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-09-07T07:49:02.4135212Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:49:02.4136260Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-09-07T07:49:03.0892112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-09-07T07:49:03.5703344Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-09-07T07:49:04.4409180Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-09-07T07:49:05.4618771Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-09-07T07:49:05.7958205Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-09-07T07:49:06.1223944Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-09-07T07:49:06.5999817Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-09-07T07:49:07.3317999Z From https://github.com/asmjit/asmjit 2025-09-07T07:49:07.3318552Z * branch a3199e8857792cd10b7589ff5d58343d2c9008ea -> FETCH_HEAD 2025-09-07T07:49:07.5704714Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-09-07T07:49:08.3329886Z From https://github.com/jwfromm/composable_kernel 2025-09-07T07:49:08.3330385Z * branch b1281b8b08d973a7064f864f47eeb30f3e2596e9 -> FETCH_HEAD 2025-09-07T07:49:14.6253287Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-09-07T07:49:20.1492439Z From https://github.com/pytorch/cpuinfo 2025-09-07T07:49:20.1492944Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-09-07T07:49:28.7621392Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-09-07T07:49:31.2459074Z From https://github.com/jwfromm/cutlass 2025-09-07T07:49:31.2459568Z * branch 311f3c8e51dc0eb56310cfc6980bf63d0fbd7917 -> FETCH_HEAD 2025-09-07T07:50:11.7997276Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '311f3c8e51dc0eb56310cfc6980bf63d0fbd7917' 2025-09-07T07:50:15.9180588Z From https://github.com/google/googletest 2025-09-07T07:50:15.9181114Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-09-07T07:50:18.6931182Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T07:50:19.5890945Z From https://github.com/ROCmSoftwarePlatform/hipify_torch 2025-09-07T07:50:19.5891480Z * branch 63b6a7b541fa7f08f8475ca7d74054db36ff2691 -> FETCH_HEAD 2025-09-07T07:50:19.7976051Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-09-07T07:50:21.0152771Z From https://github.com/nlohmann/json 2025-09-07T07:50:21.0153315Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-09-07T07:50:27.9184622Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-09-07T07:50:28.7078697Z From https://github.com/Dao-AILab/flash-attention 2025-09-07T07:50:28.7079192Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-09-07T07:50:33.7035558Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-09-07T07:50:33.7166733Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:50:33.7167862Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:50:35.1517345Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-09-07T07:50:38.0238337Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-09-07T07:50:39.5273913Z From https://github.com/ROCm/composable_kernel 2025-09-07T07:50:39.5274425Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-09-07T07:51:03.6060261Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-09-07T07:51:05.5920157Z From https://github.com/NVIDIA/cutlass 2025-09-07T07:51:05.5920698Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-09-07T07:51:33.5388599Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-09-07T07:51:34.5749915Z From https://github.com/google/flatbuffers 2025-09-07T07:51:34.5750493Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-09-07T07:51:40.2989881Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-09-07T07:51:44.9269830Z From https://github.com/fmtlib/fmt 2025-09-07T07:51:44.9270360Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-09-07T07:51:45.0968593Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-09-07T07:51:47.8793192Z From https://github.com/google/gemmlowp 2025-09-07T07:51:47.8793783Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-09-07T07:51:48.1257553Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-09-07T07:51:49.6986878Z From https://github.com/pytorch/gloo 2025-09-07T07:51:49.6987460Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-09-07T07:51:50.2726149Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-09-07T07:51:53.7765871Z From https://github.com/google/googletest 2025-09-07T07:51:53.7766361Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-09-07T07:51:55.1651510Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T07:51:56.0408602Z From https://github.com/intel/ideep 2025-09-07T07:51:56.0409116Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-09-07T07:51:56.1762772Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-09-07T07:51:56.1871028Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-09-07T07:51:57.5937105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-09-07T07:51:59.4132763Z From https://github.com/intel/mkl-dnn 2025-09-07T07:51:59.4133634Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-09-07T07:52:21.6725911Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-09-07T07:52:23.5451561Z From https://github.com/intel/ittapi 2025-09-07T07:52:23.5452061Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-09-07T07:52:24.5683676Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-09-07T07:52:26.3102946Z From https://github.com/pytorch/kineto 2025-09-07T07:52:26.3103428Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-09-07T07:52:27.1883084Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-09-07T07:52:27.2114970Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:52:27.2116216Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:52:27.2117396Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:52:27.9798283Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-09-07T07:52:28.5696075Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-09-07T07:52:29.0246490Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-09-07T07:52:29.9872314Z From https://github.com/facebookincubator/dynolog 2025-09-07T07:52:29.9872904Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-09-07T07:52:31.0586332Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-09-07T07:52:31.1011666Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:52:31.1013121Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:52:31.1014264Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:52:31.1015464Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:52:31.1016662Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:52:31.1017905Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:52:31.1019181Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:52:31.1020402Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:52:33.0675661Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-09-07T07:52:33.6489746Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-09-07T07:52:34.1276234Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-09-07T07:52:34.7107663Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-09-07T07:52:35.2298067Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-09-07T07:52:35.7206103Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-09-07T07:52:37.0582268Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-09-07T07:52:37.6630558Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-09-07T07:52:39.1488563Z From https://github.com/NVIDIA/DCGM 2025-09-07T07:52:39.1489084Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-09-07T07:52:44.5382555Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-09-07T07:52:45.2336370Z From https://github.com/libcpr/cpr 2025-09-07T07:52:45.2336890Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-09-07T07:52:46.0813705Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-09-07T07:52:46.9298568Z From https://github.com/fmtlib/fmt 2025-09-07T07:52:46.9299085Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-09-07T07:52:48.7740613Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-09-07T07:52:50.7214658Z From https://github.com/gflags/gflags 2025-09-07T07:52:50.7215169Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-09-07T07:52:51.0244368Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-09-07T07:52:51.0357018Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:52:51.5973339Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-09-07T07:52:52.2013247Z From https://github.com/gflags/gflags 2025-09-07T07:52:52.2013746Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-09-07T07:52:52.3045429Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-09-07T07:52:55.3494339Z From https://github.com/google/glog 2025-09-07T07:52:55.3494894Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-09-07T07:52:55.6560940Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-09-07T07:52:56.5158707Z From https://github.com/google/googletest 2025-09-07T07:52:56.5159230Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-09-07T07:52:57.4478729Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-09-07T07:52:58.4755622Z From https://github.com/nlohmann/json 2025-09-07T07:52:58.4756337Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-09-07T07:53:01.7723779Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-09-07T07:53:02.7425314Z From https://github.com/dtrugman/pfs 2025-09-07T07:53:02.7425806Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-09-07T07:53:02.8281158Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-09-07T07:53:03.7715955Z From https://github.com/fmtlib/fmt 2025-09-07T07:53:03.7716447Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-09-07T07:53:03.9315311Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-09-07T07:53:04.7852973Z From https://github.com/google/googletest 2025-09-07T07:53:04.7853526Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-09-07T07:53:05.0065053Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-09-07T07:53:05.6523000Z From https://github.com/ARM-software/kleidiai 2025-09-07T07:53:05.6523497Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-09-07T07:53:05.9561258Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-09-07T07:53:06.5891010Z From https://github.com/microsoft/mimalloc 2025-09-07T07:53:06.5891509Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-09-07T07:53:06.8895805Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-09-07T07:53:07.6327842Z From https://github.com/nlohmann/json 2025-09-07T07:53:07.6328352Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-09-07T07:53:08.5023780Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-09-07T07:53:09.6090419Z From https://github.com/onnx/onnx 2025-09-07T07:53:09.6090927Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-09-07T07:53:15.2049273Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-09-07T07:53:15.2188816Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-09-07T07:53:15.5908295Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-09-07T07:53:16.2978920Z From https://github.com/pybind/pybind11 2025-09-07T07:53:16.2979668Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-09-07T07:53:16.4940280Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-09-07T07:53:17.3398523Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-09-07T07:53:17.3399133Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-09-07T07:53:18.2868039Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-09-07T07:53:18.3110151Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:53:18.3111365Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:53:18.3112488Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:53:18.3113587Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:53:18.3114892Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:53:18.3116335Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:53:18.3117867Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:53:18.3118967Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:53:18.6092931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-09-07T07:53:18.9417701Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-09-07T07:53:19.2372942Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-09-07T07:53:19.7329447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-09-07T07:53:20.0278220Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-09-07T07:53:20.3319319Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-09-07T07:53:20.6378922Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-09-07T07:53:21.2090419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-09-07T07:53:21.8361224Z From https://github.com/google/benchmark 2025-09-07T07:53:21.8361737Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-09-07T07:53:21.9891141Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-09-07T07:53:22.7565148Z From https://github.com/google/googletest 2025-09-07T07:53:22.7565691Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-09-07T07:53:22.9594101Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-09-07T07:53:25.8895444Z From https://github.com/microsoft/GSL 2025-09-07T07:53:25.8895948Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-09-07T07:53:26.3994624Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-09-07T07:53:27.2197597Z From https://github.com/nlohmann/json 2025-09-07T07:53:27.2198097Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-09-07T07:53:28.0484525Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-09-07T07:53:28.7995317Z From https://github.com/open-telemetry/opentelemetry-proto 2025-09-07T07:53:28.7995888Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-09-07T07:53:28.8778771Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-09-07T07:53:29.3656548Z From https://github.com/opentracing/opentracing-cpp 2025-09-07T07:53:29.3657097Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-09-07T07:53:29.4758418Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-09-07T07:53:30.4237225Z From https://github.com/jupp0r/prometheus-cpp 2025-09-07T07:53:30.4237782Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-09-07T07:53:30.5592259Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-09-07T07:53:30.5743233Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:53:30.5744840Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:53:31.2017673Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-09-07T07:53:32.1064682Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-09-07T07:53:32.7549614Z From https://github.com/civetweb/civetweb 2025-09-07T07:53:32.7550132Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-09-07T07:53:33.7012158Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-09-07T07:53:34.4409677Z From https://github.com/google/googletest 2025-09-07T07:53:34.4410189Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-09-07T07:53:34.6731820Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-09-07T07:53:35.6944076Z From https://github.com/Microsoft/vcpkg 2025-09-07T07:53:35.6944584Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-09-07T07:53:42.8364385Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-09-07T07:53:42.9203586Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-09-07T07:53:44.2459173Z From https://github.com/protocolbuffers/protobuf 2025-09-07T07:53:44.2459750Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-09-07T07:53:45.4875999Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-09-07T07:53:45.5011430Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:53:45.5012560Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-09-07T07:53:45.8303643Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-09-07T07:53:46.1405379Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-09-07T07:53:47.4013358Z From https://github.com/google/benchmark 2025-09-07T07:53:47.4013868Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-09-07T07:53:47.4691359Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-09-07T07:53:48.1683813Z From https://github.com/google/googletest 2025-09-07T07:53:48.1684363Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-09-07T07:53:48.3637152Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-09-07T07:53:48.4442652Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-09-07T07:53:49.0964418Z From https://github.com/Maratyszcza/pthreadpool 2025-09-07T07:53:49.0964959Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-09-07T07:53:49.1470618Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-09-07T07:53:49.7986218Z From https://github.com/pybind/pybind11 2025-09-07T07:53:49.7986751Z * branch f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 -> FETCH_HEAD 2025-09-07T07:53:49.9703412Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-09-07T07:53:50.5664299Z From https://github.com/malfet/PeachPy 2025-09-07T07:53:50.5665666Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-09-07T07:53:50.6757951Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-09-07T07:53:51.3594583Z From https://github.com/shibatch/sleef 2025-09-07T07:53:51.3595076Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-09-07T07:53:51.5212306Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-09-07T07:53:51.6919264Z Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075' 2025-09-07T07:53:51.7080438Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:53:51.7081689Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:53:51.7082706Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:53:51.7083748Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:53:52.0445195Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-09-07T07:53:52.3135502Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-09-07T07:53:52.6336019Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-09-07T07:53:52.9635866Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-09-07T07:53:53.6444433Z From https://github.com/google/googletest 2025-09-07T07:53:53.6444962Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-09-07T07:53:53.8411337Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-09-07T07:53:54.3789706Z From https://github.com/google/libnop 2025-09-07T07:53:54.3790208Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-09-07T07:53:54.4522087Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-09-07T07:53:55.1373200Z From https://github.com/libuv/libuv 2025-09-07T07:53:55.1373685Z * branch 5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b -> FETCH_HEAD 2025-09-07T07:53:55.3517451Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-09-07T07:53:56.0002635Z From https://github.com/pybind/pybind11 2025-09-07T07:53:56.0003169Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-09-07T07:53:56.4114073Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-09-07T07:53:56.4221728Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:53:56.7038387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-09-07T07:53:57.2605670Z From https://github.com/wjakob/clang-cindex-python3 2025-09-07T07:53:57.2606201Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-09-07T07:53:57.2987494Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-09-07T07:53:57.3233150Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-09-07T07:53:57.7222766Z Entering 'android/libs/fbjni' 2025-09-07T07:53:57.7625909Z Entering 'third_party/FP16' 2025-09-07T07:53:57.8043949Z Entering 'third_party/FXdiv' 2025-09-07T07:53:57.8430728Z Entering 'third_party/NNPACK' 2025-09-07T07:53:57.8819234Z Entering 'third_party/NVTX' 2025-09-07T07:53:57.9223290Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:53:57.9608801Z Entering 'third_party/XNNPACK' 2025-09-07T07:53:58.0005958Z Entering 'third_party/aiter' 2025-09-07T07:53:58.0374032Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:53:58.0784156Z Entering 'third_party/benchmark' 2025-09-07T07:53:58.1161912Z Entering 'third_party/composable_kernel' 2025-09-07T07:53:58.1634592Z Entering 'third_party/cpp-httplib' 2025-09-07T07:53:58.2024716Z Entering 'third_party/cpuinfo' 2025-09-07T07:53:58.2418119Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:53:58.2803760Z Entering 'third_party/cutlass' 2025-09-07T07:53:58.3217025Z Entering 'third_party/fbgemm' 2025-09-07T07:53:58.3634351Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:53:58.4032684Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:53:58.4438338Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:53:58.4869000Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:53:58.5292105Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:53:58.5716324Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:53:58.6109159Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:53:58.6507039Z Entering 'third_party/flash-attention' 2025-09-07T07:53:58.6874256Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:53:58.7270931Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:53:58.7699674Z Entering 'third_party/flatbuffers' 2025-09-07T07:53:58.8084827Z Entering 'third_party/fmt' 2025-09-07T07:53:58.8479411Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:53:58.8878415Z Entering 'third_party/gloo' 2025-09-07T07:53:58.9265272Z Entering 'third_party/googletest' 2025-09-07T07:53:58.9698722Z Entering 'third_party/ideep' 2025-09-07T07:53:59.0065394Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:53:59.0476062Z Entering 'third_party/ittapi' 2025-09-07T07:53:59.0878010Z Entering 'third_party/kineto' 2025-09-07T07:53:59.1258781Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:53:59.1647802Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:53:59.2064849Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:53:59.2462488Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:53:59.2845613Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:53:59.3221744Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:53:59.3662825Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:53:59.4050416Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:53:59.4443543Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:53:59.4822743Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:53:59.5235778Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:53:59.5625786Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:53:59.6039828Z Entering 'third_party/kleidiai' 2025-09-07T07:53:59.6420568Z Entering 'third_party/mimalloc' 2025-09-07T07:53:59.6804862Z Entering 'third_party/nlohmann' 2025-09-07T07:53:59.7201071Z Entering 'third_party/onnx' 2025-09-07T07:53:59.7644713Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:53:59.8071541Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:53:59.8457090Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:53:59.8840828Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:53:59.9254068Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:53:59.9643361Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:54:00.0042329Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:54:00.0459109Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:54:00.0851016Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:54:00.1228545Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:54:00.1620603Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:54:00.2019908Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:54:00.2438558Z Entering 'third_party/pocketfft' 2025-09-07T07:54:00.2822822Z Entering 'third_party/protobuf' 2025-09-07T07:54:00.3208320Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:54:00.3598220Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:54:00.3993293Z Entering 'third_party/psimd' 2025-09-07T07:54:00.4378188Z Entering 'third_party/pthreadpool' 2025-09-07T07:54:00.4762965Z Entering 'third_party/pybind11' 2025-09-07T07:54:00.5150694Z Entering 'third_party/python-peachpy' 2025-09-07T07:54:00.5529580Z Entering 'third_party/sleef' 2025-09-07T07:54:00.5917638Z Entering 'third_party/tensorpipe' 2025-09-07T07:54:00.6318850Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:54:00.6707302Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:54:00.7091496Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:54:00.7479000Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:54:00.7855785Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:54:00.8366585Z ##[endgroup] 2025-09-07T07:54:00.8383425Z ##[group]Persisting credentials for submodules 2025-09-07T07:54:00.8384685Z [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' || :\"" 2025-09-07T07:54:01.2281995Z Entering 'android/libs/fbjni' 2025-09-07T07:54:01.2908506Z Entering 'third_party/FP16' 2025-09-07T07:54:01.3503800Z Entering 'third_party/FXdiv' 2025-09-07T07:54:01.4100035Z Entering 'third_party/NNPACK' 2025-09-07T07:54:01.4724128Z Entering 'third_party/NVTX' 2025-09-07T07:54:01.5301846Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:54:01.5896987Z Entering 'third_party/XNNPACK' 2025-09-07T07:54:01.6509758Z Entering 'third_party/aiter' 2025-09-07T07:54:01.7072098Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:54:01.7702390Z Entering 'third_party/benchmark' 2025-09-07T07:54:01.8316330Z Entering 'third_party/composable_kernel' 2025-09-07T07:54:01.8927609Z Entering 'third_party/cpp-httplib' 2025-09-07T07:54:01.9517305Z Entering 'third_party/cpuinfo' 2025-09-07T07:54:02.0107728Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:54:02.0689984Z Entering 'third_party/cutlass' 2025-09-07T07:54:02.1293566Z Entering 'third_party/fbgemm' 2025-09-07T07:54:02.1870388Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:54:02.2488134Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:54:02.3088279Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:54:02.3674610Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:54:02.4308955Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:54:02.4915439Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:54:02.5521932Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:54:02.6176699Z Entering 'third_party/flash-attention' 2025-09-07T07:54:02.6754669Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:54:02.7424060Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:54:02.8058058Z Entering 'third_party/flatbuffers' 2025-09-07T07:54:02.8702964Z Entering 'third_party/fmt' 2025-09-07T07:54:02.9315262Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:54:02.9908296Z Entering 'third_party/gloo' 2025-09-07T07:54:03.0528810Z Entering 'third_party/googletest' 2025-09-07T07:54:03.1113611Z Entering 'third_party/ideep' 2025-09-07T07:54:03.1680188Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:54:03.2398549Z Entering 'third_party/ittapi' 2025-09-07T07:54:03.3024856Z Entering 'third_party/kineto' 2025-09-07T07:54:03.3603486Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:54:03.4204699Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:54:03.4829282Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:54:03.5427422Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:54:03.6037764Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:54:03.6634570Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:54:03.7276539Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:54:03.7872232Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:54:03.8547677Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:54:03.9209946Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:54:03.9843178Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:54:04.0440900Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:54:04.1046622Z Entering 'third_party/kleidiai' 2025-09-07T07:54:04.1628468Z Entering 'third_party/mimalloc' 2025-09-07T07:54:04.2247781Z Entering 'third_party/nlohmann' 2025-09-07T07:54:04.2831964Z Entering 'third_party/onnx' 2025-09-07T07:54:04.3437132Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:54:04.4051303Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:54:04.4645214Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:54:04.5272777Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:54:04.5884071Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:54:04.6471481Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:54:04.7088059Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:54:04.7680890Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:54:04.8278023Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:54:04.8866773Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:54:04.9485046Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:54:05.0113250Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:54:05.0764245Z Entering 'third_party/pocketfft' 2025-09-07T07:54:05.1395587Z Entering 'third_party/protobuf' 2025-09-07T07:54:05.1980174Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:54:05.2571132Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:54:05.3189643Z Entering 'third_party/psimd' 2025-09-07T07:54:05.3763785Z Entering 'third_party/pthreadpool' 2025-09-07T07:54:05.4340136Z Entering 'third_party/pybind11' 2025-09-07T07:54:05.4921078Z Entering 'third_party/python-peachpy' 2025-09-07T07:54:05.5501510Z Entering 'third_party/sleef' 2025-09-07T07:54:05.6096784Z Entering 'third_party/tensorpipe' 2025-09-07T07:54:05.6675066Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:54:05.7305326Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:54:05.7882364Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:54:05.8487004Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:54:05.9086857Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:54:05.9804405Z [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\"" 2025-09-07T07:54:06.3748689Z Entering 'android/libs/fbjni' 2025-09-07T07:54:06.4333937Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-09-07T07:54:06.4493305Z Entering 'third_party/FP16' 2025-09-07T07:54:06.5056842Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-09-07T07:54:06.5201493Z Entering 'third_party/FXdiv' 2025-09-07T07:54:06.5767478Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-09-07T07:54:06.5910832Z Entering 'third_party/NNPACK' 2025-09-07T07:54:06.6514031Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-09-07T07:54:06.6664182Z Entering 'third_party/NVTX' 2025-09-07T07:54:06.7243622Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-09-07T07:54:06.7391212Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:54:06.7948778Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-09-07T07:54:06.8099492Z Entering 'third_party/XNNPACK' 2025-09-07T07:54:06.8654965Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-09-07T07:54:06.8816864Z Entering 'third_party/aiter' 2025-09-07T07:54:06.9378394Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-09-07T07:54:06.9510057Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:54:07.0081520Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-09-07T07:54:07.0262000Z Entering 'third_party/benchmark' 2025-09-07T07:54:07.0813528Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-09-07T07:54:07.0962194Z Entering 'third_party/composable_kernel' 2025-09-07T07:54:07.1530705Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-09-07T07:54:07.1688824Z Entering 'third_party/cpp-httplib' 2025-09-07T07:54:07.2254097Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-09-07T07:54:07.2401120Z Entering 'third_party/cpuinfo' 2025-09-07T07:54:07.2992504Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-09-07T07:54:07.3143356Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:54:07.3707023Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-09-07T07:54:07.3849479Z Entering 'third_party/cutlass' 2025-09-07T07:54:07.4451465Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-09-07T07:54:07.4614245Z Entering 'third_party/fbgemm' 2025-09-07T07:54:07.5232210Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-09-07T07:54:07.5365333Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:54:07.5926708Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-09-07T07:54:07.6070009Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:54:07.6631016Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-09-07T07:54:07.6791362Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:54:07.7361394Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-09-07T07:54:07.7517665Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:54:07.8083117Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-09-07T07:54:07.8243040Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:54:07.8797944Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-09-07T07:54:07.8941589Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:54:07.9492996Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-09-07T07:54:07.9641227Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:54:08.0220389Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-09-07T07:54:08.0385154Z Entering 'third_party/flash-attention' 2025-09-07T07:54:08.0952174Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-09-07T07:54:08.1088697Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:54:08.1635485Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-09-07T07:54:08.1810827Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:54:08.2394583Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-09-07T07:54:08.2568317Z Entering 'third_party/flatbuffers' 2025-09-07T07:54:08.3151184Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-09-07T07:54:08.3295892Z Entering 'third_party/fmt' 2025-09-07T07:54:08.3859043Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-09-07T07:54:08.4000778Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:54:08.4554221Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-09-07T07:54:08.4746684Z Entering 'third_party/gloo' 2025-09-07T07:54:08.5297107Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-09-07T07:54:08.5439869Z Entering 'third_party/googletest' 2025-09-07T07:54:08.5990175Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:54:08.6134269Z Entering 'third_party/ideep' 2025-09-07T07:54:08.6705923Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-09-07T07:54:08.6836405Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:54:08.7403621Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-09-07T07:54:08.7580832Z Entering 'third_party/ittapi' 2025-09-07T07:54:08.8134630Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-09-07T07:54:08.8284564Z Entering 'third_party/kineto' 2025-09-07T07:54:08.8896746Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-09-07T07:54:08.9028654Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:54:08.9605685Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-09-07T07:54:08.9742136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:54:09.0330773Z 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 2025-09-07T07:54:09.0483530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:54:09.1054486Z 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 2025-09-07T07:54:09.1203021Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:54:09.1782920Z 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 2025-09-07T07:54:09.1924737Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:54:09.2484087Z 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 2025-09-07T07:54:09.2612342Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:54:09.3188768Z 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 2025-09-07T07:54:09.3364196Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:54:09.3929955Z 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 2025-09-07T07:54:09.4077604Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:54:09.4641355Z 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 2025-09-07T07:54:09.4789083Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:54:09.5354430Z 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 2025-09-07T07:54:09.5499464Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:54:09.6062495Z 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 2025-09-07T07:54:09.6224722Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:54:09.6779661Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-09-07T07:54:09.6922745Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:54:09.7487582Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-09-07T07:54:09.7655288Z Entering 'third_party/kleidiai' 2025-09-07T07:54:09.8210142Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-09-07T07:54:09.8358388Z Entering 'third_party/mimalloc' 2025-09-07T07:54:09.8924650Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-09-07T07:54:09.9072101Z Entering 'third_party/nlohmann' 2025-09-07T07:54:09.9624509Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-09-07T07:54:09.9771517Z Entering 'third_party/onnx' 2025-09-07T07:54:10.0329727Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-09-07T07:54:10.0481429Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:54:10.1044129Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-09-07T07:54:10.1206974Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:54:10.1772783Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-09-07T07:54:10.1914182Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:54:10.2483276Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-09-07T07:54:10.2629090Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:54:10.3231623Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:54:10.3383116Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:54:10.3992029Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-09-07T07:54:10.4139540Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:54:10.4725945Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-09-07T07:54:10.4893177Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:54:10.5464372Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-09-07T07:54:10.5607676Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:54:10.6208011Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-09-07T07:54:10.6355126Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:54:10.6940318Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-09-07T07:54:10.7069345Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:54:10.7654518Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-09-07T07:54:10.7847956Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:54:10.8428965Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-09-07T07:54:10.8594566Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:54:10.9173592Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-09-07T07:54:10.9382502Z Entering 'third_party/pocketfft' 2025-09-07T07:54:10.9986267Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-09-07T07:54:11.0132621Z Entering 'third_party/protobuf' 2025-09-07T07:54:11.0728715Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-09-07T07:54:11.0873944Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:54:11.1444076Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-09-07T07:54:11.1591616Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:54:11.2172264Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:54:11.2336504Z Entering 'third_party/psimd' 2025-09-07T07:54:11.2901165Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-09-07T07:54:11.3046283Z Entering 'third_party/pthreadpool' 2025-09-07T07:54:11.3618550Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-09-07T07:54:11.3791654Z Entering 'third_party/pybind11' 2025-09-07T07:54:11.4370669Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-09-07T07:54:11.4520472Z Entering 'third_party/python-peachpy' 2025-09-07T07:54:11.5107379Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-09-07T07:54:11.5255067Z Entering 'third_party/sleef' 2025-09-07T07:54:11.5838625Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-09-07T07:54:11.5984827Z Entering 'third_party/tensorpipe' 2025-09-07T07:54:11.6547180Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-09-07T07:54:11.6678075Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:54:11.7279402Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:54:11.7433196Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:54:11.8012751Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-09-07T07:54:11.8157710Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:54:11.8738650Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-09-07T07:54:11.8892324Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:54:11.9508432Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-09-07T07:54:11.9641443Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:54:12.0213955Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-09-07T07:54:12.0833258Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-09-07T07:54:12.4993511Z Entering 'android/libs/fbjni' 2025-09-07T07:54:12.5388557Z Entering 'third_party/FP16' 2025-09-07T07:54:12.5812440Z Entering 'third_party/FXdiv' 2025-09-07T07:54:12.6240124Z Entering 'third_party/NNPACK' 2025-09-07T07:54:12.6638104Z Entering 'third_party/NVTX' 2025-09-07T07:54:12.7061091Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:54:12.7453639Z Entering 'third_party/XNNPACK' 2025-09-07T07:54:12.7862567Z Entering 'third_party/aiter' 2025-09-07T07:54:12.8252949Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:54:12.8692924Z Entering 'third_party/benchmark' 2025-09-07T07:54:12.9097878Z Entering 'third_party/composable_kernel' 2025-09-07T07:54:12.9501074Z Entering 'third_party/cpp-httplib' 2025-09-07T07:54:12.9898199Z Entering 'third_party/cpuinfo' 2025-09-07T07:54:13.0282782Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:54:13.0675012Z Entering 'third_party/cutlass' 2025-09-07T07:54:13.1104674Z Entering 'third_party/fbgemm' 2025-09-07T07:54:13.1521473Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:54:13.1919090Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:54:13.2334576Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:54:13.2736829Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:54:13.3143110Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:54:13.3583498Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:54:13.3970076Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:54:13.4379461Z Entering 'third_party/flash-attention' 2025-09-07T07:54:13.4788282Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:54:13.5189103Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:54:13.5603559Z Entering 'third_party/flatbuffers' 2025-09-07T07:54:13.6039645Z Entering 'third_party/fmt' 2025-09-07T07:54:13.6437355Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:54:13.6832962Z Entering 'third_party/gloo' 2025-09-07T07:54:13.7225786Z Entering 'third_party/googletest' 2025-09-07T07:54:13.7621174Z Entering 'third_party/ideep' 2025-09-07T07:54:13.7996402Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:54:13.8419557Z Entering 'third_party/ittapi' 2025-09-07T07:54:13.8800209Z Entering 'third_party/kineto' 2025-09-07T07:54:13.9177107Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:54:13.9555465Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:54:13.9976776Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:54:14.0376565Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:54:14.0775698Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:54:14.1176461Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:54:14.1611573Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:54:14.2011660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:54:14.2451210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:54:14.2846235Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:54:14.3261950Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:54:14.3676103Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:54:14.4081741Z Entering 'third_party/kleidiai' 2025-09-07T07:54:14.4469553Z Entering 'third_party/mimalloc' 2025-09-07T07:54:14.4866528Z Entering 'third_party/nlohmann' 2025-09-07T07:54:14.5263740Z Entering 'third_party/onnx' 2025-09-07T07:54:14.5676725Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:54:14.6130320Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:54:14.6510559Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:54:14.6907628Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:54:14.7291310Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:54:14.7674734Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:54:14.8061326Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:54:14.8487661Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:54:14.9011070Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:54:14.9412791Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:54:14.9813249Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:54:15.0238279Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:54:15.0699780Z Entering 'third_party/pocketfft' 2025-09-07T07:54:15.1087387Z Entering 'third_party/protobuf' 2025-09-07T07:54:15.1485823Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:54:15.1883440Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:54:15.2283220Z Entering 'third_party/psimd' 2025-09-07T07:54:15.2688987Z Entering 'third_party/pthreadpool' 2025-09-07T07:54:15.3069626Z Entering 'third_party/pybind11' 2025-09-07T07:54:15.3444359Z Entering 'third_party/python-peachpy' 2025-09-07T07:54:15.3857886Z Entering 'third_party/sleef' 2025-09-07T07:54:15.4242402Z Entering 'third_party/tensorpipe' 2025-09-07T07:54:15.4617635Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:54:15.5058058Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:54:15.5445310Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:54:15.5881760Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:54:15.6259407Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:54:15.6840667Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-09-07T07:54:16.0439906Z Entering 'android/libs/fbjni' 2025-09-07T07:54:16.0830072Z Entering 'third_party/FP16' 2025-09-07T07:54:16.1219269Z Entering 'third_party/FXdiv' 2025-09-07T07:54:16.1606696Z Entering 'third_party/NNPACK' 2025-09-07T07:54:16.2006903Z Entering 'third_party/NVTX' 2025-09-07T07:54:16.2446377Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:54:16.2852984Z Entering 'third_party/XNNPACK' 2025-09-07T07:54:16.3268716Z Entering 'third_party/aiter' 2025-09-07T07:54:16.3670752Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:54:16.4103902Z Entering 'third_party/benchmark' 2025-09-07T07:54:16.4483773Z Entering 'third_party/composable_kernel' 2025-09-07T07:54:16.4907770Z Entering 'third_party/cpp-httplib' 2025-09-07T07:54:16.5297085Z Entering 'third_party/cpuinfo' 2025-09-07T07:54:16.5684910Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:54:16.6087218Z Entering 'third_party/cutlass' 2025-09-07T07:54:16.6497629Z Entering 'third_party/fbgemm' 2025-09-07T07:54:16.6890581Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:54:16.7283668Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:54:16.7682730Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:54:16.8080951Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:54:16.8491926Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:54:16.8902144Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:54:16.9296591Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:54:16.9699310Z Entering 'third_party/flash-attention' 2025-09-07T07:54:17.0065497Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:54:17.0466161Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:54:17.0874389Z Entering 'third_party/flatbuffers' 2025-09-07T07:54:17.1254133Z Entering 'third_party/fmt' 2025-09-07T07:54:17.1629395Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:54:17.2045908Z Entering 'third_party/gloo' 2025-09-07T07:54:17.2437285Z Entering 'third_party/googletest' 2025-09-07T07:54:17.2825049Z Entering 'third_party/ideep' 2025-09-07T07:54:17.3210221Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:54:17.3636371Z Entering 'third_party/ittapi' 2025-09-07T07:54:17.4026796Z Entering 'third_party/kineto' 2025-09-07T07:54:17.4436305Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:54:17.4821955Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:54:17.5254899Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:54:17.5647521Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:54:17.6069245Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:54:17.6446316Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:54:17.6866656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:54:17.7262208Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:54:17.7662868Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:54:17.8090884Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:54:17.8523078Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:54:17.8920519Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:54:17.9347275Z Entering 'third_party/kleidiai' 2025-09-07T07:54:17.9737455Z Entering 'third_party/mimalloc' 2025-09-07T07:54:18.0124833Z Entering 'third_party/nlohmann' 2025-09-07T07:54:18.0556360Z Entering 'third_party/onnx' 2025-09-07T07:54:18.0942852Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:54:18.1377731Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:54:18.1754101Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:54:18.2158169Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:54:18.2559944Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:54:18.2958526Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:54:18.3376222Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:54:18.3761781Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:54:18.4149003Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:54:18.4516161Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:54:18.4934449Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:54:18.5344688Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:54:18.5777325Z Entering 'third_party/pocketfft' 2025-09-07T07:54:18.6163155Z Entering 'third_party/protobuf' 2025-09-07T07:54:18.6548378Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:54:18.6950029Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:54:18.7370496Z Entering 'third_party/psimd' 2025-09-07T07:54:18.7782198Z Entering 'third_party/pthreadpool' 2025-09-07T07:54:18.8188524Z Entering 'third_party/pybind11' 2025-09-07T07:54:18.8585028Z Entering 'third_party/python-peachpy' 2025-09-07T07:54:18.8977375Z Entering 'third_party/sleef' 2025-09-07T07:54:18.9372138Z Entering 'third_party/tensorpipe' 2025-09-07T07:54:18.9740311Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:54:19.0139034Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:54:19.3223941Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:54:19.3636726Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:54:19.4045110Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:54:19.4588840Z ##[endgroup] 2025-09-07T07:54:19.4856037Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-09-07T07:54:19.5071524Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:54:19.5340199Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-09-07T07:54:19.5340696Z # Remove any artifacts from the previous checkouts 2025-09-07T07:54:19.5341037Z git clean -fxd 2025-09-07T07:54:19.5384095Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T07:54:19.5384537Z env: 2025-09-07T07:54:19.5384841Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:54:19.5385416Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:54:19.5385719Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:54:19.5386586Z GITHUB_TOKEN: *** 2025-09-07T07:54:19.5386791Z PR_NUMBER: 2025-09-07T07:54:19.5387013Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:54:19.5387316Z SKIP_ALL_TESTS: 1 2025-09-07T07:54:19.5387502Z OS: windows 2025-09-07T07:54:19.5387793Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:54:19.5388190Z PACKAGE_TYPE: libtorch 2025-09-07T07:54:19.5388405Z DESIRED_CUDA: cpu 2025-09-07T07:54:19.5388683Z GPU_ARCH_TYPE: cpu 2025-09-07T07:54:19.5388935Z LIBTORCH_CONFIG: release 2025-09-07T07:54:19.5389195Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:54:19.5389493Z DESIRED_PYTHON: 3.10 2025-09-07T07:54:19.5389729Z ##[endgroup] 2025-09-07T07:54:19.8744236Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:54:19.8790093Z Finished 2025-09-07T07:54:19.9830999Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-09-07T07:54:19.9831544Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-09-07T07:54:19.9832065Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-09-07T07:54:19.9832620Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-09-07T07:54:19.9852609Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T07:54:19.9853034Z env: 2025-09-07T07:54:19.9853337Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:54:19.9853733Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:54:19.9854037Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:54:19.9854597Z GITHUB_TOKEN: *** 2025-09-07T07:54:19.9854802Z PR_NUMBER: 2025-09-07T07:54:19.9855078Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:54:19.9855445Z SKIP_ALL_TESTS: 1 2025-09-07T07:54:19.9855707Z OS: windows 2025-09-07T07:54:19.9856002Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:54:19.9856364Z PACKAGE_TYPE: libtorch 2025-09-07T07:54:19.9856586Z DESIRED_CUDA: cpu 2025-09-07T07:54:19.9856778Z GPU_ARCH_TYPE: cpu 2025-09-07T07:54:19.9856992Z LIBTORCH_CONFIG: release 2025-09-07T07:54:19.9857307Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:54:19.9857590Z DESIRED_PYTHON: 3.10 2025-09-07T07:54:19.9857788Z ##[endgroup] 2025-09-07T07:54:20.0062476Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-09-07T07:54:20.0183802Z ##[group]Run actions/download-artifact@v4.1.7 2025-09-07T07:54:20.0184147Z with: 2025-09-07T07:54:20.0184433Z name: libtorch-cpu-shared-with-deps-release 2025-09-07T07:54:20.0184783Z path: C:\actions-runner\_work\_temp/artifacts 2025-09-07T07:54:20.0185098Z merge-multiple: false 2025-09-07T07:54:20.0185325Z repository: pytorch/pytorch 2025-09-07T07:54:20.0185574Z run-id: 17524754528 2025-09-07T07:54:20.0185784Z env: 2025-09-07T07:54:20.0186090Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:54:20.0186507Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:54:20.0186811Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:54:20.0187346Z GITHUB_TOKEN: *** 2025-09-07T07:54:20.0187548Z PR_NUMBER: 2025-09-07T07:54:20.0187781Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:54:20.0188068Z SKIP_ALL_TESTS: 1 2025-09-07T07:54:20.0188268Z OS: windows 2025-09-07T07:54:20.0188586Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:54:20.0188953Z PACKAGE_TYPE: libtorch 2025-09-07T07:54:20.0189177Z DESIRED_CUDA: cpu 2025-09-07T07:54:20.0189381Z GPU_ARCH_TYPE: cpu 2025-09-07T07:54:20.0189591Z LIBTORCH_CONFIG: release 2025-09-07T07:54:20.0189896Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:54:20.0190158Z DESIRED_PYTHON: 3.10 2025-09-07T07:54:20.0190600Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-09-07T07:54:20.0191078Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-09-07T07:54:20.0191461Z ##[endgroup] 2025-09-07T07:54:20.2803334Z Downloading single artifact 2025-09-07T07:54:20.3907767Z Preparing to download the following artifacts: 2025-09-07T07:54:20.3908276Z - libtorch-cpu-shared-with-deps-release (ID: 3946520008, Size: 382756596) 2025-09-07T07:54:20.4442603Z Redirecting to blob download url: https://productionresultssa10.blob.core.windows.net/actions-results/b57d2785-6258-473f-8a80-542f4d5fd3b8/workflow-job-run-cec4a7f3-1f9e-5768-bd7a-62ca3c6ad21b/artifacts/1dbc1700a9511861bb80b1e3f49d65b62b0146dd2b98b7d9443575729e28bb27.zip 2025-09-07T07:54:20.4444165Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-09-07T07:54:20.5147032Z (node:860) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-09-07T07:54:20.5148001Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-09-07T07:54:23.8867472Z Artifact download completed successfully. 2025-09-07T07:54:23.8867840Z Total of 1 artifact(s) downloaded 2025-09-07T07:54:23.8876889Z Download artifact has finished successfully 2025-09-07T07:54:23.9102407Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-09-07T07:54:23.9102964Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-09-07T07:54:23.9123051Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T07:54:23.9123472Z env: 2025-09-07T07:54:23.9123792Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:54:23.9124268Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:54:23.9124605Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:54:23.9125229Z GITHUB_TOKEN: *** 2025-09-07T07:54:23.9125452Z PR_NUMBER: 2025-09-07T07:54:23.9125691Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:54:23.9125988Z SKIP_ALL_TESTS: 1 2025-09-07T07:54:23.9126178Z OS: windows 2025-09-07T07:54:23.9126477Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:54:23.9126826Z PACKAGE_TYPE: libtorch 2025-09-07T07:54:23.9127089Z DESIRED_CUDA: cpu 2025-09-07T07:54:23.9127284Z GPU_ARCH_TYPE: cpu 2025-09-07T07:54:23.9127495Z LIBTORCH_CONFIG: release 2025-09-07T07:54:23.9127728Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:54:23.9127991Z DESIRED_PYTHON: 3.10 2025-09-07T07:54:23.9128242Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-09-07T07:54:23.9128654Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-09-07T07:54:23.9129009Z ##[endgroup] 2025-09-07T07:54:23.9497114Z + export TZ=UTC 2025-09-07T07:54:23.9497373Z + TZ=UTC 2025-09-07T07:54:23.9504302Z + envfile='C:\actions-runner\_work\_temp/env' 2025-09-07T07:54:23.9504788Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-09-07T07:54:23.9566566Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-09-07T07:54:23.9647524Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-09-07T07:54:23.9647904Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-09-07T07:54:23.9648267Z + export BUILD_PYTHONLESS=1 2025-09-07T07:54:23.9648537Z + BUILD_PYTHONLESS=1 2025-09-07T07:54:23.9648769Z + export DOCKER_IMAGE= 2025-09-07T07:54:23.9648987Z + DOCKER_IMAGE= 2025-09-07T07:54:23.9649186Z + [[ -z '' ]] 2025-09-07T07:54:23.9649386Z + [[ cpu == cpu ]] 2025-09-07T07:54:23.9649621Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-09-07T07:54:23.9649957Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-09-07T07:54:23.9650224Z + USE_GOLD_LINKER=OFF 2025-09-07T07:54:23.9650437Z + [[ cpu == \c\p\u ]] 2025-09-07T07:54:23.9650640Z + USE_GOLD_LINKER=ON 2025-09-07T07:54:23.9650865Z + PIP_UPLOAD_FOLDER=nightly/ 2025-09-07T07:54:23.9709189Z ++ date -u +%Y%m%d 2025-09-07T07:54:23.9793952Z + export DATE=20250907 2025-09-07T07:54:23.9910628Z + DATE=20250907 2025-09-07T07:54:23.9910996Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-09-07T07:54:23.9966006Z ++ cut -da -f1 2025-09-07T07:54:24.0140215Z + BASE_BUILD_VERSION=2.9.0.dev20250907 2025-09-07T07:54:24.0140578Z + tagged_version 2025-09-07T07:54:24.0141344Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-09-07T07:54:24.0142077Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2025-09-07T07:54:24.0142747Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-09-07T07:54:24.0145298Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2025-09-07T07:54:24.0418029Z fatal: No names found, cannot describe anything. 2025-09-07T07:54:24.0457746Z + return 1 2025-09-07T07:54:24.0517886Z ++ uname 2025-09-07T07:54:24.0665959Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-09-07T07:54:24.0666375Z + export PYTORCH_BUILD_VERSION=2.9.0.dev20250907+cpu 2025-09-07T07:54:24.0666768Z + PYTORCH_BUILD_VERSION=2.9.0.dev20250907+cpu 2025-09-07T07:54:24.0667072Z + export PYTORCH_BUILD_NUMBER=1 2025-09-07T07:54:24.0667323Z + PYTORCH_BUILD_NUMBER=1 2025-09-07T07:54:24.0730817Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-09-07T07:54:24.0798688Z + TRITON_VERSION=3.4.0 2025-09-07T07:54:24.0799285Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-09-07T07:54:24.0799775Z + [[ cpu == \c\u\1\2\9 ]] 2025-09-07T07:54:24.0800052Z + [[ cpu == \c\u\1\3\0 ]] 2025-09-07T07:54:24.0800269Z + [[ libtorch =~ .*wheel.* ]] 2025-09-07T07:54:24.0810689Z + [[ libtorch =~ .*wheel.* ]] 2025-09-07T07:54:24.0811077Z + [[ libtorch =~ .*wheel.* ]] 2025-09-07T07:54:24.0811344Z + USE_GLOO_WITH_OPENSSL=ON 2025-09-07T07:54:24.0811593Z + [[ cpu =~ .*aarch64.* ]] 2025-09-07T07:54:24.0811803Z + cat 2025-09-07T07:54:24.0946139Z ++ uname -a 2025-09-07T07:54:24.1147387Z ++ date 2025-09-07T07:54:24.1330369Z ++ uname 2025-09-07T07:54:24.1469635Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-09-07T07:54:24.1469993Z + MEMORY_LIMIT_MAX_JOBS=12 2025-09-07T07:54:24.1526934Z ++ nproc 2025-09-07T07:54:24.2165537Z + NUM_CPUS=14 2025-09-07T07:54:24.2165794Z + export MAX_JOBS=12 2025-09-07T07:54:24.2166015Z + MAX_JOBS=12 2025-09-07T07:54:24.2166182Z + cat 2025-09-07T07:54:24.2289482Z + echo 'retry () {' 2025-09-07T07:54:24.2291501Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-09-07T07:54:24.2293186Z + echo '}' 2025-09-07T07:54:24.2294882Z + echo 'export -f retry' 2025-09-07T07:54:24.2296561Z + cat 'C:\actions-runner\_work\_temp/env' 2025-09-07T07:54:24.2401087Z # =================== The following code will be executed inside Docker container =================== 2025-09-07T07:54:24.2401653Z export TZ=UTC 2025-09-07T07:54:24.2402194Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-F4P7NAP 3.6.4-b9f03e96.x86_64 2025-07-16 18:17 UTC x86_64 Msys at Sun Sep 7 07:54:24 GMT 2025" 2025-09-07T07:54:24.2402691Z 2025-09-07T07:54:24.2402797Z export PACKAGE_TYPE="libtorch" 2025-09-07T07:54:24.2403060Z export DESIRED_PYTHON="3.10" 2025-09-07T07:54:24.2403325Z export DESIRED_CUDA="cpu" 2025-09-07T07:54:24.2403573Z export LIBTORCH_VARIANT="shared-with-deps" 2025-09-07T07:54:24.2403881Z export BUILD_PYTHONLESS="1" 2025-09-07T07:54:24.2404142Z if [[ "msys" == "msys" ]]; then 2025-09-07T07:54:24.2404434Z export LIBTORCH_CONFIG="release" 2025-09-07T07:54:24.2404699Z if [[ "release" == 'debug' ]]; then 2025-09-07T07:54:24.2404945Z export DEBUG=1 2025-09-07T07:54:24.2405131Z fi 2025-09-07T07:54:24.2405311Z export DESIRED_DEVTOOLSET="" 2025-09-07T07:54:24.2405541Z else 2025-09-07T07:54:24.2405709Z export DESIRED_DEVTOOLSET="" 2025-09-07T07:54:24.2405935Z fi 2025-09-07T07:54:24.2406022Z 2025-09-07T07:54:24.2406320Z export DATE="20250907" 2025-09-07T07:54:24.2406562Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-09-07T07:54:24.2406889Z export PYTORCH_BUILD_VERSION="2.9.0.dev20250907+cpu" 2025-09-07T07:54:24.2407235Z export PYTORCH_BUILD_NUMBER="1" 2025-09-07T07:54:24.2407558Z export OVERRIDE_PACKAGE_VERSION="2.9.0.dev20250907+cpu" 2025-09-07T07:54:24.2407909Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-09-07T07:54:24.2408117Z 2025-09-07T07:54:24.2408220Z # TODO: We don't need this anymore IIUC 2025-09-07T07:54:24.2408528Z export TORCH_PACKAGE_NAME='torch' 2025-09-07T07:54:24.2408806Z 2025-09-07T07:54:24.2408925Z export USE_FBGEMM=1 2025-09-07T07:54:24.2409143Z export PIP_UPLOAD_FOLDER="nightly/" 2025-09-07T07:54:24.2409459Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-09-07T07:54:24.2409679Z 2025-09-07T07:54:24.2409683Z 2025-09-07T07:54:24.2409777Z export USE_GOLD_LINKER="ON" 2025-09-07T07:54:24.2410009Z export USE_GLOO_WITH_OPENSSL="ON" 2025-09-07T07:54:24.2410405Z # =================== The above code will be executed inside Docker container =================== 2025-09-07T07:54:24.2410823Z export MAX_JOBS="12" 2025-09-07T07:54:24.2411034Z retry () { 2025-09-07T07:54:24.2411314Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-09-07T07:54:24.2411642Z } 2025-09-07T07:54:24.2412457Z export -f retry 2025-09-07T07:54:24.2526607Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-09-07T07:54:24.2527182Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-09-07T07:54:24.2547305Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-09-07T07:54:24.2547733Z env: 2025-09-07T07:54:24.2548044Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:54:24.2548447Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:54:24.2548750Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:54:24.2549289Z GITHUB_TOKEN: *** 2025-09-07T07:54:24.2549497Z PR_NUMBER: 2025-09-07T07:54:24.2549734Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:54:24.2550031Z SKIP_ALL_TESTS: 1 2025-09-07T07:54:24.2550222Z OS: windows 2025-09-07T07:54:24.2550492Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:54:24.2550934Z PACKAGE_TYPE: libtorch 2025-09-07T07:54:24.2551249Z DESIRED_CUDA: cpu 2025-09-07T07:54:24.2551435Z GPU_ARCH_TYPE: cpu 2025-09-07T07:54:24.2551648Z LIBTORCH_CONFIG: release 2025-09-07T07:54:24.2551885Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:54:24.2552148Z DESIRED_PYTHON: 3.10 2025-09-07T07:54:24.2552394Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-09-07T07:54:24.2552802Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-09-07T07:54:24.2553159Z ##[endgroup] 2025-09-07T07:54:24.2915179Z + source 'C:\actions-runner\_work\_temp/env' 2025-09-07T07:54:24.2915952Z ++ export TZ=UTC 2025-09-07T07:54:24.2916189Z ++ TZ=UTC 2025-09-07T07:54:24.2923140Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-F4P7NAP 3.6.4-b9f03e96.x86_64 2025-07-16 18:17 UTC x86_64 Msys at Sun Sep 7 07:54:24 GMT 2025' 2025-09-07T07:54:24.2923737Z ++ export PACKAGE_TYPE=libtorch 2025-09-07T07:54:24.2923995Z ++ PACKAGE_TYPE=libtorch 2025-09-07T07:54:24.2924226Z ++ export DESIRED_PYTHON=3.10 2025-09-07T07:54:24.2924484Z ++ DESIRED_PYTHON=3.10 2025-09-07T07:54:24.2924700Z ++ export DESIRED_CUDA=cpu 2025-09-07T07:54:24.2924930Z ++ DESIRED_CUDA=cpu 2025-09-07T07:54:24.2925160Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-09-07T07:54:24.2925463Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-09-07T07:54:24.2926023Z Running on MSYS_NT-10.0-17763 EC2AMAZ-F4P7NAP 3.6.4-b9f03e96.x86_64 2025-07-16 18:17 UTC x86_64 Msys at Sun Sep 7 07:54:24 GMT 2025 2025-09-07T07:54:24.2926579Z ++ export BUILD_PYTHONLESS=1 2025-09-07T07:54:24.2926820Z ++ BUILD_PYTHONLESS=1 2025-09-07T07:54:24.2927029Z ++ [[ msys == \m\s\y\s ]] 2025-09-07T07:54:24.2928023Z ++ export LIBTORCH_CONFIG=release 2025-09-07T07:54:24.2928294Z ++ LIBTORCH_CONFIG=release 2025-09-07T07:54:24.2928521Z ++ [[ release == \d\e\b\u\g ]] 2025-09-07T07:54:24.2928768Z ++ export DESIRED_DEVTOOLSET= 2025-09-07T07:54:24.2928998Z ++ DESIRED_DEVTOOLSET= 2025-09-07T07:54:24.2929212Z ++ export DATE=20250907 2025-09-07T07:54:24.2929406Z ++ DATE=20250907 2025-09-07T07:54:24.2929637Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-09-07T07:54:24.2929931Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-09-07T07:54:24.2930243Z ++ export PYTORCH_BUILD_VERSION=2.9.0.dev20250907+cpu 2025-09-07T07:54:24.2930588Z ++ PYTORCH_BUILD_VERSION=2.9.0.dev20250907+cpu 2025-09-07T07:54:24.2930885Z ++ export PYTORCH_BUILD_NUMBER=1 2025-09-07T07:54:24.2931141Z ++ PYTORCH_BUILD_NUMBER=1 2025-09-07T07:54:24.2931416Z ++ export OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250907+cpu 2025-09-07T07:54:24.2931778Z ++ OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250907+cpu 2025-09-07T07:54:24.2932096Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-09-07T07:54:24.2932409Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-09-07T07:54:24.2932684Z ++ export TORCH_PACKAGE_NAME=torch 2025-09-07T07:54:24.2932940Z ++ TORCH_PACKAGE_NAME=torch 2025-09-07T07:54:24.2933162Z ++ export USE_FBGEMM=1 2025-09-07T07:54:24.2933367Z ++ USE_FBGEMM=1 2025-09-07T07:54:24.2933588Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-09-07T07:54:24.2935224Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-09-07T07:54:24.2935553Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-09-07T07:54:24.2935873Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-09-07T07:54:24.2936163Z ++ export USE_GOLD_LINKER=ON 2025-09-07T07:54:24.2936388Z ++ USE_GOLD_LINKER=ON 2025-09-07T07:54:24.2936614Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-09-07T07:54:24.2936872Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-09-07T07:54:24.2937201Z ++ export MAX_JOBS=12 2025-09-07T07:54:24.2937413Z ++ MAX_JOBS=12 2025-09-07T07:54:24.2937604Z ++ export -f retry 2025-09-07T07:54:24.2937823Z + export CUDA_VERSION=cpu 2025-09-07T07:54:24.2938047Z + CUDA_VERSION=cpu 2025-09-07T07:54:24.2938246Z + export VC_YEAR=2022 2025-09-07T07:54:24.2938437Z + VC_YEAR=2022 2025-09-07T07:54:24.2938621Z + [[ cpu == \x\p\u ]] 2025-09-07T07:54:24.2938928Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-09-07T07:54:24.2939334Z + [[ windows == \w\i\n\d\o\w\s\-\a\r\m\6\4 ]] 2025-09-07T07:54:24.2939619Z + ./windows/internal/smoke_test.bat 2025-09-07T07:54:24.2940145Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-09-07T07:54:24.3121644Z 2025-09-07T07:54:24.3127942Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\ 2025-09-07T07:54:24.3129898Z 2025-09-07T07:54:24.3130434Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-09-07T07:54:24.3135238Z 2025-09-07T07:54:24.3136019Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if not "cpu" == "cpu" if not "cpu" == "xpu" call internal\driver_update.bat 2025-09-07T07:54:24.3137763Z 2025-09-07T07:54:24.3138193Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-09-07T07:54:24.3140136Z 2025-09-07T07:54:24.3140504Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-09-07T07:54:24.3140975Z call internal\xpu_install.bat 2025-09-07T07:54:24.3141242Z if errorlevel 1 exit /b 1 2025-09-07T07:54:24.3141542Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-09-07T07:54:24.3141886Z if errorlevel 1 exit /b 1 2025-09-07T07:54:24.3142100Z ) 2025-09-07T07:54:24.3142207Z 2025-09-07T07:54:24.3144557Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set "ORIG_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\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:\Program Files\NVIDIA Corporation\Nsight Compute 2025.3.0;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2025-09-07T07:54:24.3147293Z 2025-09-07T07:54:24.3147607Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-09-07T07:54:24.3148023Z 2025-09-07T07:54:24.3148293Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-09-07T07:54:24.3148803Z 2025-09-07T07:54:24.3149504Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2025-09-07T07:54:24.3150114Z set GPUS=%i 2025-09-07T07:54:24.3150359Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-09-07T07:54:24.3150632Z SET NVIDIA_GPU_EXISTS=1 2025-09-07T07:54:24.3150855Z goto gpu_check_end 2025-09-07T07:54:24.3151052Z ) 2025-09-07T07:54:24.3151208Z ) 2025-09-07T07:54:24.4411947Z 2025-09-07T07:54:24.4413269Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-09-07T07:54:24.4413748Z set GPUS=Name 2025-09-07T07:54:24.4414031Z 2025-09-07T07:54:24.4414220Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-09-07T07:54:24.4414503Z SET NVIDIA_GPU_EXISTS=1 2025-09-07T07:54:24.4414733Z goto gpu_check_end 2025-09-07T07:54:24.4414940Z ) 2025-09-07T07:54:24.4415089Z ) 2025-09-07T07:54:24.4415190Z 2025-09-07T07:54:24.4415388Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-09-07T07:54:24.4415801Z set GPUS=Microsoft Basic Display Adapter 2025-09-07T07:54:24.4416067Z 2025-09-07T07:54:24.4416273Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-09-07T07:54:24.4416542Z SET NVIDIA_GPU_EXISTS=1 2025-09-07T07:54:24.4416773Z goto gpu_check_end 2025-09-07T07:54:24.4416962Z ) 2025-09-07T07:54:24.4417208Z ) 2025-09-07T07:54:24.4417309Z 2025-09-07T07:54:24.4417507Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-09-07T07:54:24.4417906Z set GPUS= 2025-09-07T07:54:24.4418088Z 2025-09-07T07:54:24.4418273Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-09-07T07:54:24.4418548Z SET NVIDIA_GPU_EXISTS=1 2025-09-07T07:54:24.4418771Z goto gpu_check_end 2025-09-07T07:54:24.4418981Z ) 2025-09-07T07:54:24.4419135Z ) 2025-09-07T07:54:24.4419237Z 2025-09-07T07:54:24.4419559Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-09-07T07:54:24.4424618Z 2025-09-07T07:54:24.4425183Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-09-07T07:54:24.4425760Z 2025-09-07T07:54:24.4426168Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-09-07T07:54:24.4429128Z 2025-09-07T07:54:24.4429473Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-09-07T07:54:24.4429995Z "install and test libtorch" 2025-09-07T07:54:24.4431747Z 2025-09-07T07:54:24.4432231Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-09-07T07:54:24.7760627Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:54:24.7836182Z Finished 2025-09-07T07:54:24.7985904Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-09-07T07:54:24.7986497Z Dload Upload Total Spent Left Speed 2025-09-07T07:54:24.7986748Z 2025-09-07T07:54:24.8761334Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-09-07T07:54:24.8762069Z 100 2084k 100 2084k 0 0 25.8M 0 --:--:-- --:--:-- --:--:-- 26.4M 2025-09-07T07:54:25.0822899Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-09-07T07:54:25.0971321Z 2025-09-07T07:54:25.0973351Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-09-07T07:54:25.0973779Z 2025-09-07T07:54:25.0974372Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('where /R "C:\actions-runner\_work\_temp\artifacts" *-latest.zip') do 7z x "%i" -otmp 2025-09-07T07:54:25.1139604Z 2025-09-07T07:54:25.1140393Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip" -otmp 2025-09-07T07:54:25.1713854Z 2025-09-07T07:54:25.1714324Z 7-Zip 25.01 (x64) : Copyright (c) 1999-2025 Igor Pavlov : 2025-08-03 2025-09-07T07:54:25.1714678Z 2025-09-07T07:54:25.1714775Z Scanning the drive for archives: 2025-09-07T07:54:25.1715042Z 1 file, 195774421 bytes (187 MiB) 2025-09-07T07:54:25.1715208Z 2025-09-07T07:54:25.1715541Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2025-09-07T07:54:34.2418305Z -- 2025-09-07T07:54:34.2418797Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2025-09-07T07:54:34.2419330Z Type = zip 2025-09-07T07:54:34.2419567Z Physical Size = 195774421 2025-09-07T07:54:34.2419789Z 2025-09-07T07:54:34.2444455Z Everything is Ok 2025-09-07T07:54:34.2444686Z 2025-09-07T07:54:34.2444854Z Folders: 288 2025-09-07T07:54:34.2445094Z Files: 9334 2025-09-07T07:54:34.2445336Z Size: 1154885121 2025-09-07T07:54:34.2445625Z Compressed: 195774421 2025-09-07T07:54:34.2487864Z 2025-09-07T07:54:34.2488588Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-09-07T07:54:34.2489166Z 2025-09-07T07:54:34.2489557Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-09-07T07:54:34.2494846Z 2025-09-07T07:54:34.2495410Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-09-07T07:54:34.2497180Z 2025-09-07T07:54:34.2497746Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-09-07T07:54:34.2500602Z 2025-09-07T07:54:34.2502055Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>for /F "usebackq tokens=*" %i in (`"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -legacy -products * -version [17,18) -property installationPath`) do (if exist "%i" if exist "%i\VC\Auxiliary\Build\vcvarsall.bat" ( 2025-09-07T07:54:34.2503396Z set "VS15INSTALLDIR=%i" 2025-09-07T07:54:34.2503750Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-09-07T07:54:34.2504199Z goto vswhere 2025-09-07T07:54:34.2504416Z ) ) 2025-09-07T07:54:34.2735779Z 2025-09-07T07:54:34.2737148Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>(if exist "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" if exist "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" ( 2025-09-07T07:54:34.2738583Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-09-07T07:54:34.2739400Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-09-07T07:54:34.2740022Z goto vswhere 2025-09-07T07:54:34.2740286Z ) ) 2025-09-07T07:54:34.2742392Z 2025-09-07T07:54:34.2743244Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>IF "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" == "" ( 2025-09-07T07:54:34.2744578Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-09-07T07:54:34.2745100Z exit /b 1 2025-09-07T07:54:34.2745337Z ) 2025-09-07T07:54:34.2745445Z 2025-09-07T07:54:34.2746121Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-09-07T07:54:34.3898511Z ********************************************************************** 2025-09-07T07:54:34.3899165Z ** Visual Studio 2022 Developer Command Prompt v17.12.11 2025-09-07T07:54:34.3899598Z ** Copyright (c) 2022 Microsoft Corporation 2025-09-07T07:54:34.3899974Z ********************************************************************** 2025-09-07T07:54:35.0282597Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-09-07T07:54:35.3913965Z Microsoft (R) C/C++ Optimizing Compiler Version 19.42.34444 for x64 2025-09-07T07:54:35.3914580Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T07:54:35.3914876Z 2025-09-07T07:54:35.4355587Z simple-torch-test.cpp 2025-09-07T07:54:51.6379488Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-09-07T07:54:51.6392264Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-09-07T07:54:51.6410346Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&) noexcept' being compiled 2025-09-07T07:54:51.6411509Z with 2025-09-07T07:54:51.6411738Z [ 2025-09-07T07:54:51.6412078Z I=size_t, 2025-09-07T07:54:51.6412467Z _Ty2=size_t 2025-09-07T07:54:51.6412715Z ] 2025-09-07T07:54:51.6413701Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see the first reference to 'std::optional::optional' in 'c10::FunctionSchema::argumentIndexWithName' 2025-09-07T07:54:51.6415764Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(248): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2025-09-07T07:54:51.6417006Z with 2025-09-07T07:54:51.6417233Z [ 2025-09-07T07:54:51.6417442Z _Ty=int32_t 2025-09-07T07:54:51.6417707Z ] 2025-09-07T07:54:51.6418988Z C:\actions-runner\_work\pytorch\pytorch/pytorch\.ci\pytorch\test_example_code\simple-torch-test.cpp(7): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&) noexcept' being compiled 2025-09-07T07:54:51.6420316Z with 2025-09-07T07:54:51.6420583Z [ 2025-09-07T07:54:51.6420803Z _Ty=int32_t 2025-09-07T07:54:51.6421111Z ] 2025-09-07T07:54:51.7545411Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-09-07T07:54:51.7546322Z with 2025-09-07T07:54:51.7546638Z [ 2025-09-07T07:54:51.7546857Z _Ty=unsigned int 2025-09-07T07:54:51.7547201Z ] 2025-09-07T07:54:51.7547890Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-09-07T07:54:51.7549908Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(236): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(const unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7551217Z with 2025-09-07T07:54:51.7551443Z [ 2025-09-07T07:54:51.7551699Z _Ty=std::_Vbase 2025-09-07T07:54:51.7551961Z ] 2025-09-07T07:54:51.7553159Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7554433Z with 2025-09-07T07:54:51.7554654Z [ 2025-09-07T07:54:51.7554943Z _Ty=std::_Vbase 2025-09-07T07:54:51.7555212Z ] 2025-09-07T07:54:51.7556357Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(const unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7557584Z with 2025-09-07T07:54:51.7558590Z [ 2025-09-07T07:54:51.7558865Z _Ty=std::_Vbase 2025-09-07T07:54:51.7559159Z ] 2025-09-07T07:54:51.7560186Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-09-07T07:54:51.7561264Z with 2025-09-07T07:54:51.7561505Z [ 2025-09-07T07:54:51.7561724Z _Ty=size_t 2025-09-07T07:54:51.7561963Z ] 2025-09-07T07:54:51.7562796Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-09-07T07:54:51.7563647Z with 2025-09-07T07:54:51.7563895Z [ 2025-09-07T07:54:51.7564108Z _Objty=unsigned int 2025-09-07T07:54:51.7564419Z ] 2025-09-07T07:54:51.7565110Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-09-07T07:54:51.7566786Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-09-07T07:54:51.7568033Z with 2025-09-07T07:54:51.7568286Z [ 2025-09-07T07:54:51.7568503Z _Ty=size_t 2025-09-07T07:54:51.7568792Z ] 2025-09-07T07:54:51.7569915Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,const unsigned __int64&>(_Alloc &,_Objty *const ,const unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7571129Z with 2025-09-07T07:54:51.7571303Z [ 2025-09-07T07:54:51.7571507Z _Alloc=std::allocator, 2025-09-07T07:54:51.7571782Z _Ty=unsigned int, 2025-09-07T07:54:51.7572023Z _Objty=unsigned int 2025-09-07T07:54:51.7572240Z ] 2025-09-07T07:54:51.7711543Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-09-07T07:54:51.7712399Z with 2025-09-07T07:54:51.7712775Z [ 2025-09-07T07:54:51.7712946Z _Ty=int 2025-09-07T07:54:51.7713153Z ] 2025-09-07T07:54:51.7713798Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-09-07T07:54:51.7715399Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(681): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &)' being compiled 2025-09-07T07:54:51.7716503Z with 2025-09-07T07:54:51.7716679Z [ 2025-09-07T07:54:51.7716853Z _Ty=int32_t 2025-09-07T07:54:51.7717053Z ] 2025-09-07T07:54:51.7718116Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7719166Z with 2025-09-07T07:54:51.7719330Z [ 2025-09-07T07:54:51.7719500Z _Ty=int32_t 2025-09-07T07:54:51.7719693Z ] 2025-09-07T07:54:51.7720851Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7721951Z with 2025-09-07T07:54:51.7722116Z [ 2025-09-07T07:54:51.7722296Z _Ty=int32_t 2025-09-07T07:54:51.7722486Z ] 2025-09-07T07:54:51.7723426Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-09-07T07:54:51.7724411Z with 2025-09-07T07:54:51.7724574Z [ 2025-09-07T07:54:51.7724746Z _Ty=size_t 2025-09-07T07:54:51.7724935Z ] 2025-09-07T07:54:51.7725670Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-09-07T07:54:51.7726443Z with 2025-09-07T07:54:51.7726611Z [ 2025-09-07T07:54:51.7726770Z _Objty=int 2025-09-07T07:54:51.7726969Z ] 2025-09-07T07:54:51.7727603Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-09-07T07:54:51.7729094Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-09-07T07:54:51.7730221Z with 2025-09-07T07:54:51.7730382Z [ 2025-09-07T07:54:51.7730549Z _Ty=size_t 2025-09-07T07:54:51.7730743Z ] 2025-09-07T07:54:51.7731784Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64&>(_Alloc &,_Objty *const ,unsigned __int64 &)' being compiled 2025-09-07T07:54:51.7732902Z with 2025-09-07T07:54:51.7733060Z [ 2025-09-07T07:54:51.7733253Z _Alloc=std::allocator, 2025-09-07T07:54:51.7733500Z _Ty=int, 2025-09-07T07:54:51.7733703Z _Objty=int 2025-09-07T07:54:51.7733886Z ] 2025-09-07T07:54:52.2125043Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-09-07T07:54:52.2126171Z with 2025-09-07T07:54:52.2126346Z [ 2025-09-07T07:54:52.2126527Z _Ty1=int 2025-09-07T07:54:52.2126728Z ] 2025-09-07T07:54:52.2127387Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): note: the template instantiation context (the oldest one first) is 2025-09-07T07:54:52.2129015Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(658): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &,int &)' being compiled 2025-09-07T07:54:52.2130155Z with 2025-09-07T07:54:52.2130329Z [ 2025-09-07T07:54:52.2130510Z _Ty=std::pair 2025-09-07T07:54:52.2130760Z ] 2025-09-07T07:54:52.2131786Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-09-07T07:54:52.2132863Z with 2025-09-07T07:54:52.2133173Z [ 2025-09-07T07:54:52.2133355Z _Ty=std::pair 2025-09-07T07:54:52.2133601Z ] 2025-09-07T07:54:52.2134659Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &,int &)' being compiled 2025-09-07T07:54:52.2135868Z with 2025-09-07T07:54:52.2136049Z [ 2025-09-07T07:54:52.2136229Z _Ty=std::pair 2025-09-07T07:54:52.2136476Z ] 2025-09-07T07:54:52.2137445Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-09-07T07:54:52.2138490Z with 2025-09-07T07:54:52.2138739Z [ 2025-09-07T07:54:52.2138906Z _Ty=size_t 2025-09-07T07:54:52.2139155Z ] 2025-09-07T07:54:52.2140037Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: see reference to function template instantiation 'std::pair::pair(_Other1,_Other2) noexcept' being compiled 2025-09-07T07:54:52.2140987Z with 2025-09-07T07:54:52.2141150Z [ 2025-09-07T07:54:52.2141330Z _Other1=uint64_t &, 2025-09-07T07:54:52.2141565Z _Other2=int & 2025-09-07T07:54:52.2141783Z ] 2025-09-07T07:54:52.2142494Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-09-07T07:54:52.2143271Z with 2025-09-07T07:54:52.2143451Z [ 2025-09-07T07:54:52.2143614Z _Ty2=int 2025-09-07T07:54:52.2143807Z ] 2025-09-07T07:54:55.7216713Z Microsoft (R) Incremental Linker Version 14.42.34444.0 2025-09-07T07:54:55.7217233Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T07:54:55.7217507Z 2025-09-07T07:54:55.7217611Z /out:simple-torch-test.exe 2025-09-07T07:54:55.7217917Z simple-torch-test.obj 2025-09-07T07:54:55.7218117Z c10.lib 2025-09-07T07:54:55.7218303Z torch_cpu.lib 2025-09-07T07:54:58.9654545Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-09-07T07:54:59.3452460Z [W907 07:54:59.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-09-07T07:54:59.4650641Z Microsoft (R) C/C++ Optimizing Compiler Version 19.42.34444 for x64 2025-09-07T07:54:59.4651146Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T07:54:59.4651415Z 2025-09-07T07:54:59.4684474Z check-torch-mkl.cpp 2025-09-07T07:55:12.1681814Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-09-07T07:55:12.1683143Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-09-07T07:55:12.1684732Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&) noexcept' being compiled 2025-09-07T07:55:12.1685853Z with 2025-09-07T07:55:12.1686076Z [ 2025-09-07T07:55:12.1686246Z I=size_t, 2025-09-07T07:55:12.1686447Z _Ty2=size_t 2025-09-07T07:55:12.1686639Z ] 2025-09-07T07:55:12.1687765Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see the first reference to 'std::optional::optional' in 'c10::FunctionSchema::argumentIndexWithName' 2025-09-07T07:55:12.1689648Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(248): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2025-09-07T07:55:12.1690787Z with 2025-09-07T07:55:12.1690974Z [ 2025-09-07T07:55:12.1691139Z _Ty=int32_t 2025-09-07T07:55:12.1691385Z ] 2025-09-07T07:55:12.1692561Z C:\actions-runner\_work\pytorch\pytorch/pytorch\.ci\pytorch\test_example_code\check-torch-mkl.cpp(7): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&) noexcept' being compiled 2025-09-07T07:55:12.1693757Z with 2025-09-07T07:55:12.1693936Z [ 2025-09-07T07:55:12.1694094Z _Ty=int32_t 2025-09-07T07:55:12.1694286Z ] 2025-09-07T07:55:12.2716764Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-09-07T07:55:12.2717602Z with 2025-09-07T07:55:12.2717774Z [ 2025-09-07T07:55:12.2717976Z _Ty=unsigned int 2025-09-07T07:55:12.2718196Z ] 2025-09-07T07:55:12.2718840Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-09-07T07:55:12.2721390Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(236): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(const unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2722673Z with 2025-09-07T07:55:12.2722853Z [ 2025-09-07T07:55:12.2723036Z _Ty=std::_Vbase 2025-09-07T07:55:12.2723254Z ] 2025-09-07T07:55:12.2724263Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2725384Z with 2025-09-07T07:55:12.2725567Z [ 2025-09-07T07:55:12.2726026Z _Ty=std::_Vbase 2025-09-07T07:55:12.2726257Z ] 2025-09-07T07:55:12.2727327Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(const unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2728454Z with 2025-09-07T07:55:12.2728630Z [ 2025-09-07T07:55:12.2728800Z _Ty=std::_Vbase 2025-09-07T07:55:12.2729006Z ] 2025-09-07T07:55:12.2729954Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-09-07T07:55:12.2730985Z with 2025-09-07T07:55:12.2731158Z [ 2025-09-07T07:55:12.2731369Z _Ty=size_t 2025-09-07T07:55:12.2731563Z ] 2025-09-07T07:55:12.2732373Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-09-07T07:55:12.2733168Z with 2025-09-07T07:55:12.2734036Z [ 2025-09-07T07:55:12.2734231Z _Objty=unsigned int 2025-09-07T07:55:12.2734473Z ] 2025-09-07T07:55:12.2735106Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-09-07T07:55:12.2736737Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-09-07T07:55:12.2738007Z with 2025-09-07T07:55:12.2738189Z [ 2025-09-07T07:55:12.2738360Z _Ty=size_t 2025-09-07T07:55:12.2738563Z ] 2025-09-07T07:55:12.2739746Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,const unsigned __int64&>(_Alloc &,_Objty *const ,const unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2740902Z with 2025-09-07T07:55:12.2741090Z [ 2025-09-07T07:55:12.2741294Z _Alloc=std::allocator, 2025-09-07T07:55:12.2741595Z _Ty=unsigned int, 2025-09-07T07:55:12.2741844Z _Objty=unsigned int 2025-09-07T07:55:12.2742063Z ] 2025-09-07T07:55:12.2910652Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-09-07T07:55:12.2911465Z with 2025-09-07T07:55:12.2911647Z [ 2025-09-07T07:55:12.2911812Z _Ty=int 2025-09-07T07:55:12.2912016Z ] 2025-09-07T07:55:12.2912671Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-09-07T07:55:12.2914254Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(681): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &)' being compiled 2025-09-07T07:55:12.2915353Z with 2025-09-07T07:55:12.2915522Z [ 2025-09-07T07:55:12.2915702Z _Ty=int32_t 2025-09-07T07:55:12.2915892Z ] 2025-09-07T07:55:12.2916874Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2918101Z with 2025-09-07T07:55:12.2918273Z [ 2025-09-07T07:55:12.2918451Z _Ty=int32_t 2025-09-07T07:55:12.2918657Z ] 2025-09-07T07:55:12.2919698Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2920793Z with 2025-09-07T07:55:12.2920957Z [ 2025-09-07T07:55:12.2921162Z _Ty=int32_t 2025-09-07T07:55:12.2921361Z ] 2025-09-07T07:55:12.2922243Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-09-07T07:55:12.2923310Z with 2025-09-07T07:55:12.2923494Z [ 2025-09-07T07:55:12.2923682Z _Ty=size_t 2025-09-07T07:55:12.2923882Z ] 2025-09-07T07:55:12.2924737Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-09-07T07:55:12.2925528Z with 2025-09-07T07:55:12.2925720Z [ 2025-09-07T07:55:12.2925906Z _Objty=int 2025-09-07T07:55:12.2926102Z ] 2025-09-07T07:55:12.2926747Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-09-07T07:55:12.2928240Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-09-07T07:55:12.2929276Z with 2025-09-07T07:55:12.2929459Z [ 2025-09-07T07:55:12.2929625Z _Ty=size_t 2025-09-07T07:55:12.2929845Z ] 2025-09-07T07:55:12.2930898Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64&>(_Alloc &,_Objty *const ,unsigned __int64 &)' being compiled 2025-09-07T07:55:12.2932029Z with 2025-09-07T07:55:12.2932203Z [ 2025-09-07T07:55:12.2932411Z _Alloc=std::allocator, 2025-09-07T07:55:12.2932668Z _Ty=int, 2025-09-07T07:55:12.2932883Z _Objty=int 2025-09-07T07:55:12.2933100Z ] 2025-09-07T07:55:12.7205664Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-09-07T07:55:12.7206533Z with 2025-09-07T07:55:12.7206725Z [ 2025-09-07T07:55:12.7206918Z _Ty1=int 2025-09-07T07:55:12.7207161Z ] 2025-09-07T07:55:12.7207909Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): note: the template instantiation context (the oldest one first) is 2025-09-07T07:55:12.7209568Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(658): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &,int &)' being compiled 2025-09-07T07:55:12.7210860Z with 2025-09-07T07:55:12.7211311Z [ 2025-09-07T07:55:12.7211523Z _Ty=std::pair 2025-09-07T07:55:12.7211765Z ] 2025-09-07T07:55:12.7212787Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-09-07T07:55:12.7213954Z with 2025-09-07T07:55:12.7214147Z [ 2025-09-07T07:55:12.7214336Z _Ty=std::pair 2025-09-07T07:55:12.7214587Z ] 2025-09-07T07:55:12.7215655Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &,int &)' being compiled 2025-09-07T07:55:12.7216775Z with 2025-09-07T07:55:12.7216965Z [ 2025-09-07T07:55:12.7217153Z _Ty=std::pair 2025-09-07T07:55:12.7217406Z ] 2025-09-07T07:55:12.7218523Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-09-07T07:55:12.7219738Z with 2025-09-07T07:55:12.7219937Z [ 2025-09-07T07:55:12.7220115Z _Ty=size_t 2025-09-07T07:55:12.7220333Z ] 2025-09-07T07:55:12.7221224Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: see reference to function template instantiation 'std::pair::pair(_Other1,_Other2) noexcept' being compiled 2025-09-07T07:55:12.7222195Z with 2025-09-07T07:55:12.7222370Z [ 2025-09-07T07:55:12.7222570Z _Other1=uint64_t &, 2025-09-07T07:55:12.7222821Z _Other2=int & 2025-09-07T07:55:12.7223032Z ] 2025-09-07T07:55:12.7223761Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-09-07T07:55:12.7224593Z with 2025-09-07T07:55:12.7224780Z [ 2025-09-07T07:55:12.7224945Z _Ty2=int 2025-09-07T07:55:12.7225203Z ] 2025-09-07T07:55:14.1566628Z Microsoft (R) Incremental Linker Version 14.42.34444.0 2025-09-07T07:55:14.1567088Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-09-07T07:55:14.1567365Z 2025-09-07T07:55:14.1567480Z /out:check-torch-mkl.exe 2025-09-07T07:55:14.1567734Z check-torch-mkl.obj 2025-09-07T07:55:14.1567954Z c10.lib 2025-09-07T07:55:14.1568134Z torch_cpu.lib 2025-09-07T07:55:14.2145150Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-09-07T07:55:14.6788480Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-09-07T07:55:14.6818835Z + popd 2025-09-07T07:55:14.6823637Z /c/actions-runner/_work/pytorch/pytorch 2025-09-07T07:55:14.6975646Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-09-07T07:55:14.6976138Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-09-07T07:55:14.6993380Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T07:55:14.6993846Z env: 2025-09-07T07:55:14.6994154Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:55:14.6994571Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:55:14.6994875Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:55:14.6995494Z GITHUB_TOKEN: *** 2025-09-07T07:55:14.6995720Z PR_NUMBER: 2025-09-07T07:55:14.6995943Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:55:14.6996265Z SKIP_ALL_TESTS: 1 2025-09-07T07:55:14.6996458Z OS: windows 2025-09-07T07:55:14.6996910Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:55:14.6997291Z PACKAGE_TYPE: libtorch 2025-09-07T07:55:14.6997567Z DESIRED_CUDA: cpu 2025-09-07T07:55:14.6997775Z GPU_ARCH_TYPE: cpu 2025-09-07T07:55:14.6998002Z LIBTORCH_CONFIG: release 2025-09-07T07:55:14.6998252Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:55:14.6998530Z DESIRED_PYTHON: 3.10 2025-09-07T07:55:14.6998796Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-09-07T07:55:14.6999326Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-09-07T07:55:14.6999740Z ##[endgroup] 2025-09-07T07:55:15.0430696Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:55:15.0503629Z Finished 2025-09-07T07:55:15.1731279Z Holding runner until all ssh sessions have logged out 2025-09-07T07:55:15.1997902Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-09-07T07:55:15.1998413Z .github\scripts\kill_active_ssh_sessions.ps1 2025-09-07T07:55:15.2015027Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T07:55:15.2015538Z env: 2025-09-07T07:55:15.2015894Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-07T07:55:15.2016365Z AWS_DEFAULT_REGION: us-east-1 2025-09-07T07:55:15.2016687Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-09-07T07:55:15.2017270Z GITHUB_TOKEN: *** 2025-09-07T07:55:15.2017497Z PR_NUMBER: 2025-09-07T07:55:15.2017723Z SHA1: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:55:15.2018036Z SKIP_ALL_TESTS: 1 2025-09-07T07:55:15.2018233Z OS: windows 2025-09-07T07:55:15.2018525Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-09-07T07:55:15.2018881Z PACKAGE_TYPE: libtorch 2025-09-07T07:55:15.2019166Z DESIRED_CUDA: cpu 2025-09-07T07:55:15.2019367Z GPU_ARCH_TYPE: cpu 2025-09-07T07:55:15.2019598Z LIBTORCH_CONFIG: release 2025-09-07T07:55:15.2019862Z LIBTORCH_VARIANT: shared-with-deps 2025-09-07T07:55:15.2020142Z DESIRED_PYTHON: 3.10 2025-09-07T07:55:15.2020400Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-09-07T07:55:15.2020904Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-09-07T07:55:15.2021284Z ##[endgroup] 2025-09-07T07:55:15.5431019Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:55:15.5507623Z Finished 2025-09-07T07:55:15.5918952Z Post job cleanup. 2025-09-07T07:55:15.7316130Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-09-07T07:55:15.7531047Z git version 2.51.0.windows.1 2025-09-07T07:55:15.7599229Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\caba4e79-caf3-4457-b443-4b4ab76d645a\.gitconfig' 2025-09-07T07:55:15.7617730Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\caba4e79-caf3-4457-b443-4b4ab76d645a' before making global git config changes 2025-09-07T07:55:15.7618622Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T07:55:15.7629289Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-09-07T07:55:15.7890968Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-09-07T07:55:15.8150792Z [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' || :\"" 2025-09-07T07:55:16.2026437Z Entering 'android/libs/fbjni' 2025-09-07T07:55:16.2649463Z Entering 'third_party/FP16' 2025-09-07T07:55:16.3246991Z Entering 'third_party/FXdiv' 2025-09-07T07:55:16.3839584Z Entering 'third_party/NNPACK' 2025-09-07T07:55:16.4448650Z Entering 'third_party/NVTX' 2025-09-07T07:55:16.5039619Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:55:16.5633155Z Entering 'third_party/XNNPACK' 2025-09-07T07:55:16.6308910Z Entering 'third_party/aiter' 2025-09-07T07:55:16.6897817Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:55:16.7545243Z Entering 'third_party/benchmark' 2025-09-07T07:55:16.8129027Z Entering 'third_party/composable_kernel' 2025-09-07T07:55:16.8756252Z Entering 'third_party/cpp-httplib' 2025-09-07T07:55:16.9340694Z Entering 'third_party/cpuinfo' 2025-09-07T07:55:16.9922046Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:55:17.0507652Z Entering 'third_party/cutlass' 2025-09-07T07:55:17.1153376Z Entering 'third_party/fbgemm' 2025-09-07T07:55:17.1749644Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:55:17.2368837Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:55:17.2981174Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:55:17.3585781Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:55:17.4247893Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:55:17.4834508Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:55:17.5427702Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:55:17.6064814Z Entering 'third_party/flash-attention' 2025-09-07T07:55:17.6656833Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:55:17.7290221Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:55:17.7983201Z Entering 'third_party/flatbuffers' 2025-09-07T07:55:17.8570889Z Entering 'third_party/fmt' 2025-09-07T07:55:17.9154479Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:55:17.9764081Z Entering 'third_party/gloo' 2025-09-07T07:55:18.0348059Z Entering 'third_party/googletest' 2025-09-07T07:55:18.0923689Z Entering 'third_party/ideep' 2025-09-07T07:55:18.1546851Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:55:18.2166061Z Entering 'third_party/ittapi' 2025-09-07T07:55:18.2778967Z Entering 'third_party/kineto' 2025-09-07T07:55:18.3357793Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:55:18.3958416Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:55:18.4547556Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:55:18.5142643Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:55:18.5762863Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:55:18.6395982Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:55:18.7009626Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:55:18.7608454Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:55:18.8207450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:55:18.8827595Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:55:18.9457601Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:55:19.0078528Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:55:19.0689331Z Entering 'third_party/kleidiai' 2025-09-07T07:55:19.1302458Z Entering 'third_party/mimalloc' 2025-09-07T07:55:19.1903802Z Entering 'third_party/nlohmann' 2025-09-07T07:55:19.2493766Z Entering 'third_party/onnx' 2025-09-07T07:55:19.3072336Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:55:19.3677488Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:55:19.4244369Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:55:19.4854884Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:55:19.5454769Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:55:19.6057479Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:55:19.6668209Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:55:19.7311001Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:55:19.7905382Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:55:19.8474337Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:55:19.9119433Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:55:19.9725319Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:55:20.0360502Z Entering 'third_party/pocketfft' 2025-09-07T07:55:20.0957071Z Entering 'third_party/protobuf' 2025-09-07T07:55:20.1544625Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:55:20.2147325Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:55:20.2752915Z Entering 'third_party/psimd' 2025-09-07T07:55:20.3327113Z Entering 'third_party/pthreadpool' 2025-09-07T07:55:20.3919125Z Entering 'third_party/pybind11' 2025-09-07T07:55:20.4505239Z Entering 'third_party/python-peachpy' 2025-09-07T07:55:20.5086656Z Entering 'third_party/sleef' 2025-09-07T07:55:20.5680158Z Entering 'third_party/tensorpipe' 2025-09-07T07:55:20.6237861Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:55:20.6826689Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:55:20.7431412Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:55:20.8018660Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:55:20.8677192Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:55:20.9456650Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T07:55:20.9670259Z http.https://github.com/.extraheader 2025-09-07T07:55:20.9720705Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-09-07T07:55:20.9989620Z [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' || :\"" 2025-09-07T07:55:21.3774325Z Entering 'android/libs/fbjni' 2025-09-07T07:55:21.4211786Z http.https://github.com/.extraheader 2025-09-07T07:55:21.4549029Z Entering 'third_party/FP16' 2025-09-07T07:55:21.4974996Z http.https://github.com/.extraheader 2025-09-07T07:55:21.5320500Z Entering 'third_party/FXdiv' 2025-09-07T07:55:21.5764029Z http.https://github.com/.extraheader 2025-09-07T07:55:21.6101780Z Entering 'third_party/NNPACK' 2025-09-07T07:55:21.6543243Z http.https://github.com/.extraheader 2025-09-07T07:55:21.6886522Z Entering 'third_party/NVTX' 2025-09-07T07:55:21.7371053Z http.https://github.com/.extraheader 2025-09-07T07:55:21.7731950Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:55:21.8168320Z http.https://github.com/.extraheader 2025-09-07T07:55:21.8511466Z Entering 'third_party/XNNPACK' 2025-09-07T07:55:21.8940322Z http.https://github.com/.extraheader 2025-09-07T07:55:21.9297731Z Entering 'third_party/aiter' 2025-09-07T07:55:21.9737178Z http.https://github.com/.extraheader 2025-09-07T07:55:22.0072960Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:55:22.0543833Z http.https://github.com/.extraheader 2025-09-07T07:55:22.0918631Z Entering 'third_party/benchmark' 2025-09-07T07:55:22.1346772Z http.https://github.com/.extraheader 2025-09-07T07:55:22.1689215Z Entering 'third_party/composable_kernel' 2025-09-07T07:55:22.2124712Z http.https://github.com/.extraheader 2025-09-07T07:55:22.2466965Z Entering 'third_party/cpp-httplib' 2025-09-07T07:55:22.2900474Z http.https://github.com/.extraheader 2025-09-07T07:55:22.3241006Z Entering 'third_party/cpuinfo' 2025-09-07T07:55:22.3676560Z http.https://github.com/.extraheader 2025-09-07T07:55:22.4010507Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:55:22.4437645Z http.https://github.com/.extraheader 2025-09-07T07:55:22.4774141Z Entering 'third_party/cutlass' 2025-09-07T07:55:22.5205346Z http.https://github.com/.extraheader 2025-09-07T07:55:22.5582584Z Entering 'third_party/fbgemm' 2025-09-07T07:55:22.6016225Z http.https://github.com/.extraheader 2025-09-07T07:55:22.6337081Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:55:22.6774226Z http.https://github.com/.extraheader 2025-09-07T07:55:22.7105752Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:55:22.7535276Z http.https://github.com/.extraheader 2025-09-07T07:55:22.7882860Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:55:22.8301670Z http.https://github.com/.extraheader 2025-09-07T07:55:22.8644860Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:55:22.9100115Z http.https://github.com/.extraheader 2025-09-07T07:55:22.9452788Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:55:22.9891514Z http.https://github.com/.extraheader 2025-09-07T07:55:23.0227503Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:55:23.0658865Z http.https://github.com/.extraheader 2025-09-07T07:55:23.0987065Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:55:23.1417351Z http.https://github.com/.extraheader 2025-09-07T07:55:23.1781099Z Entering 'third_party/flash-attention' 2025-09-07T07:55:23.2214721Z http.https://github.com/.extraheader 2025-09-07T07:55:23.2545408Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:55:23.2978560Z http.https://github.com/.extraheader 2025-09-07T07:55:23.3334646Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:55:23.3787025Z http.https://github.com/.extraheader 2025-09-07T07:55:23.4152872Z Entering 'third_party/flatbuffers' 2025-09-07T07:55:23.4597788Z http.https://github.com/.extraheader 2025-09-07T07:55:23.4974052Z Entering 'third_party/fmt' 2025-09-07T07:55:23.5388958Z http.https://github.com/.extraheader 2025-09-07T07:55:23.5726026Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:55:23.6150597Z http.https://github.com/.extraheader 2025-09-07T07:55:23.6490651Z Entering 'third_party/gloo' 2025-09-07T07:55:23.6933594Z http.https://github.com/.extraheader 2025-09-07T07:55:23.7261869Z Entering 'third_party/googletest' 2025-09-07T07:55:23.7687296Z http.https://github.com/.extraheader 2025-09-07T07:55:23.8017859Z Entering 'third_party/ideep' 2025-09-07T07:55:23.8465301Z http.https://github.com/.extraheader 2025-09-07T07:55:23.8785113Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:55:23.9222973Z http.https://github.com/.extraheader 2025-09-07T07:55:23.9610812Z Entering 'third_party/ittapi' 2025-09-07T07:55:24.0046849Z http.https://github.com/.extraheader 2025-09-07T07:55:24.0385493Z Entering 'third_party/kineto' 2025-09-07T07:55:24.0870259Z http.https://github.com/.extraheader 2025-09-07T07:55:24.1193310Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:55:24.1648510Z http.https://github.com/.extraheader 2025-09-07T07:55:24.1969377Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:55:24.2456166Z http.https://github.com/.extraheader 2025-09-07T07:55:24.2812148Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:55:24.3256602Z http.https://github.com/.extraheader 2025-09-07T07:55:24.3600674Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:55:24.4039003Z http.https://github.com/.extraheader 2025-09-07T07:55:24.4413428Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:55:24.4872575Z http.https://github.com/.extraheader 2025-09-07T07:55:24.5351150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:55:24.5824608Z http.https://github.com/.extraheader 2025-09-07T07:55:24.6233701Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:55:24.6704115Z http.https://github.com/.extraheader 2025-09-07T07:55:24.7050724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:55:24.7528332Z http.https://github.com/.extraheader 2025-09-07T07:55:24.7878656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:55:24.8344247Z http.https://github.com/.extraheader 2025-09-07T07:55:24.8692486Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:55:24.9150471Z http.https://github.com/.extraheader 2025-09-07T07:55:24.9519418Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:55:24.9958462Z http.https://github.com/.extraheader 2025-09-07T07:55:25.0290090Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:55:25.0716984Z http.https://github.com/.extraheader 2025-09-07T07:55:25.1064752Z Entering 'third_party/kleidiai' 2025-09-07T07:55:25.1495177Z http.https://github.com/.extraheader 2025-09-07T07:55:25.1842404Z Entering 'third_party/mimalloc' 2025-09-07T07:55:25.2275994Z http.https://github.com/.extraheader 2025-09-07T07:55:25.2615991Z Entering 'third_party/nlohmann' 2025-09-07T07:55:25.3074725Z http.https://github.com/.extraheader 2025-09-07T07:55:25.3422971Z Entering 'third_party/onnx' 2025-09-07T07:55:25.3867096Z http.https://github.com/.extraheader 2025-09-07T07:55:25.4213052Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:55:25.4658583Z http.https://github.com/.extraheader 2025-09-07T07:55:25.5056230Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:55:25.5504198Z http.https://github.com/.extraheader 2025-09-07T07:55:25.5830677Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:55:25.6272964Z http.https://github.com/.extraheader 2025-09-07T07:55:25.6614540Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:55:25.7060084Z http.https://github.com/.extraheader 2025-09-07T07:55:25.7409706Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:55:25.7851509Z http.https://github.com/.extraheader 2025-09-07T07:55:25.8221796Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:55:25.8662737Z http.https://github.com/.extraheader 2025-09-07T07:55:25.9007810Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:55:25.9448581Z http.https://github.com/.extraheader 2025-09-07T07:55:25.9791631Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:55:26.0231578Z http.https://github.com/.extraheader 2025-09-07T07:55:26.0564742Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:55:26.1020198Z http.https://github.com/.extraheader 2025-09-07T07:55:26.1358412Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:55:26.1806819Z http.https://github.com/.extraheader 2025-09-07T07:55:26.2148660Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:55:26.2600470Z http.https://github.com/.extraheader 2025-09-07T07:55:26.2973114Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:55:26.3412325Z http.https://github.com/.extraheader 2025-09-07T07:55:26.3817551Z Entering 'third_party/pocketfft' 2025-09-07T07:55:26.4252363Z http.https://github.com/.extraheader 2025-09-07T07:55:26.4579199Z Entering 'third_party/protobuf' 2025-09-07T07:55:26.5014767Z http.https://github.com/.extraheader 2025-09-07T07:55:26.5347508Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:55:26.5781486Z http.https://github.com/.extraheader 2025-09-07T07:55:26.6112404Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:55:26.6542155Z http.https://github.com/.extraheader 2025-09-07T07:55:26.6915921Z Entering 'third_party/psimd' 2025-09-07T07:55:26.7376671Z http.https://github.com/.extraheader 2025-09-07T07:55:26.7721009Z Entering 'third_party/pthreadpool' 2025-09-07T07:55:26.8156697Z http.https://github.com/.extraheader 2025-09-07T07:55:26.8497761Z Entering 'third_party/pybind11' 2025-09-07T07:55:26.8939115Z http.https://github.com/.extraheader 2025-09-07T07:55:26.9280779Z Entering 'third_party/python-peachpy' 2025-09-07T07:55:26.9715078Z http.https://github.com/.extraheader 2025-09-07T07:55:27.0060553Z Entering 'third_party/sleef' 2025-09-07T07:55:27.0504730Z http.https://github.com/.extraheader 2025-09-07T07:55:27.0852800Z Entering 'third_party/tensorpipe' 2025-09-07T07:55:27.1298810Z http.https://github.com/.extraheader 2025-09-07T07:55:27.1612962Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:55:27.2050755Z http.https://github.com/.extraheader 2025-09-07T07:55:27.2386206Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:55:27.2817961Z http.https://github.com/.extraheader 2025-09-07T07:55:27.3165702Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:55:27.3605985Z http.https://github.com/.extraheader 2025-09-07T07:55:27.3943996Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:55:27.4400836Z http.https://github.com/.extraheader 2025-09-07T07:55:27.4735321Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:55:27.5206623Z http.https://github.com/.extraheader 2025-09-07T07:55:27.5848204Z A job completed hook has been configured by the self-hosted runner administrator 2025-09-07T07:55:27.5897850Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-09-07T07:55:27.5915667Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-09-07T07:55:27.5916137Z ##[endgroup] 2025-09-07T07:55:27.9284546Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-09-07T07:55:27.9358032Z Finished 2025-09-07T07:55:29.4847056Z Cleaning up orphan processes 2025-09-07T07:55:29.5896893Z Terminate orphan process: pid (2256) (vctip)