2025-07-17T07:59:04.9095879Z Current runner version: '2.326.0' 2025-07-17T07:59:04.9102255Z Runner name: 'i-08cb989ea9e2d1a0b' 2025-07-17T07:59:04.9102996Z Runner group name: 'default' 2025-07-17T07:59:04.9103802Z Machine name: 'EC2AMAZ-IFQ8336' 2025-07-17T07:59:04.9107215Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T07:59:04.9109483Z Contents: read 2025-07-17T07:59:04.9110012Z Metadata: read 2025-07-17T07:59:04.9110513Z Packages: read 2025-07-17T07:59:04.9110985Z ##[endgroup] 2025-07-17T07:59:04.9113073Z Secret source: Actions 2025-07-17T07:59:04.9113684Z Prepare workflow directory 2025-07-17T07:59:04.9665549Z Prepare all required actions 2025-07-17T07:59:04.9706624Z Getting action download info 2025-07-17T07:59:05.1997085Z Download action repository 'pytorch/test-infra@main' (SHA:a9ec424ad5e5851e47d68139cfd953b4031778d5) 2025-07-17T07:59:08.0767561Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T07:59:08.3146043Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-07-17T07:59:08.9742841Z Complete job name: libtorch-cpu-shared-with-deps-debug-test 2025-07-17T07:59:09.0465297Z ##[group]Run set -euo pipefail 2025-07-17T07:59:09.0466414Z set -euo pipefail 2025-07-17T07:59:09.0467366Z function get_ec2_metadata() { 2025-07-17T07:59:09.0468534Z  # Pulled from instance metadata endpoint for EC2 2025-07-17T07:59:09.0470369Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-17T07:59:09.0472029Z  category=$1 2025-07-17T07:59:09.0474633Z  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-07-17T07:59:09.0477320Z } 2025-07-17T07:59:09.0478085Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-17T07:59:09.0560649Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-17T07:59:09.0562181Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-17T07:59:09.0563392Z echo "system info $(uname -a)" 2025-07-17T07:59:09.0588732Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T07:59:09.0590407Z env: 2025-07-17T07:59:09.0591422Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T07:59:09.0592674Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T07:59:09.0593607Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T07:59:09.0595060Z GITHUB_TOKEN: *** 2025-07-17T07:59:09.0595715Z PR_NUMBER: 2025-07-17T07:59:09.0596459Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:09.0597427Z SKIP_ALL_TESTS: 1 2025-07-17T07:59:09.0598054Z OS: windows 2025-07-17T07:59:09.0598926Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T07:59:09.0600055Z PACKAGE_TYPE: libtorch 2025-07-17T07:59:09.0600778Z DESIRED_CUDA: cpu 2025-07-17T07:59:09.0601433Z GPU_ARCH_TYPE: cpu 2025-07-17T07:59:09.0602167Z LIBTORCH_CONFIG: debug 2025-07-17T07:59:09.0603004Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T07:59:09.0603859Z DESIRED_PYTHON: 3.9 2025-07-17T07:59:09.0604503Z ##[endgroup] 2025-07-17T07:59:09.5771548Z ami-id: ami-0d9ca55f96fe08fd6 2025-07-17T07:59:09.6229073Z instance-id: i-08cb989ea9e2d1a0b 2025-07-17T07:59:09.6629445Z instance-type: c5d.4xlarge 2025-07-17T07:59:09.9225853Z system info MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys 2025-07-17T07:59:09.9421632Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-07-17T07:59:09.9422095Z with: 2025-07-17T07:59:09.9422619Z github-secret: *** 2025-07-17T07:59:09.9422886Z activate-with-label: false 2025-07-17T07:59:09.9423158Z label: with-ssh 2025-07-17T07:59:09.9423396Z remove-existing-keys: true 2025-07-17T07:59:09.9423675Z fail-silently: true 2025-07-17T07:59:09.9425243Z env: 2025-07-17T07:59:09.9425583Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T07:59:09.9426001Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T07:59:09.9426333Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T07:59:09.9426951Z GITHUB_TOKEN: *** 2025-07-17T07:59:09.9427186Z PR_NUMBER: 2025-07-17T07:59:09.9427451Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:09.9427765Z SKIP_ALL_TESTS: 1 2025-07-17T07:59:09.9427991Z OS: windows 2025-07-17T07:59:09.9428339Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T07:59:09.9428715Z PACKAGE_TYPE: libtorch 2025-07-17T07:59:09.9428970Z DESIRED_CUDA: cpu 2025-07-17T07:59:09.9429191Z GPU_ARCH_TYPE: cpu 2025-07-17T07:59:09.9429436Z LIBTORCH_CONFIG: debug 2025-07-17T07:59:09.9429700Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T07:59:09.9429985Z DESIRED_PYTHON: 3.9 2025-07-17T07:59:09.9430225Z ##[endgroup] 2025-07-17T07:59:10.0965948Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-17T07:59:10.0968005Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-07-17T07:59:10.1156809Z ##[group]Run git config --global core.longpaths true 2025-07-17T07:59:10.1157310Z git config --global core.longpaths true 2025-07-17T07:59:10.1157680Z git config --global core.symlinks true 2025-07-17T07:59:10.1157998Z  2025-07-17T07:59:10.1158436Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-07-17T07:59:10.1159049Z # the directory on Windows and prevent GHA from checking out as reported 2025-07-17T07:59:10.1159541Z # in https://github.com/actions/checkout/issues/1018 2025-07-17T07:59:10.1159944Z git config --global core.fsmonitor false 2025-07-17T07:59:10.1179043Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T07:59:10.1179522Z env: 2025-07-17T07:59:10.1179859Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T07:59:10.1180291Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T07:59:10.1180658Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T07:59:10.1181297Z GITHUB_TOKEN: *** 2025-07-17T07:59:10.1181542Z PR_NUMBER: 2025-07-17T07:59:10.1181805Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:10.1182157Z SKIP_ALL_TESTS: 1 2025-07-17T07:59:10.1182381Z OS: windows 2025-07-17T07:59:10.1182676Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T07:59:10.1183063Z PACKAGE_TYPE: libtorch 2025-07-17T07:59:10.1183303Z DESIRED_CUDA: cpu 2025-07-17T07:59:10.1183543Z GPU_ARCH_TYPE: cpu 2025-07-17T07:59:10.1183785Z LIBTORCH_CONFIG: debug 2025-07-17T07:59:10.1184046Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T07:59:10.1184329Z DESIRED_PYTHON: 3.9 2025-07-17T07:59:10.1184580Z ##[endgroup] 2025-07-17T07:59:10.4780210Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-17T07:59:10.4781215Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-17T07:59:10.4797452Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T07:59:10.4797932Z env: 2025-07-17T07:59:10.4798276Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T07:59:10.4798692Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T07:59:10.4799026Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T07:59:10.4799624Z GITHUB_TOKEN: *** 2025-07-17T07:59:10.4799854Z PR_NUMBER: 2025-07-17T07:59:10.4800103Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:10.4800431Z SKIP_ALL_TESTS: 1 2025-07-17T07:59:10.4800659Z OS: windows 2025-07-17T07:59:10.4801615Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T07:59:10.4801992Z PACKAGE_TYPE: libtorch 2025-07-17T07:59:10.4802253Z DESIRED_CUDA: cpu 2025-07-17T07:59:10.4802483Z GPU_ARCH_TYPE: cpu 2025-07-17T07:59:10.4802727Z LIBTORCH_CONFIG: debug 2025-07-17T07:59:10.4803002Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T07:59:10.4803283Z DESIRED_PYTHON: 3.9 2025-07-17T07:59:10.4803521Z ##[endgroup] 2025-07-17T07:59:10.8456522Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T07:59:10.8522922Z Finished 2025-07-17T07:59:10.8826944Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-07-17T07:59:10.8827787Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-07-17T07:59:10.8828469Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-07-17T07:59:10.8828955Z # that it doesn't interfere 2025-07-17T07:59:10.8829391Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-07-17T07:59:10.8844662Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T07:59:10.8845127Z env: 2025-07-17T07:59:10.8845468Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T07:59:10.8845882Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T07:59:10.8846213Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T07:59:10.8846826Z GITHUB_TOKEN: *** 2025-07-17T07:59:10.8847098Z PR_NUMBER: 2025-07-17T07:59:10.8847354Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:10.8847682Z SKIP_ALL_TESTS: 1 2025-07-17T07:59:10.8847891Z OS: windows 2025-07-17T07:59:10.8848194Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T07:59:10.8848589Z PACKAGE_TYPE: libtorch 2025-07-17T07:59:10.8848833Z DESIRED_CUDA: cpu 2025-07-17T07:59:10.8849071Z GPU_ARCH_TYPE: cpu 2025-07-17T07:59:10.8849302Z LIBTORCH_CONFIG: debug 2025-07-17T07:59:10.8849564Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T07:59:10.8849848Z DESIRED_PYTHON: 3.9 2025-07-17T07:59:10.8850079Z ##[endgroup] 2025-07-17T07:59:11.2153462Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T07:59:11.2221003Z Finished 2025-07-17T07:59:12.1948585Z ##[group]Run actions/checkout@v4 2025-07-17T07:59:12.1948927Z with: 2025-07-17T07:59:12.1949171Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:12.1949538Z submodules: recursive 2025-07-17T07:59:12.1949793Z path: pytorch 2025-07-17T07:59:12.1949985Z show-progress: false 2025-07-17T07:59:12.1950253Z repository: pytorch/pytorch 2025-07-17T07:59:12.1950675Z token: *** 2025-07-17T07:59:12.1950900Z ssh-strict: true 2025-07-17T07:59:12.1951094Z ssh-user: git 2025-07-17T07:59:12.1951333Z persist-credentials: true 2025-07-17T07:59:12.1951607Z clean: true 2025-07-17T07:59:12.1951822Z sparse-checkout-cone-mode: true 2025-07-17T07:59:12.1952114Z fetch-depth: 1 2025-07-17T07:59:12.1952297Z fetch-tags: false 2025-07-17T07:59:12.1952522Z lfs: false 2025-07-17T07:59:12.1952699Z set-safe-directory: true 2025-07-17T07:59:12.1952967Z env: 2025-07-17T07:59:12.1953333Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T07:59:12.1953760Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T07:59:12.1954096Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T07:59:12.1954560Z GITHUB_TOKEN: *** 2025-07-17T07:59:12.1954788Z PR_NUMBER: 2025-07-17T07:59:12.1955009Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:12.1955328Z SKIP_ALL_TESTS: 1 2025-07-17T07:59:12.1955551Z OS: windows 2025-07-17T07:59:12.1955817Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T07:59:12.1956206Z PACKAGE_TYPE: libtorch 2025-07-17T07:59:12.1956462Z DESIRED_CUDA: cpu 2025-07-17T07:59:12.1956892Z GPU_ARCH_TYPE: cpu 2025-07-17T07:59:12.1957148Z LIBTORCH_CONFIG: debug 2025-07-17T07:59:12.1957376Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T07:59:12.1957676Z DESIRED_PYTHON: 3.9 2025-07-17T07:59:12.1958002Z ##[endgroup] 2025-07-17T07:59:12.3272336Z Syncing repository: pytorch/pytorch 2025-07-17T07:59:12.3273594Z ##[group]Getting Git version info 2025-07-17T07:59:12.3274050Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-07-17T07:59:12.3355293Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-17T07:59:12.3561301Z git version 2.49.0.windows.1 2025-07-17T07:59:12.3604431Z ##[endgroup] 2025-07-17T07:59:12.3614547Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e49a19b0-018a-4dc0-bab3-7a25e19ee5e6\.gitconfig' 2025-07-17T07:59:12.3632154Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e49a19b0-018a-4dc0-bab3-7a25e19ee5e6' before making global git config changes 2025-07-17T07:59:12.3632987Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T07:59:12.3641901Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-07-17T07:59:12.3868693Z ##[group]Initializing the repository 2025-07-17T07:59:12.3881956Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-07-17T07:59:12.5101492Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2025-07-17T07:59:12.5144056Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-07-17T07:59:12.5414824Z ##[endgroup] 2025-07-17T07:59:12.5415214Z ##[group]Disabling automatic garbage collection 2025-07-17T07:59:12.5429535Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-07-17T07:59:12.5650555Z ##[endgroup] 2025-07-17T07:59:12.5650913Z ##[group]Setting up auth 2025-07-17T07:59:12.5677613Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-17T07:59:12.5914492Z [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-07-17T07:59:12.9780969Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T07:59:13.0024030Z [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-07-17T07:59:13.3370327Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-17T07:59:13.3604151Z ##[endgroup] 2025-07-17T07:59:13.3604527Z ##[group]Fetching the repository 2025-07-17T07:59:13.3618309Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:20.2085957Z From https://github.com/pytorch/pytorch 2025-07-17T07:59:20.2086411Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T07:59:20.2223765Z ##[endgroup] 2025-07-17T07:59:20.2224144Z ##[group]Determining the checkout info 2025-07-17T07:59:20.2224683Z ##[endgroup] 2025-07-17T07:59:20.2235671Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-07-17T07:59:20.2509495Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-17T07:59:20.2733606Z ##[group]Checking out the ref 2025-07-17T07:59:20.2743522Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T07:59:21.4060630Z Updating files: 11% (2163/19589) 2025-07-17T07:59:21.5086365Z Updating files: 12% (2351/19589) 2025-07-17T07:59:22.0045389Z Updating files: 13% (2547/19589) 2025-07-17T07:59:22.6270659Z Updating files: 14% (2743/19589) 2025-07-17T07:59:22.7888502Z Updating files: 14% (2748/19589) 2025-07-17T07:59:23.0057317Z Updating files: 15% (2939/19589) 2025-07-17T07:59:23.1769590Z Updating files: 16% (3135/19589) 2025-07-17T07:59:23.2696570Z Updating files: 17% (3331/19589) 2025-07-17T07:59:23.3894984Z Updating files: 18% (3527/19589) 2025-07-17T07:59:23.4346449Z Updating files: 18% (3636/19589) 2025-07-17T07:59:23.6100249Z Updating files: 19% (3722/19589) 2025-07-17T07:59:23.6882442Z Updating files: 20% (3918/19589) 2025-07-17T07:59:23.8260383Z Updating files: 21% (4114/19589) 2025-07-17T07:59:24.0229959Z Updating files: 22% (4310/19589) 2025-07-17T07:59:24.2153946Z Updating files: 23% (4506/19589) 2025-07-17T07:59:24.2890557Z Updating files: 24% (4702/19589) 2025-07-17T07:59:24.4248833Z Updating files: 25% (4898/19589) 2025-07-17T07:59:24.4378514Z Updating files: 25% (5043/19589) 2025-07-17T07:59:24.4788221Z Updating files: 26% (5094/19589) 2025-07-17T07:59:24.5211379Z Updating files: 27% (5290/19589) 2025-07-17T07:59:24.7544786Z Updating files: 28% (5485/19589) 2025-07-17T07:59:24.7967894Z Updating files: 29% (5681/19589) 2025-07-17T07:59:24.9523334Z Updating files: 30% (5877/19589) 2025-07-17T07:59:25.0259767Z Updating files: 31% (6073/19589) 2025-07-17T07:59:25.1091751Z Updating files: 32% (6269/19589) 2025-07-17T07:59:25.2869566Z Updating files: 33% (6465/19589) 2025-07-17T07:59:25.3409631Z Updating files: 34% (6661/19589) 2025-07-17T07:59:25.4037731Z Updating files: 34% (6779/19589) 2025-07-17T07:59:25.5400642Z Updating files: 35% (6857/19589) 2025-07-17T07:59:25.5820881Z Updating files: 36% (7053/19589) 2025-07-17T07:59:25.6378865Z Updating files: 37% (7248/19589) 2025-07-17T07:59:25.7709552Z Updating files: 38% (7444/19589) 2025-07-17T07:59:25.8158874Z Updating files: 39% (7640/19589) 2025-07-17T07:59:25.9303736Z Updating files: 40% (7836/19589) 2025-07-17T07:59:25.9745932Z Updating files: 41% (8032/19589) 2025-07-17T07:59:26.0144243Z Updating files: 42% (8228/19589) 2025-07-17T07:59:26.0608069Z Updating files: 43% (8424/19589) 2025-07-17T07:59:26.1061721Z Updating files: 44% (8620/19589) 2025-07-17T07:59:26.2215466Z Updating files: 45% (8816/19589) 2025-07-17T07:59:26.3482985Z Updating files: 46% (9011/19589) 2025-07-17T07:59:26.3582038Z Updating files: 46% (9169/19589) 2025-07-17T07:59:26.6064180Z Updating files: 47% (9207/19589) 2025-07-17T07:59:26.8296115Z Updating files: 48% (9403/19589) 2025-07-17T07:59:26.8712813Z Updating files: 49% (9599/19589) 2025-07-17T07:59:26.9083667Z Updating files: 50% (9795/19589) 2025-07-17T07:59:27.0693939Z Updating files: 51% (9991/19589) 2025-07-17T07:59:27.1112556Z Updating files: 52% (10187/19589) 2025-07-17T07:59:27.2303960Z Updating files: 53% (10383/19589) 2025-07-17T07:59:27.2763873Z Updating files: 54% (10579/19589) 2025-07-17T07:59:27.3195424Z Updating files: 55% (10774/19589) 2025-07-17T07:59:27.4291044Z Updating files: 56% (10970/19589) 2025-07-17T07:59:27.4470306Z Updating files: 56% (11086/19589) 2025-07-17T07:59:27.5118013Z Updating files: 57% (11166/19589) 2025-07-17T07:59:27.5590285Z Updating files: 58% (11362/19589) 2025-07-17T07:59:27.7935651Z Updating files: 59% (11558/19589) 2025-07-17T07:59:27.8435425Z Updating files: 60% (11754/19589) 2025-07-17T07:59:27.9788011Z Updating files: 61% (11950/19589) 2025-07-17T07:59:28.0266545Z Updating files: 62% (12146/19589) 2025-07-17T07:59:28.0761305Z Updating files: 63% (12342/19589) 2025-07-17T07:59:28.2279665Z Updating files: 64% (12537/19589) 2025-07-17T07:59:28.2778463Z Updating files: 65% (12733/19589) 2025-07-17T07:59:28.3244469Z Updating files: 66% (12929/19589) 2025-07-17T07:59:28.3879336Z Updating files: 67% (13125/19589) 2025-07-17T07:59:28.4312907Z Updating files: 67% (13134/19589) 2025-07-17T07:59:28.4721751Z Updating files: 68% (13321/19589) 2025-07-17T07:59:28.6378174Z Updating files: 69% (13517/19589) 2025-07-17T07:59:28.7268323Z Updating files: 70% (13713/19589) 2025-07-17T07:59:28.8210468Z Updating files: 71% (13909/19589) 2025-07-17T07:59:28.9509380Z Updating files: 72% (14105/19589) 2025-07-17T07:59:29.0137867Z Updating files: 73% (14300/19589) 2025-07-17T07:59:29.3403873Z Updating files: 74% (14496/19589) 2025-07-17T07:59:29.3535716Z Updating files: 75% (14692/19589) 2025-07-17T07:59:29.4435300Z Updating files: 75% (14719/19589) 2025-07-17T07:59:29.5748732Z Updating files: 76% (14888/19589) 2025-07-17T07:59:29.7097279Z Updating files: 77% (15084/19589) 2025-07-17T07:59:29.7870396Z Updating files: 78% (15280/19589) 2025-07-17T07:59:29.9347142Z Updating files: 79% (15476/19589) 2025-07-17T07:59:30.0297884Z Updating files: 80% (15672/19589) 2025-07-17T07:59:30.1752743Z Updating files: 81% (15868/19589) 2025-07-17T07:59:30.5487636Z Updating files: 82% (16063/19589) 2025-07-17T07:59:30.6867691Z Updating files: 82% (16250/19589) 2025-07-17T07:59:31.0550788Z Updating files: 83% (16259/19589) 2025-07-17T07:59:31.1290510Z Updating files: 84% (16455/19589) 2025-07-17T07:59:31.2140913Z Updating files: 85% (16651/19589) 2025-07-17T07:59:31.3587809Z Updating files: 86% (16847/19589) 2025-07-17T07:59:31.4401876Z Updating files: 86% (16924/19589) 2025-07-17T07:59:31.5101489Z Updating files: 87% (17043/19589) 2025-07-17T07:59:31.7076467Z Updating files: 88% (17239/19589) 2025-07-17T07:59:31.9469639Z Updating files: 89% (17435/19589) 2025-07-17T07:59:32.2988455Z Updating files: 90% (17631/19589) 2025-07-17T07:59:32.4340865Z Updating files: 91% (17826/19589) 2025-07-17T07:59:32.5087278Z Updating files: 91% (17860/19589) 2025-07-17T07:59:32.6014649Z Updating files: 92% (18022/19589) 2025-07-17T07:59:32.7467037Z Updating files: 93% (18218/19589) 2025-07-17T07:59:32.8308171Z Updating files: 94% (18414/19589) 2025-07-17T07:59:32.9682345Z Updating files: 95% (18610/19589) 2025-07-17T07:59:33.0469052Z Updating files: 96% (18806/19589) 2025-07-17T07:59:33.1233691Z Updating files: 97% (19002/19589) 2025-07-17T07:59:33.3799544Z Updating files: 98% (19198/19589) 2025-07-17T07:59:33.4158628Z Updating files: 98% (19311/19589) 2025-07-17T07:59:33.5144392Z Updating files: 99% (19394/19589) 2025-07-17T07:59:33.5144710Z Updating files: 100% (19589/19589) 2025-07-17T07:59:33.5145180Z Updating files: 100% (19589/19589), done. 2025-07-17T07:59:33.5511379Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T07:59:33.5511666Z 2025-07-17T07:59:33.5511878Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T07:59:33.5512357Z changes and commit them, and you can discard any commits you make in this 2025-07-17T07:59:33.5512850Z state without impacting any branches by switching back to a branch. 2025-07-17T07:59:33.5513129Z 2025-07-17T07:59:33.5513304Z If you want to create a new branch to retain commits you create, you may 2025-07-17T07:59:33.5513776Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T07:59:33.5514039Z 2025-07-17T07:59:33.5514149Z git switch -c 2025-07-17T07:59:33.5514319Z 2025-07-17T07:59:33.5514411Z Or undo this operation with: 2025-07-17T07:59:33.5514572Z 2025-07-17T07:59:33.5514645Z git switch - 2025-07-17T07:59:33.5514757Z 2025-07-17T07:59:33.5514969Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T07:59:33.5515284Z 2025-07-17T07:59:33.5515488Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T07:59:33.5604942Z ##[endgroup] 2025-07-17T07:59:33.5605339Z ##[group]Setting up auth for fetching submodules 2025-07-17T07:59:33.5618535Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-17T07:59:33.5865547Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-07-17T07:59:33.6091118Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-17T07:59:33.6324022Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-17T07:59:33.6541398Z ##[endgroup] 2025-07-17T07:59:33.6541939Z ##[group]Fetching submodules 2025-07-17T07:59:33.6550751Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-07-17T07:59:34.0598004Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-07-17T07:59:34.4865607Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-07-17T07:59:34.4866546Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-07-17T07:59:34.4867451Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-07-17T07:59:34.4868315Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-07-17T07:59:34.4869103Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-07-17T07:59:34.4870197Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-07-17T07:59:34.4871418Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-07-17T07:59:34.4872192Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-07-17T07:59:34.4872986Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-07-17T07:59:34.4873926Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-07-17T07:59:34.4874887Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-07-17T07:59:34.4875940Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-07-17T07:59:34.4876945Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-07-17T07:59:34.4877947Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-07-17T07:59:34.4878794Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-07-17T07:59:34.4879687Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-07-17T07:59:34.4880671Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-07-17T07:59:34.4881486Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-07-17T07:59:34.4882324Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-07-17T07:59:34.4883180Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-07-17T07:59:34.4884079Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-07-17T07:59:34.4884969Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-07-17T07:59:34.4885814Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-07-17T07:59:34.4886713Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-07-17T07:59:34.4887548Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-07-17T07:59:34.4888430Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-07-17T07:59:34.4889254Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-07-17T07:59:34.4890020Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-07-17T07:59:34.4890994Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-07-17T07:59:34.4892112Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-07-17T07:59:34.4893005Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-07-17T07:59:34.4893986Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-07-17T07:59:34.4894969Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-07-17T07:59:34.4938016Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-07-17T07:59:34.4938953Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-07-17T07:59:34.4939800Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-07-17T07:59:34.4940649Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-07-17T07:59:34.8013952Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2025-07-17T07:59:35.1467548Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2025-07-17T07:59:35.9443539Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2025-07-17T07:59:36.7879946Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2025-07-17T07:59:38.0666949Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NVTX'... 2025-07-17T07:59:38.4075144Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-07-17T07:59:39.1287152Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2025-07-17T07:59:39.8673842Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter'... 2025-07-17T07:59:40.1560377Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2025-07-17T07:59:40.6809495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/composable_kernel'... 2025-07-17T07:59:41.0127077Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpp-httplib'... 2025-07-17T07:59:41.4326662Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2025-07-17T07:59:41.8376765Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2025-07-17T07:59:43.0402482Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2025-07-17T07:59:43.4488301Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2025-07-17T07:59:43.8716594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention'... 2025-07-17T07:59:44.3406158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2025-07-17T07:59:44.6589787Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2025-07-17T07:59:44.9685565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-07-17T07:59:45.3125521Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2025-07-17T07:59:45.7663470Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2025-07-17T07:59:46.0657612Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2025-07-17T07:59:46.4905959Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2025-07-17T07:59:47.6301941Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2025-07-17T07:59:48.0011516Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kleidiai'... 2025-07-17T07:59:48.4099564Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2025-07-17T07:59:48.8877774Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2025-07-17T07:59:49.4525840Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2025-07-17T07:59:49.8804864Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-07-17T07:59:50.1488363Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2025-07-17T07:59:51.0740565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2025-07-17T07:59:51.3430087Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2025-07-17T07:59:51.6198370Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2025-07-17T07:59:52.0603872Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2025-07-17T07:59:52.3448265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2025-07-17T07:59:52.6908910Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2025-07-17T07:59:53.0331869Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2025-07-17T07:59:53.6419656Z From https://github.com/facebookincubator/fbjni 2025-07-17T07:59:53.6420136Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-07-17T07:59:53.7348061Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-07-17T07:59:54.4461084Z From https://github.com/Maratyszcza/FP16 2025-07-17T07:59:54.4461524Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-07-17T07:59:54.5056999Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-07-17T07:59:55.0115076Z From https://github.com/Maratyszcza/FXdiv 2025-07-17T07:59:55.0115536Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-07-17T07:59:55.0528794Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-07-17T07:59:56.0175638Z From https://github.com/Maratyszcza/NNPACK 2025-07-17T07:59:56.0176155Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-07-17T07:59:56.2451777Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-07-17T07:59:56.8081623Z From https://github.com/NVIDIA/NVTX 2025-07-17T07:59:56.8082069Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-07-17T07:59:57.3112326Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-07-17T07:59:58.0688145Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-07-17T07:59:58.0688687Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-07-17T07:59:58.3435091Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-07-17T08:00:00.1310712Z From https://github.com/google/XNNPACK 2025-07-17T08:00:00.1311452Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-07-17T08:00:08.9976724Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-07-17T08:00:09.8394899Z From https://github.com/ROCm/aiter 2025-07-17T08:00:09.8395355Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-07-17T08:00:11.9328290Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-07-17T08:00:11.9435781Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:00:12.5645675Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-07-17T08:00:13.5673975Z From https://github.com/ROCm/composable_kernel 2025-07-17T08:00:13.5674459Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-07-17T08:00:17.4915089Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-07-17T08:00:18.2339989Z From https://github.com/google/benchmark 2025-07-17T08:00:18.2340448Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-07-17T08:00:18.3526021Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-07-17T08:00:19.3412036Z From https://github.com/ROCm/composable_kernel 2025-07-17T08:00:19.3412483Z * branch 434d19f696da62c12b5372b32cbc9ba968588d7e -> FETCH_HEAD 2025-07-17T08:00:23.0878950Z Submodule path 'third_party/composable_kernel': checked out '434d19f696da62c12b5372b32cbc9ba968588d7e' 2025-07-17T08:00:23.8381322Z From https://github.com/yhirose/cpp-httplib 2025-07-17T08:00:23.8381770Z * branch 3af7f2c16147f3fbc6e4d717032daf505dc1652c -> FETCH_HEAD 2025-07-17T08:00:24.5256528Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-07-17T08:00:25.1873826Z From https://github.com/pytorch/cpuinfo 2025-07-17T08:00:25.1874535Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-07-17T08:00:25.7195657Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-07-17T08:00:26.6115882Z From https://github.com/NVIDIA/cudnn-frontend 2025-07-17T08:00:26.6116352Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-07-17T08:00:26.8578056Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-07-17T08:00:27.7292752Z From https://github.com/NVIDIA/cutlass 2025-07-17T08:00:27.7293219Z * branch b995f933179c22d3fe0d871c3a53d11e4681950f -> FETCH_HEAD 2025-07-17T08:00:33.3833454Z Submodule path 'third_party/cutlass': checked out 'b995f933179c22d3fe0d871c3a53d11e4681950f' 2025-07-17T08:00:34.2323950Z From https://github.com/pytorch/fbgemm 2025-07-17T08:00:34.2324401Z * branch 157e88b750c452bef2ab4653fe9d1eeb151ce4c3 -> FETCH_HEAD 2025-07-17T08:00:35.4174518Z Submodule path 'third_party/fbgemm': checked out '157e88b750c452bef2ab4653fe9d1eeb151ce4c3' 2025-07-17T08:00:35.4389918Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-07-17T08:00:35.4390972Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:00:35.4392021Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:00:35.4393161Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-07-17T08:00:35.4394093Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-07-17T08:00:35.4395162Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:00:35.4396175Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-07-17T08:00:35.7791498Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-07-17T08:00:36.2445448Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-07-17T08:00:36.6762570Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-07-17T08:00:37.7391892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-07-17T08:00:38.0640289Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-07-17T08:00:38.3632771Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-07-17T08:00:38.9378516Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-07-17T08:00:39.6939769Z From https://github.com/asmjit/asmjit 2025-07-17T08:00:39.6940206Z * branch e5d7c0bd5d9aec44d68830187138149e6a8c4e32 -> FETCH_HEAD 2025-07-17T08:00:39.9062201Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'e5d7c0bd5d9aec44d68830187138149e6a8c4e32' 2025-07-17T08:00:40.7098788Z From https://github.com/jwfromm/composable_kernel 2025-07-17T08:00:40.7099256Z * branch 4a61bdd4bd4ed730e078aebc7c0fcf046ff29406 -> FETCH_HEAD 2025-07-17T08:00:43.4156511Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '4a61bdd4bd4ed730e078aebc7c0fcf046ff29406' 2025-07-17T08:00:44.1273934Z From https://github.com/pytorch/cpuinfo 2025-07-17T08:00:44.1274385Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-07-17T08:00:44.5536122Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-07-17T08:00:46.2346607Z From https://github.com/jwfromm/cutlass 2025-07-17T08:00:46.2347055Z * branch 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 -> FETCH_HEAD 2025-07-17T08:00:51.5657862Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3' 2025-07-17T08:00:52.2995107Z From https://github.com/google/googletest 2025-07-17T08:00:52.2995553Z * branch f8d7d77c06936315286eb55f8de22cd23c188571 -> FETCH_HEAD 2025-07-17T08:00:52.7435123Z Submodule path 'third_party/fbgemm/external/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' 2025-07-17T08:00:52.8379269Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-07-17T08:00:53.6216124Z From https://github.com/nlohmann/json 2025-07-17T08:00:53.6216605Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-07-17T08:00:54.3310820Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-07-17T08:00:55.0160919Z From https://github.com/Dao-AILab/flash-attention 2025-07-17T08:00:55.0161378Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-07-17T08:00:55.6168222Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-07-17T08:00:55.6299305Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:00:55.6300621Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:00:56.1833895Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-07-17T08:00:57.3358563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-07-17T08:00:58.3721624Z From https://github.com/ROCm/composable_kernel 2025-07-17T08:00:58.3722092Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-07-17T08:01:00.6936529Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-07-17T08:01:01.9632178Z From https://github.com/NVIDIA/cutlass 2025-07-17T08:01:01.9632614Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-07-17T08:01:07.1034768Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-07-17T08:01:07.9633730Z From https://github.com/google/flatbuffers 2025-07-17T08:01:07.9634202Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-07-17T08:01:09.3181675Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-07-17T08:01:10.2735127Z From https://github.com/fmtlib/fmt 2025-07-17T08:01:10.2735587Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-07-17T08:01:10.4259219Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-07-17T08:01:11.2368870Z From https://github.com/google/gemmlowp 2025-07-17T08:01:11.2369340Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-07-17T08:01:11.3564853Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-07-17T08:01:12.0427101Z From https://github.com/pytorch/gloo 2025-07-17T08:01:12.0427543Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-07-17T08:01:12.2256360Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-07-17T08:01:13.1882832Z From https://github.com/google/googletest 2025-07-17T08:01:13.1884077Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-07-17T08:01:13.3874471Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-07-17T08:01:13.9701595Z From https://github.com/intel/ideep 2025-07-17T08:01:13.9702033Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-07-17T08:01:14.0190266Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-07-17T08:01:14.0291401Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-07-17T08:01:14.9273530Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-07-17T08:01:16.6841701Z From https://github.com/intel/mkl-dnn 2025-07-17T08:01:16.6842171Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-07-17T08:01:22.8024400Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-07-17T08:01:23.4992437Z From https://github.com/intel/ittapi 2025-07-17T08:01:23.4992885Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-07-17T08:01:23.6804617Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-07-17T08:01:24.4197523Z From https://github.com/pytorch/kineto 2025-07-17T08:01:24.4197954Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-07-17T08:01:24.7768472Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-07-17T08:01:24.7913045Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:01:24.7914208Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:01:24.7915314Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:01:25.3521941Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-07-17T08:01:25.7122511Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-07-17T08:01:26.1427466Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-07-17T08:01:27.0481449Z From https://github.com/facebookincubator/dynolog 2025-07-17T08:01:27.0481950Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-07-17T08:01:27.7179699Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-07-17T08:01:27.7450234Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:01:27.7451363Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:01:27.7452432Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:01:27.7453537Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:01:27.7454763Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:01:27.7455939Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:01:27.7457318Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:01:27.7458453Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:01:28.3692136Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-07-17T08:01:28.6741826Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-07-17T08:01:28.9748836Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-07-17T08:01:29.2410747Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-07-17T08:01:29.6279158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-07-17T08:01:29.9448285Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-07-17T08:01:30.4169143Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-07-17T08:01:30.8367563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-07-17T08:01:31.9808011Z From https://github.com/NVIDIA/DCGM 2025-07-17T08:01:31.9808452Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-07-17T08:01:33.4576781Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-07-17T08:01:34.0522971Z From https://github.com/libcpr/cpr 2025-07-17T08:01:34.0523405Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-07-17T08:01:34.1926634Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-07-17T08:01:34.9587050Z From https://github.com/fmtlib/fmt 2025-07-17T08:01:34.9587506Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-07-17T08:01:35.2618168Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-07-17T08:01:35.9528343Z From https://github.com/gflags/gflags 2025-07-17T08:01:35.9528795Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-07-17T08:01:36.0587813Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-07-17T08:01:36.0692400Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:01:36.3696889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-07-17T08:01:36.9184182Z From https://github.com/gflags/gflags 2025-07-17T08:01:36.9184637Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-07-17T08:01:36.9545033Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-07-17T08:01:37.9806689Z From https://github.com/google/glog 2025-07-17T08:01:37.9807171Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-07-17T08:01:38.1007754Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-07-17T08:01:38.9489896Z From https://github.com/google/googletest 2025-07-17T08:01:38.9490356Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-07-17T08:01:39.3836624Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-07-17T08:01:40.1647128Z From https://github.com/nlohmann/json 2025-07-17T08:01:40.1647567Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-07-17T08:01:40.7151169Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-07-17T08:01:41.5806309Z From https://github.com/dtrugman/pfs 2025-07-17T08:01:41.5806761Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-07-17T08:01:41.6584248Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-07-17T08:01:42.7533772Z From https://github.com/fmtlib/fmt 2025-07-17T08:01:42.7534224Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-07-17T08:01:42.9042676Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-07-17T08:01:43.8885935Z From https://github.com/google/googletest 2025-07-17T08:01:43.8886395Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-07-17T08:01:44.2057155Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-07-17T08:01:44.9311774Z From https://github.com/ARM-software/kleidiai 2025-07-17T08:01:44.9312236Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-07-17T08:01:46.0424132Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-07-17T08:01:46.6952563Z From https://github.com/microsoft/mimalloc 2025-07-17T08:01:46.6953054Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-07-17T08:01:46.9444253Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-07-17T08:01:47.6876457Z From https://github.com/nlohmann/json 2025-07-17T08:01:47.6876903Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-07-17T08:01:48.3998881Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-07-17T08:01:49.5419814Z From https://github.com/onnx/onnx 2025-07-17T08:01:49.5420259Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-07-17T08:01:54.5508329Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-07-17T08:01:54.5633577Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-07-17T08:01:54.8803564Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-07-17T08:01:55.7324313Z From https://github.com/pybind/pybind11 2025-07-17T08:01:55.7324778Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-07-17T08:01:56.2778157Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T08:01:57.0112966Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-07-17T08:01:57.0113451Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-07-17T08:01:57.6349924Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-07-17T08:01:57.6594672Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:01:57.6596461Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:01:57.6597523Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:01:57.6598553Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:01:57.6599814Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:01:57.6601182Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:01:57.6602432Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:01:57.6603499Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:01:57.9526981Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-07-17T08:01:58.2713461Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-07-17T08:01:58.5731816Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-07-17T08:01:59.0297226Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-07-17T08:01:59.2830488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-07-17T08:01:59.6209784Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-07-17T08:01:59.9112454Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-07-17T08:02:01.0113138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-07-17T08:02:01.6540242Z From https://github.com/google/benchmark 2025-07-17T08:02:01.6540740Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-07-17T08:02:01.7702190Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-07-17T08:02:02.5606451Z From https://github.com/google/googletest 2025-07-17T08:02:02.5606920Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-07-17T08:02:02.7627815Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-07-17T08:02:03.4563823Z From https://github.com/microsoft/GSL 2025-07-17T08:02:03.4564278Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-07-17T08:02:03.8192696Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-07-17T08:02:04.6514574Z From https://github.com/nlohmann/json 2025-07-17T08:02:04.6515080Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-07-17T08:02:05.2118450Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-07-17T08:02:05.8730506Z From https://github.com/open-telemetry/opentelemetry-proto 2025-07-17T08:02:05.8731008Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-07-17T08:02:05.9639912Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-07-17T08:02:06.4745388Z From https://github.com/opentracing/opentracing-cpp 2025-07-17T08:02:06.4745871Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-07-17T08:02:06.5468954Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-07-17T08:02:07.5249314Z From https://github.com/jupp0r/prometheus-cpp 2025-07-17T08:02:07.5249775Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-07-17T08:02:07.6362492Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-07-17T08:02:07.6483585Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:02:07.6484820Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:02:08.4408174Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-07-17T08:02:08.7603399Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-07-17T08:02:09.3804323Z From https://github.com/civetweb/civetweb 2025-07-17T08:02:09.3804768Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-07-17T08:02:10.1481348Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-07-17T08:02:10.9861031Z From https://github.com/google/googletest 2025-07-17T08:02:10.9861494Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-07-17T08:02:11.1777959Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-07-17T08:02:13.0543649Z From https://github.com/Microsoft/vcpkg 2025-07-17T08:02:13.0544110Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-07-17T08:02:21.4037005Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-07-17T08:02:21.5043911Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-07-17T08:02:23.0759887Z From https://github.com/protocolbuffers/protobuf 2025-07-17T08:02:23.0760372Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-07-17T08:02:25.7259540Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-07-17T08:02:25.7396400Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:02:25.7397509Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-07-17T08:02:26.0448878Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-07-17T08:02:26.3892692Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-07-17T08:02:27.8771433Z From https://github.com/google/benchmark 2025-07-17T08:02:27.8771873Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-07-17T08:02:27.9412448Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-07-17T08:02:28.6801369Z From https://github.com/google/googletest 2025-07-17T08:02:28.6801839Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-07-17T08:02:28.8721206Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-07-17T08:02:28.9529667Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-07-17T08:02:30.1455518Z From https://github.com/Maratyszcza/pthreadpool 2025-07-17T08:02:30.1456007Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-07-17T08:02:30.1990971Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-07-17T08:02:30.9123146Z From https://github.com/pybind/pybind11 2025-07-17T08:02:30.9123623Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-07-17T08:02:31.0762038Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T08:02:31.6975539Z From https://github.com/malfet/PeachPy 2025-07-17T08:02:31.6976084Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-07-17T08:02:31.7990480Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-07-17T08:02:32.6407350Z From https://github.com/shibatch/sleef 2025-07-17T08:02:32.6407857Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-07-17T08:02:32.8117758Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-07-17T08:02:33.3675013Z From https://github.com/pytorch/tensorpipe 2025-07-17T08:02:33.3675490Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2025-07-17T08:02:33.5131985Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-07-17T08:02:33.5292464Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:02:33.5293566Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:02:33.5294578Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:02:33.5295612Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:02:33.8464621Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-07-17T08:02:34.1636510Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-07-17T08:02:34.5323413Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-07-17T08:02:34.8300899Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-07-17T08:02:35.5715423Z From https://github.com/google/googletest 2025-07-17T08:02:35.5715898Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-07-17T08:02:35.7659727Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-07-17T08:02:36.2768225Z From https://github.com/google/libnop 2025-07-17T08:02:36.2768687Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-07-17T08:02:36.3527704Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-07-17T08:02:37.2633335Z From https://github.com/libuv/libuv 2025-07-17T08:02:37.2633834Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2025-07-17T08:02:37.4762980Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-07-17T08:02:38.2001545Z From https://github.com/pybind/pybind11 2025-07-17T08:02:38.2002218Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-07-17T08:02:38.3155094Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-07-17T08:02:38.3256934Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:02:38.6471083Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-07-17T08:02:39.2194439Z From https://github.com/wjakob/clang-cindex-python3 2025-07-17T08:02:39.2194971Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-07-17T08:02:39.2585452Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-07-17T08:02:39.2826944Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-07-17T08:02:39.6700132Z Entering 'android/libs/fbjni' 2025-07-17T08:02:39.7077900Z Entering 'third_party/FP16' 2025-07-17T08:02:39.7460259Z Entering 'third_party/FXdiv' 2025-07-17T08:02:39.7825554Z Entering 'third_party/NNPACK' 2025-07-17T08:02:39.8190429Z Entering 'third_party/NVTX' 2025-07-17T08:02:39.8589317Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:02:39.8954103Z Entering 'third_party/XNNPACK' 2025-07-17T08:02:39.9359865Z Entering 'third_party/aiter' 2025-07-17T08:02:39.9734642Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:02:40.0112326Z Entering 'third_party/benchmark' 2025-07-17T08:02:40.0482267Z Entering 'third_party/composable_kernel' 2025-07-17T08:02:40.0857323Z Entering 'third_party/cpp-httplib' 2025-07-17T08:02:40.1212042Z Entering 'third_party/cpuinfo' 2025-07-17T08:02:40.1574580Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:02:40.1940439Z Entering 'third_party/cutlass' 2025-07-17T08:02:40.2329709Z Entering 'third_party/fbgemm' 2025-07-17T08:02:40.2680136Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:02:40.3040767Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:02:40.3410335Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:02:40.3774913Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:02:40.4138357Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:02:40.4487472Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:02:40.4848155Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:02:40.5231714Z Entering 'third_party/flash-attention' 2025-07-17T08:02:40.5613285Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:02:40.5988364Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:02:40.6377133Z Entering 'third_party/flatbuffers' 2025-07-17T08:02:40.6731915Z Entering 'third_party/fmt' 2025-07-17T08:02:40.7082919Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:02:40.7447711Z Entering 'third_party/gloo' 2025-07-17T08:02:40.7802857Z Entering 'third_party/googletest' 2025-07-17T08:02:40.8156061Z Entering 'third_party/ideep' 2025-07-17T08:02:40.8491297Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:02:40.8874947Z Entering 'third_party/ittapi' 2025-07-17T08:02:40.9224263Z Entering 'third_party/kineto' 2025-07-17T08:02:40.9561611Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:02:40.9911234Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:02:41.0279515Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:02:41.0642680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:02:41.0995183Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:02:41.1342754Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:02:41.1725095Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:02:41.2128820Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:02:41.2492347Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:02:41.2856493Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:02:41.3249243Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:02:41.3629379Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:02:41.4002593Z Entering 'third_party/kleidiai' 2025-07-17T08:02:41.4376657Z Entering 'third_party/mimalloc' 2025-07-17T08:02:41.4731309Z Entering 'third_party/nlohmann' 2025-07-17T08:02:41.5160800Z Entering 'third_party/onnx' 2025-07-17T08:02:41.5532574Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:02:41.5911973Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:02:41.6261643Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:02:41.6623932Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:02:41.6986468Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:02:41.7362376Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:02:41.7724673Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:02:41.8090525Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:02:41.8473725Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:02:41.8824603Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:02:41.9189304Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:02:41.9567115Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:02:41.9983792Z Entering 'third_party/pocketfft' 2025-07-17T08:02:42.0341028Z Entering 'third_party/protobuf' 2025-07-17T08:02:42.0684206Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:02:42.1040554Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:02:42.1401162Z Entering 'third_party/psimd' 2025-07-17T08:02:42.1750449Z Entering 'third_party/pthreadpool' 2025-07-17T08:02:42.2130429Z Entering 'third_party/pybind11' 2025-07-17T08:02:42.2475270Z Entering 'third_party/python-peachpy' 2025-07-17T08:02:42.2826561Z Entering 'third_party/sleef' 2025-07-17T08:02:42.3178976Z Entering 'third_party/tensorpipe' 2025-07-17T08:02:42.3530013Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:02:42.3914186Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:02:42.4275341Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:02:42.4639493Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:02:42.4999012Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:02:42.5476253Z ##[endgroup] 2025-07-17T08:02:42.5476728Z ##[group]Persisting credentials for submodules 2025-07-17T08:02:42.5490852Z [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-07-17T08:02:42.8838722Z Entering 'android/libs/fbjni' 2025-07-17T08:02:42.9402033Z Entering 'third_party/FP16' 2025-07-17T08:02:43.0014710Z Entering 'third_party/FXdiv' 2025-07-17T08:02:43.0568360Z Entering 'third_party/NNPACK' 2025-07-17T08:02:43.1118938Z Entering 'third_party/NVTX' 2025-07-17T08:02:43.1732985Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:02:43.2277430Z Entering 'third_party/XNNPACK' 2025-07-17T08:02:43.2869479Z Entering 'third_party/aiter' 2025-07-17T08:02:43.3415227Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:02:43.4012320Z Entering 'third_party/benchmark' 2025-07-17T08:02:43.4592992Z Entering 'third_party/composable_kernel' 2025-07-17T08:02:43.5151021Z Entering 'third_party/cpp-httplib' 2025-07-17T08:02:43.5710401Z Entering 'third_party/cpuinfo' 2025-07-17T08:02:43.6303674Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:02:43.6859335Z Entering 'third_party/cutlass' 2025-07-17T08:02:43.7412945Z Entering 'third_party/fbgemm' 2025-07-17T08:02:43.7946350Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:02:43.8527551Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:02:43.9155629Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:02:43.9719333Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:02:44.0323431Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:02:44.0874382Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:02:44.1419756Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:02:44.1989566Z Entering 'third_party/flash-attention' 2025-07-17T08:02:44.2535304Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:02:44.3133018Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:02:44.3763678Z Entering 'third_party/flatbuffers' 2025-07-17T08:02:44.4329398Z Entering 'third_party/fmt' 2025-07-17T08:02:44.4868225Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:02:44.5412541Z Entering 'third_party/gloo' 2025-07-17T08:02:44.5957083Z Entering 'third_party/googletest' 2025-07-17T08:02:44.6504760Z Entering 'third_party/ideep' 2025-07-17T08:02:44.7040796Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:02:44.7631522Z Entering 'third_party/ittapi' 2025-07-17T08:02:44.8188315Z Entering 'third_party/kineto' 2025-07-17T08:02:44.8722992Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:02:44.9304503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:02:44.9883830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:02:45.0439873Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:02:45.1029714Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:02:45.1596244Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:02:45.2177264Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:02:45.2781607Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:02:45.3357123Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:02:45.3917454Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:02:45.4503247Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:02:45.5090440Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:02:45.5679998Z Entering 'third_party/kleidiai' 2025-07-17T08:02:45.6269222Z Entering 'third_party/mimalloc' 2025-07-17T08:02:45.6822075Z Entering 'third_party/nlohmann' 2025-07-17T08:02:45.7394597Z Entering 'third_party/onnx' 2025-07-17T08:02:45.7948376Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:02:45.8558159Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:02:45.9107078Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:02:45.9660000Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:02:46.0232794Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:02:46.0783147Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:02:46.1339932Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:02:46.1895220Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:02:46.2469606Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:02:46.3023385Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:02:46.3609546Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:02:46.4226625Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:02:46.4823283Z Entering 'third_party/pocketfft' 2025-07-17T08:02:46.5402423Z Entering 'third_party/protobuf' 2025-07-17T08:02:46.5996593Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:02:46.6547797Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:02:46.7129174Z Entering 'third_party/psimd' 2025-07-17T08:02:46.7699172Z Entering 'third_party/pthreadpool' 2025-07-17T08:02:46.8271944Z Entering 'third_party/pybind11' 2025-07-17T08:02:46.8824926Z Entering 'third_party/python-peachpy' 2025-07-17T08:02:46.9431557Z Entering 'third_party/sleef' 2025-07-17T08:02:46.9974774Z Entering 'third_party/tensorpipe' 2025-07-17T08:02:47.0510465Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:02:47.1110075Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:02:47.1676655Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:02:47.2272938Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:02:47.2810307Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:02:47.3473493Z [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-07-17T08:02:47.6995130Z Entering 'android/libs/fbjni' 2025-07-17T08:02:47.7521273Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-07-17T08:02:47.7659967Z Entering 'third_party/FP16' 2025-07-17T08:02:47.8188590Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-07-17T08:02:47.8322159Z Entering 'third_party/FXdiv' 2025-07-17T08:02:47.8839328Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-07-17T08:02:47.8968975Z Entering 'third_party/NNPACK' 2025-07-17T08:02:47.9493789Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-07-17T08:02:47.9626874Z Entering 'third_party/NVTX' 2025-07-17T08:02:48.0143391Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-07-17T08:02:48.0280693Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:02:48.0801213Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-07-17T08:02:48.0936249Z Entering 'third_party/XNNPACK' 2025-07-17T08:02:48.1457396Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-07-17T08:02:48.1606768Z Entering 'third_party/aiter' 2025-07-17T08:02:48.2195096Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-07-17T08:02:48.2378393Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:02:48.2910145Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-07-17T08:02:48.3073253Z Entering 'third_party/benchmark' 2025-07-17T08:02:48.3626307Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-07-17T08:02:48.3763240Z Entering 'third_party/composable_kernel' 2025-07-17T08:02:48.4312113Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-07-17T08:02:48.4455312Z Entering 'third_party/cpp-httplib' 2025-07-17T08:02:48.4977622Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-07-17T08:02:48.5132388Z Entering 'third_party/cpuinfo' 2025-07-17T08:02:48.5698528Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-07-17T08:02:48.5843222Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:02:48.6391762Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-07-17T08:02:48.6527027Z Entering 'third_party/cutlass' 2025-07-17T08:02:48.7048105Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-07-17T08:02:48.7192465Z Entering 'third_party/fbgemm' 2025-07-17T08:02:48.7720335Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-07-17T08:02:48.7879626Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:02:48.8412420Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-07-17T08:02:48.8550861Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:02:48.9101122Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-07-17T08:02:48.9242063Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:02:48.9796390Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-07-17T08:02:48.9948907Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:02:49.0482718Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-07-17T08:02:49.0628717Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:02:49.1169685Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-07-17T08:02:49.1319191Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:02:49.1864674Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-07-17T08:02:49.2046778Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:02:49.2569018Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-07-17T08:02:49.2723885Z Entering 'third_party/flash-attention' 2025-07-17T08:02:49.3252457Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-07-17T08:02:49.3430162Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:02:49.3966998Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-07-17T08:02:49.4110071Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:02:49.4646686Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-07-17T08:02:49.4814892Z Entering 'third_party/flatbuffers' 2025-07-17T08:02:49.5371671Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-07-17T08:02:49.5507430Z Entering 'third_party/fmt' 2025-07-17T08:02:49.6027562Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-07-17T08:02:49.6166516Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:02:49.6689063Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-07-17T08:02:49.6823893Z Entering 'third_party/gloo' 2025-07-17T08:02:49.7384885Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-07-17T08:02:49.7515298Z Entering 'third_party/googletest' 2025-07-17T08:02:49.8046561Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:02:49.8180513Z Entering 'third_party/ideep' 2025-07-17T08:02:49.8702240Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-07-17T08:02:49.8844794Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:02:49.9382009Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-07-17T08:02:49.9547123Z Entering 'third_party/ittapi' 2025-07-17T08:02:50.0096207Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-07-17T08:02:50.0227299Z Entering 'third_party/kineto' 2025-07-17T08:02:50.0787035Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-07-17T08:02:50.0913248Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:02:50.1552989Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-07-17T08:02:50.1684668Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:02:50.2219196Z 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-07-17T08:02:50.2357327Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:02:50.2906311Z 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-07-17T08:02:50.3047338Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:02:50.3582134Z 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-07-17T08:02:50.3715339Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:02:50.4266108Z 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-07-17T08:02:50.4405819Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:02:50.4941756Z 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-07-17T08:02:50.5109582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:02:50.5668726Z 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-07-17T08:02:50.5802348Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:02:50.6353642Z 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-07-17T08:02:50.6497283Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:02:50.7039537Z 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-07-17T08:02:50.7174379Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:02:50.7731368Z 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-07-17T08:02:50.7887308Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:02:50.8408407Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-07-17T08:02:50.8545266Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:02:50.9096906Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-07-17T08:02:50.9246914Z Entering 'third_party/kleidiai' 2025-07-17T08:02:50.9782765Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-07-17T08:02:50.9948278Z Entering 'third_party/mimalloc' 2025-07-17T08:02:51.0504051Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-07-17T08:02:51.0639507Z Entering 'third_party/nlohmann' 2025-07-17T08:02:51.1169079Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-07-17T08:02:51.1304644Z Entering 'third_party/onnx' 2025-07-17T08:02:51.1863376Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-07-17T08:02:51.2011124Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:02:51.2539893Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-07-17T08:02:51.2694526Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:02:51.3215820Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-07-17T08:02:51.3337290Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:02:51.3922640Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-07-17T08:02:51.4078807Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:02:51.4604460Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:02:51.4742137Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:02:51.5265996Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-07-17T08:02:51.5399115Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:02:51.5917432Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-07-17T08:02:51.6054820Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:02:51.6576295Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-07-17T08:02:51.6707908Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:02:51.7229700Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-07-17T08:02:51.7361223Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:02:51.7895734Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-07-17T08:02:51.8014427Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:02:51.8543623Z 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-07-17T08:02:51.8678215Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:02:51.9202597Z 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-07-17T08:02:51.9352478Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:02:51.9875869Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-07-17T08:02:52.0047615Z Entering 'third_party/pocketfft' 2025-07-17T08:02:52.0576692Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-07-17T08:02:52.0759371Z Entering 'third_party/protobuf' 2025-07-17T08:02:52.1294199Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-07-17T08:02:52.1416590Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:02:52.1978075Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-07-17T08:02:52.2116261Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:02:52.2693695Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:02:52.2846121Z Entering 'third_party/psimd' 2025-07-17T08:02:52.3372988Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-07-17T08:02:52.3505479Z Entering 'third_party/pthreadpool' 2025-07-17T08:02:52.4028989Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-07-17T08:02:52.4178747Z Entering 'third_party/pybind11' 2025-07-17T08:02:52.4729001Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-07-17T08:02:52.4866869Z Entering 'third_party/python-peachpy' 2025-07-17T08:02:52.5386506Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-07-17T08:02:52.5519058Z Entering 'third_party/sleef' 2025-07-17T08:02:52.6043523Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-07-17T08:02:52.6185726Z Entering 'third_party/tensorpipe' 2025-07-17T08:02:52.6701988Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-07-17T08:02:52.6819915Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:02:52.7357207Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:02:52.7494207Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:02:52.8046335Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-07-17T08:02:52.8179888Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:02:52.8700338Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-07-17T08:02:52.8834909Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:02:52.9360379Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-07-17T08:02:52.9485750Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:02:53.0031482Z 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-07-17T08:02:53.0651661Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-07-17T08:02:53.4400791Z Entering 'android/libs/fbjni' 2025-07-17T08:02:53.4774457Z Entering 'third_party/FP16' 2025-07-17T08:02:53.5154437Z Entering 'third_party/FXdiv' 2025-07-17T08:02:53.5497387Z Entering 'third_party/NNPACK' 2025-07-17T08:02:53.5857288Z Entering 'third_party/NVTX' 2025-07-17T08:02:53.6243062Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:02:53.6620722Z Entering 'third_party/XNNPACK' 2025-07-17T08:02:53.6993413Z Entering 'third_party/aiter' 2025-07-17T08:02:53.7375159Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:02:53.7776515Z Entering 'third_party/benchmark' 2025-07-17T08:02:53.8141836Z Entering 'third_party/composable_kernel' 2025-07-17T08:02:53.8509640Z Entering 'third_party/cpp-httplib' 2025-07-17T08:02:53.8867468Z Entering 'third_party/cpuinfo' 2025-07-17T08:02:53.9275474Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:02:53.9649466Z Entering 'third_party/cutlass' 2025-07-17T08:02:54.0021014Z Entering 'third_party/fbgemm' 2025-07-17T08:02:54.0388360Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:02:54.0786676Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:02:54.1160057Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:02:54.1517496Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:02:54.1883001Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:02:54.2288959Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:02:54.2646055Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:02:54.3022901Z Entering 'third_party/flash-attention' 2025-07-17T08:02:54.3426941Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:02:54.3814119Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:02:54.4226959Z Entering 'third_party/flatbuffers' 2025-07-17T08:02:54.4612016Z Entering 'third_party/fmt' 2025-07-17T08:02:54.4968044Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:02:54.5330698Z Entering 'third_party/gloo' 2025-07-17T08:02:54.5699350Z Entering 'third_party/googletest' 2025-07-17T08:02:54.6061197Z Entering 'third_party/ideep' 2025-07-17T08:02:54.6417736Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:02:54.6838015Z Entering 'third_party/ittapi' 2025-07-17T08:02:54.7196557Z Entering 'third_party/kineto' 2025-07-17T08:02:54.7549970Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:02:54.7909181Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:02:54.8286802Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:02:54.8655051Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:02:54.9030512Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:02:54.9387773Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:02:54.9789596Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:02:55.0158188Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:02:55.0563300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:02:55.0945244Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:02:55.1341215Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:02:55.1751039Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:02:55.2134094Z Entering 'third_party/kleidiai' 2025-07-17T08:02:55.2493735Z Entering 'third_party/mimalloc' 2025-07-17T08:02:55.2848290Z Entering 'third_party/nlohmann' 2025-07-17T08:02:55.3210379Z Entering 'third_party/onnx' 2025-07-17T08:02:55.3598156Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:02:55.3985139Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:02:55.4331067Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:02:55.4729934Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:02:55.5089471Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:02:55.5449821Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:02:55.5828692Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:02:55.6202889Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:02:55.6577437Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:02:55.6928332Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:02:55.7316173Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:02:55.7705331Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:02:55.8106212Z Entering 'third_party/pocketfft' 2025-07-17T08:02:55.8466016Z Entering 'third_party/protobuf' 2025-07-17T08:02:55.8833861Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:02:55.9192663Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:02:55.9566211Z Entering 'third_party/psimd' 2025-07-17T08:02:55.9932580Z Entering 'third_party/pthreadpool' 2025-07-17T08:02:56.0293608Z Entering 'third_party/pybind11' 2025-07-17T08:02:56.0650553Z Entering 'third_party/python-peachpy' 2025-07-17T08:02:56.1007476Z Entering 'third_party/sleef' 2025-07-17T08:02:56.1363578Z Entering 'third_party/tensorpipe' 2025-07-17T08:02:56.1712428Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:02:56.2070021Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:02:56.2458802Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:02:56.2821693Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:02:56.3170431Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:02:56.3674482Z [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-07-17T08:02:56.7235044Z Entering 'android/libs/fbjni' 2025-07-17T08:02:56.7597968Z Entering 'third_party/FP16' 2025-07-17T08:02:56.7965003Z Entering 'third_party/FXdiv' 2025-07-17T08:02:56.8334063Z Entering 'third_party/NNPACK' 2025-07-17T08:02:56.8685868Z Entering 'third_party/NVTX' 2025-07-17T08:02:56.9033635Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:02:56.9400758Z Entering 'third_party/XNNPACK' 2025-07-17T08:02:56.9768286Z Entering 'third_party/aiter' 2025-07-17T08:02:57.0109757Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:02:57.0503940Z Entering 'third_party/benchmark' 2025-07-17T08:02:57.0866592Z Entering 'third_party/composable_kernel' 2025-07-17T08:02:57.1243728Z Entering 'third_party/cpp-httplib' 2025-07-17T08:02:57.1605158Z Entering 'third_party/cpuinfo' 2025-07-17T08:02:57.1966505Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:02:57.2344384Z Entering 'third_party/cutlass' 2025-07-17T08:02:57.2708722Z Entering 'third_party/fbgemm' 2025-07-17T08:02:57.3057049Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:02:57.3430622Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:02:57.3822554Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:02:57.4198044Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:02:57.4568597Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:02:57.4927667Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:02:57.5290218Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:02:57.5684351Z Entering 'third_party/flash-attention' 2025-07-17T08:02:57.6041075Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:02:57.6668259Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:02:57.7086226Z Entering 'third_party/flatbuffers' 2025-07-17T08:02:57.7448491Z Entering 'third_party/fmt' 2025-07-17T08:02:57.7803159Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:02:57.8196781Z Entering 'third_party/gloo' 2025-07-17T08:02:57.8560523Z Entering 'third_party/googletest' 2025-07-17T08:02:57.8946784Z Entering 'third_party/ideep' 2025-07-17T08:02:57.9298861Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:02:57.9679291Z Entering 'third_party/ittapi' 2025-07-17T08:02:58.0042084Z Entering 'third_party/kineto' 2025-07-17T08:02:58.0385058Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:02:58.0739348Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:02:58.1119113Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:02:58.1510112Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:02:58.1897307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:02:58.2247647Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:02:58.2626758Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:02:58.3001076Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:02:58.3361756Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:02:58.3749656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:02:58.4141628Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:02:58.4527512Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:02:58.4926125Z Entering 'third_party/kleidiai' 2025-07-17T08:02:58.5284832Z Entering 'third_party/mimalloc' 2025-07-17T08:02:58.5650627Z Entering 'third_party/nlohmann' 2025-07-17T08:02:58.6015882Z Entering 'third_party/onnx' 2025-07-17T08:02:58.6377504Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:02:58.6775942Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:02:58.7125869Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:02:58.7498974Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:02:58.7877695Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:02:58.8280362Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:02:58.8649979Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:02:58.9012058Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:02:58.9366820Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:02:58.9715686Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:02:59.0129118Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:02:59.0505483Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:02:59.0910656Z Entering 'third_party/pocketfft' 2025-07-17T08:02:59.1263932Z Entering 'third_party/protobuf' 2025-07-17T08:02:59.1613328Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:02:59.1985452Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:02:59.2371507Z Entering 'third_party/psimd' 2025-07-17T08:02:59.2730584Z Entering 'third_party/pthreadpool' 2025-07-17T08:02:59.3092322Z Entering 'third_party/pybind11' 2025-07-17T08:02:59.3454771Z Entering 'third_party/python-peachpy' 2025-07-17T08:02:59.3842296Z Entering 'third_party/sleef' 2025-07-17T08:02:59.4198552Z Entering 'third_party/tensorpipe' 2025-07-17T08:02:59.4564978Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:02:59.4969587Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:02:59.5338303Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:02:59.5746383Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:02:59.6100356Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:02:59.6571374Z ##[endgroup] 2025-07-17T08:02:59.6827288Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-07-17T08:02:59.7027212Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:02:59.7256643Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-07-17T08:02:59.7257112Z # Remove any artifacts from the previous checkouts 2025-07-17T08:02:59.7257473Z git clean -fxd 2025-07-17T08:02:59.7294024Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:02:59.7294461Z env: 2025-07-17T08:02:59.7294761Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:02:59.7295158Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:02:59.7295452Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:02:59.7296341Z GITHUB_TOKEN: *** 2025-07-17T08:02:59.7296550Z PR_NUMBER: 2025-07-17T08:02:59.7296814Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:02:59.7297107Z SKIP_ALL_TESTS: 1 2025-07-17T08:02:59.7297293Z OS: windows 2025-07-17T08:02:59.7297575Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:02:59.7297977Z PACKAGE_TYPE: libtorch 2025-07-17T08:02:59.7298191Z DESIRED_CUDA: cpu 2025-07-17T08:02:59.7298392Z GPU_ARCH_TYPE: cpu 2025-07-17T08:02:59.7298754Z LIBTORCH_CONFIG: debug 2025-07-17T08:02:59.7298996Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:02:59.7299250Z DESIRED_PYTHON: 3.9 2025-07-17T08:02:59.7299465Z ##[endgroup] 2025-07-17T08:03:00.0545495Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:03:00.0606697Z Finished 2025-07-17T08:03:00.1635364Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-07-17T08:03:00.1635889Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-07-17T08:03:00.1636404Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-07-17T08:03:00.1636878Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-07-17T08:03:00.1655031Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:03:00.1655442Z env: 2025-07-17T08:03:00.1655770Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:03:00.1656181Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:03:00.1656473Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:03:00.1657034Z GITHUB_TOKEN: *** 2025-07-17T08:03:00.1657227Z PR_NUMBER: 2025-07-17T08:03:00.1657453Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:03:00.1657781Z SKIP_ALL_TESTS: 1 2025-07-17T08:03:00.1657966Z OS: windows 2025-07-17T08:03:00.1658258Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:03:00.1658606Z PACKAGE_TYPE: libtorch 2025-07-17T08:03:00.1658836Z DESIRED_CUDA: cpu 2025-07-17T08:03:00.1659040Z GPU_ARCH_TYPE: cpu 2025-07-17T08:03:00.1659244Z LIBTORCH_CONFIG: debug 2025-07-17T08:03:00.1659485Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:03:00.1659739Z DESIRED_PYTHON: 3.9 2025-07-17T08:03:00.1659938Z ##[endgroup] 2025-07-17T08:03:00.1857731Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-07-17T08:03:00.1970642Z ##[group]Run actions/download-artifact@v4.1.7 2025-07-17T08:03:00.1970969Z with: 2025-07-17T08:03:00.1971188Z name: libtorch-cpu-shared-with-deps-debug 2025-07-17T08:03:00.1971500Z path: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:03:00.1971795Z merge-multiple: false 2025-07-17T08:03:00.1972014Z repository: pytorch/pytorch 2025-07-17T08:03:00.1972254Z run-id: 16337959784 2025-07-17T08:03:00.1972444Z env: 2025-07-17T08:03:00.1972723Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:03:00.1973105Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:03:00.1973376Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:03:00.1973881Z GITHUB_TOKEN: *** 2025-07-17T08:03:00.1974064Z PR_NUMBER: 2025-07-17T08:03:00.1974285Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:03:00.1974568Z SKIP_ALL_TESTS: 1 2025-07-17T08:03:00.1974743Z OS: windows 2025-07-17T08:03:00.1975053Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:03:00.1975408Z PACKAGE_TYPE: libtorch 2025-07-17T08:03:00.1975632Z DESIRED_CUDA: cpu 2025-07-17T08:03:00.1975820Z GPU_ARCH_TYPE: cpu 2025-07-17T08:03:00.1976027Z LIBTORCH_CONFIG: debug 2025-07-17T08:03:00.1976247Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:03:00.1976496Z DESIRED_PYTHON: 3.9 2025-07-17T08:03:00.1976731Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:03:00.1977123Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:03:00.1977467Z ##[endgroup] 2025-07-17T08:03:00.4588227Z Downloading single artifact 2025-07-17T08:03:00.5714154Z Preparing to download the following artifacts: 2025-07-17T08:03:00.5714899Z - libtorch-cpu-shared-with-deps-debug (ID: 3552384134, Size: 1895084230) 2025-07-17T08:03:00.6291985Z Redirecting to blob download url: https://productionresultssa5.blob.core.windows.net/actions-results/7ebc43c6-a632-41dc-ab02-777e707cc6c6/workflow-job-run-09e899cd-72ed-55de-88b5-578d0979d32a/artifacts/06c1c9d37106b57ed4eddcc9d43dafa5aa35428a26d12684faa0f52fa3005aa3.zip 2025-07-17T08:03:00.6293573Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-07-17T08:03:00.7481234Z (node:3080) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-07-17T08:03:00.7482170Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-07-17T08:03:20.9816685Z Artifact download completed successfully. 2025-07-17T08:03:20.9817054Z Total of 1 artifact(s) downloaded 2025-07-17T08:03:20.9826480Z Download artifact has finished successfully 2025-07-17T08:03:21.0096754Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-07-17T08:03:21.0097250Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-07-17T08:03:21.0115909Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:03:21.0116332Z env: 2025-07-17T08:03:21.0116643Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:03:21.0117019Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:03:21.0117303Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:03:21.0117876Z GITHUB_TOKEN: *** 2025-07-17T08:03:21.0118059Z PR_NUMBER: 2025-07-17T08:03:21.0118278Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:03:21.0118548Z SKIP_ALL_TESTS: 1 2025-07-17T08:03:21.0118741Z OS: windows 2025-07-17T08:03:21.0119000Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:03:21.0119342Z PACKAGE_TYPE: libtorch 2025-07-17T08:03:21.0119584Z DESIRED_CUDA: cpu 2025-07-17T08:03:21.0119768Z GPU_ARCH_TYPE: cpu 2025-07-17T08:03:21.0119977Z LIBTORCH_CONFIG: debug 2025-07-17T08:03:21.0120196Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:03:21.0120445Z DESIRED_PYTHON: 3.9 2025-07-17T08:03:21.0120690Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:03:21.0121079Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:03:21.0121428Z ##[endgroup] 2025-07-17T08:03:21.0482748Z + export TZ=UTC 2025-07-17T08:03:21.0483035Z + TZ=UTC 2025-07-17T08:03:21.0490370Z + envfile='C:\actions-runner\_work\_temp/env' 2025-07-17T08:03:21.0490843Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-07-17T08:03:21.0549398Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-07-17T08:03:21.0623369Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-07-17T08:03:21.0623798Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-07-17T08:03:21.0624082Z + export BUILD_PYTHONLESS=1 2025-07-17T08:03:21.0624314Z + BUILD_PYTHONLESS=1 2025-07-17T08:03:21.0624525Z + export DOCKER_IMAGE= 2025-07-17T08:03:21.0624744Z + DOCKER_IMAGE= 2025-07-17T08:03:21.0624931Z + [[ -z '' ]] 2025-07-17T08:03:21.0625110Z + [[ cpu == cpu ]] 2025-07-17T08:03:21.0625337Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:03:21.0625664Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:03:21.0625921Z + USE_GOLD_LINKER=OFF 2025-07-17T08:03:21.0626130Z + [[ cpu == \c\p\u ]] 2025-07-17T08:03:21.0626318Z + USE_GOLD_LINKER=ON 2025-07-17T08:03:21.0626534Z + PIP_UPLOAD_FOLDER=nightly/ 2025-07-17T08:03:21.0678216Z ++ date -u +%Y%m%d 2025-07-17T08:03:21.0754071Z + export DATE=20250717 2025-07-17T08:03:21.0754324Z + DATE=20250717 2025-07-17T08:03:21.0861487Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-07-17T08:03:21.0911178Z ++ cut -da -f1 2025-07-17T08:03:21.1000645Z + BASE_BUILD_VERSION=2.9.0.dev20250717 2025-07-17T08:03:21.1000962Z + tagged_version 2025-07-17T08:03:21.1001648Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-07-17T08:03:21.1002296Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2025-07-17T08:03:21.1002947Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-07-17T08:03:21.1027454Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2025-07-17T08:03:21.1256909Z fatal: No names found, cannot describe anything. 2025-07-17T08:03:21.1290113Z + return 1 2025-07-17T08:03:21.1341729Z ++ uname 2025-07-17T08:03:21.1523704Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-07-17T08:03:21.1524093Z + export PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:03:21.1524432Z + PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:03:21.1524722Z + export PYTORCH_BUILD_NUMBER=1 2025-07-17T08:03:21.1524977Z + PYTORCH_BUILD_NUMBER=1 2025-07-17T08:03:21.1579516Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-07-17T08:03:21.1639660Z + TRITON_VERSION=3.4.0 2025-07-17T08:03:21.1640129Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-07-17T08:03:21.1640560Z + [[ cpu == \c\u\1\2\9 ]] 2025-07-17T08:03:21.1640843Z + [[ libtorch =~ .*wheel.* ]] 2025-07-17T08:03:21.1641193Z + [[ libtorch =~ .*wheel.* ]] 2025-07-17T08:03:21.1641921Z + [[ libtorch =~ .*wheel.* ]] 2025-07-17T08:03:21.1642164Z + USE_GLOO_WITH_OPENSSL=ON 2025-07-17T08:03:21.1642388Z + [[ cpu =~ .*aarch64.* ]] 2025-07-17T08:03:21.1642601Z + cat 2025-07-17T08:03:21.1759367Z ++ uname -a 2025-07-17T08:03:21.1945471Z ++ date 2025-07-17T08:03:21.2113665Z ++ uname 2025-07-17T08:03:21.2245577Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-07-17T08:03:21.2245893Z + MEMORY_LIMIT_MAX_JOBS=12 2025-07-17T08:03:21.2298061Z ++ nproc 2025-07-17T08:03:21.3077878Z + NUM_CPUS=14 2025-07-17T08:03:21.3078143Z + export MAX_JOBS=12 2025-07-17T08:03:21.3078340Z + MAX_JOBS=12 2025-07-17T08:03:21.3078517Z + cat 2025-07-17T08:03:21.3183820Z + echo 'retry () {' 2025-07-17T08:03:21.3185883Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-07-17T08:03:21.3187487Z + echo '}' 2025-07-17T08:03:21.3189325Z + echo 'export -f retry' 2025-07-17T08:03:21.3190961Z + cat 'C:\actions-runner\_work\_temp/env' 2025-07-17T08:03:21.3287114Z # =================== The following code will be executed inside Docker container =================== 2025-07-17T08:03:21.3287541Z export TZ=UTC 2025-07-17T08:03:21.3288031Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys at Thu Jul 17 08:03:21 GMT 2025" 2025-07-17T08:03:21.3288572Z 2025-07-17T08:03:21.3288711Z export PACKAGE_TYPE="libtorch" 2025-07-17T08:03:21.3289043Z export DESIRED_PYTHON="3.9" 2025-07-17T08:03:21.3289275Z export DESIRED_CUDA="cpu" 2025-07-17T08:03:21.3289542Z export LIBTORCH_VARIANT="shared-with-deps" 2025-07-17T08:03:21.3290036Z export BUILD_PYTHONLESS="1" 2025-07-17T08:03:21.3290583Z export USE_SPLIT_BUILD="" 2025-07-17T08:03:21.3290968Z if [[ "msys" == "msys" ]]; then 2025-07-17T08:03:21.3291395Z export LIBTORCH_CONFIG="debug" 2025-07-17T08:03:21.3291829Z if [[ "debug" == 'debug' ]]; then 2025-07-17T08:03:21.3292264Z export DEBUG=1 2025-07-17T08:03:21.3292504Z fi 2025-07-17T08:03:21.3292685Z export DESIRED_DEVTOOLSET="" 2025-07-17T08:03:21.3292919Z else 2025-07-17T08:03:21.3293094Z export DESIRED_DEVTOOLSET="" 2025-07-17T08:03:21.3293329Z fi 2025-07-17T08:03:21.3293416Z 2025-07-17T08:03:21.3293497Z export DATE="20250717" 2025-07-17T08:03:21.3293738Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-07-17T08:03:21.3294057Z export PYTORCH_BUILD_VERSION="2.9.0.dev20250717+cpu" 2025-07-17T08:03:21.3294384Z export PYTORCH_BUILD_NUMBER="1" 2025-07-17T08:03:21.3294690Z export OVERRIDE_PACKAGE_VERSION="2.9.0.dev20250717+cpu" 2025-07-17T08:03:21.3295042Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-07-17T08:03:21.3295250Z 2025-07-17T08:03:21.3295357Z # TODO: We don't need this anymore IIUC 2025-07-17T08:03:21.3295629Z export TORCH_PACKAGE_NAME='torch' 2025-07-17T08:03:21.3295897Z 2025-07-17T08:03:21.3296047Z export USE_FBGEMM=1 2025-07-17T08:03:21.3296580Z export PIP_UPLOAD_FOLDER="nightly/" 2025-07-17T08:03:21.3296891Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-07-17T08:03:21.3297109Z 2025-07-17T08:03:21.3297113Z 2025-07-17T08:03:21.3297195Z export USE_GOLD_LINKER="ON" 2025-07-17T08:03:21.3297435Z export USE_GLOO_WITH_OPENSSL="ON" 2025-07-17T08:03:21.3297804Z # =================== The above code will be executed inside Docker container =================== 2025-07-17T08:03:21.3298187Z export MAX_JOBS="12" 2025-07-17T08:03:21.3298386Z retry () { 2025-07-17T08:03:21.3298635Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-07-17T08:03:21.3298947Z } 2025-07-17T08:03:21.3299718Z export -f retry 2025-07-17T08:03:21.3394429Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-07-17T08:03:21.3394967Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-07-17T08:03:21.3413536Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:03:21.3413956Z env: 2025-07-17T08:03:21.3414270Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:03:21.3414650Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:03:21.3414945Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:03:21.3415475Z GITHUB_TOKEN: *** 2025-07-17T08:03:21.3415665Z PR_NUMBER: 2025-07-17T08:03:21.3415989Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:03:21.3416269Z SKIP_ALL_TESTS: 1 2025-07-17T08:03:21.3416463Z OS: windows 2025-07-17T08:03:21.3416730Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:03:21.3417146Z PACKAGE_TYPE: libtorch 2025-07-17T08:03:21.3417428Z DESIRED_CUDA: cpu 2025-07-17T08:03:21.3417666Z GPU_ARCH_TYPE: cpu 2025-07-17T08:03:21.3417878Z LIBTORCH_CONFIG: debug 2025-07-17T08:03:21.3418103Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:03:21.3418364Z DESIRED_PYTHON: 3.9 2025-07-17T08:03:21.3418611Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:03:21.3419027Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:03:21.3419397Z ##[endgroup] 2025-07-17T08:03:21.3761470Z + source 'C:\actions-runner\_work\_temp/env' 2025-07-17T08:03:21.3762440Z ++ export TZ=UTC 2025-07-17T08:03:21.3762627Z ++ TZ=UTC 2025-07-17T08:03:21.3769654Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys at Thu Jul 17 08:03:21 GMT 2025' 2025-07-17T08:03:21.3770486Z Running on MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys at Thu Jul 17 08:03:21 GMT 2025 2025-07-17T08:03:21.3771047Z ++ export PACKAGE_TYPE=libtorch 2025-07-17T08:03:21.3771292Z ++ PACKAGE_TYPE=libtorch 2025-07-17T08:03:21.3771507Z ++ export DESIRED_PYTHON=3.9 2025-07-17T08:03:21.3771740Z ++ DESIRED_PYTHON=3.9 2025-07-17T08:03:21.3771948Z ++ export DESIRED_CUDA=cpu 2025-07-17T08:03:21.3772166Z ++ DESIRED_CUDA=cpu 2025-07-17T08:03:21.3772400Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-07-17T08:03:21.3772684Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-07-17T08:03:21.3772946Z ++ export BUILD_PYTHONLESS=1 2025-07-17T08:03:21.3773176Z ++ BUILD_PYTHONLESS=1 2025-07-17T08:03:21.3773384Z ++ export USE_SPLIT_BUILD= 2025-07-17T08:03:21.3773586Z ++ USE_SPLIT_BUILD= 2025-07-17T08:03:21.3773777Z ++ [[ msys == \m\s\y\s ]] 2025-07-17T08:03:21.3773986Z ++ export LIBTORCH_CONFIG=debug 2025-07-17T08:03:21.3774230Z ++ LIBTORCH_CONFIG=debug 2025-07-17T08:03:21.3774439Z ++ [[ debug == \d\e\b\u\g ]] 2025-07-17T08:03:21.3774647Z ++ export DEBUG=1 2025-07-17T08:03:21.3774837Z ++ DEBUG=1 2025-07-17T08:03:21.3775013Z ++ export DESIRED_DEVTOOLSET= 2025-07-17T08:03:21.3775243Z ++ DESIRED_DEVTOOLSET= 2025-07-17T08:03:21.3775436Z ++ export DATE=20250717 2025-07-17T08:03:21.3775631Z ++ DATE=20250717 2025-07-17T08:03:21.3775835Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-07-17T08:03:21.3776206Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-07-17T08:03:21.3777245Z ++ export PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:03:21.3777574Z ++ PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:03:21.3777858Z ++ export PYTORCH_BUILD_NUMBER=1 2025-07-17T08:03:21.3778090Z ++ PYTORCH_BUILD_NUMBER=1 2025-07-17T08:03:21.3778366Z ++ export OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:03:21.3778704Z ++ OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:03:21.3779018Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-07-17T08:03:21.3779300Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-07-17T08:03:21.3779573Z ++ export TORCH_PACKAGE_NAME=torch 2025-07-17T08:03:21.3781061Z ++ TORCH_PACKAGE_NAME=torch 2025-07-17T08:03:21.3781326Z ++ export USE_FBGEMM=1 2025-07-17T08:03:21.3781520Z ++ USE_FBGEMM=1 2025-07-17T08:03:21.3781728Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-07-17T08:03:21.3781995Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-07-17T08:03:21.3782258Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:03:21.3782582Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:03:21.3782850Z ++ export USE_GOLD_LINKER=ON 2025-07-17T08:03:21.3783080Z ++ USE_GOLD_LINKER=ON 2025-07-17T08:03:21.3783289Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-07-17T08:03:21.3783540Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-07-17T08:03:21.3783751Z ++ export MAX_JOBS=12 2025-07-17T08:03:21.3783949Z ++ MAX_JOBS=12 2025-07-17T08:03:21.3784150Z ++ export -f retry 2025-07-17T08:03:21.3784349Z + export CUDA_VERSION=cpu 2025-07-17T08:03:21.3784571Z + CUDA_VERSION=cpu 2025-07-17T08:03:21.3784759Z + export VC_YEAR=2022 2025-07-17T08:03:21.3784961Z + VC_YEAR=2022 2025-07-17T08:03:21.3785137Z + [[ cpu == \x\p\u ]] 2025-07-17T08:03:21.3785465Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-07-17T08:03:21.3785850Z + [[ windows == \w\i\n\d\o\w\s\-\a\r\m\6\4 ]] 2025-07-17T08:03:21.3786128Z + ./windows/internal/smoke_test.bat 2025-07-17T08:03:21.3786621Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-07-17T08:03:21.3914828Z 2025-07-17T08:03:21.3921209Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\ 2025-07-17T08:03:21.3923173Z 2025-07-17T08:03:21.3924956Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-07-17T08:03:21.3928570Z 2025-07-17T08:03:21.3929070Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if not "cpu" == "cpu" if not "cpu" == "xpu" call internal\driver_update.bat 2025-07-17T08:03:21.3930743Z 2025-07-17T08:03:21.3931110Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-07-17T08:03:21.3933406Z 2025-07-17T08:03:21.3933897Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-07-17T08:03:21.3934372Z call internal\xpu_install.bat 2025-07-17T08:03:21.3934657Z if errorlevel 1 exit /b 1 2025-07-17T08:03:21.3934949Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-07-17T08:03:21.3935281Z if errorlevel 1 exit /b 1 2025-07-17T08:03:21.3935545Z ) 2025-07-17T08:03:21.3935706Z 2025-07-17T08:03:21.3937543Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set "ORIG_PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2025-07-17T08:03:21.3939326Z 2025-07-17T08:03:21.3939633Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-07-17T08:03:21.3940924Z 2025-07-17T08:03:21.3941492Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-07-17T08:03:21.3943356Z 2025-07-17T08:03:21.3943813Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2025-07-17T08:03:21.3944412Z set GPUS=%i 2025-07-17T08:03:21.3944653Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:03:21.3944927Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:03:21.3945152Z goto gpu_check_end 2025-07-17T08:03:21.3945347Z ) 2025-07-17T08:03:21.3945511Z ) 2025-07-17T08:03:21.6193941Z 2025-07-17T08:03:21.6195504Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-07-17T08:03:21.6195994Z set GPUS=Name 2025-07-17T08:03:21.6196316Z 2025-07-17T08:03:21.6196504Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:03:21.6196818Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:03:21.6197155Z goto gpu_check_end 2025-07-17T08:03:21.6197344Z ) 2025-07-17T08:03:21.6197487Z ) 2025-07-17T08:03:21.6197777Z 2025-07-17T08:03:21.6197996Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-07-17T08:03:21.6198384Z set GPUS=Microsoft Basic Display Adapter 2025-07-17T08:03:21.6198650Z 2025-07-17T08:03:21.6198825Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:03:21.6199100Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:03:21.6199310Z goto gpu_check_end 2025-07-17T08:03:21.6199506Z ) 2025-07-17T08:03:21.6199665Z ) 2025-07-17T08:03:21.6199746Z 2025-07-17T08:03:21.6199935Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-07-17T08:03:21.6200294Z set GPUS= 2025-07-17T08:03:21.6200446Z 2025-07-17T08:03:21.6200618Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:03:21.6200871Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:03:21.6201090Z goto gpu_check_end 2025-07-17T08:03:21.6201270Z ) 2025-07-17T08:03:21.6201426Z ) 2025-07-17T08:03:21.6201519Z 2025-07-17T08:03:21.6201831Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-07-17T08:03:21.6206734Z 2025-07-17T08:03:21.6207345Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-07-17T08:03:21.6208440Z 2025-07-17T08:03:21.6208794Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-07-17T08:03:21.6211857Z 2025-07-17T08:03:21.6212180Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-07-17T08:03:21.6212839Z "install and test libtorch" 2025-07-17T08:03:21.6214542Z 2025-07-17T08:03:21.6214981Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-07-17T08:03:21.9752477Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:03:21.9809223Z Finished 2025-07-17T08:03:21.9957580Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-07-17T08:03:21.9958036Z Dload Upload Total Spent Left Speed 2025-07-17T08:03:21.9958277Z 2025-07-17T08:03:22.0374929Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-07-17T08:03:22.0375370Z 100 2084k 100 2084k 0 0 46.7M 0 --:--:-- --:--:-- --:--:-- 49.6M 2025-07-17T08:03:22.3224523Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-07-17T08:03:22.3358707Z 2025-07-17T08:03:22.3359287Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-07-17T08:03:22.3360784Z 2025-07-17T08:03:22.3361403Z 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-07-17T08:03:22.3521236Z 2025-07-17T08:03:22.3522133Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip" -otmp 2025-07-17T08:03:22.8019229Z 2025-07-17T08:03:22.8019738Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-07-17T08:03:22.8020084Z 2025-07-17T08:03:22.8020236Z Scanning the drive for archives: 2025-07-17T08:03:22.8020549Z 1 file, 960978495 bytes (917 MiB) 2025-07-17T08:03:22.8020722Z 2025-07-17T08:03:22.8021072Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-07-17T08:03:57.4373698Z -- 2025-07-17T08:03:57.4374207Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-07-17T08:03:57.4374691Z Type = zip 2025-07-17T08:03:57.4374874Z Physical Size = 960978495 2025-07-17T08:03:57.4375031Z 2025-07-17T08:03:57.4400299Z Everything is Ok 2025-07-17T08:03:57.4400439Z 2025-07-17T08:03:57.4400531Z Folders: 287 2025-07-17T08:03:57.4400740Z Files: 9353 2025-07-17T08:03:57.4400916Z Size: 5897345844 2025-07-17T08:03:57.4401149Z Compressed: 960978495 2025-07-17T08:03:57.4445281Z 2025-07-17T08:03:57.4445789Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-07-17T08:03:57.4446614Z 2025-07-17T08:03:57.4446942Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-07-17T08:03:57.4453864Z 2025-07-17T08:03:57.4454209Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-07-17T08:03:57.4456132Z 2025-07-17T08:03:57.4456454Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-07-17T08:03:57.4459312Z 2025-07-17T08:03:57.4460723Z 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-07-17T08:03:57.4461909Z set "VS15INSTALLDIR=%i" 2025-07-17T08:03:57.4462198Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-07-17T08:03:57.4462520Z goto vswhere 2025-07-17T08:03:57.4462688Z ) ) 2025-07-17T08:03:59.7861609Z 2025-07-17T08:03:59.7862864Z 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-07-17T08:03:59.7864058Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-07-17T08:03:59.7864752Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-07-17T08:03:59.7865287Z goto vswhere 2025-07-17T08:03:59.7865456Z ) ) 2025-07-17T08:03:59.7867679Z 2025-07-17T08:03:59.7868428Z 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-07-17T08:03:59.7869689Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-07-17T08:03:59.7870216Z exit /b 1 2025-07-17T08:03:59.7870389Z ) 2025-07-17T08:03:59.7870488Z 2025-07-17T08:03:59.7871107Z 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-07-17T08:04:09.9731201Z ********************************************************************** 2025-07-17T08:04:09.9731775Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-07-17T08:04:09.9732481Z ** Copyright (c) 2022 Microsoft Corporation 2025-07-17T08:04:09.9732874Z ********************************************************************** 2025-07-17T08:04:11.7123480Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-07-17T08:04:11.9800640Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-07-17T08:04:11.9801174Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:04:11.9801475Z 2025-07-17T08:04:12.0397483Z simple-torch-test.cpp 2025-07-17T08:04:27.6335696Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-07-17T08:04:27.6340715Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:27.6359356Z 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-07-17T08:04:27.6360441Z with 2025-07-17T08:04:27.6360625Z [ 2025-07-17T08:04:27.6360788Z I=size_t, 2025-07-17T08:04:27.6360990Z _Ty2=size_t 2025-07-17T08:04:27.6361177Z ] 2025-07-17T08:04:27.6362047Z 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-07-17T08:04:27.6363976Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-17T08:04:27.6365184Z with 2025-07-17T08:04:27.6365362Z [ 2025-07-17T08:04:27.6365525Z _Ty=int32_t 2025-07-17T08:04:27.6365723Z ] 2025-07-17T08:04:27.6366839Z 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-07-17T08:04:27.6368010Z with 2025-07-17T08:04:27.6368185Z [ 2025-07-17T08:04:27.6368390Z _Ty=int32_t 2025-07-17T08:04:27.6368597Z ] 2025-07-17T08:04:27.7130279Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-07-17T08:04:27.7131086Z with 2025-07-17T08:04:27.7131266Z [ 2025-07-17T08:04:27.7131459Z _Ty=unsigned int 2025-07-17T08:04:27.7131696Z ] 2025-07-17T08:04:27.7132324Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:27.7134001Z 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-07-17T08:04:27.7135177Z with 2025-07-17T08:04:27.7135363Z [ 2025-07-17T08:04:27.7135565Z _Ty=std::_Vbase 2025-07-17T08:04:27.7135769Z ] 2025-07-17T08:04:27.7136762Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-07-17T08:04:27.7137992Z with 2025-07-17T08:04:27.7138167Z [ 2025-07-17T08:04:27.7138333Z _Ty=std::_Vbase 2025-07-17T08:04:27.7138545Z ] 2025-07-17T08:04:27.7139601Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): 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-07-17T08:04:27.7140678Z with 2025-07-17T08:04:27.7141630Z [ 2025-07-17T08:04:27.7141818Z _Ty=std::_Vbase 2025-07-17T08:04:27.7142034Z ] 2025-07-17T08:04:27.7142987Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-07-17T08:04:27.7143981Z with 2025-07-17T08:04:27.7144154Z [ 2025-07-17T08:04:27.7144312Z _Ty=size_t 2025-07-17T08:04:27.7144507Z ] 2025-07-17T08:04:27.7145205Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-07-17T08:04:27.7145969Z with 2025-07-17T08:04:27.7146138Z [ 2025-07-17T08:04:27.7146313Z _Objty=unsigned int 2025-07-17T08:04:27.7146531Z ] 2025-07-17T08:04:27.7147163Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:27.7148798Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-07-17T08:04:27.7150031Z with 2025-07-17T08:04:27.7150234Z [ 2025-07-17T08:04:27.7150497Z _Ty=size_t 2025-07-17T08:04:27.7150758Z ] 2025-07-17T08:04:27.7151902Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): 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-07-17T08:04:27.7153070Z with 2025-07-17T08:04:27.7153352Z [ 2025-07-17T08:04:27.7153579Z _Alloc=std::allocator, 2025-07-17T08:04:27.7153917Z _Ty=unsigned int, 2025-07-17T08:04:27.7154196Z _Objty=unsigned int 2025-07-17T08:04:27.7154479Z ] 2025-07-17T08:04:27.7264891Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-07-17T08:04:27.7265740Z with 2025-07-17T08:04:27.7266005Z [ 2025-07-17T08:04:27.7266251Z _Ty=int 2025-07-17T08:04:27.7266519Z ] 2025-07-17T08:04:27.7267237Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:27.7268900Z 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-07-17T08:04:27.7270101Z with 2025-07-17T08:04:27.7270509Z [ 2025-07-17T08:04:27.7270780Z _Ty=int32_t 2025-07-17T08:04:27.7271070Z ] 2025-07-17T08:04:27.7272089Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-07-17T08:04:27.7273159Z with 2025-07-17T08:04:27.7273382Z [ 2025-07-17T08:04:27.7273629Z _Ty=int32_t 2025-07-17T08:04:27.7273867Z ] 2025-07-17T08:04:27.7275186Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-07-17T08:04:27.7276346Z with 2025-07-17T08:04:27.7276553Z [ 2025-07-17T08:04:27.7276814Z _Ty=int32_t 2025-07-17T08:04:27.7277042Z ] 2025-07-17T08:04:27.7277953Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-07-17T08:04:27.7278954Z with 2025-07-17T08:04:27.7279145Z [ 2025-07-17T08:04:27.7279368Z _Ty=size_t 2025-07-17T08:04:27.7279613Z ] 2025-07-17T08:04:27.7280428Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-07-17T08:04:27.7281314Z with 2025-07-17T08:04:27.7281557Z [ 2025-07-17T08:04:27.7281784Z _Objty=int 2025-07-17T08:04:27.7282030Z ] 2025-07-17T08:04:27.7282749Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:27.7284247Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-07-17T08:04:27.7285380Z with 2025-07-17T08:04:27.7285656Z [ 2025-07-17T08:04:27.7285866Z _Ty=size_t 2025-07-17T08:04:27.7286107Z ] 2025-07-17T08:04:27.7287250Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): 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-07-17T08:04:27.7288429Z with 2025-07-17T08:04:27.7288700Z [ 2025-07-17T08:04:27.7288942Z _Alloc=std::allocator, 2025-07-17T08:04:27.7289302Z _Ty=int, 2025-07-17T08:04:27.7289530Z _Objty=int 2025-07-17T08:04:27.7289808Z ] 2025-07-17T08:04:28.1245795Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-07-17T08:04:28.1246778Z with 2025-07-17T08:04:28.1247013Z [ 2025-07-17T08:04:28.1247248Z _Ty1=int 2025-07-17T08:04:28.1247503Z ] 2025-07-17T08:04:28.1248236Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:28.1249985Z 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-07-17T08:04:28.1251938Z with 2025-07-17T08:04:28.1252198Z [ 2025-07-17T08:04:28.1252459Z _Ty=std::pair 2025-07-17T08:04:28.1252756Z ] 2025-07-17T08:04:28.1253768Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-07-17T08:04:28.1254852Z with 2025-07-17T08:04:28.1255216Z [ 2025-07-17T08:04:28.1255422Z _Ty=std::pair 2025-07-17T08:04:28.1255709Z ] 2025-07-17T08:04:28.1256791Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): 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-07-17T08:04:28.1257946Z with 2025-07-17T08:04:28.1258174Z [ 2025-07-17T08:04:28.1258396Z _Ty=std::pair 2025-07-17T08:04:28.1258681Z ] 2025-07-17T08:04:28.1259667Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-07-17T08:04:28.1260730Z with 2025-07-17T08:04:28.1260956Z [ 2025-07-17T08:04:28.1261144Z _Ty=size_t 2025-07-17T08:04:28.1261411Z ] 2025-07-17T08:04:28.1262302Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: see reference to function template instantiation 'std::pair::pair<_Ty&,int&,0>(_Other1,_Other2) noexcept' being compiled 2025-07-17T08:04:28.1263247Z with 2025-07-17T08:04:28.1263468Z [ 2025-07-17T08:04:28.1263679Z _Ty=size_t, 2025-07-17T08:04:28.1263936Z _Other1=size_t &, 2025-07-17T08:04:28.1264181Z _Other2=int & 2025-07-17T08:04:28.1264461Z ] 2025-07-17T08:04:28.1265181Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-07-17T08:04:28.1265997Z with 2025-07-17T08:04:28.1266212Z [ 2025-07-17T08:04:28.1266449Z _Ty2=int 2025-07-17T08:04:28.1266708Z ] 2025-07-17T08:04:33.3696096Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-07-17T08:04:33.3696531Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:04:33.3696856Z 2025-07-17T08:04:33.3696998Z /out:simple-torch-test.exe 2025-07-17T08:04:33.3697248Z simple-torch-test.obj 2025-07-17T08:04:33.3697451Z c10.lib 2025-07-17T08:04:33.3697620Z torch_cpu.lib 2025-07-17T08:04:36.1311922Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-07-17T08:04:40.4973559Z [W717 08:04:40.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-07-17T08:04:41.8408904Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-07-17T08:04:41.8409380Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:04:41.8409635Z 2025-07-17T08:04:41.8442299Z check-torch-mkl.cpp 2025-07-17T08:04:53.9793775Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-07-17T08:04:53.9795049Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:53.9796754Z 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-07-17T08:04:53.9797760Z with 2025-07-17T08:04:53.9797934Z [ 2025-07-17T08:04:53.9798095Z I=size_t, 2025-07-17T08:04:53.9798299Z _Ty2=size_t 2025-07-17T08:04:53.9798491Z ] 2025-07-17T08:04:53.9799483Z 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-07-17T08:04:53.9801301Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-17T08:04:53.9802415Z with 2025-07-17T08:04:53.9802590Z [ 2025-07-17T08:04:53.9802757Z _Ty=int32_t 2025-07-17T08:04:53.9802958Z ] 2025-07-17T08:04:53.9804047Z 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-07-17T08:04:53.9805192Z with 2025-07-17T08:04:53.9805364Z [ 2025-07-17T08:04:53.9805523Z _Ty=int32_t 2025-07-17T08:04:53.9805715Z ] 2025-07-17T08:04:54.0572884Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-07-17T08:04:54.0573719Z with 2025-07-17T08:04:54.0573901Z [ 2025-07-17T08:04:54.0574073Z _Ty=unsigned int 2025-07-17T08:04:54.0574302Z ] 2025-07-17T08:04:54.0574924Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:54.0576598Z 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-07-17T08:04:54.0577783Z with 2025-07-17T08:04:54.0577945Z [ 2025-07-17T08:04:54.0578122Z _Ty=std::_Vbase 2025-07-17T08:04:54.0578333Z ] 2025-07-17T08:04:54.0579328Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-07-17T08:04:54.0580353Z with 2025-07-17T08:04:54.0580519Z [ 2025-07-17T08:04:54.0580689Z _Ty=std::_Vbase 2025-07-17T08:04:54.0580884Z ] 2025-07-17T08:04:54.0581928Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): 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-07-17T08:04:54.0583001Z with 2025-07-17T08:04:54.0583176Z [ 2025-07-17T08:04:54.0583341Z _Ty=std::_Vbase 2025-07-17T08:04:54.0583545Z ] 2025-07-17T08:04:54.0584707Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-07-17T08:04:54.0585692Z with 2025-07-17T08:04:54.0585867Z [ 2025-07-17T08:04:54.0586034Z _Ty=size_t 2025-07-17T08:04:54.0586227Z ] 2025-07-17T08:04:54.0587035Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-07-17T08:04:54.0588523Z with 2025-07-17T08:04:54.0588708Z [ 2025-07-17T08:04:54.0588880Z _Objty=unsigned int 2025-07-17T08:04:54.0589110Z ] 2025-07-17T08:04:54.0589795Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:54.0591395Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-07-17T08:04:54.0592511Z with 2025-07-17T08:04:54.0592675Z [ 2025-07-17T08:04:54.0592842Z _Ty=size_t 2025-07-17T08:04:54.0593026Z ] 2025-07-17T08:04:54.0594106Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): 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-07-17T08:04:54.0595215Z with 2025-07-17T08:04:54.0595386Z [ 2025-07-17T08:04:54.0595588Z _Alloc=std::allocator, 2025-07-17T08:04:54.0595859Z _Ty=unsigned int, 2025-07-17T08:04:54.0596096Z _Objty=unsigned int 2025-07-17T08:04:54.0596306Z ] 2025-07-17T08:04:54.0704971Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-07-17T08:04:54.0705746Z with 2025-07-17T08:04:54.0705912Z [ 2025-07-17T08:04:54.0706094Z _Ty=int 2025-07-17T08:04:54.0706277Z ] 2025-07-17T08:04:54.0706919Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:54.0708464Z 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-07-17T08:04:54.0709535Z with 2025-07-17T08:04:54.0709702Z [ 2025-07-17T08:04:54.0709863Z _Ty=int32_t 2025-07-17T08:04:54.0710060Z ] 2025-07-17T08:04:54.0711005Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-07-17T08:04:54.0712007Z with 2025-07-17T08:04:54.0712167Z [ 2025-07-17T08:04:54.0712338Z _Ty=int32_t 2025-07-17T08:04:54.0712534Z ] 2025-07-17T08:04:54.0713545Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-07-17T08:04:54.0714771Z with 2025-07-17T08:04:54.0714940Z [ 2025-07-17T08:04:54.0715106Z _Ty=int32_t 2025-07-17T08:04:54.0715293Z ] 2025-07-17T08:04:54.0716125Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-07-17T08:04:54.0717027Z with 2025-07-17T08:04:54.0717185Z [ 2025-07-17T08:04:54.0717354Z _Ty=size_t 2025-07-17T08:04:54.0717635Z ] 2025-07-17T08:04:54.0718336Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-07-17T08:04:54.0719101Z with 2025-07-17T08:04:54.0719262Z [ 2025-07-17T08:04:54.0719432Z _Objty=int 2025-07-17T08:04:54.0719614Z ] 2025-07-17T08:04:54.0720240Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:54.0722428Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-07-17T08:04:54.0724069Z with 2025-07-17T08:04:54.0724339Z [ 2025-07-17T08:04:54.0724597Z _Ty=size_t 2025-07-17T08:04:54.0724869Z ] 2025-07-17T08:04:54.0726463Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): 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-07-17T08:04:54.0728296Z with 2025-07-17T08:04:54.0728537Z [ 2025-07-17T08:04:54.0728845Z _Alloc=std::allocator, 2025-07-17T08:04:54.0729223Z _Ty=int, 2025-07-17T08:04:54.0729479Z _Objty=int 2025-07-17T08:04:54.0729762Z ] 2025-07-17T08:04:54.4741471Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-07-17T08:04:54.4742252Z with 2025-07-17T08:04:54.4742466Z [ 2025-07-17T08:04:54.4742633Z _Ty1=int 2025-07-17T08:04:54.4742835Z ] 2025-07-17T08:04:54.4743452Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): note: the template instantiation context (the oldest one first) is 2025-07-17T08:04:54.4745119Z 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-07-17T08:04:54.4746321Z with 2025-07-17T08:04:54.4746487Z [ 2025-07-17T08:04:54.4746681Z _Ty=std::pair 2025-07-17T08:04:54.4746991Z ] 2025-07-17T08:04:54.4747976Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-07-17T08:04:54.4749003Z with 2025-07-17T08:04:54.4749161Z [ 2025-07-17T08:04:54.4749354Z _Ty=std::pair 2025-07-17T08:04:54.4749575Z ] 2025-07-17T08:04:54.4750847Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): 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-07-17T08:04:54.4751931Z with 2025-07-17T08:04:54.4752094Z [ 2025-07-17T08:04:54.4752272Z _Ty=std::pair 2025-07-17T08:04:54.4752490Z ] 2025-07-17T08:04:54.4753567Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-07-17T08:04:54.4754583Z with 2025-07-17T08:04:54.4754743Z [ 2025-07-17T08:04:54.4754907Z _Ty=size_t 2025-07-17T08:04:54.4755086Z ] 2025-07-17T08:04:54.4755928Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: see reference to function template instantiation 'std::pair::pair<_Ty&,int&,0>(_Other1,_Other2) noexcept' being compiled 2025-07-17T08:04:54.4756808Z with 2025-07-17T08:04:54.4756980Z [ 2025-07-17T08:04:54.4757147Z _Ty=size_t, 2025-07-17T08:04:54.4757350Z _Other1=size_t &, 2025-07-17T08:04:54.4757578Z _Other2=int & 2025-07-17T08:04:54.4757770Z ] 2025-07-17T08:04:54.4758475Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-07-17T08:04:54.4759220Z with 2025-07-17T08:04:54.4759388Z [ 2025-07-17T08:04:54.4759541Z _Ty2=int 2025-07-17T08:04:54.4759727Z ] 2025-07-17T08:04:55.8465785Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-07-17T08:04:55.8466262Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:04:55.8466523Z 2025-07-17T08:04:55.8466619Z /out:check-torch-mkl.exe 2025-07-17T08:04:55.8466853Z check-torch-mkl.obj 2025-07-17T08:04:55.8467054Z c10.lib 2025-07-17T08:04:55.8467230Z torch_cpu.lib 2025-07-17T08:04:55.9111747Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-07-17T08:05:01.0144751Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-07-17T08:05:01.0173836Z + popd 2025-07-17T08:05:01.0177522Z /c/actions-runner/_work/pytorch/pytorch 2025-07-17T08:05:01.0304000Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-17T08:05:01.0304405Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-17T08:05:01.0319911Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:05:01.0320349Z env: 2025-07-17T08:05:01.0320649Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:05:01.0321074Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:05:01.0321364Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:05:01.0321988Z GITHUB_TOKEN: *** 2025-07-17T08:05:01.0322203Z PR_NUMBER: 2025-07-17T08:05:01.0322425Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:05:01.0322722Z SKIP_ALL_TESTS: 1 2025-07-17T08:05:01.0322910Z OS: windows 2025-07-17T08:05:01.0323192Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:05:01.0323541Z PACKAGE_TYPE: libtorch 2025-07-17T08:05:01.0323808Z DESIRED_CUDA: cpu 2025-07-17T08:05:01.0324000Z GPU_ARCH_TYPE: cpu 2025-07-17T08:05:01.0324218Z LIBTORCH_CONFIG: debug 2025-07-17T08:05:01.0324449Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:05:01.0324718Z DESIRED_PYTHON: 3.9 2025-07-17T08:05:01.0324964Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:05:01.0325368Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:05:01.0325875Z ##[endgroup] 2025-07-17T08:05:01.3490136Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:05:01.3558868Z Finished 2025-07-17T08:05:01.4745642Z Holding runner until all ssh sessions have logged out 2025-07-17T08:05:01.5012281Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-07-17T08:05:01.5012705Z .github\scripts\kill_active_ssh_sessions.ps1 2025-07-17T08:05:01.5028543Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:05:01.5028963Z env: 2025-07-17T08:05:01.5029275Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:05:01.5029665Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:05:01.5029951Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-07-17T08:05:01.5030521Z GITHUB_TOKEN: *** 2025-07-17T08:05:01.5030717Z PR_NUMBER: 2025-07-17T08:05:01.5030945Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:05:01.5031241Z SKIP_ALL_TESTS: 1 2025-07-17T08:05:01.5031431Z OS: windows 2025-07-17T08:05:01.5031708Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:05:01.5032053Z PACKAGE_TYPE: libtorch 2025-07-17T08:05:01.5032300Z DESIRED_CUDA: cpu 2025-07-17T08:05:01.5032505Z GPU_ARCH_TYPE: cpu 2025-07-17T08:05:01.5032712Z LIBTORCH_CONFIG: debug 2025-07-17T08:05:01.5032937Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:05:01.5033197Z DESIRED_PYTHON: 3.9 2025-07-17T08:05:01.5033494Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:05:01.5033939Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:05:01.5034297Z ##[endgroup] 2025-07-17T08:05:01.8271851Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:05:01.8323347Z Finished 2025-07-17T08:05:01.8703594Z Post job cleanup. 2025-07-17T08:05:02.0040025Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-17T08:05:02.0254089Z git version 2.49.0.windows.1 2025-07-17T08:05:02.0317783Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\edbe5e06-065d-4425-97e9-5fbad21cf5d8\.gitconfig' 2025-07-17T08:05:02.0335663Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\edbe5e06-065d-4425-97e9-5fbad21cf5d8' before making global git config changes 2025-07-17T08:05:02.0336440Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T08:05:02.0347561Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-07-17T08:05:02.0590980Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-17T08:05:02.0828118Z [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-07-17T08:05:02.4328983Z Entering 'android/libs/fbjni' 2025-07-17T08:05:02.4885846Z Entering 'third_party/FP16' 2025-07-17T08:05:02.5435987Z Entering 'third_party/FXdiv' 2025-07-17T08:05:02.5982251Z Entering 'third_party/NNPACK' 2025-07-17T08:05:02.6536987Z Entering 'third_party/NVTX' 2025-07-17T08:05:02.7092530Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:05:02.7640881Z Entering 'third_party/XNNPACK' 2025-07-17T08:05:02.8229073Z Entering 'third_party/aiter' 2025-07-17T08:05:02.8821141Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:05:02.9401546Z Entering 'third_party/benchmark' 2025-07-17T08:05:02.9963810Z Entering 'third_party/composable_kernel' 2025-07-17T08:05:03.0546343Z Entering 'third_party/cpp-httplib' 2025-07-17T08:05:03.1129769Z Entering 'third_party/cpuinfo' 2025-07-17T08:05:03.1685853Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:05:03.2284655Z Entering 'third_party/cutlass' 2025-07-17T08:05:03.2910635Z Entering 'third_party/fbgemm' 2025-07-17T08:05:03.3459639Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:05:03.4016709Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:05:03.4627805Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:05:03.5185073Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:05:03.5761627Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:05:03.6342485Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:05:03.6900611Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:05:03.7485070Z Entering 'third_party/flash-attention' 2025-07-17T08:05:03.8037848Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:05:03.8616460Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:05:03.9198964Z Entering 'third_party/flatbuffers' 2025-07-17T08:05:03.9743665Z Entering 'third_party/fmt' 2025-07-17T08:05:04.0322512Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:05:04.0870838Z Entering 'third_party/gloo' 2025-07-17T08:05:04.1442771Z Entering 'third_party/googletest' 2025-07-17T08:05:04.2016186Z Entering 'third_party/ideep' 2025-07-17T08:05:04.2566400Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:05:04.3158653Z Entering 'third_party/ittapi' 2025-07-17T08:05:04.3703409Z Entering 'third_party/kineto' 2025-07-17T08:05:04.4236095Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:05:04.4791023Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:05:04.5416330Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:05:04.5978598Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:05:04.6550771Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:05:04.7086163Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:05:04.7657850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:05:04.8249256Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:05:04.8829900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:05:04.9386489Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:05:04.9958788Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:05:05.0518532Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:05:05.1099609Z Entering 'third_party/kleidiai' 2025-07-17T08:05:05.1652590Z Entering 'third_party/mimalloc' 2025-07-17T08:05:05.2213314Z Entering 'third_party/nlohmann' 2025-07-17T08:05:05.2761468Z Entering 'third_party/onnx' 2025-07-17T08:05:05.3339267Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:05:05.3910301Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:05:05.4449778Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:05:05.5002464Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:05:05.5551448Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:05:05.6110425Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:05:05.6662530Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:05:05.7246776Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:05:05.7804982Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:05:05.8365038Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:05:05.8940807Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:05:05.9519297Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:05:06.0104357Z Entering 'third_party/pocketfft' 2025-07-17T08:05:06.0654036Z Entering 'third_party/protobuf' 2025-07-17T08:05:06.1200229Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:05:06.1738875Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:05:06.2318281Z Entering 'third_party/psimd' 2025-07-17T08:05:06.2862506Z Entering 'third_party/pthreadpool' 2025-07-17T08:05:06.3400809Z Entering 'third_party/pybind11' 2025-07-17T08:05:06.3954718Z Entering 'third_party/python-peachpy' 2025-07-17T08:05:06.4498802Z Entering 'third_party/sleef' 2025-07-17T08:05:06.5054946Z Entering 'third_party/tensorpipe' 2025-07-17T08:05:06.5585998Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:05:06.6156307Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:05:06.6722339Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:05:06.7269027Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:05:06.7809845Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:05:06.8547579Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T08:05:06.8737170Z http.https://github.com/.extraheader 2025-07-17T08:05:06.8779240Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-17T08:05:06.9021285Z [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-07-17T08:05:07.2731584Z Entering 'android/libs/fbjni' 2025-07-17T08:05:07.3203594Z http.https://github.com/.extraheader 2025-07-17T08:05:07.3552738Z Entering 'third_party/FP16' 2025-07-17T08:05:07.3956712Z http.https://github.com/.extraheader 2025-07-17T08:05:07.4268148Z Entering 'third_party/FXdiv' 2025-07-17T08:05:07.4703335Z http.https://github.com/.extraheader 2025-07-17T08:05:07.5016268Z Entering 'third_party/NNPACK' 2025-07-17T08:05:07.5441005Z http.https://github.com/.extraheader 2025-07-17T08:05:07.5753159Z Entering 'third_party/NVTX' 2025-07-17T08:05:07.6164434Z http.https://github.com/.extraheader 2025-07-17T08:05:07.6471642Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:05:07.6877300Z http.https://github.com/.extraheader 2025-07-17T08:05:07.7190971Z Entering 'third_party/XNNPACK' 2025-07-17T08:05:07.7606673Z http.https://github.com/.extraheader 2025-07-17T08:05:07.7940698Z Entering 'third_party/aiter' 2025-07-17T08:05:07.8351867Z http.https://github.com/.extraheader 2025-07-17T08:05:07.8669480Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:05:07.9098778Z http.https://github.com/.extraheader 2025-07-17T08:05:07.9430662Z Entering 'third_party/benchmark' 2025-07-17T08:05:07.9830986Z http.https://github.com/.extraheader 2025-07-17T08:05:08.0141741Z Entering 'third_party/composable_kernel' 2025-07-17T08:05:08.0541561Z http.https://github.com/.extraheader 2025-07-17T08:05:08.0855578Z Entering 'third_party/cpp-httplib' 2025-07-17T08:05:08.1325938Z http.https://github.com/.extraheader 2025-07-17T08:05:08.1640835Z Entering 'third_party/cpuinfo' 2025-07-17T08:05:08.2056873Z http.https://github.com/.extraheader 2025-07-17T08:05:08.2366402Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:05:08.2776160Z http.https://github.com/.extraheader 2025-07-17T08:05:08.3091394Z Entering 'third_party/cutlass' 2025-07-17T08:05:08.3493752Z http.https://github.com/.extraheader 2025-07-17T08:05:08.3810015Z Entering 'third_party/fbgemm' 2025-07-17T08:05:08.4227926Z http.https://github.com/.extraheader 2025-07-17T08:05:08.4526731Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:05:08.4956233Z http.https://github.com/.extraheader 2025-07-17T08:05:08.5282105Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:05:08.5716572Z http.https://github.com/.extraheader 2025-07-17T08:05:08.6059214Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:05:08.6475560Z http.https://github.com/.extraheader 2025-07-17T08:05:08.6796699Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:05:08.7225552Z http.https://github.com/.extraheader 2025-07-17T08:05:08.7545485Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:05:08.7976005Z http.https://github.com/.extraheader 2025-07-17T08:05:08.8290704Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:05:08.8724458Z http.https://github.com/.extraheader 2025-07-17T08:05:08.9045302Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:05:08.9471504Z http.https://github.com/.extraheader 2025-07-17T08:05:08.9802364Z Entering 'third_party/flash-attention' 2025-07-17T08:05:09.0226070Z http.https://github.com/.extraheader 2025-07-17T08:05:09.0521482Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:05:09.0936948Z http.https://github.com/.extraheader 2025-07-17T08:05:09.1272570Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:05:09.1691444Z http.https://github.com/.extraheader 2025-07-17T08:05:09.2032481Z Entering 'third_party/flatbuffers' 2025-07-17T08:05:09.2454643Z http.https://github.com/.extraheader 2025-07-17T08:05:09.2803517Z Entering 'third_party/fmt' 2025-07-17T08:05:09.3213974Z http.https://github.com/.extraheader 2025-07-17T08:05:09.3537937Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:05:09.3946288Z http.https://github.com/.extraheader 2025-07-17T08:05:09.4276080Z Entering 'third_party/gloo' 2025-07-17T08:05:09.4692806Z http.https://github.com/.extraheader 2025-07-17T08:05:09.4998595Z Entering 'third_party/googletest' 2025-07-17T08:05:09.5414338Z http.https://github.com/.extraheader 2025-07-17T08:05:09.5730773Z Entering 'third_party/ideep' 2025-07-17T08:05:09.6156618Z http.https://github.com/.extraheader 2025-07-17T08:05:09.6451987Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:05:09.6880288Z http.https://github.com/.extraheader 2025-07-17T08:05:09.7210046Z Entering 'third_party/ittapi' 2025-07-17T08:05:09.7605598Z http.https://github.com/.extraheader 2025-07-17T08:05:09.7906477Z Entering 'third_party/kineto' 2025-07-17T08:05:09.8306958Z http.https://github.com/.extraheader 2025-07-17T08:05:09.8601042Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:05:09.9015082Z http.https://github.com/.extraheader 2025-07-17T08:05:09.9348065Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:05:09.9766056Z http.https://github.com/.extraheader 2025-07-17T08:05:10.0081796Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:05:10.0491934Z http.https://github.com/.extraheader 2025-07-17T08:05:10.0816079Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:05:10.1237833Z http.https://github.com/.extraheader 2025-07-17T08:05:10.1557046Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:05:10.1968519Z http.https://github.com/.extraheader 2025-07-17T08:05:10.2263253Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:05:10.2701991Z http.https://github.com/.extraheader 2025-07-17T08:05:10.3035825Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:05:10.3454520Z http.https://github.com/.extraheader 2025-07-17T08:05:10.3770238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:05:10.4192668Z http.https://github.com/.extraheader 2025-07-17T08:05:10.4509307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:05:10.4918302Z http.https://github.com/.extraheader 2025-07-17T08:05:10.5241112Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:05:10.5652212Z http.https://github.com/.extraheader 2025-07-17T08:05:10.5998605Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:05:10.6404960Z http.https://github.com/.extraheader 2025-07-17T08:05:10.6722960Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:05:10.7127620Z http.https://github.com/.extraheader 2025-07-17T08:05:10.7459761Z Entering 'third_party/kleidiai' 2025-07-17T08:05:10.7864085Z http.https://github.com/.extraheader 2025-07-17T08:05:10.8215254Z Entering 'third_party/mimalloc' 2025-07-17T08:05:10.8586163Z http.https://github.com/.extraheader 2025-07-17T08:05:10.8905516Z Entering 'third_party/nlohmann' 2025-07-17T08:05:10.9333784Z http.https://github.com/.extraheader 2025-07-17T08:05:10.9641645Z Entering 'third_party/onnx' 2025-07-17T08:05:11.0046059Z http.https://github.com/.extraheader 2025-07-17T08:05:11.0364776Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:05:11.0802728Z http.https://github.com/.extraheader 2025-07-17T08:05:11.1133037Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:05:11.1604021Z http.https://github.com/.extraheader 2025-07-17T08:05:11.1909864Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:05:11.2334053Z http.https://github.com/.extraheader 2025-07-17T08:05:11.2648598Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:05:11.3056404Z http.https://github.com/.extraheader 2025-07-17T08:05:11.3364010Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:05:11.3784585Z http.https://github.com/.extraheader 2025-07-17T08:05:11.4089876Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:05:11.4494921Z http.https://github.com/.extraheader 2025-07-17T08:05:11.4822447Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:05:11.5231935Z http.https://github.com/.extraheader 2025-07-17T08:05:11.5557325Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:05:11.5994852Z http.https://github.com/.extraheader 2025-07-17T08:05:11.6319229Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:05:11.6740069Z http.https://github.com/.extraheader 2025-07-17T08:05:11.7045934Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:05:11.7503500Z http.https://github.com/.extraheader 2025-07-17T08:05:11.7823510Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:05:11.8240350Z http.https://github.com/.extraheader 2025-07-17T08:05:11.8571336Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:05:11.8985921Z http.https://github.com/.extraheader 2025-07-17T08:05:11.9368477Z Entering 'third_party/pocketfft' 2025-07-17T08:05:11.9769295Z http.https://github.com/.extraheader 2025-07-17T08:05:12.0078637Z Entering 'third_party/protobuf' 2025-07-17T08:05:12.0491428Z http.https://github.com/.extraheader 2025-07-17T08:05:12.0837656Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:05:12.1246849Z http.https://github.com/.extraheader 2025-07-17T08:05:12.1567690Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:05:12.1988244Z http.https://github.com/.extraheader 2025-07-17T08:05:12.2332461Z Entering 'third_party/psimd' 2025-07-17T08:05:12.2766091Z http.https://github.com/.extraheader 2025-07-17T08:05:12.3075686Z Entering 'third_party/pthreadpool' 2025-07-17T08:05:12.3484324Z http.https://github.com/.extraheader 2025-07-17T08:05:12.3794778Z Entering 'third_party/pybind11' 2025-07-17T08:05:12.4202091Z http.https://github.com/.extraheader 2025-07-17T08:05:12.4505709Z Entering 'third_party/python-peachpy' 2025-07-17T08:05:12.4915659Z http.https://github.com/.extraheader 2025-07-17T08:05:12.5227481Z Entering 'third_party/sleef' 2025-07-17T08:05:12.5628715Z http.https://github.com/.extraheader 2025-07-17T08:05:12.5985728Z Entering 'third_party/tensorpipe' 2025-07-17T08:05:12.6391972Z http.https://github.com/.extraheader 2025-07-17T08:05:12.6689524Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:05:12.7112447Z http.https://github.com/.extraheader 2025-07-17T08:05:12.7447651Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:05:12.7861493Z http.https://github.com/.extraheader 2025-07-17T08:05:12.8221180Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:05:12.8647237Z http.https://github.com/.extraheader 2025-07-17T08:05:12.8983662Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:05:12.9441326Z http.https://github.com/.extraheader 2025-07-17T08:05:12.9738881Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:05:13.0163893Z http.https://github.com/.extraheader 2025-07-17T08:05:13.0784719Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-17T08:05:13.0827835Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-07-17T08:05:13.0849402Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:05:13.0852727Z ##[endgroup] 2025-07-17T08:05:13.4301545Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:05:13.4365149Z Finished 2025-07-17T08:05:15.0371193Z Cleaning up orphan processes 2025-07-17T08:05:15.0643244Z Terminate orphan process: pid (4820) (vctip)