2025-07-17T08:20:40.6315594Z Current runner version: '2.326.0' 2025-07-17T08:20:40.6323987Z Runner name: 'i-0dfb156fe89b50aa3' 2025-07-17T08:20:40.6324877Z Runner group name: 'default' 2025-07-17T08:20:40.6325715Z Machine name: 'EC2AMAZ-IFQ8336' 2025-07-17T08:20:40.6328933Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T08:20:40.6331155Z Contents: read 2025-07-17T08:20:40.6331798Z Metadata: read 2025-07-17T08:20:40.6332470Z Packages: read 2025-07-17T08:20:40.6333160Z ##[endgroup] 2025-07-17T08:20:40.6335362Z Secret source: Actions 2025-07-17T08:20:40.6336119Z Prepare workflow directory 2025-07-17T08:20:40.6879528Z Prepare all required actions 2025-07-17T08:20:40.6919895Z Getting action download info 2025-07-17T08:20:40.9380950Z Download action repository 'pytorch/test-infra@main' (SHA:a9ec424ad5e5851e47d68139cfd953b4031778d5) 2025-07-17T08:22:20.9428415Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T08:22:21.4643771Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-07-17T08:22:23.8767926Z Complete job name: libtorch-cpu-shared-with-deps-release-test 2025-07-17T08:22:24.1846090Z ##[group]Run set -euo pipefail 2025-07-17T08:22:24.1846790Z set -euo pipefail 2025-07-17T08:22:24.1847089Z function get_ec2_metadata() { 2025-07-17T08:22:24.1847484Z  # Pulled from instance metadata endpoint for EC2 2025-07-17T08:22:24.1848170Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-17T08:22:24.1848788Z  category=$1 2025-07-17T08:22:24.1849687Z  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-17T08:22:24.1850667Z } 2025-07-17T08:22:24.1850916Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-17T08:22:24.1851310Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-17T08:22:24.1851788Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-17T08:22:24.1852171Z echo "system info $(uname -a)" 2025-07-17T08:22:24.1878293Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:22:24.1879050Z env: 2025-07-17T08:22:24.1879387Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:22:24.1879787Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:22:24.1880098Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:22:24.1880796Z GITHUB_TOKEN: *** 2025-07-17T08:22:24.1881016Z PR_NUMBER: 2025-07-17T08:22:24.1881255Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:24.1881621Z SKIP_ALL_TESTS: 1 2025-07-17T08:22:24.1881835Z OS: windows 2025-07-17T08:22:24.1882112Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:22:24.1882540Z PACKAGE_TYPE: libtorch 2025-07-17T08:22:24.1882786Z DESIRED_CUDA: cpu 2025-07-17T08:22:24.1883050Z GPU_ARCH_TYPE: cpu 2025-07-17T08:22:24.1883303Z LIBTORCH_CONFIG: release 2025-07-17T08:22:24.1883593Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:22:24.1883858Z DESIRED_PYTHON: 3.9 2025-07-17T08:22:24.1884077Z ##[endgroup] 2025-07-17T08:22:29.4508137Z ami-id: ami-0d9ca55f96fe08fd6 2025-07-17T08:22:29.5001296Z instance-id: i-0dfb156fe89b50aa3 2025-07-17T08:22:29.5505003Z instance-type: c5d.4xlarge 2025-07-17T08:22:29.7871112Z 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-17T08:22:29.8046339Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-07-17T08:22:29.8046761Z with: 2025-07-17T08:22:29.8047196Z github-secret: *** 2025-07-17T08:22:29.8047424Z activate-with-label: false 2025-07-17T08:22:29.8047675Z label: with-ssh 2025-07-17T08:22:29.8047886Z remove-existing-keys: true 2025-07-17T08:22:29.8049450Z fail-silently: true 2025-07-17T08:22:29.8049661Z env: 2025-07-17T08:22:29.8049954Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:22:29.8050363Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:22:29.8050668Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:22:29.8051119Z GITHUB_TOKEN: *** 2025-07-17T08:22:29.8051321Z PR_NUMBER: 2025-07-17T08:22:29.8051560Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:29.8051865Z SKIP_ALL_TESTS: 1 2025-07-17T08:22:29.8052057Z OS: windows 2025-07-17T08:22:29.8052374Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:22:29.8052737Z PACKAGE_TYPE: libtorch 2025-07-17T08:22:29.8052967Z DESIRED_CUDA: cpu 2025-07-17T08:22:29.8053170Z GPU_ARCH_TYPE: cpu 2025-07-17T08:22:29.8053382Z LIBTORCH_CONFIG: release 2025-07-17T08:22:29.8053617Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:22:29.8053877Z DESIRED_PYTHON: 3.9 2025-07-17T08:22:29.8054085Z ##[endgroup] 2025-07-17T08:22:29.9568955Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-17T08:22:29.9570919Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-07-17T08:22:30.0110953Z ##[group]Run git config --global core.longpaths true 2025-07-17T08:22:30.0111439Z git config --global core.longpaths true 2025-07-17T08:22:30.0111775Z git config --global core.symlinks true 2025-07-17T08:22:30.0112064Z  2025-07-17T08:22:30.0112403Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-07-17T08:22:30.0113015Z # the directory on Windows and prevent GHA from checking out as reported 2025-07-17T08:22:30.0113614Z # in https://github.com/actions/checkout/issues/1018 2025-07-17T08:22:30.0114092Z git config --global core.fsmonitor false 2025-07-17T08:22:30.0133862Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:22:30.0134323Z env: 2025-07-17T08:22:30.0134628Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:22:30.0135048Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:22:30.0135396Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:22:30.0135951Z GITHUB_TOKEN: *** 2025-07-17T08:22:30.0136147Z PR_NUMBER: 2025-07-17T08:22:30.0136373Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:30.0136651Z SKIP_ALL_TESTS: 1 2025-07-17T08:22:30.0136850Z OS: windows 2025-07-17T08:22:30.0137121Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:22:30.0137481Z PACKAGE_TYPE: libtorch 2025-07-17T08:22:30.0137696Z DESIRED_CUDA: cpu 2025-07-17T08:22:30.0137906Z GPU_ARCH_TYPE: cpu 2025-07-17T08:22:30.0138118Z LIBTORCH_CONFIG: release 2025-07-17T08:22:30.0138357Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:22:30.0138624Z DESIRED_PYTHON: 3.9 2025-07-17T08:22:30.0138840Z ##[endgroup] 2025-07-17T08:22:31.6864385Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-17T08:22:31.6865344Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-17T08:22:31.6881351Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:22:31.6881778Z env: 2025-07-17T08:22:31.6882090Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:22:31.6882484Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:22:31.6882800Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:22:31.6883414Z GITHUB_TOKEN: *** 2025-07-17T08:22:31.6883614Z PR_NUMBER: 2025-07-17T08:22:31.6883879Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:31.6884206Z SKIP_ALL_TESTS: 1 2025-07-17T08:22:31.6884385Z OS: windows 2025-07-17T08:22:31.6885316Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:22:31.6885666Z PACKAGE_TYPE: libtorch 2025-07-17T08:22:31.6885887Z DESIRED_CUDA: cpu 2025-07-17T08:22:31.6886078Z GPU_ARCH_TYPE: cpu 2025-07-17T08:22:31.6886292Z LIBTORCH_CONFIG: release 2025-07-17T08:22:31.6886523Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:22:31.6886783Z DESIRED_PYTHON: 3.9 2025-07-17T08:22:31.6886974Z ##[endgroup] 2025-07-17T08:22:32.0807552Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:22:32.0874849Z Finished 2025-07-17T08:22:32.1170612Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-07-17T08:22:32.1171435Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-07-17T08:22:32.1172102Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-07-17T08:22:32.1172569Z # that it doesn't interfere 2025-07-17T08:22:32.1172991Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-07-17T08:22:32.1188702Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:22:32.1189131Z env: 2025-07-17T08:22:32.1189444Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:22:32.1189834Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:22:32.1190148Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:22:32.1190678Z GITHUB_TOKEN: *** 2025-07-17T08:22:32.1190915Z PR_NUMBER: 2025-07-17T08:22:32.1191135Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:32.1191418Z SKIP_ALL_TESTS: 1 2025-07-17T08:22:32.1191602Z OS: windows 2025-07-17T08:22:32.1191941Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:22:32.1192337Z PACKAGE_TYPE: libtorch 2025-07-17T08:22:32.1192553Z DESIRED_CUDA: cpu 2025-07-17T08:22:32.1192759Z GPU_ARCH_TYPE: cpu 2025-07-17T08:22:32.1192974Z LIBTORCH_CONFIG: release 2025-07-17T08:22:32.1193224Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:22:32.1193480Z DESIRED_PYTHON: 3.9 2025-07-17T08:22:32.1193690Z ##[endgroup] 2025-07-17T08:22:32.4502625Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:22:32.4546400Z Finished 2025-07-17T08:22:34.0235893Z ##[group]Run actions/checkout@v4 2025-07-17T08:22:34.0236193Z with: 2025-07-17T08:22:34.0236420Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:34.0236706Z submodules: recursive 2025-07-17T08:22:34.0236917Z path: pytorch 2025-07-17T08:22:34.0237109Z show-progress: false 2025-07-17T08:22:34.0237333Z repository: pytorch/pytorch 2025-07-17T08:22:34.0237711Z token: *** 2025-07-17T08:22:34.0237889Z ssh-strict: true 2025-07-17T08:22:34.0238095Z ssh-user: git 2025-07-17T08:22:34.0238289Z persist-credentials: true 2025-07-17T08:22:34.0238536Z clean: true 2025-07-17T08:22:34.0238737Z sparse-checkout-cone-mode: true 2025-07-17T08:22:34.0238995Z fetch-depth: 1 2025-07-17T08:22:34.0239184Z fetch-tags: false 2025-07-17T08:22:34.0239379Z lfs: false 2025-07-17T08:22:34.0239638Z set-safe-directory: true 2025-07-17T08:22:34.0239861Z env: 2025-07-17T08:22:34.0240199Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:22:34.0240591Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:22:34.0240895Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:22:34.0241338Z GITHUB_TOKEN: *** 2025-07-17T08:22:34.0241526Z PR_NUMBER: 2025-07-17T08:22:34.0241750Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:34.0242030Z SKIP_ALL_TESTS: 1 2025-07-17T08:22:34.0242223Z OS: windows 2025-07-17T08:22:34.0242486Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:22:34.0242850Z PACKAGE_TYPE: libtorch 2025-07-17T08:22:34.0243268Z DESIRED_CUDA: cpu 2025-07-17T08:22:34.0243467Z GPU_ARCH_TYPE: cpu 2025-07-17T08:22:34.0243686Z LIBTORCH_CONFIG: release 2025-07-17T08:22:34.0243926Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:22:34.0244192Z DESIRED_PYTHON: 3.9 2025-07-17T08:22:34.0244385Z ##[endgroup] 2025-07-17T08:22:34.1561740Z Syncing repository: pytorch/pytorch 2025-07-17T08:22:34.1563095Z ##[group]Getting Git version info 2025-07-17T08:22:34.1563553Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-07-17T08:22:34.1648028Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-17T08:22:34.1851987Z git version 2.49.0.windows.1 2025-07-17T08:22:34.1896349Z ##[endgroup] 2025-07-17T08:22:34.1907188Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\2fc07a35-9a9d-42de-ad7e-c1949f5f44e3\.gitconfig' 2025-07-17T08:22:34.1925186Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2fc07a35-9a9d-42de-ad7e-c1949f5f44e3' before making global git config changes 2025-07-17T08:22:34.1926049Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T08:22:34.1935004Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-07-17T08:22:34.2194469Z ##[group]Initializing the repository 2025-07-17T08:22:34.2204478Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-07-17T08:22:34.2663406Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2025-07-17T08:22:34.2704587Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-07-17T08:22:34.2946165Z ##[endgroup] 2025-07-17T08:22:34.2946563Z ##[group]Disabling automatic garbage collection 2025-07-17T08:22:34.2957521Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-07-17T08:22:34.3191584Z ##[endgroup] 2025-07-17T08:22:34.3191951Z ##[group]Setting up auth 2025-07-17T08:22:34.3205658Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-17T08:22:34.3444723Z [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:22:34.8610438Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T08:22:34.8832152Z [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:22:36.3783308Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-17T08:22:36.4016324Z ##[endgroup] 2025-07-17T08:22:36.4016736Z ##[group]Fetching the repository 2025-07-17T08:22:36.4029989Z [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-17T08:22:42.3028344Z From https://github.com/pytorch/pytorch 2025-07-17T08:22:42.3028907Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T08:22:42.3166543Z ##[endgroup] 2025-07-17T08:22:42.3166953Z ##[group]Determining the checkout info 2025-07-17T08:22:42.3168541Z ##[endgroup] 2025-07-17T08:22:42.3179513Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-07-17T08:22:42.3448591Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-17T08:22:42.3687059Z ##[group]Checking out the ref 2025-07-17T08:22:42.3696388Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:22:43.4272822Z Updating files: 4% (974/19589) 2025-07-17T08:22:44.0277890Z Updating files: 5% (980/19589) 2025-07-17T08:22:44.5223689Z Updating files: 6% (1176/19589) 2025-07-17T08:22:44.8700058Z Updating files: 6% (1269/19589) 2025-07-17T08:22:45.4093034Z Updating files: 7% (1372/19589) 2025-07-17T08:22:46.4521753Z Updating files: 7% (1481/19589) 2025-07-17T08:22:46.8498604Z Updating files: 7% (1546/19589) 2025-07-17T08:22:47.4791733Z Updating files: 8% (1568/19589) 2025-07-17T08:22:48.5370199Z Updating files: 8% (1611/19589) 2025-07-17T08:22:49.1166108Z Updating files: 8% (1738/19589) 2025-07-17T08:22:49.4396747Z Updating files: 9% (1764/19589) 2025-07-17T08:22:50.4837047Z Updating files: 9% (1778/19589) 2025-07-17T08:22:50.7390382Z Updating files: 9% (1887/19589) 2025-07-17T08:22:51.3032915Z Updating files: 10% (1959/19589) 2025-07-17T08:22:51.4479578Z Updating files: 11% (2155/19589) 2025-07-17T08:22:51.5174605Z Updating files: 11% (2349/19589) 2025-07-17T08:22:52.4806758Z Updating files: 12% (2351/19589) 2025-07-17T08:22:53.0251989Z Updating files: 12% (2494/19589) 2025-07-17T08:22:53.4608089Z Updating files: 13% (2547/19589) 2025-07-17T08:22:54.4629392Z Updating files: 13% (2581/19589) 2025-07-17T08:22:55.4237724Z Updating files: 13% (2668/19589) 2025-07-17T08:22:55.4903742Z Updating files: 14% (2743/19589) 2025-07-17T08:22:56.4744557Z Updating files: 14% (2748/19589) 2025-07-17T08:22:57.4750109Z Updating files: 14% (2824/19589) 2025-07-17T08:22:57.6616564Z Updating files: 14% (2924/19589) 2025-07-17T08:22:58.5188481Z Updating files: 15% (2939/19589) 2025-07-17T08:22:59.1781761Z Updating files: 15% (3007/19589) 2025-07-17T08:22:59.5666264Z Updating files: 16% (3135/19589) 2025-07-17T08:23:00.5125968Z Updating files: 16% (3177/19589) 2025-07-17T08:23:00.9168496Z Updating files: 16% (3281/19589) 2025-07-17T08:23:01.5283943Z Updating files: 17% (3331/19589) 2025-07-17T08:23:02.5269563Z Updating files: 17% (3365/19589) 2025-07-17T08:23:03.1894147Z Updating files: 17% (3412/19589) 2025-07-17T08:23:03.5539240Z Updating files: 18% (3527/19589) 2025-07-17T08:23:04.4322235Z Updating files: 18% (3649/19589) 2025-07-17T08:23:04.5584937Z Updating files: 19% (3722/19589) 2025-07-17T08:23:05.6265598Z Updating files: 19% (3740/19589) 2025-07-17T08:23:06.6009189Z Updating files: 19% (3785/19589) 2025-07-17T08:23:07.2750245Z Updating files: 19% (3854/19589) 2025-07-17T08:23:07.6272897Z Updating files: 20% (3918/19589) 2025-07-17T08:23:08.6277786Z Updating files: 20% (3924/19589) 2025-07-17T08:23:09.5459690Z Updating files: 20% (3987/19589) 2025-07-17T08:23:10.5823046Z Updating files: 20% (4021/19589) 2025-07-17T08:23:10.9269020Z Updating files: 20% (4100/19589) 2025-07-17T08:23:11.6070209Z Updating files: 21% (4114/19589) 2025-07-17T08:23:12.5669765Z Updating files: 21% (4176/19589) 2025-07-17T08:23:12.9722436Z Updating files: 21% (4248/19589) 2025-07-17T08:23:13.6644395Z Updating files: 22% (4310/19589) 2025-07-17T08:23:14.5704652Z Updating files: 22% (4343/19589) 2025-07-17T08:23:15.7074407Z Updating files: 22% (4393/19589) 2025-07-17T08:23:16.6221251Z Updating files: 22% (4446/19589) 2025-07-17T08:23:16.6902099Z Updating files: 22% (4497/19589) 2025-07-17T08:23:17.6105486Z Updating files: 23% (4506/19589) 2025-07-17T08:23:18.5658393Z Updating files: 23% (4571/19589) 2025-07-17T08:23:19.2625204Z Updating files: 23% (4639/19589) 2025-07-17T08:23:19.5989896Z Updating files: 24% (4702/19589) 2025-07-17T08:23:20.5788194Z Updating files: 24% (4718/19589) 2025-07-17T08:23:21.3040717Z Updating files: 24% (4780/19589) 2025-07-17T08:23:21.6296978Z Updating files: 25% (4898/19589) 2025-07-17T08:23:21.7742215Z Updating files: 25% (5002/19589) 2025-07-17T08:23:22.2753184Z Updating files: 26% (5094/19589) 2025-07-17T08:23:22.6643605Z Updating files: 27% (5290/19589) 2025-07-17T08:23:22.8904175Z Updating files: 27% (5341/19589) 2025-07-17T08:23:23.3256836Z Updating files: 28% (5485/19589) 2025-07-17T08:23:23.6225511Z Updating files: 29% (5681/19589) 2025-07-17T08:23:23.8691016Z Updating files: 29% (5829/19589) 2025-07-17T08:23:24.6354805Z Updating files: 30% (5877/19589) 2025-07-17T08:23:24.7638342Z Updating files: 30% (6061/19589) 2025-07-17T08:23:25.6055241Z Updating files: 31% (6073/19589) 2025-07-17T08:23:26.3355166Z Updating files: 31% (6160/19589) 2025-07-17T08:23:26.6810677Z Updating files: 32% (6269/19589) 2025-07-17T08:23:27.6419516Z Updating files: 32% (6306/19589) 2025-07-17T08:23:27.9959450Z Updating files: 32% (6442/19589) 2025-07-17T08:23:28.6832421Z Updating files: 33% (6465/19589) 2025-07-17T08:23:28.9735661Z Updating files: 33% (6614/19589) 2025-07-17T08:23:29.6814735Z Updating files: 34% (6661/19589) 2025-07-17T08:23:30.5626024Z Updating files: 34% (6742/19589) 2025-07-17T08:23:30.6574655Z Updating files: 35% (6857/19589) 2025-07-17T08:23:31.4060208Z Updating files: 35% (6872/19589) 2025-07-17T08:23:31.6878903Z Updating files: 36% (7053/19589) 2025-07-17T08:23:32.0540919Z Updating files: 36% (7140/19589) 2025-07-17T08:23:32.6868677Z Updating files: 37% (7248/19589) 2025-07-17T08:23:32.8804948Z Updating files: 37% (7364/19589) 2025-07-17T08:23:33.2176822Z Updating files: 38% (7444/19589) 2025-07-17T08:23:33.6367125Z Updating files: 39% (7640/19589) 2025-07-17T08:23:33.6733459Z Updating files: 40% (7836/19589) 2025-07-17T08:23:34.6866160Z Updating files: 40% (7840/19589) 2025-07-17T08:23:35.6132623Z Updating files: 40% (7940/19589) 2025-07-17T08:23:35.7145043Z Updating files: 41% (8032/19589) 2025-07-17T08:23:36.3785561Z Updating files: 41% (8036/19589) 2025-07-17T08:23:36.7627427Z Updating files: 42% (8228/19589) 2025-07-17T08:23:37.6370563Z Updating files: 42% (8332/19589) 2025-07-17T08:23:37.6864891Z Updating files: 43% (8424/19589) 2025-07-17T08:23:38.6950291Z Updating files: 43% (8428/19589) 2025-07-17T08:23:39.2493136Z Updating files: 43% (8532/19589) 2025-07-17T08:23:39.7181900Z Updating files: 44% (8620/19589) 2025-07-17T08:23:41.1339718Z Updating files: 44% (8665/19589) 2025-07-17T08:23:41.9809685Z Updating files: 44% (8726/19589) 2025-07-17T08:23:42.8503276Z Updating files: 44% (8734/19589) 2025-07-17T08:23:44.0748546Z Updating files: 44% (8742/19589) 2025-07-17T08:23:44.9662977Z Updating files: 44% (8754/19589) 2025-07-17T08:23:45.7524858Z Updating files: 44% (8774/19589) 2025-07-17T08:23:46.4419326Z Updating files: 44% (8778/19589) 2025-07-17T08:23:46.7264085Z Updating files: 45% (8816/19589) 2025-07-17T08:23:47.3518431Z Updating files: 45% (8881/19589) 2025-07-17T08:23:47.7477176Z Updating files: 46% (9011/19589) 2025-07-17T08:23:48.1615219Z Updating files: 46% (9097/19589) 2025-07-17T08:23:48.9507601Z Updating files: 47% (9207/19589) 2025-07-17T08:23:49.1029709Z Updating files: 47% (9377/19589) 2025-07-17T08:23:49.5724791Z Updating files: 48% (9403/19589) 2025-07-17T08:23:49.7718246Z Updating files: 49% (9599/19589) 2025-07-17T08:23:50.3579237Z Updating files: 49% (9627/19589) 2025-07-17T08:23:50.7096652Z Updating files: 50% (9795/19589) 2025-07-17T08:23:50.7755784Z Updating files: 51% (9991/19589) 2025-07-17T08:23:50.9534392Z Updating files: 51% (10023/19589) 2025-07-17T08:23:51.1350666Z Updating files: 52% (10187/19589) 2025-07-17T08:23:51.5369996Z Updating files: 53% (10383/19589) 2025-07-17T08:23:51.7563035Z Updating files: 54% (10579/19589) 2025-07-17T08:23:51.8237227Z Updating files: 54% (10679/19589) 2025-07-17T08:23:52.0256642Z Updating files: 55% (10774/19589) 2025-07-17T08:23:52.3379798Z Updating files: 56% (10970/19589) 2025-07-17T08:23:52.7016606Z Updating files: 57% (11166/19589) 2025-07-17T08:23:52.7732583Z Updating files: 58% (11362/19589) 2025-07-17T08:23:52.9973105Z Updating files: 58% (11379/19589) 2025-07-17T08:23:53.3760953Z Updating files: 59% (11558/19589) 2025-07-17T08:23:53.6995392Z Updating files: 60% (11754/19589) 2025-07-17T08:23:53.8096164Z Updating files: 61% (11950/19589) 2025-07-17T08:23:54.4566067Z Updating files: 61% (11999/19589) 2025-07-17T08:23:54.7549348Z Updating files: 62% (12146/19589) 2025-07-17T08:23:55.4565513Z Updating files: 62% (12212/19589) 2025-07-17T08:23:55.7572378Z Updating files: 63% (12342/19589) 2025-07-17T08:23:56.0409834Z Updating files: 63% (12391/19589) 2025-07-17T08:23:56.7759878Z Updating files: 64% (12537/19589) 2025-07-17T08:23:56.9004506Z Updating files: 64% (12695/19589) 2025-07-17T08:23:57.3706804Z Updating files: 65% (12733/19589) 2025-07-17T08:23:57.4170706Z Updating files: 66% (12929/19589) 2025-07-17T08:23:57.5221544Z Updating files: 67% (13125/19589) 2025-07-17T08:23:57.5627490Z Updating files: 68% (13321/19589) 2025-07-17T08:23:57.6979259Z Updating files: 69% (13517/19589) 2025-07-17T08:23:57.7820742Z Updating files: 70% (13713/19589) 2025-07-17T08:23:58.7847360Z Updating files: 70% (13756/19589) 2025-07-17T08:23:58.9492610Z Updating files: 70% (13866/19589) 2025-07-17T08:23:59.8212389Z Updating files: 71% (13909/19589) 2025-07-17T08:24:00.4241291Z Updating files: 71% (14011/19589) 2025-07-17T08:24:00.8241309Z Updating files: 72% (14105/19589) 2025-07-17T08:24:00.9242169Z Updating files: 72% (14250/19589) 2025-07-17T08:24:01.8007632Z Updating files: 73% (14300/19589) 2025-07-17T08:24:01.8019262Z Updating files: 73% (14493/19589) 2025-07-17T08:24:02.8696502Z Updating files: 74% (14496/19589) 2025-07-17T08:24:02.8740717Z Updating files: 74% (14682/19589) 2025-07-17T08:24:03.8567252Z Updating files: 75% (14692/19589) 2025-07-17T08:24:04.1730213Z Updating files: 75% (14871/19589) 2025-07-17T08:24:04.3590915Z Updating files: 76% (14888/19589) 2025-07-17T08:24:04.5170631Z Updating files: 77% (15084/19589) 2025-07-17T08:24:04.5931722Z Updating files: 78% (15280/19589) 2025-07-17T08:24:04.8165922Z Updating files: 79% (15476/19589) 2025-07-17T08:24:04.9134481Z Updating files: 80% (15672/19589) 2025-07-17T08:24:05.1762271Z Updating files: 81% (15868/19589) 2025-07-17T08:24:05.3339742Z Updating files: 82% (16063/19589) 2025-07-17T08:24:05.4190086Z Updating files: 83% (16259/19589) 2025-07-17T08:24:05.5340110Z Updating files: 84% (16455/19589) 2025-07-17T08:24:05.6630552Z Updating files: 85% (16651/19589) 2025-07-17T08:24:05.8242987Z Updating files: 86% (16847/19589) 2025-07-17T08:24:05.8575428Z Updating files: 86% (16966/19589) 2025-07-17T08:24:05.9403782Z Updating files: 87% (17043/19589) 2025-07-17T08:24:06.0901797Z Updating files: 88% (17239/19589) 2025-07-17T08:24:06.1630253Z Updating files: 89% (17435/19589) 2025-07-17T08:24:06.2913049Z Updating files: 90% (17631/19589) 2025-07-17T08:24:06.4313345Z Updating files: 91% (17826/19589) 2025-07-17T08:24:06.5729223Z Updating files: 92% (18022/19589) 2025-07-17T08:24:06.7641012Z Updating files: 93% (18218/19589) 2025-07-17T08:24:06.8248239Z Updating files: 94% (18414/19589) 2025-07-17T08:24:07.2343271Z Updating files: 94% (18536/19589) 2025-07-17T08:24:07.3914410Z Updating files: 95% (18610/19589) 2025-07-17T08:24:07.4793264Z Updating files: 96% (18806/19589) 2025-07-17T08:24:07.6893144Z Updating files: 97% (19002/19589) 2025-07-17T08:24:07.8290178Z Updating files: 98% (19198/19589) 2025-07-17T08:24:07.8579446Z Updating files: 98% (19333/19589) 2025-07-17T08:24:08.0000588Z Updating files: 99% (19394/19589) 2025-07-17T08:24:08.0000944Z Updating files: 100% (19589/19589) 2025-07-17T08:24:08.0001233Z Updating files: 100% (19589/19589), done. 2025-07-17T08:24:08.0537417Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T08:24:08.0537710Z 2025-07-17T08:24:08.0537933Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T08:24:08.0538536Z changes and commit them, and you can discard any commits you make in this 2025-07-17T08:24:08.0539075Z state without impacting any branches by switching back to a branch. 2025-07-17T08:24:08.0539387Z 2025-07-17T08:24:08.0539574Z If you want to create a new branch to retain commits you create, you may 2025-07-17T08:24:08.0540043Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T08:24:08.0540523Z 2025-07-17T08:24:08.0540633Z git switch -c 2025-07-17T08:24:08.0540825Z 2025-07-17T08:24:08.0540920Z Or undo this operation with: 2025-07-17T08:24:08.0541080Z 2025-07-17T08:24:08.0541173Z git switch - 2025-07-17T08:24:08.0541289Z 2025-07-17T08:24:08.0541555Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T08:24:08.0541882Z 2025-07-17T08:24:08.0542108Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T08:24:08.0636810Z ##[endgroup] 2025-07-17T08:24:08.0637343Z ##[group]Setting up auth for fetching submodules 2025-07-17T08:24:08.0651236Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-17T08:24:08.0899356Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-07-17T08:24:08.1129711Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-17T08:24:08.1354884Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-17T08:24:08.1583185Z ##[endgroup] 2025-07-17T08:24:08.1583653Z ##[group]Fetching submodules 2025-07-17T08:24:08.1592701Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-07-17T08:24:08.5053095Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-07-17T08:24:08.9602702Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-07-17T08:24:08.9603667Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-07-17T08:24:08.9604612Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-07-17T08:24:08.9605551Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-07-17T08:24:08.9606350Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-07-17T08:24:08.9608240Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-07-17T08:24:08.9609394Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-07-17T08:24:08.9610203Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-07-17T08:24:08.9611029Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-07-17T08:24:08.9611976Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-07-17T08:24:08.9613049Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-07-17T08:24:08.9614036Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-07-17T08:24:08.9614962Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-07-17T08:24:08.9615881Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-07-17T08:24:08.9616678Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-07-17T08:24:08.9617602Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-07-17T08:24:08.9618747Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-07-17T08:24:08.9619676Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-07-17T08:24:08.9620553Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:24:08.9621475Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-07-17T08:24:08.9622319Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-07-17T08:24:08.9623154Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-07-17T08:24:08.9623916Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-07-17T08:24:08.9624726Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-07-17T08:24:08.9625617Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-07-17T08:24:08.9626519Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-07-17T08:24:08.9627392Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-07-17T08:24:08.9628176Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-07-17T08:24:08.9629145Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-07-17T08:24:08.9630287Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-07-17T08:24:08.9631201Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-07-17T08:24:08.9632153Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-07-17T08:24:08.9633257Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-07-17T08:24:08.9674040Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-07-17T08:24:08.9675014Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-07-17T08:24:08.9675887Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-07-17T08:24:08.9676852Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-07-17T08:24:09.2891663Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2025-07-17T08:24:09.7071781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2025-07-17T08:24:09.9749499Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2025-07-17T08:24:10.4512111Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2025-07-17T08:24:10.8511889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NVTX'... 2025-07-17T08:24:11.1886037Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-07-17T08:24:11.8946607Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2025-07-17T08:24:12.6175385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter'... 2025-07-17T08:24:13.0484431Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2025-07-17T08:24:13.6559275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/composable_kernel'... 2025-07-17T08:24:14.0215738Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpp-httplib'... 2025-07-17T08:24:14.6262305Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2025-07-17T08:24:15.0509554Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2025-07-17T08:24:16.1994054Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2025-07-17T08:24:16.6379856Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2025-07-17T08:24:17.1696816Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention'... 2025-07-17T08:24:17.5628711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2025-07-17T08:24:17.8488239Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2025-07-17T08:24:18.1694117Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-07-17T08:24:18.5178703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2025-07-17T08:24:18.8338825Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2025-07-17T08:24:19.1204772Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2025-07-17T08:24:19.9435483Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2025-07-17T08:24:20.4377260Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2025-07-17T08:24:20.8542108Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kleidiai'... 2025-07-17T08:24:21.2434071Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2025-07-17T08:24:21.7243417Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2025-07-17T08:24:22.6148242Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2025-07-17T08:24:23.1840163Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-07-17T08:24:23.4568567Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2025-07-17T08:24:25.1098223Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2025-07-17T08:24:25.4423480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2025-07-17T08:24:25.7487802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2025-07-17T08:24:26.0610491Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2025-07-17T08:24:28.1676821Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2025-07-17T08:24:28.5016613Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2025-07-17T08:24:28.8554385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2025-07-17T08:24:29.4669330Z From https://github.com/facebookincubator/fbjni 2025-07-17T08:24:29.4669858Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-07-17T08:24:29.5573014Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-07-17T08:24:30.2806812Z From https://github.com/Maratyszcza/FP16 2025-07-17T08:24:30.2807297Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-07-17T08:24:30.3404913Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-07-17T08:24:30.8766239Z From https://github.com/Maratyszcza/FXdiv 2025-07-17T08:24:30.8766909Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-07-17T08:24:30.9185989Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-07-17T08:24:31.5022391Z From https://github.com/Maratyszcza/NNPACK 2025-07-17T08:24:31.5022929Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-07-17T08:24:31.6622857Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-07-17T08:24:32.2284135Z From https://github.com/NVIDIA/NVTX 2025-07-17T08:24:32.2284604Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-07-17T08:24:32.8214815Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-07-17T08:24:33.5225827Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-07-17T08:24:33.5226493Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-07-17T08:24:33.7363722Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-07-17T08:24:37.1817868Z From https://github.com/google/XNNPACK 2025-07-17T08:24:37.1818324Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-07-17T08:24:47.4350037Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-07-17T08:24:48.3698337Z From https://github.com/ROCm/aiter 2025-07-17T08:24:48.3698896Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-07-17T08:24:52.2924198Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-07-17T08:24:52.3033944Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:24:52.9307319Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-07-17T08:24:53.9347174Z From https://github.com/ROCm/composable_kernel 2025-07-17T08:24:53.9347652Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-07-17T08:24:56.9660992Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-07-17T08:24:57.6782185Z From https://github.com/google/benchmark 2025-07-17T08:24:57.6782861Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-07-17T08:24:57.7993406Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-07-17T08:24:58.9088145Z From https://github.com/ROCm/composable_kernel 2025-07-17T08:24:58.9088684Z * branch 434d19f696da62c12b5372b32cbc9ba968588d7e -> FETCH_HEAD 2025-07-17T08:25:03.2181318Z Submodule path 'third_party/composable_kernel': checked out '434d19f696da62c12b5372b32cbc9ba968588d7e' 2025-07-17T08:25:03.9923552Z From https://github.com/yhirose/cpp-httplib 2025-07-17T08:25:03.9924067Z * branch 3af7f2c16147f3fbc6e4d717032daf505dc1652c -> FETCH_HEAD 2025-07-17T08:25:04.1524596Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-07-17T08:25:04.8140018Z From https://github.com/pytorch/cpuinfo 2025-07-17T08:25:04.8140495Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-07-17T08:25:06.0506147Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-07-17T08:25:06.6629386Z From https://github.com/NVIDIA/cudnn-frontend 2025-07-17T08:25:06.6629861Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-07-17T08:25:06.9563973Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-07-17T08:25:07.8895574Z From https://github.com/NVIDIA/cutlass 2025-07-17T08:25:07.8896089Z * branch b995f933179c22d3fe0d871c3a53d11e4681950f -> FETCH_HEAD 2025-07-17T08:25:15.5982585Z Submodule path 'third_party/cutlass': checked out 'b995f933179c22d3fe0d871c3a53d11e4681950f' 2025-07-17T08:25:16.8424048Z From https://github.com/pytorch/fbgemm 2025-07-17T08:25:16.8424605Z * branch 157e88b750c452bef2ab4653fe9d1eeb151ce4c3 -> FETCH_HEAD 2025-07-17T08:25:19.0971602Z Submodule path 'third_party/fbgemm': checked out '157e88b750c452bef2ab4653fe9d1eeb151ce4c3' 2025-07-17T08:25:19.1186046Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-07-17T08:25:19.1187148Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:25:19.1188236Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:25:19.1189160Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-07-17T08:25:19.1190109Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-07-17T08:25:19.1191203Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:25:19.1192237Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-07-17T08:25:20.2447897Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-07-17T08:25:21.6375239Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-07-17T08:25:22.7630408Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-07-17T08:25:25.1414143Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-07-17T08:25:25.9097343Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-07-17T08:25:26.4183529Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-07-17T08:25:26.8883356Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-07-17T08:25:27.8089970Z From https://github.com/asmjit/asmjit 2025-07-17T08:25:27.8090434Z * branch e5d7c0bd5d9aec44d68830187138149e6a8c4e32 -> FETCH_HEAD 2025-07-17T08:25:28.2873381Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'e5d7c0bd5d9aec44d68830187138149e6a8c4e32' 2025-07-17T08:25:29.2188380Z From https://github.com/jwfromm/composable_kernel 2025-07-17T08:25:29.2188876Z * branch 4a61bdd4bd4ed730e078aebc7c0fcf046ff29406 -> FETCH_HEAD 2025-07-17T08:25:32.0197010Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '4a61bdd4bd4ed730e078aebc7c0fcf046ff29406' 2025-07-17T08:25:34.0390357Z From https://github.com/pytorch/cpuinfo 2025-07-17T08:25:34.0390807Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-07-17T08:25:34.5078757Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-07-17T08:25:36.1351332Z From https://github.com/jwfromm/cutlass 2025-07-17T08:25:36.1351794Z * branch 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 -> FETCH_HEAD 2025-07-17T08:25:40.5005276Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3' 2025-07-17T08:25:41.2078825Z From https://github.com/google/googletest 2025-07-17T08:25:41.2079303Z * branch f8d7d77c06936315286eb55f8de22cd23c188571 -> FETCH_HEAD 2025-07-17T08:25:41.3706319Z Submodule path 'third_party/fbgemm/external/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' 2025-07-17T08:25:41.4926301Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-07-17T08:25:42.3373365Z From https://github.com/nlohmann/json 2025-07-17T08:25:42.3373825Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-07-17T08:25:43.8799795Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-07-17T08:25:44.8367977Z From https://github.com/Dao-AILab/flash-attention 2025-07-17T08:25:44.8368508Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-07-17T08:25:45.4446750Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-07-17T08:25:45.4568855Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:25:45.4570006Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:25:45.9555616Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-07-17T08:25:47.1301251Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-07-17T08:25:48.3201297Z From https://github.com/ROCm/composable_kernel 2025-07-17T08:25:48.3201788Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-07-17T08:25:51.0697225Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-07-17T08:25:52.8877896Z From https://github.com/NVIDIA/cutlass 2025-07-17T08:25:52.8878408Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-07-17T08:25:57.8228386Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-07-17T08:25:58.6269734Z From https://github.com/google/flatbuffers 2025-07-17T08:25:58.6270232Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-07-17T08:26:00.0445089Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-07-17T08:26:00.9620304Z From https://github.com/fmtlib/fmt 2025-07-17T08:26:00.9621442Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-07-17T08:26:01.1311535Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-07-17T08:26:02.1814489Z From https://github.com/google/gemmlowp 2025-07-17T08:26:02.1814987Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-07-17T08:26:02.3094060Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-07-17T08:26:03.1427951Z From https://github.com/pytorch/gloo 2025-07-17T08:26:03.1428473Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-07-17T08:26:03.4353291Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-07-17T08:26:04.2776714Z From https://github.com/google/googletest 2025-07-17T08:26:04.2777183Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-07-17T08:26:04.5333468Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-07-17T08:26:05.2133329Z From https://github.com/intel/ideep 2025-07-17T08:26:05.2133834Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-07-17T08:26:05.2656468Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-07-17T08:26:05.2755337Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-07-17T08:26:06.1531964Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-07-17T08:26:09.7113509Z From https://github.com/intel/mkl-dnn 2025-07-17T08:26:09.7114030Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-07-17T08:26:14.4835610Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-07-17T08:26:15.3131066Z From https://github.com/intel/ittapi 2025-07-17T08:26:15.3131581Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-07-17T08:26:15.4530378Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-07-17T08:26:16.1511401Z From https://github.com/pytorch/kineto 2025-07-17T08:26:16.1511903Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-07-17T08:26:16.5116211Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-07-17T08:26:16.5261181Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:26:16.5262439Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:26:16.5263585Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:26:17.0691155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-07-17T08:26:18.0730779Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-07-17T08:26:18.4035064Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-07-17T08:26:19.2526604Z From https://github.com/facebookincubator/dynolog 2025-07-17T08:26:19.2527113Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-07-17T08:26:19.5559343Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-07-17T08:26:19.5781911Z 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:26:19.5783322Z 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:26:19.5784461Z 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:26:19.5785661Z 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:26:19.5786889Z 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:26:19.5788156Z 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:26:19.5789404Z 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:26:19.5790582Z 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:26:21.3923566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-07-17T08:26:21.7634274Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-07-17T08:26:22.0692518Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-07-17T08:26:22.3993466Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-07-17T08:26:22.8967212Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-07-17T08:26:23.2321784Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-07-17T08:26:23.6905916Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-07-17T08:26:24.0093593Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-07-17T08:26:25.4790173Z From https://github.com/NVIDIA/DCGM 2025-07-17T08:26:25.4790683Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-07-17T08:26:26.3572964Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-07-17T08:26:26.9998764Z From https://github.com/libcpr/cpr 2025-07-17T08:26:26.9999268Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-07-17T08:26:27.3527345Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-07-17T08:26:28.4988935Z From https://github.com/fmtlib/fmt 2025-07-17T08:26:28.4989446Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-07-17T08:26:29.1462690Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-07-17T08:26:29.8260372Z From https://github.com/gflags/gflags 2025-07-17T08:26:29.8260877Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-07-17T08:26:29.8879344Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-07-17T08:26:29.8996105Z 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:26:30.1816761Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-07-17T08:26:30.7030197Z From https://github.com/gflags/gflags 2025-07-17T08:26:30.7030722Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-07-17T08:26:30.7390398Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-07-17T08:26:31.7438558Z From https://github.com/google/glog 2025-07-17T08:26:31.7439089Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-07-17T08:26:31.8174848Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-07-17T08:26:32.5832698Z From https://github.com/google/googletest 2025-07-17T08:26:32.5833259Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-07-17T08:26:32.7457160Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-07-17T08:26:33.6943193Z From https://github.com/nlohmann/json 2025-07-17T08:26:33.6943709Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-07-17T08:26:34.2482089Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-07-17T08:26:35.1182245Z From https://github.com/dtrugman/pfs 2025-07-17T08:26:35.1182983Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-07-17T08:26:35.1914453Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-07-17T08:26:36.3451009Z From https://github.com/fmtlib/fmt 2025-07-17T08:26:36.3451547Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-07-17T08:26:36.4630539Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-07-17T08:26:37.4673206Z From https://github.com/google/googletest 2025-07-17T08:26:37.4673772Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-07-17T08:26:38.3806458Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-07-17T08:26:39.0835054Z From https://github.com/ARM-software/kleidiai 2025-07-17T08:26:39.0835621Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-07-17T08:26:39.8504134Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-07-17T08:26:40.4389477Z From https://github.com/microsoft/mimalloc 2025-07-17T08:26:40.4389969Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-07-17T08:26:40.8399614Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-07-17T08:26:41.6535688Z From https://github.com/nlohmann/json 2025-07-17T08:26:41.6536156Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-07-17T08:26:42.7908105Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-07-17T08:26:43.8756485Z From https://github.com/onnx/onnx 2025-07-17T08:26:43.8756959Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-07-17T08:26:50.5901323Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-07-17T08:26:50.6029364Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-07-17T08:26:50.9687673Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-07-17T08:26:51.6611284Z From https://github.com/pybind/pybind11 2025-07-17T08:26:51.6611857Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-07-17T08:26:51.9938111Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T08:26:52.8315060Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-07-17T08:26:52.8315624Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-07-17T08:26:54.4362992Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-07-17T08:26:54.4600595Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:26:54.4601774Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:26:54.4602980Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:26:54.4604133Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:26:54.4605426Z 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:26:54.4606849Z 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:26:54.4608890Z 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:26:54.4610171Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:26:54.7786135Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-07-17T08:26:55.3323332Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-07-17T08:26:55.6145200Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-07-17T08:26:56.0865953Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-07-17T08:26:56.6601943Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-07-17T08:26:57.0386138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-07-17T08:26:57.3178793Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-07-17T08:26:58.3184349Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-07-17T08:26:58.9317053Z From https://github.com/google/benchmark 2025-07-17T08:26:58.9317561Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-07-17T08:26:59.0487339Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-07-17T08:26:59.8520858Z From https://github.com/google/googletest 2025-07-17T08:26:59.8521417Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-07-17T08:27:00.1742608Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-07-17T08:27:00.8847020Z From https://github.com/microsoft/GSL 2025-07-17T08:27:00.8847719Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-07-17T08:27:00.9482768Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-07-17T08:27:01.8358713Z From https://github.com/nlohmann/json 2025-07-17T08:27:01.8359230Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-07-17T08:27:02.6045934Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-07-17T08:27:03.6630775Z From https://github.com/open-telemetry/opentelemetry-proto 2025-07-17T08:27:03.6631347Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-07-17T08:27:03.9827439Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-07-17T08:27:04.4927314Z From https://github.com/opentracing/opentracing-cpp 2025-07-17T08:27:04.4927908Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-07-17T08:27:04.5671389Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-07-17T08:27:05.5288390Z From https://github.com/jupp0r/prometheus-cpp 2025-07-17T08:27:05.5288924Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-07-17T08:27:05.6972304Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-07-17T08:27:05.7098102Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:27:05.7100293Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:27:06.5393360Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-07-17T08:27:07.0286193Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-07-17T08:27:07.7055264Z From https://github.com/civetweb/civetweb 2025-07-17T08:27:07.7055793Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-07-17T08:27:09.6587747Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-07-17T08:27:10.4423813Z From https://github.com/google/googletest 2025-07-17T08:27:10.4424334Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-07-17T08:27:10.6421485Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-07-17T08:27:12.6074379Z From https://github.com/Microsoft/vcpkg 2025-07-17T08:27:12.6074934Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-07-17T08:27:20.0751621Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-07-17T08:27:20.1449823Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-07-17T08:27:21.6851567Z From https://github.com/protocolbuffers/protobuf 2025-07-17T08:27:21.6852211Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-07-17T08:27:23.8578565Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-07-17T08:27:23.8708479Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:27:23.8709649Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-07-17T08:27:24.1926904Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-07-17T08:27:24.6360086Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-07-17T08:27:25.5221074Z From https://github.com/google/benchmark 2025-07-17T08:27:25.5221731Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-07-17T08:27:25.8144281Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-07-17T08:27:26.5288813Z From https://github.com/google/googletest 2025-07-17T08:27:26.5289344Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-07-17T08:27:26.7230666Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-07-17T08:27:26.8055036Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-07-17T08:27:27.4738762Z From https://github.com/Maratyszcza/pthreadpool 2025-07-17T08:27:27.4739305Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-07-17T08:27:27.5202732Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-07-17T08:27:28.2090891Z From https://github.com/pybind/pybind11 2025-07-17T08:27:28.2091378Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-07-17T08:27:28.3529096Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T08:27:28.9406520Z From https://github.com/malfet/PeachPy 2025-07-17T08:27:28.9406997Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-07-17T08:27:29.1649228Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-07-17T08:27:29.8887316Z From https://github.com/shibatch/sleef 2025-07-17T08:27:29.8887944Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-07-17T08:27:30.0409706Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-07-17T08:27:30.6287261Z From https://github.com/pytorch/tensorpipe 2025-07-17T08:27:30.6287783Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2025-07-17T08:27:30.7714388Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-07-17T08:27:30.7913856Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:27:30.7915009Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:27:30.7916019Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:27:30.7917041Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:27:31.1306644Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-07-17T08:27:31.4425026Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-07-17T08:27:31.8174116Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-07-17T08:27:32.1490703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-07-17T08:27:33.1289694Z From https://github.com/google/googletest 2025-07-17T08:27:33.1290221Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-07-17T08:27:33.3526795Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-07-17T08:27:33.8641736Z From https://github.com/google/libnop 2025-07-17T08:27:33.8642218Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-07-17T08:27:33.9364240Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-07-17T08:27:34.6927206Z From https://github.com/libuv/libuv 2025-07-17T08:27:34.6927716Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2025-07-17T08:27:34.9553785Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-07-17T08:27:35.7379360Z From https://github.com/pybind/pybind11 2025-07-17T08:27:35.7379858Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-07-17T08:27:36.7039712Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-07-17T08:27:36.7147446Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:27:37.1301478Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-07-17T08:27:38.3578442Z From https://github.com/wjakob/clang-cindex-python3 2025-07-17T08:27:38.3578955Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-07-17T08:27:38.3989020Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-07-17T08:27:38.4240270Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-07-17T08:27:38.7965632Z Entering 'android/libs/fbjni' 2025-07-17T08:27:38.8370058Z Entering 'third_party/FP16' 2025-07-17T08:27:38.8780531Z Entering 'third_party/FXdiv' 2025-07-17T08:27:38.9190883Z Entering 'third_party/NNPACK' 2025-07-17T08:27:38.9602637Z Entering 'third_party/NVTX' 2025-07-17T08:27:39.0016705Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:27:39.0423906Z Entering 'third_party/XNNPACK' 2025-07-17T08:27:39.0858333Z Entering 'third_party/aiter' 2025-07-17T08:27:39.1258633Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:27:39.1705670Z Entering 'third_party/benchmark' 2025-07-17T08:27:39.2120926Z Entering 'third_party/composable_kernel' 2025-07-17T08:27:39.2557719Z Entering 'third_party/cpp-httplib' 2025-07-17T08:27:39.2969524Z Entering 'third_party/cpuinfo' 2025-07-17T08:27:39.3379815Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:27:39.3821241Z Entering 'third_party/cutlass' 2025-07-17T08:27:39.4241007Z Entering 'third_party/fbgemm' 2025-07-17T08:27:39.4653381Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:27:39.5083340Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:27:39.5504801Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:27:39.5947685Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:27:39.6367379Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:27:39.6792262Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:27:39.7210912Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:27:39.7652235Z Entering 'third_party/flash-attention' 2025-07-17T08:27:39.8052282Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:27:39.8473466Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:27:39.8916243Z Entering 'third_party/flatbuffers' 2025-07-17T08:27:39.9351343Z Entering 'third_party/fmt' 2025-07-17T08:27:39.9787251Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:27:40.0194258Z Entering 'third_party/gloo' 2025-07-17T08:27:40.0629668Z Entering 'third_party/googletest' 2025-07-17T08:27:40.1045048Z Entering 'third_party/ideep' 2025-07-17T08:27:40.1444235Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:27:40.1896696Z Entering 'third_party/ittapi' 2025-07-17T08:27:40.2315350Z Entering 'third_party/kineto' 2025-07-17T08:27:40.2748786Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:27:40.3157678Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:27:40.3586517Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:27:40.4015677Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:27:40.4432507Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:27:40.4838343Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:27:40.5276558Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:27:40.5699565Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:27:40.6111705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:27:40.6545265Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:27:40.6980800Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:27:40.7412565Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:27:40.7837591Z Entering 'third_party/kleidiai' 2025-07-17T08:27:40.8254732Z Entering 'third_party/mimalloc' 2025-07-17T08:27:40.8686637Z Entering 'third_party/nlohmann' 2025-07-17T08:27:40.9102119Z Entering 'third_party/onnx' 2025-07-17T08:27:40.9538723Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:27:40.9977706Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:27:41.0408772Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:27:41.0824242Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:27:41.1247903Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:27:41.1665285Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:27:41.2071445Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:27:41.2490111Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:27:41.2916855Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:27:41.3309230Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:27:41.3722763Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:27:41.4149948Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:27:41.4599377Z Entering 'third_party/pocketfft' 2025-07-17T08:27:41.5013367Z Entering 'third_party/protobuf' 2025-07-17T08:27:41.5396242Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:27:41.5831324Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:27:41.6279638Z Entering 'third_party/psimd' 2025-07-17T08:27:41.6694216Z Entering 'third_party/pthreadpool' 2025-07-17T08:27:41.7104853Z Entering 'third_party/pybind11' 2025-07-17T08:27:41.7514831Z Entering 'third_party/python-peachpy' 2025-07-17T08:27:41.7920753Z Entering 'third_party/sleef' 2025-07-17T08:27:41.8329564Z Entering 'third_party/tensorpipe' 2025-07-17T08:27:41.8722217Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:27:41.9128048Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:27:41.9531386Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:27:41.9943311Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:27:42.0335851Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:27:42.0876104Z ##[endgroup] 2025-07-17T08:27:42.0877126Z ##[group]Persisting credentials for submodules 2025-07-17T08:27:42.0893227Z [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:27:42.5041348Z Entering 'android/libs/fbjni' 2025-07-17T08:27:42.5673797Z Entering 'third_party/FP16' 2025-07-17T08:27:42.6305458Z Entering 'third_party/FXdiv' 2025-07-17T08:27:42.6924335Z Entering 'third_party/NNPACK' 2025-07-17T08:27:42.7543064Z Entering 'third_party/NVTX' 2025-07-17T08:27:42.8144677Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:27:42.8746241Z Entering 'third_party/XNNPACK' 2025-07-17T08:27:42.9402403Z Entering 'third_party/aiter' 2025-07-17T08:27:43.0003585Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:27:43.0641558Z Entering 'third_party/benchmark' 2025-07-17T08:27:43.1239175Z Entering 'third_party/composable_kernel' 2025-07-17T08:27:43.1844791Z Entering 'third_party/cpp-httplib' 2025-07-17T08:27:43.2484233Z Entering 'third_party/cpuinfo' 2025-07-17T08:27:43.3096203Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:27:43.3723291Z Entering 'third_party/cutlass' 2025-07-17T08:27:43.4364400Z Entering 'third_party/fbgemm' 2025-07-17T08:27:43.4942474Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:27:43.5558017Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:27:43.6159624Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:27:43.6757665Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:27:43.7376961Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:27:43.7970063Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:27:43.8573909Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:27:43.9233012Z Entering 'third_party/flash-attention' 2025-07-17T08:27:43.9821899Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:27:44.0473353Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:27:44.1158137Z Entering 'third_party/flatbuffers' 2025-07-17T08:27:44.2273518Z Entering 'third_party/fmt' 2025-07-17T08:27:44.2906045Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:27:44.3526458Z Entering 'third_party/gloo' 2025-07-17T08:27:44.4214844Z Entering 'third_party/googletest' 2025-07-17T08:27:44.4833365Z Entering 'third_party/ideep' 2025-07-17T08:27:44.5439426Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:27:44.6084378Z Entering 'third_party/ittapi' 2025-07-17T08:27:44.6691324Z Entering 'third_party/kineto' 2025-07-17T08:27:44.7279913Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:27:44.7901040Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:27:44.8534153Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:27:44.9165822Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:27:44.9826455Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:27:45.0446425Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:27:45.1124499Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:27:45.1768760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:27:45.2434353Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:27:45.3070961Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:27:45.3715700Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:27:45.4388295Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:27:45.5042192Z Entering 'third_party/kleidiai' 2025-07-17T08:27:45.5680047Z Entering 'third_party/mimalloc' 2025-07-17T08:27:45.6343851Z Entering 'third_party/nlohmann' 2025-07-17T08:27:45.6971459Z Entering 'third_party/onnx' 2025-07-17T08:27:45.7597147Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:27:45.8412458Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:27:45.9026846Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:27:45.9670151Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:27:46.0316150Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:27:46.0939820Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:27:46.1558351Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:27:46.2191697Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:27:46.2838218Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:27:46.3447605Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:27:46.4068651Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:27:46.4691760Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:27:46.5338718Z Entering 'third_party/pocketfft' 2025-07-17T08:27:46.5956775Z Entering 'third_party/protobuf' 2025-07-17T08:27:46.6564325Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:27:46.7185636Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:27:46.7820666Z Entering 'third_party/psimd' 2025-07-17T08:27:46.8457391Z Entering 'third_party/pthreadpool' 2025-07-17T08:27:46.9068062Z Entering 'third_party/pybind11' 2025-07-17T08:27:46.9697363Z Entering 'third_party/python-peachpy' 2025-07-17T08:27:47.0280155Z Entering 'third_party/sleef' 2025-07-17T08:27:47.0862050Z Entering 'third_party/tensorpipe' 2025-07-17T08:27:47.1444933Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:27:47.2058568Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:27:47.2666376Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:27:47.3252401Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:27:47.3816594Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:27:47.4508812Z [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:27:47.8270951Z Entering 'android/libs/fbjni' 2025-07-17T08:27:47.8856438Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-07-17T08:27:47.9003653Z Entering 'third_party/FP16' 2025-07-17T08:27:47.9583099Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-07-17T08:27:47.9734782Z Entering 'third_party/FXdiv' 2025-07-17T08:27:48.0382023Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-07-17T08:27:48.0534030Z Entering 'third_party/NNPACK' 2025-07-17T08:27:48.1120840Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-07-17T08:27:48.1269200Z Entering 'third_party/NVTX' 2025-07-17T08:27:48.1820261Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-07-17T08:27:48.1965295Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:27:48.2534342Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-07-17T08:27:48.2713304Z Entering 'third_party/XNNPACK' 2025-07-17T08:27:48.3283758Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-07-17T08:27:48.3449590Z Entering 'third_party/aiter' 2025-07-17T08:27:48.4028860Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-07-17T08:27:48.4169339Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:27:48.4754460Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-07-17T08:27:48.4929367Z Entering 'third_party/benchmark' 2025-07-17T08:27:48.5514716Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-07-17T08:27:48.5711906Z Entering 'third_party/composable_kernel' 2025-07-17T08:27:48.6309428Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-07-17T08:27:48.6467573Z Entering 'third_party/cpp-httplib' 2025-07-17T08:27:48.7040302Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-07-17T08:27:48.7190870Z Entering 'third_party/cpuinfo' 2025-07-17T08:27:48.7771204Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-07-17T08:27:48.7921012Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:27:48.8510616Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-07-17T08:27:48.8662725Z Entering 'third_party/cutlass' 2025-07-17T08:27:48.9236282Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-07-17T08:27:48.9396805Z Entering 'third_party/fbgemm' 2025-07-17T08:27:48.9980312Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-07-17T08:27:49.0116007Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:27:49.0727449Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-07-17T08:27:49.0876524Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:27:49.1463104Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-07-17T08:27:49.1613485Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:27:49.2172830Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-07-17T08:27:49.2323905Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:27:49.2912121Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-07-17T08:27:49.3070125Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:27:49.3668528Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-07-17T08:27:49.3817995Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:27:49.4396844Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-07-17T08:27:49.4548721Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:27:49.5140226Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-07-17T08:27:49.5321428Z Entering 'third_party/flash-attention' 2025-07-17T08:27:49.5922096Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-07-17T08:27:49.6056984Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:27:49.6703642Z 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:27:49.6868946Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:27:49.7480205Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-07-17T08:27:49.7658372Z Entering 'third_party/flatbuffers' 2025-07-17T08:27:49.8252389Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-07-17T08:27:49.8409241Z Entering 'third_party/fmt' 2025-07-17T08:27:49.8965263Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-07-17T08:27:49.9115893Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:27:49.9665701Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-07-17T08:27:49.9820842Z Entering 'third_party/gloo' 2025-07-17T08:27:50.0400497Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-07-17T08:27:50.0546007Z Entering 'third_party/googletest' 2025-07-17T08:27:50.1123084Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:27:50.1277706Z Entering 'third_party/ideep' 2025-07-17T08:27:50.1825733Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-07-17T08:27:50.1949206Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:27:50.2504103Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-07-17T08:27:50.2668570Z Entering 'third_party/ittapi' 2025-07-17T08:27:50.3220860Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-07-17T08:27:50.3367749Z Entering 'third_party/kineto' 2025-07-17T08:27:50.3911556Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-07-17T08:27:50.4038213Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:27:50.4616889Z 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:27:50.4744762Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:27:50.5295697Z 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:27:50.5436915Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:27:50.6015858Z 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:27:50.6160812Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:27:50.6749790Z 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:27:50.6898355Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:27:50.7452114Z 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:27:50.7576792Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:27:50.8211807Z 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:27:50.8395130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:27:50.8948447Z 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:27:50.9083795Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:27:50.9634468Z 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:27:50.9797653Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:27:51.0375344Z 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:27:51.0514217Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:27:51.1100180Z 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:27:51.1255394Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:27:51.1816476Z 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:27:51.1962200Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:27:51.2508085Z 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:27:51.2669625Z Entering 'third_party/kleidiai' 2025-07-17T08:27:51.3208701Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-07-17T08:27:51.3363290Z Entering 'third_party/mimalloc' 2025-07-17T08:27:51.3930408Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-07-17T08:27:51.4073567Z Entering 'third_party/nlohmann' 2025-07-17T08:27:51.4630258Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-07-17T08:27:51.4775984Z Entering 'third_party/onnx' 2025-07-17T08:27:51.5324308Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-07-17T08:27:51.5488015Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:27:51.6031536Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-07-17T08:27:51.6188002Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:27:51.6752646Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-07-17T08:27:51.6884257Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:27:51.7460088Z 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:27:51.7599302Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:27:51.8144925Z 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:27:51.8303859Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:27:51.8848344Z 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:27:51.8989357Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:27:51.9539391Z 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:27:51.9677466Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:27:52.0251452Z 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:27:52.0391532Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:27:52.0968028Z 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:27:52.1126774Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:27:52.1691721Z 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:27:52.1822519Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:27:52.2408668Z 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:27:52.2555487Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:27:52.3115314Z 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:27:52.3277488Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:27:52.3840045Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-07-17T08:27:52.4022365Z Entering 'third_party/pocketfft' 2025-07-17T08:27:52.4583179Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-07-17T08:27:52.4726967Z Entering 'third_party/protobuf' 2025-07-17T08:27:52.5324492Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-07-17T08:27:52.5464011Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:27:52.6041098Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-07-17T08:27:52.6181416Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:27:52.6756426Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:27:52.6957611Z Entering 'third_party/psimd' 2025-07-17T08:27:52.7524877Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-07-17T08:27:52.7672033Z Entering 'third_party/pthreadpool' 2025-07-17T08:27:52.8269384Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-07-17T08:27:52.8420624Z Entering 'third_party/pybind11' 2025-07-17T08:27:52.9019893Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-07-17T08:27:52.9164787Z Entering 'third_party/python-peachpy' 2025-07-17T08:27:52.9742790Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-07-17T08:27:52.9908230Z Entering 'third_party/sleef' 2025-07-17T08:27:53.0485537Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-07-17T08:27:53.0634541Z Entering 'third_party/tensorpipe' 2025-07-17T08:27:53.1232225Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-07-17T08:27:53.1374165Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:27:53.1982677Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-07-17T08:27:53.2130119Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:27:53.2739638Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-07-17T08:27:53.2909550Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:27:53.3464550Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-07-17T08:27:53.3602278Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:27:53.4162755Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-07-17T08:27:53.4291612Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:27:53.4857256Z 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:27:53.5478743Z [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:27:53.9188687Z Entering 'android/libs/fbjni' 2025-07-17T08:27:53.9569456Z Entering 'third_party/FP16' 2025-07-17T08:27:53.9940522Z Entering 'third_party/FXdiv' 2025-07-17T08:27:54.0318956Z Entering 'third_party/NNPACK' 2025-07-17T08:27:54.0705899Z Entering 'third_party/NVTX' 2025-07-17T08:27:54.1091096Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:27:54.1478974Z Entering 'third_party/XNNPACK' 2025-07-17T08:27:54.1889947Z Entering 'third_party/aiter' 2025-07-17T08:27:54.2268345Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:27:54.2728184Z Entering 'third_party/benchmark' 2025-07-17T08:27:54.3107951Z Entering 'third_party/composable_kernel' 2025-07-17T08:27:54.3488035Z Entering 'third_party/cpp-httplib' 2025-07-17T08:27:54.3858439Z Entering 'third_party/cpuinfo' 2025-07-17T08:27:54.4236880Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:27:54.4621543Z Entering 'third_party/cutlass' 2025-07-17T08:27:54.5014433Z Entering 'third_party/fbgemm' 2025-07-17T08:27:54.5371927Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:27:54.5755693Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:27:54.6145657Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:27:54.6515119Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:27:54.6905251Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:27:54.7279640Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:27:54.7679692Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:27:54.8086544Z Entering 'third_party/flash-attention' 2025-07-17T08:27:54.8471395Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:27:54.8864678Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:27:54.9268699Z Entering 'third_party/flatbuffers' 2025-07-17T08:27:54.9665728Z Entering 'third_party/fmt' 2025-07-17T08:27:55.0071822Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:27:55.0442627Z Entering 'third_party/gloo' 2025-07-17T08:27:55.0817745Z Entering 'third_party/googletest' 2025-07-17T08:27:55.1194407Z Entering 'third_party/ideep' 2025-07-17T08:27:55.1555271Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:27:55.1981330Z Entering 'third_party/ittapi' 2025-07-17T08:27:55.2357155Z Entering 'third_party/kineto' 2025-07-17T08:27:55.2709164Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:27:55.3076606Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:27:55.3459904Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:27:55.3839428Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:27:55.4233642Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:27:55.4613252Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:27:55.5019753Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:27:55.5399466Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:27:55.5794435Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:27:55.6190392Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:27:55.6575871Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:27:55.6952401Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:27:55.7340657Z Entering 'third_party/kleidiai' 2025-07-17T08:27:55.7727508Z Entering 'third_party/mimalloc' 2025-07-17T08:27:55.8103847Z Entering 'third_party/nlohmann' 2025-07-17T08:27:55.8480080Z Entering 'third_party/onnx' 2025-07-17T08:27:55.8872033Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:27:55.9290080Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:27:55.9652297Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:27:56.0028662Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:27:56.0419327Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:27:56.0795467Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:27:56.1169386Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:27:56.1553129Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:27:56.1959532Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:27:56.2379567Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:27:56.2786946Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:27:56.3224170Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:27:56.3651717Z Entering 'third_party/pocketfft' 2025-07-17T08:27:56.4023063Z Entering 'third_party/protobuf' 2025-07-17T08:27:56.4383094Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:27:56.4768312Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:27:56.5171325Z Entering 'third_party/psimd' 2025-07-17T08:27:56.5555340Z Entering 'third_party/pthreadpool' 2025-07-17T08:27:56.5920962Z Entering 'third_party/pybind11' 2025-07-17T08:27:56.6319811Z Entering 'third_party/python-peachpy' 2025-07-17T08:27:56.6733849Z Entering 'third_party/sleef' 2025-07-17T08:27:56.7116086Z Entering 'third_party/tensorpipe' 2025-07-17T08:27:56.7487171Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:27:56.7883614Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:27:56.8265349Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:27:56.8678286Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:27:56.9033802Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:27:56.9551019Z [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:27:57.3363634Z Entering 'android/libs/fbjni' 2025-07-17T08:27:57.3765449Z Entering 'third_party/FP16' 2025-07-17T08:27:57.4155687Z Entering 'third_party/FXdiv' 2025-07-17T08:27:57.4543686Z Entering 'third_party/NNPACK' 2025-07-17T08:27:57.4932445Z Entering 'third_party/NVTX' 2025-07-17T08:27:57.5300098Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:27:57.5675031Z Entering 'third_party/XNNPACK' 2025-07-17T08:27:57.6068444Z Entering 'third_party/aiter' 2025-07-17T08:27:57.6449132Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:27:57.6890024Z Entering 'third_party/benchmark' 2025-07-17T08:27:57.7292179Z Entering 'third_party/composable_kernel' 2025-07-17T08:27:57.7682099Z Entering 'third_party/cpp-httplib' 2025-07-17T08:27:57.8064779Z Entering 'third_party/cpuinfo' 2025-07-17T08:27:57.8443991Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:27:57.8818115Z Entering 'third_party/cutlass' 2025-07-17T08:27:57.9204760Z Entering 'third_party/fbgemm' 2025-07-17T08:27:57.9601925Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:27:57.9988933Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:27:58.0481783Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:27:58.0850885Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:27:58.1229487Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:27:58.1590349Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:27:58.1966096Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:27:58.2371790Z Entering 'third_party/flash-attention' 2025-07-17T08:27:58.2723355Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:27:58.3107652Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:27:58.3509877Z Entering 'third_party/flatbuffers' 2025-07-17T08:27:58.3885068Z Entering 'third_party/fmt' 2025-07-17T08:27:58.4250709Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:27:58.4622216Z Entering 'third_party/gloo' 2025-07-17T08:27:58.5010370Z Entering 'third_party/googletest' 2025-07-17T08:27:58.5389943Z Entering 'third_party/ideep' 2025-07-17T08:27:58.5755226Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:27:58.6160486Z Entering 'third_party/ittapi' 2025-07-17T08:27:58.6541892Z Entering 'third_party/kineto' 2025-07-17T08:27:58.6909746Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:27:58.7277658Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:27:58.7670329Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:27:58.8045595Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:27:58.8428114Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:27:58.8778799Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:27:58.9198817Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:27:58.9600556Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:27:58.9993232Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:27:59.0373258Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:27:59.0768616Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:27:59.1154973Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:27:59.1538660Z Entering 'third_party/kleidiai' 2025-07-17T08:27:59.1902595Z Entering 'third_party/mimalloc' 2025-07-17T08:27:59.2255083Z Entering 'third_party/nlohmann' 2025-07-17T08:27:59.2613432Z Entering 'third_party/onnx' 2025-07-17T08:27:59.2981680Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:27:59.3365842Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:27:59.3715675Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:27:59.4084829Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:27:59.4449102Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:27:59.4811530Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:27:59.5199764Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:27:59.5560169Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:27:59.5933678Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:27:59.6286735Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:27:59.6704569Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:27:59.7095934Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:27:59.7528225Z Entering 'third_party/pocketfft' 2025-07-17T08:27:59.7897189Z Entering 'third_party/protobuf' 2025-07-17T08:27:59.8249341Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:27:59.8635100Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:27:59.9027181Z Entering 'third_party/psimd' 2025-07-17T08:27:59.9393414Z Entering 'third_party/pthreadpool' 2025-07-17T08:27:59.9759569Z Entering 'third_party/pybind11' 2025-07-17T08:28:00.0130526Z Entering 'third_party/python-peachpy' 2025-07-17T08:28:00.0521365Z Entering 'third_party/sleef' 2025-07-17T08:28:00.0903050Z Entering 'third_party/tensorpipe' 2025-07-17T08:28:00.1291728Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:28:00.1695960Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:28:00.2112416Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:28:00.2498919Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:28:00.2864848Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:28:00.3361141Z ##[endgroup] 2025-07-17T08:28:00.3624021Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-07-17T08:28:00.3856087Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:28:00.4092488Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-07-17T08:28:00.4092953Z # Remove any artifacts from the previous checkouts 2025-07-17T08:28:00.4093291Z git clean -fxd 2025-07-17T08:28:00.4128931Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:28:00.4129364Z env: 2025-07-17T08:28:00.4129656Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:28:00.4130062Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:28:00.4130360Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:28:00.4131072Z GITHUB_TOKEN: *** 2025-07-17T08:28:00.4131280Z PR_NUMBER: 2025-07-17T08:28:00.4131505Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:28:00.4131791Z SKIP_ALL_TESTS: 1 2025-07-17T08:28:00.4131983Z OS: windows 2025-07-17T08:28:00.4132257Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:28:00.4132639Z PACKAGE_TYPE: libtorch 2025-07-17T08:28:00.4132847Z DESIRED_CUDA: cpu 2025-07-17T08:28:00.4133046Z GPU_ARCH_TYPE: cpu 2025-07-17T08:28:00.4133248Z LIBTORCH_CONFIG: release 2025-07-17T08:28:00.4133495Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:28:00.4133756Z DESIRED_PYTHON: 3.9 2025-07-17T08:28:00.4133954Z ##[endgroup] 2025-07-17T08:28:00.7473779Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:28:00.7551325Z Finished 2025-07-17T08:28:00.8547150Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-07-17T08:28:00.8547700Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-07-17T08:28:00.8548216Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-07-17T08:28:00.8548687Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-07-17T08:28:00.8567405Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:28:00.8567815Z env: 2025-07-17T08:28:00.8568127Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:28:00.8568526Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:28:00.8568835Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:28:00.8569364Z GITHUB_TOKEN: *** 2025-07-17T08:28:00.8569559Z PR_NUMBER: 2025-07-17T08:28:00.8569782Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:28:00.8570100Z SKIP_ALL_TESTS: 1 2025-07-17T08:28:00.8570285Z OS: windows 2025-07-17T08:28:00.8570563Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:28:00.8570909Z PACKAGE_TYPE: libtorch 2025-07-17T08:28:00.8571130Z DESIRED_CUDA: cpu 2025-07-17T08:28:00.8571333Z GPU_ARCH_TYPE: cpu 2025-07-17T08:28:00.8571537Z LIBTORCH_CONFIG: release 2025-07-17T08:28:00.8571776Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:28:00.8572033Z DESIRED_PYTHON: 3.9 2025-07-17T08:28:00.8572240Z ##[endgroup] 2025-07-17T08:28:00.8758140Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-07-17T08:28:00.8876064Z ##[group]Run actions/download-artifact@v4.1.7 2025-07-17T08:28:00.8876388Z with: 2025-07-17T08:28:00.8876629Z name: libtorch-cpu-shared-with-deps-release 2025-07-17T08:28:00.8876982Z path: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:28:00.8877283Z merge-multiple: false 2025-07-17T08:28:00.8877507Z repository: pytorch/pytorch 2025-07-17T08:28:00.8877748Z run-id: 16337959799 2025-07-17T08:28:00.8877939Z env: 2025-07-17T08:28:00.8878222Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:28:00.8878697Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:28:00.8879041Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:28:00.8879573Z GITHUB_TOKEN: *** 2025-07-17T08:28:00.8879764Z PR_NUMBER: 2025-07-17T08:28:00.8879994Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:28:00.8880288Z SKIP_ALL_TESTS: 1 2025-07-17T08:28:00.8880469Z OS: windows 2025-07-17T08:28:00.8880775Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:28:00.8881131Z PACKAGE_TYPE: libtorch 2025-07-17T08:28:00.8881351Z DESIRED_CUDA: cpu 2025-07-17T08:28:00.8881701Z GPU_ARCH_TYPE: cpu 2025-07-17T08:28:00.8881922Z LIBTORCH_CONFIG: release 2025-07-17T08:28:00.8882159Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:28:00.8882433Z DESIRED_PYTHON: 3.9 2025-07-17T08:28:00.8882701Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:28:00.8883168Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:28:00.8883552Z ##[endgroup] 2025-07-17T08:28:01.1678507Z Downloading single artifact 2025-07-17T08:28:01.3140928Z Preparing to download the following artifacts: 2025-07-17T08:28:01.3141433Z - libtorch-cpu-shared-with-deps-release (ID: 3552523915, Size: 1156937334) 2025-07-17T08:28:01.3694851Z Redirecting to blob download url: https://productionresultssa11.blob.core.windows.net/actions-results/47c1b5e2-e15f-47da-843a-f1044584212f/workflow-job-run-78aa7696-4d19-5270-8ceb-17d38ed271d6/artifacts/1dbc1700a9511861bb80b1e3f49d65b62b0146dd2b98b7d9443575729e28bb27.zip 2025-07-17T08:28:01.3696321Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-07-17T08:28:01.4535909Z (node:1912) [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:28:01.4536886Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-07-17T08:28:11.1880320Z Artifact download completed successfully. 2025-07-17T08:28:11.1880717Z Total of 1 artifact(s) downloaded 2025-07-17T08:28:11.1890387Z Download artifact has finished successfully 2025-07-17T08:28:11.2118338Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-07-17T08:28:11.2118879Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-07-17T08:28:11.2137356Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:28:11.2137766Z env: 2025-07-17T08:28:11.2138074Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:28:11.2138485Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:28:11.2138786Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:28:11.2139404Z GITHUB_TOKEN: *** 2025-07-17T08:28:11.2139593Z PR_NUMBER: 2025-07-17T08:28:11.2139819Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:28:11.2140098Z SKIP_ALL_TESTS: 1 2025-07-17T08:28:11.2140288Z OS: windows 2025-07-17T08:28:11.2140550Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:28:11.2140903Z PACKAGE_TYPE: libtorch 2025-07-17T08:28:11.2141139Z DESIRED_CUDA: cpu 2025-07-17T08:28:11.2141324Z GPU_ARCH_TYPE: cpu 2025-07-17T08:28:11.2141535Z LIBTORCH_CONFIG: release 2025-07-17T08:28:11.2141777Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:28:11.2142025Z DESIRED_PYTHON: 3.9 2025-07-17T08:28:11.2142286Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:28:11.2142683Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:28:11.2143049Z ##[endgroup] 2025-07-17T08:28:11.2484507Z + export TZ=UTC 2025-07-17T08:28:11.2484877Z + TZ=UTC 2025-07-17T08:28:11.2491590Z + envfile='C:\actions-runner\_work\_temp/env' 2025-07-17T08:28:11.2492031Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-07-17T08:28:11.2549013Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-07-17T08:28:11.2626456Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-07-17T08:28:11.2626821Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-07-17T08:28:11.2627125Z + export BUILD_PYTHONLESS=1 2025-07-17T08:28:11.2627357Z + BUILD_PYTHONLESS=1 2025-07-17T08:28:11.2627583Z + export DOCKER_IMAGE= 2025-07-17T08:28:11.2627790Z + DOCKER_IMAGE= 2025-07-17T08:28:11.2627985Z + [[ -z '' ]] 2025-07-17T08:28:11.2628162Z + [[ cpu == cpu ]] 2025-07-17T08:28:11.2628411Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:28:11.2628724Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:28:11.2629188Z + USE_GOLD_LINKER=OFF 2025-07-17T08:28:11.2629389Z + [[ cpu == \c\p\u ]] 2025-07-17T08:28:11.2629596Z + USE_GOLD_LINKER=ON 2025-07-17T08:28:11.2629816Z + PIP_UPLOAD_FOLDER=nightly/ 2025-07-17T08:28:11.2683147Z ++ date -u +%Y%m%d 2025-07-17T08:28:11.2807768Z + export DATE=20250717 2025-07-17T08:28:11.2808005Z + DATE=20250717 2025-07-17T08:28:11.2917210Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-07-17T08:28:11.2965983Z ++ cut -da -f1 2025-07-17T08:28:11.3041921Z + BASE_BUILD_VERSION=2.9.0.dev20250717 2025-07-17T08:28:11.3042590Z + tagged_version 2025-07-17T08:28:11.3043306Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-07-17T08:28:11.3044003Z + 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:28:11.3044668Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-07-17T08:28:11.3046731Z + 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:28:11.3297222Z fatal: No names found, cannot describe anything. 2025-07-17T08:28:11.3330635Z + return 1 2025-07-17T08:28:11.3381847Z ++ uname 2025-07-17T08:28:11.3517232Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-07-17T08:28:11.3517588Z + export PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:28:11.3517927Z + PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:28:11.3518223Z + export PYTORCH_BUILD_NUMBER=1 2025-07-17T08:28:11.3518468Z + PYTORCH_BUILD_NUMBER=1 2025-07-17T08:28:11.3572931Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-07-17T08:28:11.3636052Z + TRITON_VERSION=3.4.0 2025-07-17T08:28:11.3636508Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-07-17T08:28:11.3636942Z + [[ cpu == \c\u\1\2\9 ]] 2025-07-17T08:28:11.3637190Z + [[ libtorch =~ .*wheel.* ]] 2025-07-17T08:28:11.3637808Z + [[ libtorch =~ .*wheel.* ]] 2025-07-17T08:28:11.3638259Z + [[ libtorch =~ .*wheel.* ]] 2025-07-17T08:28:11.3638601Z + USE_GLOO_WITH_OPENSSL=ON 2025-07-17T08:28:11.3638866Z + [[ cpu =~ .*aarch64.* ]] 2025-07-17T08:28:11.3639085Z + cat 2025-07-17T08:28:11.3755750Z ++ uname -a 2025-07-17T08:28:11.3945220Z ++ date 2025-07-17T08:28:11.4114324Z ++ uname 2025-07-17T08:28:11.4243892Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-07-17T08:28:11.4244193Z + MEMORY_LIMIT_MAX_JOBS=12 2025-07-17T08:28:11.4294594Z ++ nproc 2025-07-17T08:28:11.4384103Z + NUM_CPUS=14 2025-07-17T08:28:11.4384355Z + export MAX_JOBS=12 2025-07-17T08:28:11.4384575Z + MAX_JOBS=12 2025-07-17T08:28:11.4385938Z + cat 2025-07-17T08:28:11.4491358Z + echo 'retry () {' 2025-07-17T08:28:11.4493969Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-07-17T08:28:11.4495317Z + echo '}' 2025-07-17T08:28:11.4498295Z + echo 'export -f retry' 2025-07-17T08:28:11.4500005Z + cat 'C:\actions-runner\_work\_temp/env' 2025-07-17T08:28:11.4599356Z # =================== The following code will be executed inside Docker container =================== 2025-07-17T08:28:11.4600297Z export TZ=UTC 2025-07-17T08:28:11.4601262Z 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:28:11 GMT 2025" 2025-07-17T08:28:11.4602306Z 2025-07-17T08:28:11.4602460Z export PACKAGE_TYPE="libtorch" 2025-07-17T08:28:11.4602776Z export DESIRED_PYTHON="3.9" 2025-07-17T08:28:11.4603063Z export DESIRED_CUDA="cpu" 2025-07-17T08:28:11.4603376Z export LIBTORCH_VARIANT="shared-with-deps" 2025-07-17T08:28:11.4603717Z export BUILD_PYTHONLESS="1" 2025-07-17T08:28:11.4603945Z export USE_SPLIT_BUILD="" 2025-07-17T08:28:11.4604173Z if [[ "msys" == "msys" ]]; then 2025-07-17T08:28:11.4604414Z export LIBTORCH_CONFIG="release" 2025-07-17T08:28:11.4604682Z if [[ "release" == 'debug' ]]; then 2025-07-17T08:28:11.4604935Z export DEBUG=1 2025-07-17T08:28:11.4605865Z fi 2025-07-17T08:28:11.4606047Z export DESIRED_DEVTOOLSET="" 2025-07-17T08:28:11.4606280Z else 2025-07-17T08:28:11.4606454Z export DESIRED_DEVTOOLSET="" 2025-07-17T08:28:11.4606683Z fi 2025-07-17T08:28:11.4606791Z 2025-07-17T08:28:11.4606879Z export DATE="20250717" 2025-07-17T08:28:11.4607113Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-07-17T08:28:11.4607450Z export PYTORCH_BUILD_VERSION="2.9.0.dev20250717+cpu" 2025-07-17T08:28:11.4607769Z export PYTORCH_BUILD_NUMBER="1" 2025-07-17T08:28:11.4608077Z export OVERRIDE_PACKAGE_VERSION="2.9.0.dev20250717+cpu" 2025-07-17T08:28:11.4608528Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-07-17T08:28:11.4608742Z 2025-07-17T08:28:11.4608836Z # TODO: We don't need this anymore IIUC 2025-07-17T08:28:11.4609261Z export TORCH_PACKAGE_NAME='torch' 2025-07-17T08:28:11.4609479Z 2025-07-17T08:28:11.4609560Z export USE_FBGEMM=1 2025-07-17T08:28:11.4609840Z export PIP_UPLOAD_FOLDER="nightly/" 2025-07-17T08:28:11.4610144Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-07-17T08:28:11.4610363Z 2025-07-17T08:28:11.4610367Z 2025-07-17T08:28:11.4610452Z export USE_GOLD_LINKER="ON" 2025-07-17T08:28:11.4610697Z export USE_GLOO_WITH_OPENSSL="ON" 2025-07-17T08:28:11.4611075Z # =================== The above code will be executed inside Docker container =================== 2025-07-17T08:28:11.4611474Z export MAX_JOBS="12" 2025-07-17T08:28:11.4611666Z retry () { 2025-07-17T08:28:11.4611918Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-07-17T08:28:11.4612241Z } 2025-07-17T08:28:11.4612918Z export -f retry 2025-07-17T08:28:11.4718526Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-07-17T08:28:11.4719056Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-07-17T08:28:11.4737576Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T08:28:11.4737993Z env: 2025-07-17T08:28:11.4738316Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:28:11.4738716Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:28:11.4739024Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:28:11.4739554Z GITHUB_TOKEN: *** 2025-07-17T08:28:11.4739755Z PR_NUMBER: 2025-07-17T08:28:11.4739973Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:28:11.4740266Z SKIP_ALL_TESTS: 1 2025-07-17T08:28:11.4740448Z OS: windows 2025-07-17T08:28:11.4740733Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:28:11.4741094Z PACKAGE_TYPE: libtorch 2025-07-17T08:28:11.4741339Z DESIRED_CUDA: cpu 2025-07-17T08:28:11.4741531Z GPU_ARCH_TYPE: cpu 2025-07-17T08:28:11.4741744Z LIBTORCH_CONFIG: release 2025-07-17T08:28:11.4741975Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:28:11.4742232Z DESIRED_PYTHON: 3.9 2025-07-17T08:28:11.4742588Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:28:11.4743041Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:28:11.4743398Z ##[endgroup] 2025-07-17T08:28:11.5086811Z + source 'C:\actions-runner\_work\_temp/env' 2025-07-17T08:28:11.5087825Z ++ export TZ=UTC 2025-07-17T08:28:11.5088017Z ++ TZ=UTC 2025-07-17T08:28:11.5094975Z ++ 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:28:11 GMT 2025' 2025-07-17T08:28:11.5095566Z ++ export PACKAGE_TYPE=libtorch 2025-07-17T08:28:11.5095820Z ++ PACKAGE_TYPE=libtorch 2025-07-17T08:28:11.5096052Z ++ export DESIRED_PYTHON=3.9 2025-07-17T08:28:11.5096305Z ++ DESIRED_PYTHON=3.9 2025-07-17T08:28:11.5096510Z ++ export DESIRED_CUDA=cpu 2025-07-17T08:28:11.5096730Z ++ DESIRED_CUDA=cpu 2025-07-17T08:28:11.5096951Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-07-17T08:28:11.5097254Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-07-17T08:28:11.5097788Z 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:28:11 GMT 2025 2025-07-17T08:28:11.5098543Z ++ export BUILD_PYTHONLESS=1 2025-07-17T08:28:11.5098780Z ++ BUILD_PYTHONLESS=1 2025-07-17T08:28:11.5098986Z ++ export USE_SPLIT_BUILD= 2025-07-17T08:28:11.5099201Z ++ USE_SPLIT_BUILD= 2025-07-17T08:28:11.5099386Z ++ [[ msys == \m\s\y\s ]] 2025-07-17T08:28:11.5099613Z ++ export LIBTORCH_CONFIG=release 2025-07-17T08:28:11.5099853Z ++ LIBTORCH_CONFIG=release 2025-07-17T08:28:11.5100075Z ++ [[ release == \d\e\b\u\g ]] 2025-07-17T08:28:11.5100307Z ++ export DESIRED_DEVTOOLSET= 2025-07-17T08:28:11.5100541Z ++ DESIRED_DEVTOOLSET= 2025-07-17T08:28:11.5100747Z ++ export DATE=20250717 2025-07-17T08:28:11.5100945Z ++ DATE=20250717 2025-07-17T08:28:11.5101153Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-07-17T08:28:11.5101458Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-07-17T08:28:11.5101763Z ++ export PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:28:11.5102083Z ++ PYTORCH_BUILD_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:28:11.5102383Z ++ export PYTORCH_BUILD_NUMBER=1 2025-07-17T08:28:11.5102618Z ++ PYTORCH_BUILD_NUMBER=1 2025-07-17T08:28:11.5102895Z ++ export OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:28:11.5103234Z ++ OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250717+cpu 2025-07-17T08:28:11.5103558Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-07-17T08:28:11.5103851Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-07-17T08:28:11.5104133Z ++ export TORCH_PACKAGE_NAME=torch 2025-07-17T08:28:11.5104389Z ++ TORCH_PACKAGE_NAME=torch 2025-07-17T08:28:11.5104606Z ++ export USE_FBGEMM=1 2025-07-17T08:28:11.5106346Z ++ USE_FBGEMM=1 2025-07-17T08:28:11.5106620Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-07-17T08:28:11.5106910Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-07-17T08:28:11.5107186Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:28:11.5107508Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-07-17T08:28:11.5107790Z ++ export USE_GOLD_LINKER=ON 2025-07-17T08:28:11.5108025Z ++ USE_GOLD_LINKER=ON 2025-07-17T08:28:11.5108247Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-07-17T08:28:11.5108499Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-07-17T08:28:11.5108728Z ++ export MAX_JOBS=12 2025-07-17T08:28:11.5108922Z ++ MAX_JOBS=12 2025-07-17T08:28:11.5109133Z ++ export -f retry 2025-07-17T08:28:11.5109344Z + export CUDA_VERSION=cpu 2025-07-17T08:28:11.5109552Z + CUDA_VERSION=cpu 2025-07-17T08:28:11.5109751Z + export VC_YEAR=2022 2025-07-17T08:28:11.5109946Z + VC_YEAR=2022 2025-07-17T08:28:11.5110134Z + [[ cpu == \x\p\u ]] 2025-07-17T08:28:11.5110455Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-07-17T08:28:11.5110851Z + [[ windows == \w\i\n\d\o\w\s\-\a\r\m\6\4 ]] 2025-07-17T08:28:11.5111137Z + ./windows/internal/smoke_test.bat 2025-07-17T08:28:11.5111636Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-07-17T08:28:11.5268265Z 2025-07-17T08:28:11.5278621Z 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:28:11.5280602Z 2025-07-17T08:28:11.5281134Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-07-17T08:28:11.5287288Z 2025-07-17T08:28:11.5287809Z 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:28:11.5290839Z 2025-07-17T08:28:11.5291208Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-07-17T08:28:11.5293264Z 2025-07-17T08:28:11.5293570Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-07-17T08:28:11.5294013Z call internal\xpu_install.bat 2025-07-17T08:28:11.5294289Z if errorlevel 1 exit /b 1 2025-07-17T08:28:11.5294644Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-07-17T08:28:11.5295211Z if errorlevel 1 exit /b 1 2025-07-17T08:28:11.5295430Z ) 2025-07-17T08:28:11.5296345Z 2025-07-17T08:28:11.5298162Z 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:28:11.5299994Z 2025-07-17T08:28:11.5300370Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-07-17T08:28:11.5301336Z 2025-07-17T08:28:11.5301668Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-07-17T08:28:11.5304500Z 2025-07-17T08:28:11.5305202Z 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:28:11.5305887Z set GPUS=%i 2025-07-17T08:28:11.5306154Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:28:11.5306443Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:28:11.5306703Z goto gpu_check_end 2025-07-17T08:28:11.5306903Z ) 2025-07-17T08:28:11.5307054Z ) 2025-07-17T08:28:11.6773340Z 2025-07-17T08:28:11.6773896Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-07-17T08:28:11.6775074Z set GPUS=Name 2025-07-17T08:28:11.6775377Z 2025-07-17T08:28:11.6775570Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:28:11.6775909Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:28:11.6776182Z goto gpu_check_end 2025-07-17T08:28:11.6776381Z ) 2025-07-17T08:28:11.6776537Z ) 2025-07-17T08:28:11.6776639Z 2025-07-17T08:28:11.6776861Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-07-17T08:28:11.6777272Z set GPUS=Microsoft Basic Display Adapter 2025-07-17T08:28:11.6777534Z 2025-07-17T08:28:11.6777720Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:28:11.6777996Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:28:11.6778211Z goto gpu_check_end 2025-07-17T08:28:11.6778406Z ) 2025-07-17T08:28:11.6778552Z ) 2025-07-17T08:28:11.6778643Z 2025-07-17T08:28:11.6778843Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-07-17T08:28:11.6779196Z set GPUS= 2025-07-17T08:28:11.6779362Z 2025-07-17T08:28:11.6779537Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-07-17T08:28:11.6779809Z SET NVIDIA_GPU_EXISTS=1 2025-07-17T08:28:11.6780020Z goto gpu_check_end 2025-07-17T08:28:11.6780215Z ) 2025-07-17T08:28:11.6780366Z ) 2025-07-17T08:28:11.6780451Z 2025-07-17T08:28:11.6780765Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-07-17T08:28:11.6787267Z 2025-07-17T08:28:11.6787694Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-07-17T08:28:11.6789720Z 2025-07-17T08:28:11.6790322Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-07-17T08:28:11.6793050Z 2025-07-17T08:28:11.6793442Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-07-17T08:28:11.6795007Z "install and test libtorch" 2025-07-17T08:28:11.6796818Z 2025-07-17T08:28:11.6797321Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-07-17T08:28:11.9934709Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:28:11.9991738Z Finished 2025-07-17T08:28:12.0144980Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-07-17T08:28:12.0146115Z Dload Upload Total Spent Left Speed 2025-07-17T08:28:12.0147655Z 2025-07-17T08:28:12.0350824Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-07-17T08:28:12.0351275Z 100 2084k 100 2084k 0 0 87.8M 0 --:--:-- --:--:-- --:--:-- 101M 2025-07-17T08:28:12.4896372Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-07-17T08:28:12.5038432Z 2025-07-17T08:28:12.5039196Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-07-17T08:28:12.5040215Z 2025-07-17T08:28:12.5040853Z 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:28:12.5204239Z 2025-07-17T08:28:12.5205811Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip" -otmp 2025-07-17T08:28:13.0129107Z 2025-07-17T08:28:13.0129558Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-07-17T08:28:13.0129861Z 2025-07-17T08:28:13.0129954Z Scanning the drive for archives: 2025-07-17T08:28:13.0130213Z 1 file, 584959983 bytes (558 MiB) 2025-07-17T08:28:13.0130373Z 2025-07-17T08:28:13.0130711Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2025-07-17T08:28:30.2841359Z -- 2025-07-17T08:28:30.2842088Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2025-07-17T08:28:30.2842583Z Type = zip 2025-07-17T08:28:30.2842787Z Physical Size = 584959983 2025-07-17T08:28:30.2842950Z 2025-07-17T08:28:30.2866998Z Everything is Ok 2025-07-17T08:28:30.2867148Z 2025-07-17T08:28:30.2867221Z Folders: 287 2025-07-17T08:28:30.2867419Z Files: 9349 2025-07-17T08:28:30.2867624Z Size: 3085834439 2025-07-17T08:28:30.2867835Z Compressed: 584959983 2025-07-17T08:28:30.2911879Z 2025-07-17T08:28:30.2912464Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-07-17T08:28:30.2913326Z 2025-07-17T08:28:30.2913645Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-07-17T08:28:30.2918282Z 2025-07-17T08:28:30.2918674Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-07-17T08:28:30.2920404Z 2025-07-17T08:28:30.2920805Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-07-17T08:28:30.2923900Z 2025-07-17T08:28:30.2925233Z 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:28:30.2926483Z set "VS15INSTALLDIR=%i" 2025-07-17T08:28:30.2926781Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-07-17T08:28:30.2927107Z goto vswhere 2025-07-17T08:28:30.2927292Z ) ) 2025-07-17T08:28:30.3157316Z 2025-07-17T08:28:30.3158608Z 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:28:30.3160018Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-07-17T08:28:30.3160715Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-07-17T08:28:30.3161258Z goto vswhere 2025-07-17T08:28:30.3161437Z ) ) 2025-07-17T08:28:30.3163713Z 2025-07-17T08:28:30.3164552Z 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:28:30.3165526Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-07-17T08:28:30.3165953Z exit /b 1 2025-07-17T08:28:30.3166140Z ) 2025-07-17T08:28:30.3166237Z 2025-07-17T08:28:30.3166848Z 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:28:35.7028337Z ********************************************************************** 2025-07-17T08:28:35.7028794Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-07-17T08:28:35.7029798Z ** Copyright (c) 2022 Microsoft Corporation 2025-07-17T08:28:35.7030978Z ********************************************************************** 2025-07-17T08:28:39.9678258Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-07-17T08:28:41.0688246Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-07-17T08:28:41.0688749Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:28:41.0689028Z 2025-07-17T08:28:41.0731534Z simple-torch-test.cpp 2025-07-17T08:28:57.2582717Z 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:28:57.2588703Z 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:28:57.2598912Z 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:28:57.2600060Z with 2025-07-17T08:28:57.2600258Z [ 2025-07-17T08:28:57.2600433Z I=size_t, 2025-07-17T08:28:57.2600656Z _Ty2=size_t 2025-07-17T08:28:57.2600863Z ] 2025-07-17T08:28:57.2601778Z 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:28:57.2603667Z 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:28:57.2604949Z with 2025-07-17T08:28:57.2605154Z [ 2025-07-17T08:28:57.2605331Z _Ty=int32_t 2025-07-17T08:28:57.2605555Z ] 2025-07-17T08:28:57.2606713Z 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:28:57.2608006Z with 2025-07-17T08:28:57.2608198Z [ 2025-07-17T08:28:57.2608366Z _Ty=int32_t 2025-07-17T08:28:57.2608585Z ] 2025-07-17T08:28:57.3421248Z 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:28:57.3422108Z with 2025-07-17T08:28:57.3422292Z [ 2025-07-17T08:28:57.3422507Z _Ty=unsigned int 2025-07-17T08:28:57.3422744Z ] 2025-07-17T08:28:57.3423397Z 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:28:57.3425365Z 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:28:57.3426603Z with 2025-07-17T08:28:57.3426790Z [ 2025-07-17T08:28:57.3426996Z _Ty=std::_Vbase 2025-07-17T08:28:57.3427217Z ] 2025-07-17T08:28:57.3428242Z 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:28:57.3429327Z with 2025-07-17T08:28:57.3429513Z [ 2025-07-17T08:28:57.3429693Z _Ty=std::_Vbase 2025-07-17T08:28:57.3429927Z ] 2025-07-17T08:28:57.3431011Z 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:28:57.3432144Z with 2025-07-17T08:28:57.3432329Z [ 2025-07-17T08:28:57.3432515Z _Ty=std::_Vbase 2025-07-17T08:28:57.3433543Z ] 2025-07-17T08:28:57.3434575Z 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:28:57.3435610Z with 2025-07-17T08:28:57.3435818Z [ 2025-07-17T08:28:57.3435999Z _Ty=size_t 2025-07-17T08:28:57.3436222Z ] 2025-07-17T08:28:57.3436948Z 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:28:57.3437750Z with 2025-07-17T08:28:57.3437935Z [ 2025-07-17T08:28:57.3438113Z _Objty=unsigned int 2025-07-17T08:28:57.3438351Z ] 2025-07-17T08:28:57.3438982Z 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:28:57.3440608Z 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:28:57.3441778Z with 2025-07-17T08:28:57.3441950Z [ 2025-07-17T08:28:57.3442139Z _Ty=size_t 2025-07-17T08:28:57.3442332Z ] 2025-07-17T08:28:57.3443443Z 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:28:57.3444587Z with 2025-07-17T08:28:57.3444772Z [ 2025-07-17T08:28:57.3444982Z _Alloc=std::allocator, 2025-07-17T08:28:57.3445268Z _Ty=unsigned int, 2025-07-17T08:28:57.3445519Z _Objty=unsigned int 2025-07-17T08:28:57.3445751Z ] 2025-07-17T08:28:57.3563823Z 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:28:57.3564966Z with 2025-07-17T08:28:57.3565157Z [ 2025-07-17T08:28:57.3565350Z _Ty=int 2025-07-17T08:28:57.3565540Z ] 2025-07-17T08:28:57.3566214Z 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:28:57.3567901Z 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:28:57.3569117Z with 2025-07-17T08:28:57.3569318Z [ 2025-07-17T08:28:57.3569491Z _Ty=int32_t 2025-07-17T08:28:57.3569717Z ] 2025-07-17T08:28:57.3570696Z 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:28:57.3571750Z with 2025-07-17T08:28:57.3571919Z [ 2025-07-17T08:28:57.3572109Z _Ty=int32_t 2025-07-17T08:28:57.3572308Z ] 2025-07-17T08:28:57.3573991Z 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:28:57.3575142Z with 2025-07-17T08:28:57.3575323Z [ 2025-07-17T08:28:57.3575518Z _Ty=int32_t 2025-07-17T08:28:57.3575722Z ] 2025-07-17T08:28:57.3576606Z 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:28:57.3577577Z with 2025-07-17T08:28:57.3577761Z [ 2025-07-17T08:28:57.3577949Z _Ty=size_t 2025-07-17T08:28:57.3578147Z ] 2025-07-17T08:28:57.3578884Z 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:28:57.3579876Z with 2025-07-17T08:28:57.3580076Z [ 2025-07-17T08:28:57.3580263Z _Objty=int 2025-07-17T08:28:57.3580461Z ] 2025-07-17T08:28:57.3581113Z 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:28:57.3582628Z 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:28:57.3583667Z with 2025-07-17T08:28:57.3583864Z [ 2025-07-17T08:28:57.3584039Z _Ty=size_t 2025-07-17T08:28:57.3584248Z ] 2025-07-17T08:28:57.3585406Z 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:28:57.3586552Z with 2025-07-17T08:28:57.3586729Z [ 2025-07-17T08:28:57.3586939Z _Alloc=std::allocator, 2025-07-17T08:28:57.3587200Z _Ty=int, 2025-07-17T08:28:57.3587545Z _Objty=int 2025-07-17T08:28:57.3587766Z ] 2025-07-17T08:28:57.7879919Z 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:28:57.7880781Z with 2025-07-17T08:28:57.7880973Z [ 2025-07-17T08:28:57.7881156Z _Ty1=int 2025-07-17T08:28:57.7881362Z ] 2025-07-17T08:28:57.7882045Z 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:28:57.7883687Z 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:28:57.7884850Z with 2025-07-17T08:28:57.7885037Z [ 2025-07-17T08:28:57.7885229Z _Ty=std::pair 2025-07-17T08:28:57.7885482Z ] 2025-07-17T08:28:57.7886508Z 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:28:57.7887584Z with 2025-07-17T08:28:57.7887766Z [ 2025-07-17T08:28:57.7887949Z _Ty=std::pair 2025-07-17T08:28:57.7888407Z ] 2025-07-17T08:28:57.7889532Z 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:28:57.7890703Z with 2025-07-17T08:28:57.7890894Z [ 2025-07-17T08:28:57.7891080Z _Ty=std::pair 2025-07-17T08:28:57.7891332Z ] 2025-07-17T08:28:57.7892293Z 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:28:57.7893335Z with 2025-07-17T08:28:57.7893520Z [ 2025-07-17T08:28:57.7893687Z _Ty=size_t 2025-07-17T08:28:57.7893898Z ] 2025-07-17T08:28:57.7894755Z 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:28:57.7895686Z with 2025-07-17T08:28:57.7895860Z [ 2025-07-17T08:28:57.7896048Z _Ty=size_t, 2025-07-17T08:28:57.7896274Z _Other1=size_t &, 2025-07-17T08:28:57.7896507Z _Other2=int & 2025-07-17T08:28:57.7896726Z ] 2025-07-17T08:28:57.7897428Z 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:28:57.7898219Z with 2025-07-17T08:28:57.7898390Z [ 2025-07-17T08:28:57.7898568Z _Ty2=int 2025-07-17T08:28:57.7898753Z ] 2025-07-17T08:29:02.5194410Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-07-17T08:29:02.5194882Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:29:02.5195157Z 2025-07-17T08:29:02.5195280Z /out:simple-torch-test.exe 2025-07-17T08:29:02.5195527Z simple-torch-test.obj 2025-07-17T08:29:02.5195757Z c10.lib 2025-07-17T08:29:02.5195934Z torch_cpu.lib 2025-07-17T08:29:07.4455703Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-07-17T08:29:07.8332027Z [W717 08:29:07.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-07-17T08:29:07.9542836Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-07-17T08:29:07.9543357Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:29:07.9543631Z 2025-07-17T08:29:07.9576981Z check-torch-mkl.cpp 2025-07-17T08:29:20.9814331Z 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:29:20.9815678Z 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:29:20.9817312Z 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:29:20.9818393Z with 2025-07-17T08:29:20.9818591Z [ 2025-07-17T08:29:20.9818769Z I=size_t, 2025-07-17T08:29:20.9818997Z _Ty2=size_t 2025-07-17T08:29:20.9819207Z ] 2025-07-17T08:29:20.9820318Z 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:29:20.9822225Z 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:29:20.9823397Z with 2025-07-17T08:29:20.9823574Z [ 2025-07-17T08:29:20.9823765Z _Ty=int32_t 2025-07-17T08:29:20.9823968Z ] 2025-07-17T08:29:20.9825116Z 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:29:20.9826298Z with 2025-07-17T08:29:20.9826482Z [ 2025-07-17T08:29:20.9826675Z _Ty=int32_t 2025-07-17T08:29:20.9826871Z ] 2025-07-17T08:29:21.0659220Z 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:29:21.0660085Z with 2025-07-17T08:29:21.0660322Z [ 2025-07-17T08:29:21.0660519Z _Ty=unsigned int 2025-07-17T08:29:21.0660776Z ] 2025-07-17T08:29:21.0661437Z 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:29:21.0663163Z 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:29:21.0664505Z with 2025-07-17T08:29:21.0664700Z [ 2025-07-17T08:29:21.0664884Z _Ty=std::_Vbase 2025-07-17T08:29:21.0665118Z ] 2025-07-17T08:29:21.0666147Z 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:29:21.0667499Z with 2025-07-17T08:29:21.0667669Z [ 2025-07-17T08:29:21.0667860Z _Ty=std::_Vbase 2025-07-17T08:29:21.0668096Z ] 2025-07-17T08:29:21.0669164Z 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:29:21.0670314Z with 2025-07-17T08:29:21.0670493Z [ 2025-07-17T08:29:21.0670689Z _Ty=std::_Vbase 2025-07-17T08:29:21.0670902Z ] 2025-07-17T08:29:21.0671887Z 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:29:21.0672935Z with 2025-07-17T08:29:21.0673111Z [ 2025-07-17T08:29:21.0673295Z _Ty=size_t 2025-07-17T08:29:21.0673490Z ] 2025-07-17T08:29:21.0674223Z 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:29:21.0675035Z with 2025-07-17T08:29:21.0675209Z [ 2025-07-17T08:29:21.0676039Z _Objty=unsigned int 2025-07-17T08:29:21.0676288Z ] 2025-07-17T08:29:21.0676940Z 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:29:21.0679894Z 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:29:21.0681094Z with 2025-07-17T08:29:21.0681282Z [ 2025-07-17T08:29:21.0681462Z _Ty=size_t 2025-07-17T08:29:21.0681673Z ] 2025-07-17T08:29:21.0682791Z 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:29:21.0683961Z with 2025-07-17T08:29:21.0684153Z [ 2025-07-17T08:29:21.0684358Z _Alloc=std::allocator, 2025-07-17T08:29:21.0684664Z _Ty=unsigned int, 2025-07-17T08:29:21.0684913Z _Objty=unsigned int 2025-07-17T08:29:21.0685155Z ] 2025-07-17T08:29:21.0805128Z 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:29:21.0806000Z with 2025-07-17T08:29:21.0806214Z [ 2025-07-17T08:29:21.0806393Z _Ty=int 2025-07-17T08:29:21.0806607Z ] 2025-07-17T08:29:21.0807291Z 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:29:21.0808920Z 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:29:21.0810283Z with 2025-07-17T08:29:21.0810464Z [ 2025-07-17T08:29:21.0810663Z _Ty=int32_t 2025-07-17T08:29:21.0810867Z ] 2025-07-17T08:29:21.0811870Z 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:29:21.0812929Z with 2025-07-17T08:29:21.0813109Z [ 2025-07-17T08:29:21.0813303Z _Ty=int32_t 2025-07-17T08:29:21.0813502Z ] 2025-07-17T08:29:21.0814542Z 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:29:21.0815631Z with 2025-07-17T08:29:21.0815821Z [ 2025-07-17T08:29:21.0816088Z _Ty=int32_t 2025-07-17T08:29:21.0816301Z ] 2025-07-17T08:29:21.0817171Z 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:29:21.0818095Z with 2025-07-17T08:29:21.0818280Z [ 2025-07-17T08:29:21.0818452Z _Ty=size_t 2025-07-17T08:29:21.0818659Z ] 2025-07-17T08:29:21.0819524Z 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:29:21.0820329Z with 2025-07-17T08:29:21.0820516Z [ 2025-07-17T08:29:21.0820688Z _Objty=int 2025-07-17T08:29:21.0820899Z ] 2025-07-17T08:29:21.0821550Z 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:29:21.0823067Z 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:29:21.0824100Z with 2025-07-17T08:29:21.0824272Z [ 2025-07-17T08:29:21.0824466Z _Ty=size_t 2025-07-17T08:29:21.0824661Z ] 2025-07-17T08:29:21.0825740Z 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:29:21.0826882Z with 2025-07-17T08:29:21.0827078Z [ 2025-07-17T08:29:21.0827289Z _Alloc=std::allocator, 2025-07-17T08:29:21.0827553Z _Ty=int, 2025-07-17T08:29:21.0827773Z _Objty=int 2025-07-17T08:29:21.0827972Z ] 2025-07-17T08:29:21.5301038Z 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:29:21.5301891Z with 2025-07-17T08:29:21.5302093Z [ 2025-07-17T08:29:21.5302274Z _Ty1=int 2025-07-17T08:29:21.5302566Z ] 2025-07-17T08:29:21.5303402Z 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:29:21.5305153Z 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:29:21.5306617Z with 2025-07-17T08:29:21.5306926Z [ 2025-07-17T08:29:21.5307135Z _Ty=std::pair 2025-07-17T08:29:21.5307428Z ] 2025-07-17T08:29:21.5308503Z 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:29:21.5309670Z with 2025-07-17T08:29:21.5309896Z [ 2025-07-17T08:29:21.5310115Z _Ty=std::pair 2025-07-17T08:29:21.5310467Z ] 2025-07-17T08:29:21.5311617Z 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:29:21.5325061Z with 2025-07-17T08:29:21.5325275Z [ 2025-07-17T08:29:21.5325486Z _Ty=std::pair 2025-07-17T08:29:21.5325751Z ] 2025-07-17T08:29:21.5326977Z 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:29:21.5328038Z with 2025-07-17T08:29:21.5328238Z [ 2025-07-17T08:29:21.5328415Z _Ty=size_t 2025-07-17T08:29:21.5328640Z ] 2025-07-17T08:29:21.5329505Z 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:29:21.5330476Z with 2025-07-17T08:29:21.5330651Z [ 2025-07-17T08:29:21.5330842Z _Ty=size_t, 2025-07-17T08:29:21.5331058Z _Other1=size_t &, 2025-07-17T08:29:21.5331313Z _Other2=int & 2025-07-17T08:29:21.5331543Z ] 2025-07-17T08:29:21.5332271Z 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:29:21.5333064Z with 2025-07-17T08:29:21.5333239Z [ 2025-07-17T08:29:21.5333422Z _Ty2=int 2025-07-17T08:29:21.5333617Z ] 2025-07-17T08:29:23.0930506Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-07-17T08:29:23.0930989Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T08:29:23.0931260Z 2025-07-17T08:29:23.0931392Z /out:check-torch-mkl.exe 2025-07-17T08:29:23.0931634Z check-torch-mkl.obj 2025-07-17T08:29:23.0931843Z c10.lib 2025-07-17T08:29:23.0932031Z torch_cpu.lib 2025-07-17T08:29:23.3542380Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-07-17T08:29:24.1081053Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-07-17T08:29:24.1112228Z + popd 2025-07-17T08:29:24.1115947Z /c/actions-runner/_work/pytorch/pytorch 2025-07-17T08:29:24.1241504Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-17T08:29:24.1241940Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-17T08:29:24.1257849Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:29:24.1258303Z env: 2025-07-17T08:29:24.1258637Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:29:24.1259051Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:29:24.1259381Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:29:24.1260228Z GITHUB_TOKEN: *** 2025-07-17T08:29:24.1260441Z PR_NUMBER: 2025-07-17T08:29:24.1260692Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:29:24.1260984Z SKIP_ALL_TESTS: 1 2025-07-17T08:29:24.1261189Z OS: windows 2025-07-17T08:29:24.1261467Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:29:24.1261841Z PACKAGE_TYPE: libtorch 2025-07-17T08:29:24.1262111Z DESIRED_CUDA: cpu 2025-07-17T08:29:24.1262313Z GPU_ARCH_TYPE: cpu 2025-07-17T08:29:24.1262542Z LIBTORCH_CONFIG: release 2025-07-17T08:29:24.1262784Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:29:24.1263057Z DESIRED_PYTHON: 3.9 2025-07-17T08:29:24.1263338Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:29:24.1263750Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:29:24.1264128Z ##[endgroup] 2025-07-17T08:29:24.4837589Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:29:24.4909723Z Finished 2025-07-17T08:29:24.6242238Z Holding runner until all ssh sessions have logged out 2025-07-17T08:29:24.6516968Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-07-17T08:29:24.6517410Z .github\scripts\kill_active_ssh_sessions.ps1 2025-07-17T08:29:24.6533131Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:29:24.6533707Z env: 2025-07-17T08:29:24.6534075Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T08:29:24.6534499Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T08:29:24.6534806Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-07-17T08:29:24.6535422Z GITHUB_TOKEN: *** 2025-07-17T08:29:24.6535726Z PR_NUMBER: 2025-07-17T08:29:24.6535959Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T08:29:24.6536279Z SKIP_ALL_TESTS: 1 2025-07-17T08:29:24.6536478Z OS: windows 2025-07-17T08:29:24.6536768Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-07-17T08:29:24.6537139Z PACKAGE_TYPE: libtorch 2025-07-17T08:29:24.6537416Z DESIRED_CUDA: cpu 2025-07-17T08:29:24.6537622Z GPU_ARCH_TYPE: cpu 2025-07-17T08:29:24.6537860Z LIBTORCH_CONFIG: release 2025-07-17T08:29:24.6538104Z LIBTORCH_VARIANT: shared-with-deps 2025-07-17T08:29:24.6538379Z DESIRED_PYTHON: 3.9 2025-07-17T08:29:24.6538638Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-07-17T08:29:24.6539063Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-07-17T08:29:24.6539444Z ##[endgroup] 2025-07-17T08:29:25.0171188Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:29:25.0229676Z Finished 2025-07-17T08:29:25.0657020Z Post job cleanup. 2025-07-17T08:29:25.2084508Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-17T08:29:25.2300663Z git version 2.49.0.windows.1 2025-07-17T08:29:25.2364538Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\a2558e20-299d-40ba-aa2f-799cc57a93ec\.gitconfig' 2025-07-17T08:29:25.2383940Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a2558e20-299d-40ba-aa2f-799cc57a93ec' before making global git config changes 2025-07-17T08:29:25.2384751Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T08:29:25.2395597Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-07-17T08:29:25.2701342Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-17T08:29:25.2977641Z [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:29:25.7042867Z Entering 'android/libs/fbjni' 2025-07-17T08:29:25.7652417Z Entering 'third_party/FP16' 2025-07-17T08:29:25.8287100Z Entering 'third_party/FXdiv' 2025-07-17T08:29:25.8938158Z Entering 'third_party/NNPACK' 2025-07-17T08:29:25.9652682Z Entering 'third_party/NVTX' 2025-07-17T08:29:26.0340738Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:29:26.0960100Z Entering 'third_party/XNNPACK' 2025-07-17T08:29:26.1599442Z Entering 'third_party/aiter' 2025-07-17T08:29:26.2217747Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:29:26.2894914Z Entering 'third_party/benchmark' 2025-07-17T08:29:26.3497513Z Entering 'third_party/composable_kernel' 2025-07-17T08:29:26.4129395Z Entering 'third_party/cpp-httplib' 2025-07-17T08:29:26.4751767Z Entering 'third_party/cpuinfo' 2025-07-17T08:29:26.5390796Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:29:26.6021767Z Entering 'third_party/cutlass' 2025-07-17T08:29:26.6670514Z Entering 'third_party/fbgemm' 2025-07-17T08:29:26.7273167Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:29:26.7881395Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:29:26.8499148Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:29:26.9152653Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:29:26.9776393Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:29:27.0403656Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:29:27.1069714Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:29:27.1684763Z Entering 'third_party/flash-attention' 2025-07-17T08:29:27.2331837Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:29:27.2953986Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:29:27.3602519Z Entering 'third_party/flatbuffers' 2025-07-17T08:29:27.4230328Z Entering 'third_party/fmt' 2025-07-17T08:29:27.4831095Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:29:27.5457937Z Entering 'third_party/gloo' 2025-07-17T08:29:27.6094280Z Entering 'third_party/googletest' 2025-07-17T08:29:27.6767591Z Entering 'third_party/ideep' 2025-07-17T08:29:27.7361812Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:29:27.8003165Z Entering 'third_party/ittapi' 2025-07-17T08:29:27.8657242Z Entering 'third_party/kineto' 2025-07-17T08:29:27.9285137Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:29:27.9890429Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:29:28.0519762Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:29:28.1144760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:29:28.1777545Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:29:28.2372797Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:29:28.2997389Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:29:28.3636932Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:29:28.4247059Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:29:28.4861289Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:29:28.5523233Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:29:28.6120693Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:29:28.6782012Z Entering 'third_party/kleidiai' 2025-07-17T08:29:28.7401691Z Entering 'third_party/mimalloc' 2025-07-17T08:29:28.8028396Z Entering 'third_party/nlohmann' 2025-07-17T08:29:28.8659330Z Entering 'third_party/onnx' 2025-07-17T08:29:28.9267469Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:29:28.9886337Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:29:29.0470647Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:29:29.1102545Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:29:29.1751208Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:29:29.2358988Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:29:29.2949094Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:29:29.3587183Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:29:29.4182269Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:29:29.4763809Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:29:29.5404243Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:29:29.6019045Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:29:29.6652302Z Entering 'third_party/pocketfft' 2025-07-17T08:29:29.7291432Z Entering 'third_party/protobuf' 2025-07-17T08:29:29.7879951Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:29:29.8496986Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:29:29.9149345Z Entering 'third_party/psimd' 2025-07-17T08:29:29.9770845Z Entering 'third_party/pthreadpool' 2025-07-17T08:29:30.0388104Z Entering 'third_party/pybind11' 2025-07-17T08:29:30.1065823Z Entering 'third_party/python-peachpy' 2025-07-17T08:29:30.1683856Z Entering 'third_party/sleef' 2025-07-17T08:29:30.2318764Z Entering 'third_party/tensorpipe' 2025-07-17T08:29:30.2950330Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:29:30.3593363Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:29:30.4213640Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:29:30.4837978Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:29:30.5443911Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:29:30.6211480Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T08:29:30.6450164Z http.https://github.com/.extraheader 2025-07-17T08:29:30.6501552Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-17T08:29:30.6778455Z [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:29:31.1029058Z Entering 'android/libs/fbjni' 2025-07-17T08:29:31.1483749Z http.https://github.com/.extraheader 2025-07-17T08:29:31.1846282Z Entering 'third_party/FP16' 2025-07-17T08:29:31.2337714Z http.https://github.com/.extraheader 2025-07-17T08:29:31.2698750Z Entering 'third_party/FXdiv' 2025-07-17T08:29:31.3163340Z http.https://github.com/.extraheader 2025-07-17T08:29:31.3530254Z Entering 'third_party/NNPACK' 2025-07-17T08:29:31.4002149Z http.https://github.com/.extraheader 2025-07-17T08:29:31.4359003Z Entering 'third_party/NVTX' 2025-07-17T08:29:31.4843294Z http.https://github.com/.extraheader 2025-07-17T08:29:31.5231751Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T08:29:31.5689518Z http.https://github.com/.extraheader 2025-07-17T08:29:31.6084720Z Entering 'third_party/XNNPACK' 2025-07-17T08:29:31.6556933Z http.https://github.com/.extraheader 2025-07-17T08:29:31.6932643Z Entering 'third_party/aiter' 2025-07-17T08:29:31.7455446Z http.https://github.com/.extraheader 2025-07-17T08:29:31.7822239Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T08:29:31.8342741Z http.https://github.com/.extraheader 2025-07-17T08:29:31.8731569Z Entering 'third_party/benchmark' 2025-07-17T08:29:31.9212349Z http.https://github.com/.extraheader 2025-07-17T08:29:31.9582404Z Entering 'third_party/composable_kernel' 2025-07-17T08:29:32.0056579Z http.https://github.com/.extraheader 2025-07-17T08:29:32.0426178Z Entering 'third_party/cpp-httplib' 2025-07-17T08:29:32.0890631Z http.https://github.com/.extraheader 2025-07-17T08:29:32.1271078Z Entering 'third_party/cpuinfo' 2025-07-17T08:29:32.1740849Z http.https://github.com/.extraheader 2025-07-17T08:29:32.2123824Z Entering 'third_party/cudnn_frontend' 2025-07-17T08:29:32.2584040Z http.https://github.com/.extraheader 2025-07-17T08:29:32.2957150Z Entering 'third_party/cutlass' 2025-07-17T08:29:32.3430395Z http.https://github.com/.extraheader 2025-07-17T08:29:32.3795553Z Entering 'third_party/fbgemm' 2025-07-17T08:29:32.4261097Z http.https://github.com/.extraheader 2025-07-17T08:29:32.4605784Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T08:29:32.5086539Z http.https://github.com/.extraheader 2025-07-17T08:29:32.5442346Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T08:29:32.5937968Z http.https://github.com/.extraheader 2025-07-17T08:29:32.6311317Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T08:29:32.6783117Z http.https://github.com/.extraheader 2025-07-17T08:29:32.7168313Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T08:29:32.7637301Z http.https://github.com/.extraheader 2025-07-17T08:29:32.8027489Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T08:29:32.8507881Z http.https://github.com/.extraheader 2025-07-17T08:29:32.8866354Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T08:29:32.9347244Z http.https://github.com/.extraheader 2025-07-17T08:29:32.9727493Z Entering 'third_party/fbgemm/external/json' 2025-07-17T08:29:33.0213982Z http.https://github.com/.extraheader 2025-07-17T08:29:33.0597627Z Entering 'third_party/flash-attention' 2025-07-17T08:29:33.1062511Z http.https://github.com/.extraheader 2025-07-17T08:29:33.1463489Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T08:29:33.1933125Z http.https://github.com/.extraheader 2025-07-17T08:29:33.2303595Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T08:29:33.2769945Z http.https://github.com/.extraheader 2025-07-17T08:29:33.3166390Z Entering 'third_party/flatbuffers' 2025-07-17T08:29:33.3633998Z http.https://github.com/.extraheader 2025-07-17T08:29:33.3997292Z Entering 'third_party/fmt' 2025-07-17T08:29:33.4455224Z http.https://github.com/.extraheader 2025-07-17T08:29:33.4835934Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T08:29:33.5309735Z http.https://github.com/.extraheader 2025-07-17T08:29:33.5743910Z Entering 'third_party/gloo' 2025-07-17T08:29:33.6198958Z http.https://github.com/.extraheader 2025-07-17T08:29:33.6556685Z Entering 'third_party/googletest' 2025-07-17T08:29:33.7025723Z http.https://github.com/.extraheader 2025-07-17T08:29:33.7381484Z Entering 'third_party/ideep' 2025-07-17T08:29:33.7892483Z http.https://github.com/.extraheader 2025-07-17T08:29:33.8221732Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T08:29:33.8692901Z http.https://github.com/.extraheader 2025-07-17T08:29:33.9085966Z Entering 'third_party/ittapi' 2025-07-17T08:29:33.9570726Z http.https://github.com/.extraheader 2025-07-17T08:29:33.9946903Z Entering 'third_party/kineto' 2025-07-17T08:29:34.0433598Z http.https://github.com/.extraheader 2025-07-17T08:29:34.0771821Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T08:29:34.1249990Z http.https://github.com/.extraheader 2025-07-17T08:29:34.1612601Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T08:29:34.2081834Z http.https://github.com/.extraheader 2025-07-17T08:29:34.2437844Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T08:29:34.2892873Z http.https://github.com/.extraheader 2025-07-17T08:29:34.3246502Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T08:29:34.3707726Z http.https://github.com/.extraheader 2025-07-17T08:29:34.4063831Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T08:29:34.4518444Z http.https://github.com/.extraheader 2025-07-17T08:29:34.4855139Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T08:29:34.5324152Z http.https://github.com/.extraheader 2025-07-17T08:29:34.5695261Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T08:29:34.6140284Z http.https://github.com/.extraheader 2025-07-17T08:29:34.6474276Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T08:29:34.6935176Z http.https://github.com/.extraheader 2025-07-17T08:29:34.7300267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T08:29:34.7755701Z http.https://github.com/.extraheader 2025-07-17T08:29:34.8098938Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T08:29:34.8571850Z http.https://github.com/.extraheader 2025-07-17T08:29:34.8964308Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T08:29:34.9424740Z http.https://github.com/.extraheader 2025-07-17T08:29:34.9775965Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T08:29:35.0235555Z http.https://github.com/.extraheader 2025-07-17T08:29:35.0607678Z Entering 'third_party/kleidiai' 2025-07-17T08:29:35.1072597Z http.https://github.com/.extraheader 2025-07-17T08:29:35.1427125Z Entering 'third_party/mimalloc' 2025-07-17T08:29:35.1910475Z http.https://github.com/.extraheader 2025-07-17T08:29:35.2268108Z Entering 'third_party/nlohmann' 2025-07-17T08:29:35.2753693Z http.https://github.com/.extraheader 2025-07-17T08:29:35.3099199Z Entering 'third_party/onnx' 2025-07-17T08:29:35.3585014Z http.https://github.com/.extraheader 2025-07-17T08:29:35.3945628Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T08:29:35.4407259Z http.https://github.com/.extraheader 2025-07-17T08:29:35.4832324Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T08:29:35.5296915Z http.https://github.com/.extraheader 2025-07-17T08:29:35.5664514Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T08:29:35.6120269Z http.https://github.com/.extraheader 2025-07-17T08:29:35.6482869Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T08:29:35.6934244Z http.https://github.com/.extraheader 2025-07-17T08:29:35.7290197Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T08:29:35.7756910Z http.https://github.com/.extraheader 2025-07-17T08:29:35.8114780Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T08:29:35.8583896Z http.https://github.com/.extraheader 2025-07-17T08:29:35.8937705Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T08:29:35.9439298Z http.https://github.com/.extraheader 2025-07-17T08:29:35.9795550Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T08:29:36.0264175Z http.https://github.com/.extraheader 2025-07-17T08:29:36.0729705Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T08:29:36.1191260Z http.https://github.com/.extraheader 2025-07-17T08:29:36.1537477Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T08:29:36.2000143Z http.https://github.com/.extraheader 2025-07-17T08:29:36.2372865Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T08:29:36.2839513Z http.https://github.com/.extraheader 2025-07-17T08:29:36.3215493Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T08:29:36.3672450Z http.https://github.com/.extraheader 2025-07-17T08:29:36.4067744Z Entering 'third_party/pocketfft' 2025-07-17T08:29:36.4568336Z http.https://github.com/.extraheader 2025-07-17T08:29:36.4920620Z Entering 'third_party/protobuf' 2025-07-17T08:29:36.5355933Z http.https://github.com/.extraheader 2025-07-17T08:29:36.5678912Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T08:29:36.6205331Z http.https://github.com/.extraheader 2025-07-17T08:29:36.6603071Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T08:29:36.7036674Z http.https://github.com/.extraheader 2025-07-17T08:29:36.7403852Z Entering 'third_party/psimd' 2025-07-17T08:29:36.7872658Z http.https://github.com/.extraheader 2025-07-17T08:29:36.8259707Z Entering 'third_party/pthreadpool' 2025-07-17T08:29:36.8729431Z http.https://github.com/.extraheader 2025-07-17T08:29:36.9086865Z Entering 'third_party/pybind11' 2025-07-17T08:29:36.9540390Z http.https://github.com/.extraheader 2025-07-17T08:29:36.9922965Z Entering 'third_party/python-peachpy' 2025-07-17T08:29:37.0388489Z http.https://github.com/.extraheader 2025-07-17T08:29:37.0740851Z Entering 'third_party/sleef' 2025-07-17T08:29:37.1186586Z http.https://github.com/.extraheader 2025-07-17T08:29:37.1541613Z Entering 'third_party/tensorpipe' 2025-07-17T08:29:37.2004485Z http.https://github.com/.extraheader 2025-07-17T08:29:37.2342317Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T08:29:37.2812727Z http.https://github.com/.extraheader 2025-07-17T08:29:37.3163797Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T08:29:37.3641673Z http.https://github.com/.extraheader 2025-07-17T08:29:37.4010974Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T08:29:37.4477658Z http.https://github.com/.extraheader 2025-07-17T08:29:37.4828218Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T08:29:37.5286522Z http.https://github.com/.extraheader 2025-07-17T08:29:37.5639364Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T08:29:37.6100946Z http.https://github.com/.extraheader 2025-07-17T08:29:37.6748486Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-17T08:29:37.6782848Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-07-17T08:29:37.6798224Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:29:37.6798683Z ##[endgroup] 2025-07-17T08:29:38.0261625Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:29:38.0328517Z Finished 2025-07-17T08:29:39.6186493Z Cleaning up orphan processes 2025-07-17T08:29:39.6485722Z Terminate orphan process: pid (1820) (vctip)