2025-08-14T22:19:27.0924705Z Current runner version: '2.328.0' 2025-08-14T22:19:27.0931880Z Runner name: 'i-024bb4ada68dffd0f' 2025-08-14T22:19:27.0932670Z Runner group name: 'default' 2025-08-14T22:19:27.0933501Z Machine name: 'EC2AMAZ-IFQ8336' 2025-08-14T22:19:27.0937030Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T22:19:27.0939442Z Contents: read 2025-08-14T22:19:27.0940004Z Metadata: read 2025-08-14T22:19:27.0940527Z Packages: read 2025-08-14T22:19:27.0941208Z ##[endgroup] 2025-08-14T22:19:27.0943416Z Secret source: Actions 2025-08-14T22:19:27.0944084Z Prepare workflow directory 2025-08-14T22:19:27.1522225Z Prepare all required actions 2025-08-14T22:19:27.1564040Z Getting action download info 2025-08-14T22:19:27.3665599Z Download action repository 'pytorch/test-infra@main' (SHA:a07e5d98fab9986e2426a1520fae86184b9b6d4f) 2025-08-14T22:20:26.3390680Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T22:20:26.8781892Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-08-14T22:20:28.5985189Z Complete job name: libtorch-cpu-shared-with-deps-release-test 2025-08-14T22:20:29.0089079Z ##[group]Run set -euo pipefail 2025-08-14T22:20:29.0089633Z set -euo pipefail 2025-08-14T22:20:29.0089915Z function get_ec2_metadata() { 2025-08-14T22:20:29.0090287Z  # Pulled from instance metadata endpoint for EC2 2025-08-14T22:20:29.0090930Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-08-14T22:20:29.0091483Z  category=$1 2025-08-14T22:20:29.0092356Z  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-08-14T22:20:29.0093235Z } 2025-08-14T22:20:29.0093494Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-08-14T22:20:29.0093921Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-08-14T22:20:29.0094422Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-08-14T22:20:29.0094830Z echo "system info $(uname -a)" 2025-08-14T22:20:29.0120646Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:20:29.0121352Z env: 2025-08-14T22:20:29.0121685Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:20:29.0122118Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:20:29.0122440Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:20:29.0123105Z GITHUB_TOKEN: *** 2025-08-14T22:20:29.0123323Z PR_NUMBER: 2025-08-14T22:20:29.0123554Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:29.0123882Z SKIP_ALL_TESTS: 1 2025-08-14T22:20:29.0124080Z OS: windows 2025-08-14T22:20:29.0124377Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:20:29.0124749Z PACKAGE_TYPE: libtorch 2025-08-14T22:20:29.0125007Z DESIRED_CUDA: cpu 2025-08-14T22:20:29.0125225Z GPU_ARCH_TYPE: cpu 2025-08-14T22:20:29.0125476Z LIBTORCH_CONFIG: release 2025-08-14T22:20:29.0125756Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:20:29.0126029Z DESIRED_PYTHON: 3.9 2025-08-14T22:20:29.0126256Z ##[endgroup] 2025-08-14T22:20:33.6106479Z ami-id: ami-0d9ca55f96fe08fd6 2025-08-14T22:20:33.6477086Z instance-id: i-024bb4ada68dffd0f 2025-08-14T22:20:33.6978183Z instance-type: c5d.4xlarge 2025-08-14T22:20:33.9125862Z 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-08-14T22:20:33.9357759Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-08-14T22:20:33.9358212Z with: 2025-08-14T22:20:33.9358686Z github-secret: *** 2025-08-14T22:20:33.9358943Z activate-with-label: false 2025-08-14T22:20:33.9359195Z label: with-ssh 2025-08-14T22:20:33.9359427Z remove-existing-keys: true 2025-08-14T22:20:33.9361332Z fail-silently: true 2025-08-14T22:20:33.9361547Z env: 2025-08-14T22:20:33.9361868Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:20:33.9362282Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:20:33.9362625Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:20:33.9363154Z GITHUB_TOKEN: *** 2025-08-14T22:20:33.9363374Z PR_NUMBER: 2025-08-14T22:20:33.9363622Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:33.9363920Z SKIP_ALL_TESTS: 1 2025-08-14T22:20:33.9364124Z OS: windows 2025-08-14T22:20:33.9364459Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:20:33.9364852Z PACKAGE_TYPE: libtorch 2025-08-14T22:20:33.9365090Z DESIRED_CUDA: cpu 2025-08-14T22:20:33.9365301Z GPU_ARCH_TYPE: cpu 2025-08-14T22:20:33.9365530Z LIBTORCH_CONFIG: release 2025-08-14T22:20:33.9365785Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:20:33.9366072Z DESIRED_PYTHON: 3.9 2025-08-14T22:20:33.9366294Z ##[endgroup] 2025-08-14T22:20:34.0944502Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-08-14T22:20:34.0946589Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-08-14T22:20:34.3164496Z ##[group]Run git config --global core.longpaths true 2025-08-14T22:20:34.3165036Z git config --global core.longpaths true 2025-08-14T22:20:34.3165399Z git config --global core.symlinks true 2025-08-14T22:20:34.3165710Z  2025-08-14T22:20:34.3166087Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-08-14T22:20:34.3166692Z # the directory on Windows and prevent GHA from checking out as reported 2025-08-14T22:20:34.3167285Z # in https://github.com/actions/checkout/issues/1018 2025-08-14T22:20:34.3167702Z git config --global core.fsmonitor false 2025-08-14T22:20:34.3189077Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:20:34.3189565Z env: 2025-08-14T22:20:34.3189882Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:20:34.3190304Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:20:34.3190655Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:20:34.3191354Z GITHUB_TOKEN: *** 2025-08-14T22:20:34.3191562Z PR_NUMBER: 2025-08-14T22:20:34.3191800Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:34.3192097Z SKIP_ALL_TESTS: 1 2025-08-14T22:20:34.3192314Z OS: windows 2025-08-14T22:20:34.3192598Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:20:34.3192973Z PACKAGE_TYPE: libtorch 2025-08-14T22:20:34.3193200Z DESIRED_CUDA: cpu 2025-08-14T22:20:34.3193413Z GPU_ARCH_TYPE: cpu 2025-08-14T22:20:34.3193635Z LIBTORCH_CONFIG: release 2025-08-14T22:20:34.3193885Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:20:34.3194177Z DESIRED_PYTHON: 3.9 2025-08-14T22:20:34.3194487Z ##[endgroup] 2025-08-14T22:20:35.9327198Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-08-14T22:20:35.9328423Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-08-14T22:20:35.9346392Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:20:35.9346867Z env: 2025-08-14T22:20:35.9347281Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:20:35.9347698Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:20:35.9348110Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:20:35.9348802Z GITHUB_TOKEN: *** 2025-08-14T22:20:35.9349020Z PR_NUMBER: 2025-08-14T22:20:35.9349340Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:35.9349640Z SKIP_ALL_TESTS: 1 2025-08-14T22:20:35.9349839Z OS: windows 2025-08-14T22:20:35.9351014Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:20:35.9351548Z PACKAGE_TYPE: libtorch 2025-08-14T22:20:35.9351800Z DESIRED_CUDA: cpu 2025-08-14T22:20:35.9352007Z GPU_ARCH_TYPE: cpu 2025-08-14T22:20:35.9352316Z LIBTORCH_CONFIG: release 2025-08-14T22:20:35.9352576Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:20:35.9352846Z DESIRED_PYTHON: 3.9 2025-08-14T22:20:35.9353147Z ##[endgroup] 2025-08-14T22:20:36.3184574Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:20:36.3255962Z Finished 2025-08-14T22:20:36.3585624Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-08-14T22:20:36.3586579Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-08-14T22:20:36.3587288Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-08-14T22:20:36.3587799Z # that it doesn't interfere 2025-08-14T22:20:36.3588256Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-08-14T22:20:36.3604550Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:20:36.3605026Z env: 2025-08-14T22:20:36.3605364Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:20:36.3605789Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:20:36.3606130Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:20:36.3606866Z GITHUB_TOKEN: *** 2025-08-14T22:20:36.3607130Z PR_NUMBER: 2025-08-14T22:20:36.3607368Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:36.3607696Z SKIP_ALL_TESTS: 1 2025-08-14T22:20:36.3607897Z OS: windows 2025-08-14T22:20:36.3608205Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:20:36.3608598Z PACKAGE_TYPE: libtorch 2025-08-14T22:20:36.3608832Z DESIRED_CUDA: cpu 2025-08-14T22:20:36.3609068Z GPU_ARCH_TYPE: cpu 2025-08-14T22:20:36.3609291Z LIBTORCH_CONFIG: release 2025-08-14T22:20:36.3609564Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:20:36.3609848Z DESIRED_PYTHON: 3.9 2025-08-14T22:20:36.3610077Z ##[endgroup] 2025-08-14T22:20:36.6935710Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:20:36.7010354Z Finished 2025-08-14T22:20:40.3845028Z ##[group]Run actions/checkout@v4 2025-08-14T22:20:40.3845373Z with: 2025-08-14T22:20:40.3845610Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:40.3845914Z submodules: recursive 2025-08-14T22:20:40.3846139Z path: pytorch 2025-08-14T22:20:40.3846337Z show-progress: false 2025-08-14T22:20:40.3846572Z repository: pytorch/pytorch 2025-08-14T22:20:40.3846976Z token: *** 2025-08-14T22:20:40.3847166Z ssh-strict: true 2025-08-14T22:20:40.3847498Z ssh-user: git 2025-08-14T22:20:40.3847706Z persist-credentials: true 2025-08-14T22:20:40.3847968Z clean: true 2025-08-14T22:20:40.3848269Z sparse-checkout-cone-mode: true 2025-08-14T22:20:40.3848548Z fetch-depth: 1 2025-08-14T22:20:40.3848748Z fetch-tags: false 2025-08-14T22:20:40.3848945Z lfs: false 2025-08-14T22:20:40.3849137Z set-safe-directory: true 2025-08-14T22:20:40.3849358Z env: 2025-08-14T22:20:40.3849706Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:20:40.3866043Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:20:40.3866474Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:20:40.3867006Z GITHUB_TOKEN: *** 2025-08-14T22:20:40.3867223Z PR_NUMBER: 2025-08-14T22:20:40.3867448Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:20:40.3867755Z SKIP_ALL_TESTS: 1 2025-08-14T22:20:40.3867951Z OS: windows 2025-08-14T22:20:40.3868251Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:20:40.3868641Z PACKAGE_TYPE: libtorch 2025-08-14T22:20:40.3869085Z DESIRED_CUDA: cpu 2025-08-14T22:20:40.3869294Z GPU_ARCH_TYPE: cpu 2025-08-14T22:20:40.3869514Z LIBTORCH_CONFIG: release 2025-08-14T22:20:40.3869764Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:20:40.3870024Z DESIRED_PYTHON: 3.9 2025-08-14T22:20:40.3870255Z ##[endgroup] 2025-08-14T22:20:40.5216614Z Syncing repository: pytorch/pytorch 2025-08-14T22:20:40.5217938Z ##[group]Getting Git version info 2025-08-14T22:20:40.5218401Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-08-14T22:20:40.5320427Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-08-14T22:20:40.5535123Z git version 2.49.0.windows.1 2025-08-14T22:20:40.5683083Z ##[endgroup] 2025-08-14T22:20:40.5694353Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\7eac2c17-3a7e-4536-ad7e-4b76c9704472\.gitconfig' 2025-08-14T22:20:40.5716424Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7eac2c17-3a7e-4536-ad7e-4b76c9704472' before making global git config changes 2025-08-14T22:20:40.5717335Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T22:20:40.5726547Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-14T22:20:40.5968455Z ##[group]Initializing the repository 2025-08-14T22:20:40.5978960Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-14T22:20:42.6291745Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2025-08-14T22:20:42.6347273Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-08-14T22:20:42.7504414Z ##[endgroup] 2025-08-14T22:20:42.7504834Z ##[group]Disabling automatic garbage collection 2025-08-14T22:20:42.7516831Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-08-14T22:20:42.7755325Z ##[endgroup] 2025-08-14T22:20:42.7755700Z ##[group]Setting up auth 2025-08-14T22:20:42.7769640Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-08-14T22:20:42.8017392Z [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-08-14T22:21:05.6209773Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T22:21:05.6459401Z [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-08-14T22:21:06.0596374Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-08-14T22:21:06.0845648Z ##[endgroup] 2025-08-14T22:21:06.0846139Z ##[group]Fetching the repository 2025-08-14T22:21:06.0859966Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:21:38.2669815Z From https://github.com/pytorch/pytorch 2025-08-14T22:21:38.2670374Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T22:21:39.1813595Z ##[endgroup] 2025-08-14T22:21:39.1814042Z ##[group]Determining the checkout info 2025-08-14T22:21:39.1816520Z ##[endgroup] 2025-08-14T22:21:39.1828756Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-08-14T22:21:40.7509525Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-08-14T22:21:40.7765787Z ##[group]Checking out the ref 2025-08-14T22:21:40.7776536Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:21:44.0357507Z Updating files: 0% (32/19474) 2025-08-14T22:21:45.0178498Z Updating files: 0% (65/19474) 2025-08-14T22:21:45.9421357Z Updating files: 0% (106/19474) 2025-08-14T22:21:47.0443004Z Updating files: 0% (128/19474) 2025-08-14T22:21:47.4955262Z Updating files: 0% (172/19474) 2025-08-14T22:21:47.9178019Z Updating files: 1% (195/19474) 2025-08-14T22:21:48.9424027Z Updating files: 1% (218/19474) 2025-08-14T22:21:50.3178357Z Updating files: 1% (275/19474) 2025-08-14T22:21:50.4658686Z Updating files: 1% (372/19474) 2025-08-14T22:21:51.1722870Z Updating files: 2% (390/19474) 2025-08-14T22:21:52.0252354Z Updating files: 2% (407/19474) 2025-08-14T22:21:53.1406434Z Updating files: 2% (446/19474) 2025-08-14T22:21:53.6863051Z Updating files: 2% (552/19474) 2025-08-14T22:21:54.1942604Z Updating files: 3% (585/19474) 2025-08-14T22:21:55.3567520Z Updating files: 3% (592/19474) 2025-08-14T22:21:56.2432353Z Updating files: 3% (620/19474) 2025-08-14T22:21:57.3215523Z Updating files: 3% (687/19474) 2025-08-14T22:21:58.0817410Z Updating files: 3% (715/19474) 2025-08-14T22:21:58.0857720Z Updating files: 3% (763/19474) 2025-08-14T22:21:59.1880831Z Updating files: 4% (779/19474) 2025-08-14T22:22:00.1924195Z Updating files: 4% (844/19474) 2025-08-14T22:22:01.3491142Z Updating files: 4% (891/19474) 2025-08-14T22:22:01.3501256Z Updating files: 4% (971/19474) 2025-08-14T22:22:02.2221084Z Updating files: 5% (974/19474) 2025-08-14T22:22:03.2982795Z Updating files: 5% (1034/19474) 2025-08-14T22:22:04.0841528Z Updating files: 5% (1095/19474) 2025-08-14T22:22:04.4568108Z Updating files: 5% (1135/19474) 2025-08-14T22:22:05.0853609Z Updating files: 6% (1169/19474) 2025-08-14T22:22:06.0748128Z Updating files: 6% (1218/19474) 2025-08-14T22:22:06.6996657Z Updating files: 6% (1253/19474) 2025-08-14T22:22:07.1330389Z Updating files: 7% (1364/19474) 2025-08-14T22:22:08.2928684Z Updating files: 7% (1482/19474) 2025-08-14T22:22:09.0991604Z Updating files: 7% (1510/19474) 2025-08-14T22:22:09.6260983Z Updating files: 7% (1517/19474) 2025-08-14T22:22:10.3754668Z Updating files: 8% (1558/19474) 2025-08-14T22:22:11.2211580Z Updating files: 8% (1598/19474) 2025-08-14T22:22:12.4723074Z Updating files: 8% (1608/19474) 2025-08-14T22:22:13.2760473Z Updating files: 8% (1624/19474) 2025-08-14T22:22:14.6527244Z Updating files: 8% (1640/19474) 2025-08-14T22:22:15.1356575Z Updating files: 8% (1655/19474) 2025-08-14T22:22:16.2297942Z Updating files: 8% (1672/19474) 2025-08-14T22:22:17.2366867Z Updating files: 8% (1696/19474) 2025-08-14T22:22:18.1528160Z Updating files: 8% (1724/19474) 2025-08-14T22:22:18.1529987Z Updating files: 8% (1752/19474) 2025-08-14T22:22:19.2144008Z Updating files: 9% (1753/19474) 2025-08-14T22:22:20.3238792Z Updating files: 9% (1784/19474) 2025-08-14T22:22:21.3326993Z Updating files: 9% (1804/19474) 2025-08-14T22:22:22.3378635Z Updating files: 9% (1826/19474) 2025-08-14T22:22:23.2449735Z Updating files: 9% (1833/19474) 2025-08-14T22:22:24.2171029Z Updating files: 9% (1843/19474) 2025-08-14T22:22:24.5759590Z Updating files: 9% (1909/19474) 2025-08-14T22:22:25.1851913Z Updating files: 10% (1948/19474) 2025-08-14T22:22:26.2008374Z Updating files: 10% (1973/19474) 2025-08-14T22:22:26.9600061Z Updating files: 10% (2017/19474) 2025-08-14T22:22:27.3271428Z Updating files: 11% (2143/19474) 2025-08-14T22:22:28.2834111Z Updating files: 11% (2170/19474) 2025-08-14T22:22:29.4708067Z Updating files: 11% (2205/19474) 2025-08-14T22:22:30.4803239Z Updating files: 11% (2259/19474) 2025-08-14T22:22:31.4793918Z Updating files: 11% (2270/19474) 2025-08-14T22:22:31.7405139Z Updating files: 11% (2278/19474) 2025-08-14T22:22:32.3929801Z Updating files: 12% (2337/19474) 2025-08-14T22:22:33.5738092Z Updating files: 12% (2349/19474) 2025-08-14T22:22:34.3251432Z Updating files: 12% (2380/19474) 2025-08-14T22:22:35.3827767Z Updating files: 12% (2403/19474) 2025-08-14T22:22:36.3393521Z Updating files: 12% (2431/19474) 2025-08-14T22:22:37.2775695Z Updating files: 12% (2459/19474) 2025-08-14T22:22:38.3278525Z Updating files: 12% (2482/19474) 2025-08-14T22:22:39.4708491Z Updating files: 12% (2499/19474) 2025-08-14T22:22:39.5421588Z Updating files: 12% (2526/19474) 2025-08-14T22:22:40.4751550Z Updating files: 13% (2532/19474) 2025-08-14T22:22:41.4154548Z Updating files: 13% (2534/19474) 2025-08-14T22:22:42.4312319Z Updating files: 13% (2571/19474) 2025-08-14T22:22:43.5173277Z Updating files: 13% (2597/19474) 2025-08-14T22:22:44.4981543Z Updating files: 13% (2692/19474) 2025-08-14T22:22:45.0109711Z Updating files: 13% (2713/19474) 2025-08-14T22:22:45.5620993Z Updating files: 14% (2727/19474) 2025-08-14T22:22:46.4161866Z Updating files: 14% (2738/19474) 2025-08-14T22:22:47.3571278Z Updating files: 14% (2755/19474) 2025-08-14T22:22:48.3628930Z Updating files: 14% (2762/19474) 2025-08-14T22:22:49.3697495Z Updating files: 14% (2790/19474) 2025-08-14T22:22:50.3849136Z Updating files: 14% (2813/19474) 2025-08-14T22:22:51.6855482Z Updating files: 14% (2828/19474) 2025-08-14T22:22:52.6101239Z Updating files: 14% (2842/19474) 2025-08-14T22:22:53.5486890Z Updating files: 14% (2856/19474) 2025-08-14T22:22:54.4196842Z Updating files: 14% (2884/19474) 2025-08-14T22:22:55.0749982Z Updating files: 14% (2906/19474) 2025-08-14T22:22:55.4307591Z Updating files: 15% (2922/19474) 2025-08-14T22:22:56.4181387Z Updating files: 15% (2930/19474) 2025-08-14T22:22:57.6986084Z Updating files: 15% (2938/19474) 2025-08-14T22:22:58.4503326Z Updating files: 15% (2958/19474) 2025-08-14T22:22:59.4880993Z Updating files: 15% (2962/19474) 2025-08-14T22:23:00.8323016Z Updating files: 15% (2982/19474) 2025-08-14T22:23:01.5960059Z Updating files: 15% (3009/19474) 2025-08-14T22:23:02.6466543Z Updating files: 15% (3024/19474) 2025-08-14T22:23:03.4827255Z Updating files: 15% (3079/19474) 2025-08-14T22:23:03.4878716Z Updating files: 15% (3104/19474) 2025-08-14T22:23:04.5222885Z Updating files: 16% (3116/19474) 2025-08-14T22:23:05.5428160Z Updating files: 16% (3166/19474) 2025-08-14T22:23:06.5635898Z Updating files: 16% (3205/19474) 2025-08-14T22:23:07.5732855Z Updating files: 16% (3237/19474) 2025-08-14T22:23:08.8684360Z Updating files: 16% (3256/19474) 2025-08-14T22:23:09.4829183Z Updating files: 16% (3277/19474) 2025-08-14T22:23:10.4958004Z Updating files: 16% (3285/19474) 2025-08-14T22:23:11.2797181Z Updating files: 16% (3298/19474) 2025-08-14T22:23:11.7527898Z Updating files: 17% (3311/19474) 2025-08-14T22:23:12.7803977Z Updating files: 17% (3316/19474) 2025-08-14T22:23:13.6792744Z Updating files: 17% (3333/19474) 2025-08-14T22:23:14.7229864Z Updating files: 17% (3346/19474) 2025-08-14T22:23:15.7406633Z Updating files: 17% (3371/19474) 2025-08-14T22:23:16.7345131Z Updating files: 17% (3374/19474) 2025-08-14T22:23:17.7515209Z Updating files: 17% (3379/19474) 2025-08-14T22:23:18.8577786Z Updating files: 17% (3383/19474) 2025-08-14T22:23:20.0616634Z Updating files: 17% (3412/19474) 2025-08-14T22:23:23.6162295Z Updating files: 17% (3422/19474) 2025-08-14T22:23:27.1475685Z Updating files: 17% (3425/19474) 2025-08-14T22:23:30.7221698Z Updating files: 17% (3426/19474) 2025-08-14T22:23:34.0295205Z Updating files: 17% (3428/19474) 2025-08-14T22:23:40.4934144Z Updating files: 17% (3432/19474) 2025-08-14T22:23:41.7623998Z Updating files: 17% (3433/19474) 2025-08-14T22:23:43.3796311Z Updating files: 17% (3435/19474) 2025-08-14T22:23:43.7694395Z Updating files: 17% (3438/19474) 2025-08-14T22:23:44.9034882Z Updating files: 17% (3448/19474) 2025-08-14T22:23:46.1994747Z Updating files: 17% (3473/19474) 2025-08-14T22:23:47.4422768Z Updating files: 17% (3481/19474) 2025-08-14T22:23:48.0514042Z Updating files: 17% (3488/19474) 2025-08-14T22:23:49.3014691Z Updating files: 17% (3491/19474) 2025-08-14T22:23:50.0900823Z Updating files: 17% (3499/19474) 2025-08-14T22:23:50.6354854Z Updating files: 17% (3505/19474) 2025-08-14T22:23:50.8648351Z Updating files: 18% (3506/19474) 2025-08-14T22:23:51.8485845Z Updating files: 18% (3516/19474) 2025-08-14T22:23:52.8870876Z Updating files: 18% (3536/19474) 2025-08-14T22:23:53.9330530Z Updating files: 18% (3562/19474) 2025-08-14T22:23:54.5538397Z Updating files: 18% (3630/19474) 2025-08-14T22:23:54.8340845Z Updating files: 19% (3701/19474) 2025-08-14T22:23:55.9229366Z Updating files: 19% (3705/19474) 2025-08-14T22:23:56.8805830Z Updating files: 19% (3746/19474) 2025-08-14T22:23:59.0182805Z Updating files: 19% (3856/19474) 2025-08-14T22:24:00.0920668Z Updating files: 19% (3876/19474) 2025-08-14T22:24:00.7422026Z Updating files: 19% (3879/19474) 2025-08-14T22:24:00.9520144Z Updating files: 20% (3895/19474) 2025-08-14T22:24:01.9700535Z Updating files: 20% (3898/19474) 2025-08-14T22:24:03.8294622Z Updating files: 20% (3906/19474) 2025-08-14T22:24:04.4462474Z Updating files: 20% (3921/19474) 2025-08-14T22:24:05.0759563Z Updating files: 20% (3923/19474) 2025-08-14T22:24:06.6052323Z Updating files: 20% (3927/19474) 2025-08-14T22:24:07.0009789Z Updating files: 20% (3931/19474) 2025-08-14T22:24:08.0791632Z Updating files: 20% (3935/19474) 2025-08-14T22:24:08.9559981Z Updating files: 20% (3954/19474) 2025-08-14T22:24:09.9714997Z Updating files: 20% (4015/19474) 2025-08-14T22:24:11.3599355Z Updating files: 20% (4064/19474) 2025-08-14T22:24:12.0106128Z Updating files: 20% (4068/19474) 2025-08-14T22:24:13.0051534Z Updating files: 20% (4071/19474) 2025-08-14T22:24:13.9343600Z Updating files: 20% (4075/19474) 2025-08-14T22:24:14.0542383Z Updating files: 21% (4090/19474) 2025-08-14T22:24:14.9703788Z Updating files: 21% (4098/19474) 2025-08-14T22:24:15.9722490Z Updating files: 21% (4122/19474) 2025-08-14T22:24:17.0732353Z Updating files: 21% (4146/19474) 2025-08-14T22:24:18.4542164Z Updating files: 21% (4165/19474) 2025-08-14T22:24:19.3960266Z Updating files: 21% (4179/19474) 2025-08-14T22:24:20.1172245Z Updating files: 21% (4189/19474) 2025-08-14T22:24:21.1306653Z Updating files: 21% (4205/19474) 2025-08-14T22:24:22.0232690Z Updating files: 21% (4225/19474) 2025-08-14T22:24:23.0868923Z Updating files: 21% (4255/19474) 2025-08-14T22:24:24.5587210Z Updating files: 21% (4262/19474) 2025-08-14T22:24:24.9676600Z Updating files: 21% (4277/19474) 2025-08-14T22:24:25.0879898Z Updating files: 22% (4285/19474) 2025-08-14T22:24:26.3861446Z Updating files: 22% (4287/19474) 2025-08-14T22:24:27.2261825Z Updating files: 22% (4317/19474) 2025-08-14T22:24:28.1035828Z Updating files: 22% (4339/19474) 2025-08-14T22:24:29.2095892Z Updating files: 22% (4346/19474) 2025-08-14T22:24:30.0633481Z Updating files: 22% (4370/19474) 2025-08-14T22:24:31.0850124Z Updating files: 22% (4416/19474) 2025-08-14T22:24:31.6109013Z Updating files: 22% (4455/19474) 2025-08-14T22:24:32.0786458Z Updating files: 23% (4480/19474) 2025-08-14T22:24:33.6703131Z Updating files: 23% (4544/19474) 2025-08-14T22:24:33.7200828Z Updating files: 23% (4599/19474) 2025-08-14T22:24:33.8632896Z Updating files: 24% (4674/19474) 2025-08-14T22:24:33.9753268Z Updating files: 25% (4869/19474) 2025-08-14T22:24:34.0460729Z Updating files: 26% (5064/19474) 2025-08-14T22:24:34.1074805Z Updating files: 27% (5258/19474) 2025-08-14T22:24:34.2534688Z Updating files: 27% (5286/19474) 2025-08-14T22:24:34.3718753Z Updating files: 28% (5453/19474) 2025-08-14T22:24:34.4409244Z Updating files: 29% (5648/19474) 2025-08-14T22:24:34.5294494Z Updating files: 30% (5843/19474) 2025-08-14T22:24:35.0956028Z Updating files: 31% (6037/19474) 2025-08-14T22:24:36.1319309Z Updating files: 31% (6105/19474) 2025-08-14T22:24:36.9224830Z Updating files: 31% (6182/19474) 2025-08-14T22:24:37.1147664Z Updating files: 32% (6232/19474) 2025-08-14T22:24:38.1173378Z Updating files: 32% (6248/19474) 2025-08-14T22:24:38.8181604Z Updating files: 32% (6354/19474) 2025-08-14T22:24:39.1216202Z Updating files: 33% (6427/19474) 2025-08-14T22:24:40.2073098Z Updating files: 33% (6444/19474) 2025-08-14T22:24:41.4018799Z Updating files: 33% (6530/19474) 2025-08-14T22:24:41.7408122Z Updating files: 33% (6584/19474) 2025-08-14T22:24:42.1392230Z Updating files: 34% (6622/19474) 2025-08-14T22:24:43.6244934Z Updating files: 34% (6656/19474) 2025-08-14T22:24:44.2796782Z Updating files: 34% (6717/19474) 2025-08-14T22:24:45.1411380Z Updating files: 34% (6722/19474) 2025-08-14T22:24:45.1853995Z Updating files: 34% (6809/19474) 2025-08-14T22:24:46.1884721Z Updating files: 35% (6816/19474) 2025-08-14T22:24:46.1889286Z Updating files: 35% (7008/19474) 2025-08-14T22:24:47.0178803Z Updating files: 36% (7011/19474) 2025-08-14T22:24:47.1979692Z Updating files: 37% (7206/19474) 2025-08-14T22:24:48.0976224Z Updating files: 37% (7248/19474) 2025-08-14T22:24:48.1687120Z Updating files: 38% (7401/19474) 2025-08-14T22:24:49.1799715Z Updating files: 38% (7412/19474) 2025-08-14T22:24:49.4319868Z Updating files: 38% (7564/19474) 2025-08-14T22:24:50.2249973Z Updating files: 39% (7595/19474) 2025-08-14T22:24:51.0665097Z Updating files: 39% (7736/19474) 2025-08-14T22:24:51.1975342Z Updating files: 40% (7790/19474) 2025-08-14T22:24:52.1354789Z Updating files: 40% (7800/19474) 2025-08-14T22:24:52.1824065Z Updating files: 41% (7985/19474) 2025-08-14T22:24:52.4404108Z Updating files: 41% (8000/19474) 2025-08-14T22:24:52.7253556Z Updating files: 42% (8180/19474) 2025-08-14T22:24:53.1961226Z Updating files: 43% (8374/19474) 2025-08-14T22:24:53.5891177Z Updating files: 43% (8480/19474) 2025-08-14T22:24:54.2510851Z Updating files: 44% (8569/19474) 2025-08-14T22:24:54.8190602Z Updating files: 44% (8712/19474) 2025-08-14T22:24:55.2469925Z Updating files: 45% (8764/19474) 2025-08-14T22:24:56.3149219Z Updating files: 45% (8800/19474) 2025-08-14T22:24:56.5720918Z Updating files: 45% (8916/19474) 2025-08-14T22:24:57.2448873Z Updating files: 46% (8959/19474) 2025-08-14T22:24:58.2382942Z Updating files: 46% (9044/19474) 2025-08-14T22:24:58.4691152Z Updating files: 46% (9132/19474) 2025-08-14T22:24:59.2563238Z Updating files: 47% (9153/19474) 2025-08-14T22:25:00.2841621Z Updating files: 47% (9236/19474) 2025-08-14T22:25:00.7072227Z Updating files: 47% (9305/19474) 2025-08-14T22:25:01.3162153Z Updating files: 48% (9348/19474) 2025-08-14T22:25:02.1369284Z Updating files: 48% (9423/19474) 2025-08-14T22:25:02.2779422Z Updating files: 49% (9543/19474) 2025-08-14T22:25:02.5433331Z Updating files: 49% (9626/19474) 2025-08-14T22:25:02.8729554Z Updating files: 50% (9737/19474) 2025-08-14T22:25:03.2816845Z Updating files: 51% (9932/19474) 2025-08-14T22:25:03.2883627Z Updating files: 51% (10118/19474) 2025-08-14T22:25:03.6467197Z Updating files: 52% (10127/19474) 2025-08-14T22:25:03.9115786Z Updating files: 53% (10322/19474) 2025-08-14T22:25:04.2551391Z Updating files: 54% (10516/19474) 2025-08-14T22:25:04.5049132Z Updating files: 54% (10622/19474) 2025-08-14T22:25:05.3029504Z Updating files: 55% (10711/19474) 2025-08-14T22:25:05.3853240Z Updating files: 55% (10882/19474) 2025-08-14T22:25:06.2700083Z Updating files: 56% (10906/19474) 2025-08-14T22:25:06.5502518Z Updating files: 56% (11062/19474) 2025-08-14T22:25:07.2522774Z Updating files: 57% (11101/19474) 2025-08-14T22:25:07.5437171Z Updating files: 57% (11267/19474) 2025-08-14T22:25:07.9492636Z Updating files: 58% (11295/19474) 2025-08-14T22:25:08.2158184Z Updating files: 59% (11490/19474) 2025-08-14T22:25:08.2780433Z Updating files: 60% (11685/19474) 2025-08-14T22:25:08.7683288Z Updating files: 60% (11718/19474) 2025-08-14T22:25:09.2168791Z Updating files: 61% (11880/19474) 2025-08-14T22:25:09.2629170Z Updating files: 62% (12074/19474) 2025-08-14T22:25:09.9837531Z Updating files: 62% (12102/19474) 2025-08-14T22:25:10.2787803Z Updating files: 63% (12269/19474) 2025-08-14T22:25:10.4236167Z Updating files: 63% (12342/19474) 2025-08-14T22:25:11.3238508Z Updating files: 64% (12464/19474) 2025-08-14T22:25:11.3832620Z Updating files: 64% (12622/19474) 2025-08-14T22:25:11.7073517Z Updating files: 65% (12659/19474) 2025-08-14T22:25:12.2730037Z Updating files: 66% (12853/19474) 2025-08-14T22:25:12.3252189Z Updating files: 66% (13018/19474) 2025-08-14T22:25:12.7634159Z Updating files: 67% (13048/19474) 2025-08-14T22:25:13.3114264Z Updating files: 68% (13243/19474) 2025-08-14T22:25:13.6776000Z Updating files: 68% (13294/19474) 2025-08-14T22:25:14.2809628Z Updating files: 69% (13438/19474) 2025-08-14T22:25:14.4555605Z Updating files: 69% (13553/19474) 2025-08-14T22:25:14.9548444Z Updating files: 70% (13632/19474) 2025-08-14T22:25:15.2936539Z Updating files: 71% (13827/19474) 2025-08-14T22:25:16.1925581Z Updating files: 71% (13893/19474) 2025-08-14T22:25:16.2851856Z Updating files: 72% (14022/19474) 2025-08-14T22:25:17.3814469Z Updating files: 72% (14027/19474) 2025-08-14T22:25:18.0646259Z Updating files: 72% (14137/19474) 2025-08-14T22:25:18.3213227Z Updating files: 73% (14217/19474) 2025-08-14T22:25:19.3257841Z Updating files: 73% (14242/19474) 2025-08-14T22:25:19.9500384Z Updating files: 73% (14322/19474) 2025-08-14T22:25:20.3167321Z Updating files: 74% (14411/19474) 2025-08-14T22:25:20.8218405Z Updating files: 74% (14495/19474) 2025-08-14T22:25:21.3237289Z Updating files: 75% (14606/19474) 2025-08-14T22:25:21.5256467Z Updating files: 75% (14767/19474) 2025-08-14T22:25:21.9836117Z Updating files: 76% (14801/19474) 2025-08-14T22:25:22.3480400Z Updating files: 77% (14995/19474) 2025-08-14T22:25:22.4402476Z Updating files: 77% (15098/19474) 2025-08-14T22:25:23.0810808Z Updating files: 78% (15190/19474) 2025-08-14T22:25:23.3803173Z Updating files: 79% (15385/19474) 2025-08-14T22:25:23.6823597Z Updating files: 79% (15453/19474) 2025-08-14T22:25:24.3366894Z Updating files: 80% (15580/19474) 2025-08-14T22:25:24.6722294Z Updating files: 80% (15693/19474) 2025-08-14T22:25:25.3643325Z Updating files: 81% (15774/19474) 2025-08-14T22:25:26.3634454Z Updating files: 81% (15859/19474) 2025-08-14T22:25:26.3663026Z Updating files: 81% (15964/19474) 2025-08-14T22:25:27.2161770Z Updating files: 82% (15969/19474) 2025-08-14T22:25:27.3372684Z Updating files: 83% (16164/19474) 2025-08-14T22:25:28.3843642Z Updating files: 83% (16175/19474) 2025-08-14T22:25:29.3773202Z Updating files: 83% (16266/19474) 2025-08-14T22:25:29.4464570Z Updating files: 83% (16349/19474) 2025-08-14T22:25:30.3676416Z Updating files: 84% (16359/19474) 2025-08-14T22:25:30.6787038Z Updating files: 84% (16488/19474) 2025-08-14T22:25:31.3732518Z Updating files: 85% (16553/19474) 2025-08-14T22:25:32.3750994Z Updating files: 85% (16647/19474) 2025-08-14T22:25:32.4115052Z Updating files: 86% (16748/19474) 2025-08-14T22:25:33.4229050Z Updating files: 86% (16751/19474) 2025-08-14T22:25:33.4819874Z Updating files: 86% (16908/19474) 2025-08-14T22:25:34.3518001Z Updating files: 87% (16943/19474) 2025-08-14T22:25:34.4165641Z Updating files: 88% (17138/19474) 2025-08-14T22:25:35.4394064Z Updating files: 88% (17142/19474) 2025-08-14T22:25:35.8422117Z Updating files: 88% (17249/19474) 2025-08-14T22:25:36.4350505Z Updating files: 89% (17332/19474) 2025-08-14T22:25:37.0663253Z Updating files: 89% (17429/19474) 2025-08-14T22:25:37.5256329Z Updating files: 90% (17527/19474) 2025-08-14T22:25:37.9282511Z Updating files: 90% (17683/19474) 2025-08-14T22:25:38.6008372Z Updating files: 91% (17722/19474) 2025-08-14T22:25:39.4663414Z Updating files: 91% (17780/19474) 2025-08-14T22:25:39.7960204Z Updating files: 91% (17866/19474) 2025-08-14T22:25:40.4826102Z Updating files: 92% (17917/19474) 2025-08-14T22:25:41.4778751Z Updating files: 92% (17987/19474) 2025-08-14T22:25:41.8707941Z Updating files: 92% (18064/19474) 2025-08-14T22:25:42.4633097Z Updating files: 93% (18111/19474) 2025-08-14T22:25:43.4672660Z Updating files: 93% (18163/19474) 2025-08-14T22:25:44.1100647Z Updating files: 93% (18251/19474) 2025-08-14T22:25:44.5143567Z Updating files: 94% (18306/19474) 2025-08-14T22:25:45.4901333Z Updating files: 94% (18346/19474) 2025-08-14T22:25:45.8672610Z Updating files: 94% (18464/19474) 2025-08-14T22:25:46.4837471Z Updating files: 95% (18501/19474) 2025-08-14T22:25:47.5690405Z Updating files: 95% (18555/19474) 2025-08-14T22:25:47.8453703Z Updating files: 95% (18671/19474) 2025-08-14T22:25:48.5518328Z Updating files: 96% (18696/19474) 2025-08-14T22:25:49.5119792Z Updating files: 96% (18758/19474) 2025-08-14T22:25:49.6436828Z Updating files: 96% (18852/19474) 2025-08-14T22:25:50.5336044Z Updating files: 97% (18890/19474) 2025-08-14T22:25:51.3434275Z Updating files: 97% (18966/19474) 2025-08-14T22:25:51.5943931Z Updating files: 98% (19085/19474) 2025-08-14T22:25:52.3469157Z Updating files: 98% (19115/19474) 2025-08-14T22:25:52.5458648Z Updating files: 99% (19280/19474) 2025-08-14T22:25:52.9281889Z Updating files: 99% (19320/19474) 2025-08-14T22:25:52.9282247Z Updating files: 100% (19474/19474) 2025-08-14T22:25:52.9282550Z Updating files: 100% (19474/19474), done. 2025-08-14T22:25:52.9964048Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T22:25:52.9964447Z 2025-08-14T22:25:52.9964666Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T22:25:52.9965301Z changes and commit them, and you can discard any commits you make in this 2025-08-14T22:25:52.9965835Z state without impacting any branches by switching back to a branch. 2025-08-14T22:25:52.9966235Z 2025-08-14T22:25:52.9966465Z If you want to create a new branch to retain commits you create, you may 2025-08-14T22:25:52.9967087Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T22:25:52.9967388Z 2025-08-14T22:25:52.9967601Z git switch -c 2025-08-14T22:25:52.9967794Z 2025-08-14T22:25:52.9967910Z Or undo this operation with: 2025-08-14T22:25:52.9968082Z 2025-08-14T22:25:52.9968164Z git switch - 2025-08-14T22:25:52.9968308Z 2025-08-14T22:25:52.9968540Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T22:25:52.9968878Z 2025-08-14T22:25:52.9969246Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T22:25:53.0049753Z ##[endgroup] 2025-08-14T22:25:53.0050676Z ##[group]Setting up auth for fetching submodules 2025-08-14T22:25:53.0063998Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-08-14T22:25:53.0346450Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-08-14T22:25:53.0615680Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-08-14T22:25:53.0876741Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-08-14T22:25:53.1132083Z ##[endgroup] 2025-08-14T22:25:53.1132477Z ##[group]Fetching submodules 2025-08-14T22:25:53.1142546Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-08-14T22:25:53.5414398Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-08-14T22:25:54.0932608Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-08-14T22:25:54.0933699Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-08-14T22:25:54.0934696Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-08-14T22:25:54.0935658Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-08-14T22:25:54.0936631Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-08-14T22:25:54.0937891Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-08-14T22:25:54.0939414Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-08-14T22:25:54.0940286Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-08-14T22:25:54.0941169Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-08-14T22:25:54.0942210Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-08-14T22:25:54.0943384Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-08-14T22:25:54.0944437Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-08-14T22:25:54.0945435Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-08-14T22:25:54.0946421Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-08-14T22:25:54.0947275Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-08-14T22:25:54.0948276Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-08-14T22:25:54.0949434Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-08-14T22:25:54.0950432Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-08-14T22:25:54.0951364Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:25:54.0952288Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-08-14T22:25:54.0953170Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-08-14T22:25:54.0954048Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-08-14T22:25:54.0955023Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-08-14T22:25:54.0955983Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-08-14T22:25:54.0957007Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-08-14T22:25:54.0957968Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-08-14T22:25:54.0958890Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-08-14T22:25:54.0959745Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-08-14T22:25:54.0960779Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-08-14T22:25:54.0961877Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-08-14T22:25:54.0963044Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-08-14T22:25:54.0964072Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-08-14T22:25:54.0965240Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-08-14T22:25:54.1010996Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-08-14T22:25:54.1012027Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-08-14T22:25:54.1013004Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-08-14T22:25:54.1014021Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-08-14T22:25:54.6572353Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2025-08-14T22:25:55.4535194Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2025-08-14T22:25:56.0504076Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2025-08-14T22:25:56.8541138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2025-08-14T22:25:57.6652836Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NVTX'... 2025-08-14T22:25:58.4822597Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-08-14T22:25:59.8074541Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2025-08-14T22:26:01.0909240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter'... 2025-08-14T22:26:01.7862576Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2025-08-14T22:26:03.8900581Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/composable_kernel'... 2025-08-14T22:26:04.6101999Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpp-httplib'... 2025-08-14T22:26:05.8530064Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2025-08-14T22:26:07.1312800Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2025-08-14T22:26:10.0717781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2025-08-14T22:26:11.5667404Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2025-08-14T22:26:12.8151168Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention'... 2025-08-14T22:26:13.7055839Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2025-08-14T22:26:14.5054694Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2025-08-14T22:26:15.5022268Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-08-14T22:26:16.7722304Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2025-08-14T22:26:17.8313205Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2025-08-14T22:26:18.2997978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2025-08-14T22:26:18.8668880Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2025-08-14T22:26:19.7097286Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2025-08-14T22:26:20.3104698Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kleidiai'... 2025-08-14T22:26:21.0487155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2025-08-14T22:26:21.8782865Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2025-08-14T22:26:23.2949409Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2025-08-14T22:26:23.9224523Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-08-14T22:26:24.3927826Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2025-08-14T22:26:25.7156645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2025-08-14T22:26:26.3299966Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2025-08-14T22:26:26.8703320Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2025-08-14T22:26:27.5298992Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2025-08-14T22:26:28.1175272Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2025-08-14T22:26:28.7392266Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2025-08-14T22:26:29.1359586Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2025-08-14T22:26:29.7646532Z From https://github.com/facebookincubator/fbjni 2025-08-14T22:26:29.7647077Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-08-14T22:26:29.8535466Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-08-14T22:26:30.6985027Z From https://github.com/Maratyszcza/FP16 2025-08-14T22:26:30.6985566Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-08-14T22:26:30.7643195Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-08-14T22:26:31.3166374Z From https://github.com/Maratyszcza/FXdiv 2025-08-14T22:26:31.3166970Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-08-14T22:26:31.3732750Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-08-14T22:26:31.9397558Z From https://github.com/Maratyszcza/NNPACK 2025-08-14T22:26:31.9398066Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-08-14T22:26:32.1208709Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-08-14T22:26:32.8156590Z From https://github.com/NVIDIA/NVTX 2025-08-14T22:26:32.8157086Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-08-14T22:26:33.3349477Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-08-14T22:26:34.4624322Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-08-14T22:26:34.4625143Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-08-14T22:26:34.7480647Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-08-14T22:26:38.3213870Z From https://github.com/google/XNNPACK 2025-08-14T22:26:38.3214375Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-08-14T22:26:47.5121692Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-08-14T22:26:48.4230903Z From https://github.com/ROCm/aiter 2025-08-14T22:26:48.4231524Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-08-14T22:26:49.2132212Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-08-14T22:26:49.2255562Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:26:52.3779504Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-08-14T22:26:53.8422915Z From https://github.com/ROCm/composable_kernel 2025-08-14T22:26:53.8423514Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-08-14T22:26:57.0502798Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-08-14T22:26:57.9207504Z From https://github.com/google/benchmark 2025-08-14T22:26:57.9207997Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-08-14T22:26:58.1791215Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-08-14T22:26:59.0353466Z From https://github.com/ROCm/composable_kernel 2025-08-14T22:26:59.0353965Z * branch 7fe50dc3da2069d6645d9deb8c017a876472a977 -> FETCH_HEAD 2025-08-14T22:27:02.3411016Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-08-14T22:27:03.1626353Z From https://github.com/yhirose/cpp-httplib 2025-08-14T22:27:03.1626851Z * branch 3af7f2c16147f3fbc6e4d717032daf505dc1652c -> FETCH_HEAD 2025-08-14T22:27:03.3199687Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-08-14T22:27:04.0241340Z From https://github.com/pytorch/cpuinfo 2025-08-14T22:27:04.0241855Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-08-14T22:27:04.5429394Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-08-14T22:27:05.2661483Z From https://github.com/NVIDIA/cudnn-frontend 2025-08-14T22:27:05.2661993Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-08-14T22:27:05.4642345Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-08-14T22:27:06.5701273Z From https://github.com/NVIDIA/cutlass 2025-08-14T22:27:06.5701856Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2025-08-14T22:27:11.9829979Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-08-14T22:27:12.9002360Z From https://github.com/pytorch/fbgemm 2025-08-14T22:27:12.9002979Z * branch 21c7d30c526c0f1ad873ecc632dca6cfa8a69067 -> FETCH_HEAD 2025-08-14T22:27:14.0679842Z Submodule path 'third_party/fbgemm': checked out '21c7d30c526c0f1ad873ecc632dca6cfa8a69067' 2025-08-14T22:27:14.0931749Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-08-14T22:27:14.0933050Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:27:14.0934427Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:27:14.0935419Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-08-14T22:27:14.0936464Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-08-14T22:27:14.0937633Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:27:14.0938744Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-08-14T22:27:14.6270851Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-08-14T22:27:16.2663870Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-08-14T22:27:17.5469996Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-08-14T22:27:19.7122035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-08-14T22:27:20.0741610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-08-14T22:27:20.4163675Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-08-14T22:27:20.9236585Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-08-14T22:27:21.1801196Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-08-14T22:27:21.9951764Z From https://github.com/jwfromm/composable_kernel 2025-08-14T22:27:21.9952385Z * branch b1281b8b08d973a7064f864f47eeb30f3e2596e9 -> FETCH_HEAD 2025-08-14T22:27:24.6290565Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-08-14T22:27:25.3847631Z From https://github.com/pytorch/cpuinfo 2025-08-14T22:27:25.3848124Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-08-14T22:27:26.4532495Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-08-14T22:27:28.6255259Z From https://github.com/jwfromm/cutlass 2025-08-14T22:27:28.6255907Z * branch b40777404c174b9694a870bff5c13ce6b7f656ad -> FETCH_HEAD 2025-08-14T22:27:33.3568427Z Submodule path 'third_party/fbgemm/external/cutlass': checked out 'b40777404c174b9694a870bff5c13ce6b7f656ad' 2025-08-14T22:27:34.2943114Z From https://github.com/google/googletest 2025-08-14T22:27:34.2943632Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-08-14T22:27:34.5787006Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-08-14T22:27:34.6673276Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-08-14T22:27:35.4715138Z From https://github.com/nlohmann/json 2025-08-14T22:27:35.4715748Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-08-14T22:27:36.3545768Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-08-14T22:27:37.0541374Z From https://github.com/Dao-AILab/flash-attention 2025-08-14T22:27:37.0541965Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-08-14T22:27:37.5424445Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-08-14T22:27:37.5578741Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:27:38.8855919Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:27:38.8856977Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-08-14T22:27:40.1271617Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-08-14T22:27:41.5105439Z From https://github.com/ROCm/composable_kernel 2025-08-14T22:27:41.5105992Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-08-14T22:27:44.0472543Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-08-14T22:27:45.8726974Z From https://github.com/NVIDIA/cutlass 2025-08-14T22:27:45.8727488Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-08-14T22:27:50.6606933Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-08-14T22:27:51.5408627Z From https://github.com/google/flatbuffers 2025-08-14T22:27:51.5409343Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-08-14T22:27:52.8136469Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-08-14T22:27:53.9544464Z From https://github.com/fmtlib/fmt 2025-08-14T22:27:53.9545002Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-08-14T22:27:54.0783136Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-08-14T22:27:54.9254227Z From https://github.com/google/gemmlowp 2025-08-14T22:27:54.9254767Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-08-14T22:27:55.3273508Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-08-14T22:27:56.0686127Z From https://github.com/pytorch/gloo 2025-08-14T22:27:56.0686664Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-08-14T22:27:56.2395794Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-08-14T22:27:57.1525244Z From https://github.com/google/googletest 2025-08-14T22:27:57.1525799Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-08-14T22:27:57.4471914Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-08-14T22:27:58.0595129Z From https://github.com/intel/ideep 2025-08-14T22:27:58.0595630Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-08-14T22:27:58.1147809Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-08-14T22:27:58.1263895Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-08-14T22:27:59.1099137Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-08-14T22:28:02.7201315Z From https://github.com/intel/mkl-dnn 2025-08-14T22:28:02.7201858Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-08-14T22:28:06.2263222Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-08-14T22:28:06.9621091Z From https://github.com/intel/ittapi 2025-08-14T22:28:06.9621635Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-08-14T22:28:07.2122609Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-08-14T22:28:08.7027404Z From https://github.com/pytorch/kineto 2025-08-14T22:28:08.7028029Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-08-14T22:28:09.0763499Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-08-14T22:28:09.0923490Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:28:09.0924822Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:28:09.0926286Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:28:09.6722647Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-08-14T22:28:10.0977650Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-08-14T22:28:10.4201544Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-08-14T22:28:11.2899190Z From https://github.com/facebookincubator/dynolog 2025-08-14T22:28:11.2899776Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-08-14T22:28:11.5941808Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-08-14T22:28:11.6205533Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:28:11.6206824Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:28:11.6208020Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:28:11.6209503Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:28:11.6210778Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:28:11.6212088Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:28:11.6213454Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:28:11.6214707Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:28:13.5022275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-08-14T22:28:13.8196713Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-08-14T22:28:14.1770025Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-08-14T22:28:14.5473318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-08-14T22:28:14.9154281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-08-14T22:28:15.5552358Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-08-14T22:28:16.2240380Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-08-14T22:28:16.5633524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-08-14T22:28:18.2225159Z From https://github.com/NVIDIA/DCGM 2025-08-14T22:28:18.2225908Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-08-14T22:28:19.1474267Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-08-14T22:28:19.8051609Z From https://github.com/libcpr/cpr 2025-08-14T22:28:19.8052136Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-08-14T22:28:19.9016758Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-08-14T22:28:20.6950678Z From https://github.com/fmtlib/fmt 2025-08-14T22:28:20.6951240Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-08-14T22:28:20.8433724Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-08-14T22:28:21.6509258Z From https://github.com/gflags/gflags 2025-08-14T22:28:21.6509828Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-08-14T22:28:21.7168584Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-08-14T22:28:21.7283408Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:28:22.0595052Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-08-14T22:28:22.6245937Z From https://github.com/gflags/gflags 2025-08-14T22:28:22.6247182Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-08-14T22:28:22.6681914Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-08-14T22:28:23.7133266Z From https://github.com/google/glog 2025-08-14T22:28:23.7133824Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-08-14T22:28:23.8021866Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-08-14T22:28:24.6647574Z From https://github.com/google/googletest 2025-08-14T22:28:24.6648122Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-08-14T22:28:24.9518411Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-08-14T22:28:25.9072616Z From https://github.com/nlohmann/json 2025-08-14T22:28:25.9073163Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-08-14T22:28:26.5632467Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-08-14T22:28:29.7341300Z From https://github.com/dtrugman/pfs 2025-08-14T22:28:29.7341851Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-08-14T22:28:30.2362996Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-08-14T22:28:31.9058901Z From https://github.com/fmtlib/fmt 2025-08-14T22:28:31.9059432Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-08-14T22:28:32.1172850Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-08-14T22:28:33.0767124Z From https://github.com/google/googletest 2025-08-14T22:28:33.0767707Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-08-14T22:28:33.2585488Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-08-14T22:28:33.9540096Z From https://github.com/ARM-software/kleidiai 2025-08-14T22:28:33.9541345Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-08-14T22:28:34.2863109Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-08-14T22:28:34.9182980Z From https://github.com/microsoft/mimalloc 2025-08-14T22:28:34.9183536Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-08-14T22:28:35.1598867Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-08-14T22:28:35.8941759Z From https://github.com/nlohmann/json 2025-08-14T22:28:35.8942378Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-08-14T22:28:37.0400239Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-08-14T22:28:38.1951525Z From https://github.com/onnx/onnx 2025-08-14T22:28:38.1952047Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-08-14T22:28:44.8377466Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-08-14T22:28:44.8525700Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-08-14T22:28:45.2001858Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-08-14T22:28:45.9109739Z From https://github.com/pybind/pybind11 2025-08-14T22:28:45.9110267Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-08-14T22:28:46.0929638Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-08-14T22:28:46.9793931Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-08-14T22:28:46.9794489Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-08-14T22:28:47.7247586Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-08-14T22:28:47.7502168Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:28:47.7503500Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:28:47.7504640Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:28:47.7505767Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:28:47.7507167Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:28:47.7508864Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:28:47.7510219Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:28:47.7511463Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:28:48.2077928Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-08-14T22:28:48.5601582Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-08-14T22:28:48.8777814Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-08-14T22:28:49.4062592Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-08-14T22:28:49.7131214Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-08-14T22:28:50.0247989Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-08-14T22:28:50.3253846Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-08-14T22:28:50.9987384Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-08-14T22:28:51.6418046Z From https://github.com/google/benchmark 2025-08-14T22:28:51.6418545Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-08-14T22:28:51.7545665Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-08-14T22:28:52.6310351Z From https://github.com/google/googletest 2025-08-14T22:28:52.6310880Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-08-14T22:28:52.8977828Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-08-14T22:28:53.6988244Z From https://github.com/microsoft/GSL 2025-08-14T22:28:53.6988813Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-08-14T22:28:53.7686752Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-08-14T22:28:54.9013253Z From https://github.com/nlohmann/json 2025-08-14T22:28:54.9013981Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-08-14T22:28:55.6437283Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-08-14T22:28:56.4364496Z From https://github.com/open-telemetry/opentelemetry-proto 2025-08-14T22:28:56.4365099Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-08-14T22:28:56.5055373Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-08-14T22:28:57.0619703Z From https://github.com/opentracing/opentracing-cpp 2025-08-14T22:28:57.0620250Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-08-14T22:28:57.2200757Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-08-14T22:28:58.0769270Z From https://github.com/jupp0r/prometheus-cpp 2025-08-14T22:28:58.0769842Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-08-14T22:28:58.1866179Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-08-14T22:28:58.1998158Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:28:58.1999551Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:28:58.8463751Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-08-14T22:28:59.1788722Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-08-14T22:28:59.8563719Z From https://github.com/civetweb/civetweb 2025-08-14T22:28:59.8564231Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-08-14T22:29:01.6200783Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-08-14T22:29:02.5075697Z From https://github.com/google/googletest 2025-08-14T22:29:02.5076316Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-08-14T22:29:02.7613524Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-08-14T22:29:04.7158015Z From https://github.com/Microsoft/vcpkg 2025-08-14T22:29:04.7158597Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-08-14T22:29:13.2903452Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-08-14T22:29:13.3814977Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-08-14T22:29:16.5073283Z From https://github.com/protocolbuffers/protobuf 2025-08-14T22:29:16.5073994Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-08-14T22:29:19.1375612Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-08-14T22:29:19.1510813Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:29:19.1512003Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-08-14T22:29:19.4653620Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-08-14T22:29:19.8135320Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-08-14T22:29:21.0383146Z From https://github.com/google/benchmark 2025-08-14T22:29:21.0383634Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-08-14T22:29:21.1091343Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-08-14T22:29:21.9384176Z From https://github.com/google/googletest 2025-08-14T22:29:21.9384689Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-08-14T22:29:22.2683094Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-08-14T22:29:22.3462135Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-08-14T22:29:22.9420109Z From https://github.com/Maratyszcza/pthreadpool 2025-08-14T22:29:22.9420642Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-08-14T22:29:22.9956520Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-08-14T22:29:23.7880119Z From https://github.com/pybind/pybind11 2025-08-14T22:29:23.7880604Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-08-14T22:29:23.9676318Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-08-14T22:29:24.7331720Z From https://github.com/malfet/PeachPy 2025-08-14T22:29:24.7332227Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-08-14T22:29:24.8648220Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-08-14T22:29:26.0705391Z From https://github.com/shibatch/sleef 2025-08-14T22:29:26.0705894Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-08-14T22:29:26.6668124Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-08-14T22:29:27.3047274Z Submodule path 'third_party/tensorpipe': checked out 'dacda0567d9f23d4bc503e1c4f84aa65f33ac38a' 2025-08-14T22:29:27.3237263Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:29:27.3238934Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:29:27.3240216Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:29:27.3241319Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:29:27.6534286Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-08-14T22:29:28.0072744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-08-14T22:29:28.5959862Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-08-14T22:29:28.9508320Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-08-14T22:29:29.8569696Z From https://github.com/google/googletest 2025-08-14T22:29:29.8570260Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-08-14T22:29:30.0342910Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-08-14T22:29:30.6229922Z From https://github.com/google/libnop 2025-08-14T22:29:30.6230453Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-08-14T22:29:30.6999421Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-08-14T22:29:31.8022459Z From https://github.com/libuv/libuv 2025-08-14T22:29:31.8023190Z * branch 5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b -> FETCH_HEAD 2025-08-14T22:29:32.0370201Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-08-14T22:29:32.8744311Z From https://github.com/pybind/pybind11 2025-08-14T22:29:32.8745281Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-08-14T22:29:32.9977275Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-08-14T22:29:33.0099863Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:29:33.3288735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-08-14T22:29:33.9240451Z From https://github.com/wjakob/clang-cindex-python3 2025-08-14T22:29:33.9241040Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-08-14T22:29:33.9866173Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-08-14T22:29:34.0118936Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-08-14T22:29:34.4358442Z Entering 'android/libs/fbjni' 2025-08-14T22:29:34.4776105Z Entering 'third_party/FP16' 2025-08-14T22:29:34.5182012Z Entering 'third_party/FXdiv' 2025-08-14T22:29:34.5709560Z Entering 'third_party/NNPACK' 2025-08-14T22:29:34.6161898Z Entering 'third_party/NVTX' 2025-08-14T22:29:34.6571778Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:29:34.6975726Z Entering 'third_party/XNNPACK' 2025-08-14T22:29:34.7404666Z Entering 'third_party/aiter' 2025-08-14T22:29:34.7882241Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:29:34.8322208Z Entering 'third_party/benchmark' 2025-08-14T22:29:34.8723713Z Entering 'third_party/composable_kernel' 2025-08-14T22:29:34.9131984Z Entering 'third_party/cpp-httplib' 2025-08-14T22:29:34.9529000Z Entering 'third_party/cpuinfo' 2025-08-14T22:29:34.9937746Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:29:35.0327394Z Entering 'third_party/cutlass' 2025-08-14T22:29:35.0734149Z Entering 'third_party/fbgemm' 2025-08-14T22:29:35.1136252Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:29:35.1546909Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:29:35.1981867Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:29:35.2393895Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:29:35.2816512Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:29:35.3218561Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:29:35.3624015Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:29:35.4046574Z Entering 'third_party/flash-attention' 2025-08-14T22:29:35.4448922Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:29:35.4951529Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:29:35.5396751Z Entering 'third_party/flatbuffers' 2025-08-14T22:29:35.5970194Z Entering 'third_party/fmt' 2025-08-14T22:29:35.6390926Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:29:35.6802880Z Entering 'third_party/gloo' 2025-08-14T22:29:35.7209773Z Entering 'third_party/googletest' 2025-08-14T22:29:35.7675370Z Entering 'third_party/ideep' 2025-08-14T22:29:35.8115060Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:29:35.8559437Z Entering 'third_party/ittapi' 2025-08-14T22:29:35.8969258Z Entering 'third_party/kineto' 2025-08-14T22:29:35.9380236Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:29:35.9765799Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:29:36.0276033Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:29:36.0687633Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:29:36.1165710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:29:36.1594368Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:29:36.2032658Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:29:36.2450880Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:29:36.2847896Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:29:36.3275830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:29:36.3701660Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:29:36.4112350Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:29:36.4595790Z Entering 'third_party/kleidiai' 2025-08-14T22:29:36.5012535Z Entering 'third_party/mimalloc' 2025-08-14T22:29:36.5498549Z Entering 'third_party/nlohmann' 2025-08-14T22:29:36.5946500Z Entering 'third_party/onnx' 2025-08-14T22:29:36.6392526Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:29:36.6885813Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:29:36.7321754Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:29:36.7768513Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:29:36.8178459Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:29:36.8740448Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:29:36.9188286Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:29:36.9599733Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:29:37.0050723Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:29:37.0440900Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:29:37.0965621Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:29:37.1417345Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:29:37.1877851Z Entering 'third_party/pocketfft' 2025-08-14T22:29:37.2310757Z Entering 'third_party/protobuf' 2025-08-14T22:29:37.2713538Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:29:37.3212692Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:29:37.3664451Z Entering 'third_party/psimd' 2025-08-14T22:29:37.4179075Z Entering 'third_party/pthreadpool' 2025-08-14T22:29:37.4638122Z Entering 'third_party/pybind11' 2025-08-14T22:29:37.5057740Z Entering 'third_party/python-peachpy' 2025-08-14T22:29:37.5455634Z Entering 'third_party/sleef' 2025-08-14T22:29:37.5919161Z Entering 'third_party/tensorpipe' 2025-08-14T22:29:37.6330669Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:29:37.6810558Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:29:37.7277688Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:29:37.7715916Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:29:37.8107246Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:29:37.8649962Z ##[endgroup] 2025-08-14T22:29:37.8650984Z ##[group]Persisting credentials for submodules 2025-08-14T22:29:37.8663931Z [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-08-14T22:29:38.5525584Z Entering 'android/libs/fbjni' 2025-08-14T22:29:38.6160324Z Entering 'third_party/FP16' 2025-08-14T22:29:38.6785603Z Entering 'third_party/FXdiv' 2025-08-14T22:29:38.7506658Z Entering 'third_party/NNPACK' 2025-08-14T22:29:38.8116797Z Entering 'third_party/NVTX' 2025-08-14T22:29:38.8739095Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:29:38.9385714Z Entering 'third_party/XNNPACK' 2025-08-14T22:29:39.0075746Z Entering 'third_party/aiter' 2025-08-14T22:29:39.0714376Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:29:39.1412430Z Entering 'third_party/benchmark' 2025-08-14T22:29:39.2109420Z Entering 'third_party/composable_kernel' 2025-08-14T22:29:39.2773303Z Entering 'third_party/cpp-httplib' 2025-08-14T22:29:39.3477216Z Entering 'third_party/cpuinfo' 2025-08-14T22:29:39.4119672Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:29:39.4789770Z Entering 'third_party/cutlass' 2025-08-14T22:29:39.5417162Z Entering 'third_party/fbgemm' 2025-08-14T22:29:39.6123677Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:29:39.6777804Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:29:39.7403632Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:29:39.8009396Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:29:39.8642730Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:29:39.9254177Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:29:39.9878973Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:29:40.0522257Z Entering 'third_party/flash-attention' 2025-08-14T22:29:40.1130699Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:29:40.1776044Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:29:40.2415256Z Entering 'third_party/flatbuffers' 2025-08-14T22:29:40.3041230Z Entering 'third_party/fmt' 2025-08-14T22:29:40.3725059Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:29:40.4340723Z Entering 'third_party/gloo' 2025-08-14T22:29:40.5027607Z Entering 'third_party/googletest' 2025-08-14T22:29:40.5739753Z Entering 'third_party/ideep' 2025-08-14T22:29:40.6361217Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:29:40.7018080Z Entering 'third_party/ittapi' 2025-08-14T22:29:40.7705182Z Entering 'third_party/kineto' 2025-08-14T22:29:40.8312706Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:29:40.8968516Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:29:40.9615549Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:29:41.0352648Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:29:41.0999496Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:29:41.1640342Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:29:41.2358661Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:29:41.2986085Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:29:41.3614054Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:29:41.4276766Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:29:41.4928141Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:29:41.5644607Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:29:41.6348603Z Entering 'third_party/kleidiai' 2025-08-14T22:29:41.6959472Z Entering 'third_party/mimalloc' 2025-08-14T22:29:41.7645236Z Entering 'third_party/nlohmann' 2025-08-14T22:29:41.8280185Z Entering 'third_party/onnx' 2025-08-14T22:29:41.8912661Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:29:41.9726516Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:29:42.0333477Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:29:42.1044117Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:29:42.1719835Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:29:42.2376661Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:29:42.3029241Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:29:42.3677087Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:29:42.4329810Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:29:42.4994909Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:29:42.5661305Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:29:42.6436539Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:29:42.7123415Z Entering 'third_party/pocketfft' 2025-08-14T22:29:42.7759249Z Entering 'third_party/protobuf' 2025-08-14T22:29:42.8392418Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:29:42.9097673Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:29:42.9729086Z Entering 'third_party/psimd' 2025-08-14T22:29:43.0353526Z Entering 'third_party/pthreadpool' 2025-08-14T22:29:43.1115261Z Entering 'third_party/pybind11' 2025-08-14T22:29:43.1757168Z Entering 'third_party/python-peachpy' 2025-08-14T22:29:43.2381422Z Entering 'third_party/sleef' 2025-08-14T22:29:43.3010054Z Entering 'third_party/tensorpipe' 2025-08-14T22:29:43.3639352Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:29:43.4312566Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:29:43.4957381Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:29:43.5553522Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:29:43.6199826Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:29:43.6958364Z [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-08-14T22:29:44.0926079Z Entering 'android/libs/fbjni' 2025-08-14T22:29:44.1457916Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-08-14T22:29:44.1614374Z Entering 'third_party/FP16' 2025-08-14T22:29:44.2252582Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-08-14T22:29:44.2409829Z Entering 'third_party/FXdiv' 2025-08-14T22:29:44.2995794Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-08-14T22:29:44.3142549Z Entering 'third_party/NNPACK' 2025-08-14T22:29:44.3726938Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-08-14T22:29:44.3885728Z Entering 'third_party/NVTX' 2025-08-14T22:29:44.4465115Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-08-14T22:29:44.4614387Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:29:44.5200462Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-08-14T22:29:44.5363371Z Entering 'third_party/XNNPACK' 2025-08-14T22:29:44.6002457Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-08-14T22:29:44.6166652Z Entering 'third_party/aiter' 2025-08-14T22:29:44.6886521Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-08-14T22:29:44.7035303Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:29:44.7633728Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-08-14T22:29:44.7815492Z Entering 'third_party/benchmark' 2025-08-14T22:29:44.8403815Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-08-14T22:29:44.8601526Z Entering 'third_party/composable_kernel' 2025-08-14T22:29:44.9202006Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-08-14T22:29:44.9364776Z Entering 'third_party/cpp-httplib' 2025-08-14T22:29:45.0038936Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-08-14T22:29:45.0195154Z Entering 'third_party/cpuinfo' 2025-08-14T22:29:45.0781916Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-08-14T22:29:45.0928135Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:29:45.1485063Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-08-14T22:29:45.1628080Z Entering 'third_party/cutlass' 2025-08-14T22:29:45.2193923Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-08-14T22:29:45.2354301Z Entering 'third_party/fbgemm' 2025-08-14T22:29:45.2906168Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-08-14T22:29:45.3037700Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:29:45.3684450Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-08-14T22:29:45.3830072Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:29:45.4424407Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-08-14T22:29:45.4581456Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:29:45.5137855Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-08-14T22:29:45.5281598Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:29:45.5858137Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-08-14T22:29:45.6014507Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:29:45.6576599Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-08-14T22:29:45.6728280Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:29:45.7291842Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-08-14T22:29:45.7435409Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:29:45.7984021Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-08-14T22:29:45.8166118Z Entering 'third_party/flash-attention' 2025-08-14T22:29:45.8750102Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-08-14T22:29:45.8886693Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:29:45.9477830Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-08-14T22:29:45.9644592Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:29:46.0248951Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-08-14T22:29:46.0429573Z Entering 'third_party/flatbuffers' 2025-08-14T22:29:46.1129385Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-08-14T22:29:46.1280715Z Entering 'third_party/fmt' 2025-08-14T22:29:46.1869046Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-08-14T22:29:46.2029973Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:29:46.2647394Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-08-14T22:29:46.2795105Z Entering 'third_party/gloo' 2025-08-14T22:29:46.3414370Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-08-14T22:29:46.3573310Z Entering 'third_party/googletest' 2025-08-14T22:29:46.4172084Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:29:46.4322661Z Entering 'third_party/ideep' 2025-08-14T22:29:46.4920616Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-08-14T22:29:46.5062829Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:29:46.5669200Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-08-14T22:29:46.5843293Z Entering 'third_party/ittapi' 2025-08-14T22:29:46.6440320Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-08-14T22:29:46.6603971Z Entering 'third_party/kineto' 2025-08-14T22:29:46.7276029Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-08-14T22:29:46.7412133Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:29:46.8132995Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-08-14T22:29:46.8269551Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:29:46.8925244Z 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-08-14T22:29:46.9089918Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:29:46.9711704Z 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-08-14T22:29:46.9858380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:29:47.0486105Z 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-08-14T22:29:47.0650832Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:29:47.1251483Z 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-08-14T22:29:47.1389365Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:29:47.2041444Z 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-08-14T22:29:47.2220565Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:29:47.2863518Z 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-08-14T22:29:47.3056978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:29:47.3686761Z 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-08-14T22:29:47.3839998Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:29:47.4510422Z 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-08-14T22:29:47.4670716Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:29:47.5278809Z 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-08-14T22:29:47.5451449Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:29:47.6108596Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-08-14T22:29:47.6312472Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:29:47.6923367Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-08-14T22:29:47.7098849Z Entering 'third_party/kleidiai' 2025-08-14T22:29:47.7686427Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-08-14T22:29:47.7840495Z Entering 'third_party/mimalloc' 2025-08-14T22:29:47.8422108Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-08-14T22:29:47.8575890Z Entering 'third_party/nlohmann' 2025-08-14T22:29:47.9165270Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-08-14T22:29:47.9316045Z Entering 'third_party/onnx' 2025-08-14T22:29:47.9918964Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-08-14T22:29:48.0114859Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:29:48.0765671Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-08-14T22:29:48.0931395Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:29:48.1602463Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-08-14T22:29:48.1744005Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:29:48.2349599Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-08-14T22:29:48.2508052Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:29:48.3115626Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:29:48.3286175Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:29:48.3865869Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-08-14T22:29:48.4011793Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:29:48.4651098Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-08-14T22:29:48.4822912Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:29:48.5480128Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-08-14T22:29:48.5625172Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:29:48.6234388Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-08-14T22:29:48.6379925Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:29:48.7020173Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-08-14T22:29:48.7154197Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:29:48.7815018Z 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-08-14T22:29:48.7965361Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:29:48.8611227Z 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-08-14T22:29:48.8791073Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:29:48.9409990Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-08-14T22:29:48.9608433Z Entering 'third_party/pocketfft' 2025-08-14T22:29:49.0241716Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-08-14T22:29:49.0390983Z Entering 'third_party/protobuf' 2025-08-14T22:29:49.1040343Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-08-14T22:29:49.1182382Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:29:49.1790443Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-08-14T22:29:49.1994708Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:29:49.2662354Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:29:49.2866364Z Entering 'third_party/psimd' 2025-08-14T22:29:49.3451987Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-08-14T22:29:49.3599283Z Entering 'third_party/pthreadpool' 2025-08-14T22:29:49.4192683Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-08-14T22:29:49.4348509Z Entering 'third_party/pybind11' 2025-08-14T22:29:49.4926893Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-08-14T22:29:49.5072918Z Entering 'third_party/python-peachpy' 2025-08-14T22:29:49.5670889Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-08-14T22:29:49.5822290Z Entering 'third_party/sleef' 2025-08-14T22:29:49.6419393Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-08-14T22:29:49.6566350Z Entering 'third_party/tensorpipe' 2025-08-14T22:29:49.7158636Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-08-14T22:29:49.7308068Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:29:49.7939206Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:29:49.8086610Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:29:49.8791598Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-08-14T22:29:49.8952754Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:29:49.9580010Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-08-14T22:29:49.9747853Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:29:50.0366092Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-08-14T22:29:50.0507147Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:29:50.1217054Z 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-08-14T22:29:50.2031955Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-08-14T22:29:50.6497799Z Entering 'android/libs/fbjni' 2025-08-14T22:29:50.6968186Z Entering 'third_party/FP16' 2025-08-14T22:29:50.7435416Z Entering 'third_party/FXdiv' 2025-08-14T22:29:50.7870882Z Entering 'third_party/NNPACK' 2025-08-14T22:29:50.8274595Z Entering 'third_party/NVTX' 2025-08-14T22:29:50.8719965Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:29:50.9172063Z Entering 'third_party/XNNPACK' 2025-08-14T22:29:50.9669167Z Entering 'third_party/aiter' 2025-08-14T22:29:51.0134089Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:29:51.0584562Z Entering 'third_party/benchmark' 2025-08-14T22:29:51.1033928Z Entering 'third_party/composable_kernel' 2025-08-14T22:29:51.1465448Z Entering 'third_party/cpp-httplib' 2025-08-14T22:29:51.1878547Z Entering 'third_party/cpuinfo' 2025-08-14T22:29:51.2332887Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:29:51.2748159Z Entering 'third_party/cutlass' 2025-08-14T22:29:51.3255861Z Entering 'third_party/fbgemm' 2025-08-14T22:29:51.3736533Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:29:51.4156821Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:29:51.4576156Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:29:51.5003514Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:29:51.5417230Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:29:51.5868196Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:29:51.6316834Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:29:51.6788516Z Entering 'third_party/flash-attention' 2025-08-14T22:29:51.7189281Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:29:51.7619520Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:29:51.8127741Z Entering 'third_party/flatbuffers' 2025-08-14T22:29:51.8572743Z Entering 'third_party/fmt' 2025-08-14T22:29:51.8983679Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:29:51.9443848Z Entering 'third_party/gloo' 2025-08-14T22:29:51.9829901Z Entering 'third_party/googletest' 2025-08-14T22:29:52.0231929Z Entering 'third_party/ideep' 2025-08-14T22:29:52.0649244Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:29:52.1112418Z Entering 'third_party/ittapi' 2025-08-14T22:29:52.1570544Z Entering 'third_party/kineto' 2025-08-14T22:29:52.1972039Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:29:52.2375592Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:29:52.2875923Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:29:52.3301152Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:29:52.4956393Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:29:52.5442798Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:29:52.5890138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:29:52.6324167Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:29:52.6750665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:29:52.7187675Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:29:52.7690101Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:29:52.8105616Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:29:52.8662293Z Entering 'third_party/kleidiai' 2025-08-14T22:29:52.9082312Z Entering 'third_party/mimalloc' 2025-08-14T22:29:52.9479808Z Entering 'third_party/nlohmann' 2025-08-14T22:29:52.9938551Z Entering 'third_party/onnx' 2025-08-14T22:29:53.0364458Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:29:53.0821368Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:29:53.1254466Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:29:53.1676458Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:29:53.2154801Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:29:53.2570740Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:29:53.3014782Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:29:53.3461774Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:29:53.3883307Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:29:53.4284314Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:29:53.4720573Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:29:53.5154853Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:29:53.5604561Z Entering 'third_party/pocketfft' 2025-08-14T22:29:53.6061224Z Entering 'third_party/protobuf' 2025-08-14T22:29:53.6478106Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:29:53.6922892Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:29:53.7343999Z Entering 'third_party/psimd' 2025-08-14T22:29:53.7763783Z Entering 'third_party/pthreadpool' 2025-08-14T22:29:53.8214364Z Entering 'third_party/pybind11' 2025-08-14T22:29:53.8614111Z Entering 'third_party/python-peachpy' 2025-08-14T22:29:53.9050009Z Entering 'third_party/sleef' 2025-08-14T22:29:53.9487288Z Entering 'third_party/tensorpipe' 2025-08-14T22:29:53.9888787Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:29:54.0334026Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:29:54.0751524Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:29:54.1234051Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:29:54.1640539Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:29:54.2179800Z [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-08-14T22:29:54.6287557Z Entering 'android/libs/fbjni' 2025-08-14T22:29:54.6739472Z Entering 'third_party/FP16' 2025-08-14T22:29:54.7226542Z Entering 'third_party/FXdiv' 2025-08-14T22:29:54.7637450Z Entering 'third_party/NNPACK' 2025-08-14T22:29:54.8041592Z Entering 'third_party/NVTX' 2025-08-14T22:29:54.8454399Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:29:54.8891079Z Entering 'third_party/XNNPACK' 2025-08-14T22:29:54.9374144Z Entering 'third_party/aiter' 2025-08-14T22:29:54.9811799Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:29:55.0264736Z Entering 'third_party/benchmark' 2025-08-14T22:29:55.0689161Z Entering 'third_party/composable_kernel' 2025-08-14T22:29:55.1111293Z Entering 'third_party/cpp-httplib' 2025-08-14T22:29:55.1538330Z Entering 'third_party/cpuinfo' 2025-08-14T22:29:55.1932038Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:29:55.2355929Z Entering 'third_party/cutlass' 2025-08-14T22:29:55.2777386Z Entering 'third_party/fbgemm' 2025-08-14T22:29:55.3184755Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:29:55.3636764Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:29:55.4078828Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:29:55.4538075Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:29:55.5031277Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:29:55.5506384Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:29:55.6272963Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:29:55.6713947Z Entering 'third_party/flash-attention' 2025-08-14T22:29:55.7129484Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:29:55.7650233Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:29:55.8117790Z Entering 'third_party/flatbuffers' 2025-08-14T22:29:55.8534170Z Entering 'third_party/fmt' 2025-08-14T22:29:55.8942494Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:29:55.9384029Z Entering 'third_party/gloo' 2025-08-14T22:29:55.9811055Z Entering 'third_party/googletest' 2025-08-14T22:29:56.0253806Z Entering 'third_party/ideep' 2025-08-14T22:29:56.0607306Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:29:56.1104270Z Entering 'third_party/ittapi' 2025-08-14T22:29:56.1594011Z Entering 'third_party/kineto' 2025-08-14T22:29:56.1986179Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:29:56.2387013Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:29:56.2799522Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:29:56.3217705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:29:56.3625151Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:29:56.4093899Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:29:56.4562534Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:29:56.4971263Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:29:56.5385047Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:29:56.5798798Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:29:56.6239638Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:29:56.6672282Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:29:56.7138823Z Entering 'third_party/kleidiai' 2025-08-14T22:29:56.7581705Z Entering 'third_party/mimalloc' 2025-08-14T22:29:56.7990507Z Entering 'third_party/nlohmann' 2025-08-14T22:29:56.8398178Z Entering 'third_party/onnx' 2025-08-14T22:29:56.8812897Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:29:56.9259035Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:29:56.9662564Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:29:57.0089415Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:29:57.0537773Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:29:57.1022982Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:29:57.1448514Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:29:57.1861803Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:29:57.2271265Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:29:57.2671264Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:29:57.3096037Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:29:57.3526046Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:29:57.4004738Z Entering 'third_party/pocketfft' 2025-08-14T22:29:57.4425867Z Entering 'third_party/protobuf' 2025-08-14T22:29:57.4817071Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:29:57.5288641Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:29:57.5720635Z Entering 'third_party/psimd' 2025-08-14T22:29:57.6130744Z Entering 'third_party/pthreadpool' 2025-08-14T22:29:57.6598648Z Entering 'third_party/pybind11' 2025-08-14T22:29:57.7019092Z Entering 'third_party/python-peachpy' 2025-08-14T22:29:57.7433443Z Entering 'third_party/sleef' 2025-08-14T22:29:57.7838508Z Entering 'third_party/tensorpipe' 2025-08-14T22:29:57.8225259Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:29:57.9706685Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:29:58.0128430Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:29:58.0568575Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:29:58.0990516Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:29:58.1626772Z ##[endgroup] 2025-08-14T22:29:58.1910783Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-08-14T22:29:58.2130969Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:29:58.2422052Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-08-14T22:29:58.2422570Z # Remove any artifacts from the previous checkouts 2025-08-14T22:29:58.2423050Z git clean -fxd 2025-08-14T22:29:58.2462952Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:29:58.2463420Z env: 2025-08-14T22:29:58.2463744Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:29:58.2464164Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:29:58.2464481Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:29:58.2465868Z GITHUB_TOKEN: *** 2025-08-14T22:29:58.2466105Z PR_NUMBER: 2025-08-14T22:29:58.2466338Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:29:58.2466745Z SKIP_ALL_TESTS: 1 2025-08-14T22:29:58.2466934Z OS: windows 2025-08-14T22:29:58.2467320Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:29:58.2467734Z PACKAGE_TYPE: libtorch 2025-08-14T22:29:58.2467974Z DESIRED_CUDA: cpu 2025-08-14T22:29:58.2468285Z GPU_ARCH_TYPE: cpu 2025-08-14T22:29:58.2468498Z LIBTORCH_CONFIG: release 2025-08-14T22:29:58.2468759Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:29:58.2469024Z DESIRED_PYTHON: 3.9 2025-08-14T22:29:58.2469243Z ##[endgroup] 2025-08-14T22:29:58.6085099Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:29:58.6157915Z Finished 2025-08-14T22:29:58.7319506Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-08-14T22:29:58.7320072Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-08-14T22:29:58.7320632Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-08-14T22:29:58.7321252Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-08-14T22:29:58.7341613Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:29:58.7342070Z env: 2025-08-14T22:29:58.7342395Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:29:58.7342809Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:29:58.7343122Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:29:58.7343718Z GITHUB_TOKEN: *** 2025-08-14T22:29:58.7343919Z PR_NUMBER: 2025-08-14T22:29:58.7344153Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:29:58.7344494Z SKIP_ALL_TESTS: 1 2025-08-14T22:29:58.7344684Z OS: windows 2025-08-14T22:29:58.7344974Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:29:58.7345340Z PACKAGE_TYPE: libtorch 2025-08-14T22:29:58.7345582Z DESIRED_CUDA: cpu 2025-08-14T22:29:58.7345939Z GPU_ARCH_TYPE: cpu 2025-08-14T22:29:58.7346154Z LIBTORCH_CONFIG: release 2025-08-14T22:29:58.7346507Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:29:58.7346783Z DESIRED_PYTHON: 3.9 2025-08-14T22:29:58.7346998Z ##[endgroup] 2025-08-14T22:29:58.7551025Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-08-14T22:29:58.7676128Z ##[group]Run actions/download-artifact@v4.1.7 2025-08-14T22:29:58.7676503Z with: 2025-08-14T22:29:58.7676757Z name: libtorch-cpu-shared-with-deps-release 2025-08-14T22:29:58.7677135Z path: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:29:58.7677456Z merge-multiple: false 2025-08-14T22:29:58.7677716Z repository: pytorch/pytorch 2025-08-14T22:29:58.7677983Z run-id: 16976254881 2025-08-14T22:29:58.7678193Z env: 2025-08-14T22:29:58.7678532Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:29:58.7678952Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:29:58.7679291Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:29:58.7679866Z GITHUB_TOKEN: *** 2025-08-14T22:29:58.7680102Z PR_NUMBER: 2025-08-14T22:29:58.7680365Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:29:58.7680670Z SKIP_ALL_TESTS: 1 2025-08-14T22:29:58.7680890Z OS: windows 2025-08-14T22:29:58.7681251Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:29:58.7681632Z PACKAGE_TYPE: libtorch 2025-08-14T22:29:58.7681884Z DESIRED_CUDA: cpu 2025-08-14T22:29:58.7682101Z GPU_ARCH_TYPE: cpu 2025-08-14T22:29:58.7682338Z LIBTORCH_CONFIG: release 2025-08-14T22:29:58.7682612Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:29:58.7682893Z DESIRED_PYTHON: 3.9 2025-08-14T22:29:58.7683176Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:29:58.7683609Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:29:58.7684000Z ##[endgroup] 2025-08-14T22:29:59.0445630Z Downloading single artifact 2025-08-14T22:29:59.1728614Z Preparing to download the following artifacts: 2025-08-14T22:29:59.1729167Z - libtorch-cpu-shared-with-deps-release (ID: 3769765759, Size: 382980784) 2025-08-14T22:29:59.2261516Z Redirecting to blob download url: https://productionresultssa1.blob.core.windows.net/actions-results/e14fc683-17e3-46b8-8d71-e389da28a367/workflow-job-run-c8831e24-4cbd-50e4-b511-1bd131d38436/artifacts/1dbc1700a9511861bb80b1e3f49d65b62b0146dd2b98b7d9443575729e28bb27.zip 2025-08-14T22:29:59.2263089Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-08-14T22:29:59.2892007Z (node:2984) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-08-14T22:29:59.2893161Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-08-14T22:30:03.3777686Z Artifact download completed successfully. 2025-08-14T22:30:03.3778099Z Total of 1 artifact(s) downloaded 2025-08-14T22:30:03.3789512Z Download artifact has finished successfully 2025-08-14T22:30:03.4022053Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-08-14T22:30:03.4022594Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-08-14T22:30:03.4042098Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:30:03.4042534Z env: 2025-08-14T22:30:03.4042868Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:30:03.4043285Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:30:03.4043609Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:30:03.4044311Z GITHUB_TOKEN: *** 2025-08-14T22:30:03.4044518Z PR_NUMBER: 2025-08-14T22:30:03.4044752Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:30:03.4045067Z SKIP_ALL_TESTS: 1 2025-08-14T22:30:03.4045272Z OS: windows 2025-08-14T22:30:03.4045554Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:30:03.4045926Z PACKAGE_TYPE: libtorch 2025-08-14T22:30:03.4046186Z DESIRED_CUDA: cpu 2025-08-14T22:30:03.4061850Z GPU_ARCH_TYPE: cpu 2025-08-14T22:30:03.4062154Z LIBTORCH_CONFIG: release 2025-08-14T22:30:03.4062425Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:30:03.4062921Z DESIRED_PYTHON: 3.9 2025-08-14T22:30:03.4063201Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:30:03.4063636Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:30:03.4064027Z ##[endgroup] 2025-08-14T22:30:03.4461588Z + export TZ=UTC 2025-08-14T22:30:03.4461841Z + TZ=UTC 2025-08-14T22:30:03.4468776Z + envfile='C:\actions-runner\_work\_temp/env' 2025-08-14T22:30:03.4469185Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-08-14T22:30:03.4530994Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-08-14T22:30:03.4614185Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-08-14T22:30:03.4614576Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-08-14T22:30:03.4614894Z + export BUILD_PYTHONLESS=1 2025-08-14T22:30:03.4615207Z + BUILD_PYTHONLESS=1 2025-08-14T22:30:03.4615446Z + export DOCKER_IMAGE= 2025-08-14T22:30:03.4615668Z + DOCKER_IMAGE= 2025-08-14T22:30:03.4615877Z + [[ -z '' ]] 2025-08-14T22:30:03.4616077Z + [[ cpu == cpu ]] 2025-08-14T22:30:03.4616328Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:30:03.4616657Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:30:03.4616952Z + USE_GOLD_LINKER=OFF 2025-08-14T22:30:03.4617175Z + [[ cpu == \c\p\u ]] 2025-08-14T22:30:03.4617387Z + USE_GOLD_LINKER=ON 2025-08-14T22:30:03.4617618Z + PIP_UPLOAD_FOLDER=nightly/ 2025-08-14T22:30:03.4675102Z ++ date -u +%Y%m%d 2025-08-14T22:30:03.4774932Z + export DATE=20250814 2025-08-14T22:30:03.4775182Z + DATE=20250814 2025-08-14T22:30:03.4972811Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-08-14T22:30:03.5028778Z ++ cut -da -f1 2025-08-14T22:30:03.5195905Z + BASE_BUILD_VERSION=2.9.0.dev20250814 2025-08-14T22:30:03.5196586Z + tagged_version 2025-08-14T22:30:03.5196962Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-08-14T22:30:03.5197699Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2025-08-14T22:30:03.5198418Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-08-14T22:30:03.5201242Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2025-08-14T22:30:03.5486961Z fatal: No names found, cannot describe anything. 2025-08-14T22:30:03.5526300Z + return 1 2025-08-14T22:30:03.5587536Z ++ uname 2025-08-14T22:30:03.5731519Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-08-14T22:30:03.5732028Z + export PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:30:03.5732396Z + PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:30:03.5732725Z + export PYTORCH_BUILD_NUMBER=1 2025-08-14T22:30:03.5732994Z + PYTORCH_BUILD_NUMBER=1 2025-08-14T22:30:03.5792692Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-08-14T22:30:03.5857989Z + TRITON_VERSION=3.4.0 2025-08-14T22:30:03.5858682Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-08-14T22:30:03.5859217Z + [[ cpu == \c\u\1\2\9 ]] 2025-08-14T22:30:03.5859467Z + [[ libtorch =~ .*wheel.* ]] 2025-08-14T22:30:03.5859737Z + [[ libtorch =~ .*wheel.* ]] 2025-08-14T22:30:03.5860399Z + [[ libtorch =~ .*wheel.* ]] 2025-08-14T22:30:03.5860654Z + USE_GLOO_WITH_OPENSSL=ON 2025-08-14T22:30:03.5860909Z + [[ cpu =~ .*aarch64.* ]] 2025-08-14T22:30:03.5861228Z + cat 2025-08-14T22:30:03.6043582Z ++ uname -a 2025-08-14T22:30:03.6247935Z ++ date 2025-08-14T22:30:03.6449429Z ++ uname 2025-08-14T22:30:03.6594673Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-08-14T22:30:03.6595002Z + MEMORY_LIMIT_MAX_JOBS=12 2025-08-14T22:30:03.6656512Z ++ nproc 2025-08-14T22:30:03.7527069Z + NUM_CPUS=14 2025-08-14T22:30:03.7527374Z + export MAX_JOBS=12 2025-08-14T22:30:03.7527604Z + MAX_JOBS=12 2025-08-14T22:30:03.7527781Z + cat 2025-08-14T22:30:03.7650195Z + echo 'retry () {' 2025-08-14T22:30:03.7652505Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-08-14T22:30:03.7654893Z + echo '}' 2025-08-14T22:30:03.7656709Z + echo 'export -f retry' 2025-08-14T22:30:03.7658710Z + cat 'C:\actions-runner\_work\_temp/env' 2025-08-14T22:30:03.7772655Z # =================== The following code will be executed inside Docker container =================== 2025-08-14T22:30:03.7773148Z export TZ=UTC 2025-08-14T22:30:03.7773691Z 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 Aug 14 22:30:03 GMT 2025" 2025-08-14T22:30:03.7774206Z 2025-08-14T22:30:03.7774322Z export PACKAGE_TYPE="libtorch" 2025-08-14T22:30:03.7774593Z export DESIRED_PYTHON="3.9" 2025-08-14T22:30:03.7774850Z export DESIRED_CUDA="cpu" 2025-08-14T22:30:03.7775136Z export LIBTORCH_VARIANT="shared-with-deps" 2025-08-14T22:30:03.7775453Z export BUILD_PYTHONLESS="1" 2025-08-14T22:30:03.7775695Z if [[ "msys" == "msys" ]]; then 2025-08-14T22:30:03.7775959Z export LIBTORCH_CONFIG="release" 2025-08-14T22:30:03.7776413Z if [[ "release" == 'debug' ]]; then 2025-08-14T22:30:03.7776684Z export DEBUG=1 2025-08-14T22:30:03.7776888Z fi 2025-08-14T22:30:03.7777072Z export DESIRED_DEVTOOLSET="" 2025-08-14T22:30:03.7777417Z else 2025-08-14T22:30:03.7777598Z export DESIRED_DEVTOOLSET="" 2025-08-14T22:30:03.7777849Z fi 2025-08-14T22:30:03.7777940Z 2025-08-14T22:30:03.7778022Z export DATE="20250814" 2025-08-14T22:30:03.7778273Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-14T22:30:03.7778613Z export PYTORCH_BUILD_VERSION="2.9.0.dev20250814+cpu" 2025-08-14T22:30:03.7778953Z export PYTORCH_BUILD_NUMBER="1" 2025-08-14T22:30:03.7779267Z export OVERRIDE_PACKAGE_VERSION="2.9.0.dev20250814+cpu" 2025-08-14T22:30:03.7779648Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-08-14T22:30:03.7779865Z 2025-08-14T22:30:03.7779973Z # TODO: We don't need this anymore IIUC 2025-08-14T22:30:03.7780258Z export TORCH_PACKAGE_NAME='torch' 2025-08-14T22:30:03.7780447Z 2025-08-14T22:30:03.7780540Z export USE_FBGEMM=1 2025-08-14T22:30:03.7780764Z export PIP_UPLOAD_FOLDER="nightly/" 2025-08-14T22:30:03.7781089Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-08-14T22:30:03.7781318Z 2025-08-14T22:30:03.7781322Z 2025-08-14T22:30:03.7781411Z export USE_GOLD_LINKER="ON" 2025-08-14T22:30:03.7781672Z export USE_GLOO_WITH_OPENSSL="ON" 2025-08-14T22:30:03.7782072Z # =================== The above code will be executed inside Docker container =================== 2025-08-14T22:30:03.7782483Z export MAX_JOBS="12" 2025-08-14T22:30:03.7782748Z retry () { 2025-08-14T22:30:03.7783061Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-08-14T22:30:03.7783399Z } 2025-08-14T22:30:03.7783672Z export -f retry 2025-08-14T22:30:03.7909718Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-08-14T22:30:03.7910300Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-08-14T22:30:03.7929702Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:30:03.7930151Z env: 2025-08-14T22:30:03.7930474Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:30:03.7930885Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:30:03.7931207Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:30:03.7931872Z GITHUB_TOKEN: *** 2025-08-14T22:30:03.7932079Z PR_NUMBER: 2025-08-14T22:30:03.7932313Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:30:03.7932612Z SKIP_ALL_TESTS: 1 2025-08-14T22:30:03.7932812Z OS: windows 2025-08-14T22:30:03.7933098Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:30:03.7933480Z PACKAGE_TYPE: libtorch 2025-08-14T22:30:03.7933748Z DESIRED_CUDA: cpu 2025-08-14T22:30:03.7933956Z GPU_ARCH_TYPE: cpu 2025-08-14T22:30:03.7934193Z LIBTORCH_CONFIG: release 2025-08-14T22:30:03.7934451Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:30:03.7934880Z DESIRED_PYTHON: 3.9 2025-08-14T22:30:03.7935153Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:30:03.7935580Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:30:03.7935965Z ##[endgroup] 2025-08-14T22:30:03.8346343Z + source 'C:\actions-runner\_work\_temp/env' 2025-08-14T22:30:03.8347020Z 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 Aug 14 22:30:03 GMT 2025 2025-08-14T22:30:03.8347631Z ++ export TZ=UTC 2025-08-14T22:30:03.8347826Z ++ TZ=UTC 2025-08-14T22:30:03.8348336Z ++ 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 Aug 14 22:30:03 GMT 2025' 2025-08-14T22:30:03.8348967Z ++ export PACKAGE_TYPE=libtorch 2025-08-14T22:30:03.8349239Z ++ PACKAGE_TYPE=libtorch 2025-08-14T22:30:03.8349487Z ++ export DESIRED_PYTHON=3.9 2025-08-14T22:30:03.8349727Z ++ DESIRED_PYTHON=3.9 2025-08-14T22:30:03.8349960Z ++ export DESIRED_CUDA=cpu 2025-08-14T22:30:03.8352701Z ++ DESIRED_CUDA=cpu 2025-08-14T22:30:03.8352963Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-08-14T22:30:03.8353287Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-08-14T22:30:03.8353583Z ++ export BUILD_PYTHONLESS=1 2025-08-14T22:30:03.8353833Z ++ BUILD_PYTHONLESS=1 2025-08-14T22:30:03.8354058Z ++ [[ msys == \m\s\y\s ]] 2025-08-14T22:30:03.8354292Z ++ export LIBTORCH_CONFIG=release 2025-08-14T22:30:03.8354564Z ++ LIBTORCH_CONFIG=release 2025-08-14T22:30:03.8354798Z ++ [[ release == \d\e\b\u\g ]] 2025-08-14T22:30:03.8355052Z ++ export DESIRED_DEVTOOLSET= 2025-08-14T22:30:03.8355303Z ++ DESIRED_DEVTOOLSET= 2025-08-14T22:30:03.8355513Z ++ export DATE=20250814 2025-08-14T22:30:03.8355723Z ++ DATE=20250814 2025-08-14T22:30:03.8355963Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-14T22:30:03.8356273Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-14T22:30:03.8356595Z ++ export PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:30:03.8356963Z ++ PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:30:03.8359805Z ++ export PYTORCH_BUILD_NUMBER=1 2025-08-14T22:30:03.8360092Z ++ PYTORCH_BUILD_NUMBER=1 2025-08-14T22:30:03.8360403Z ++ export OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:30:03.8360787Z ++ OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:30:03.8361123Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-08-14T22:30:03.8361450Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-08-14T22:30:03.8361735Z ++ export TORCH_PACKAGE_NAME=torch 2025-08-14T22:30:03.8362008Z ++ TORCH_PACKAGE_NAME=torch 2025-08-14T22:30:03.8362243Z ++ export USE_FBGEMM=1 2025-08-14T22:30:03.8362467Z ++ USE_FBGEMM=1 2025-08-14T22:30:03.8362681Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-08-14T22:30:03.8367339Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-08-14T22:30:03.8367753Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:30:03.8368102Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:30:03.8368406Z ++ export USE_GOLD_LINKER=ON 2025-08-14T22:30:03.8368653Z ++ USE_GOLD_LINKER=ON 2025-08-14T22:30:03.8368885Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-08-14T22:30:03.8369147Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-08-14T22:30:03.8369381Z ++ export MAX_JOBS=12 2025-08-14T22:30:03.8369589Z ++ MAX_JOBS=12 2025-08-14T22:30:03.8369861Z ++ export -f retry 2025-08-14T22:30:03.8370077Z + export CUDA_VERSION=cpu 2025-08-14T22:30:03.8370315Z + CUDA_VERSION=cpu 2025-08-14T22:30:03.8370520Z + export VC_YEAR=2022 2025-08-14T22:30:03.8370733Z + VC_YEAR=2022 2025-08-14T22:30:03.8370925Z + [[ cpu == \x\p\u ]] 2025-08-14T22:30:03.8371260Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-08-14T22:30:03.8371674Z + [[ windows == \w\i\n\d\o\w\s\-\a\r\m\6\4 ]] 2025-08-14T22:30:03.8371971Z + ./windows/internal/smoke_test.bat 2025-08-14T22:30:03.8372511Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-08-14T22:30:03.8489495Z 2025-08-14T22:30:03.8496170Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\ 2025-08-14T22:30:03.8498621Z 2025-08-14T22:30:03.8499441Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-08-14T22:30:03.8504598Z 2025-08-14T22:30:03.8505230Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if not "cpu" == "cpu" if not "cpu" == "xpu" call internal\driver_update.bat 2025-08-14T22:30:03.8507159Z 2025-08-14T22:30:03.8507562Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-08-14T22:30:03.8510012Z 2025-08-14T22:30:03.8510635Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-08-14T22:30:03.8511137Z call internal\xpu_install.bat 2025-08-14T22:30:03.8511421Z if errorlevel 1 exit /b 1 2025-08-14T22:30:03.8511749Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-08-14T22:30:03.8512103Z if errorlevel 1 exit /b 1 2025-08-14T22:30:03.8512369Z ) 2025-08-14T22:30:03.8512473Z 2025-08-14T22:30:03.8514355Z 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-08-14T22:30:03.8516330Z 2025-08-14T22:30:03.8516676Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-08-14T22:30:03.8517131Z 2025-08-14T22:30:03.8517424Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-08-14T22:30:03.8519777Z 2025-08-14T22:30:03.8520451Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2025-08-14T22:30:03.8521094Z set GPUS=%i 2025-08-14T22:30:03.8521321Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:30:03.8521632Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:30:03.8521874Z goto gpu_check_end 2025-08-14T22:30:03.8522090Z ) 2025-08-14T22:30:03.8522254Z ) 2025-08-14T22:30:04.1253074Z 2025-08-14T22:30:04.1253647Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-14T22:30:04.1254142Z set GPUS=Name 2025-08-14T22:30:04.1254425Z 2025-08-14T22:30:04.1255318Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:30:04.1255633Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:30:04.1255884Z goto gpu_check_end 2025-08-14T22:30:04.1256088Z ) 2025-08-14T22:30:04.1256266Z ) 2025-08-14T22:30:04.1256388Z 2025-08-14T22:30:04.1256606Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-14T22:30:04.1257048Z set GPUS=Microsoft Basic Display Adapter 2025-08-14T22:30:04.1257446Z 2025-08-14T22:30:04.1257655Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:30:04.1257959Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:30:04.1258289Z goto gpu_check_end 2025-08-14T22:30:04.1258517Z ) 2025-08-14T22:30:04.1258684Z ) 2025-08-14T22:30:04.1258786Z 2025-08-14T22:30:04.1259007Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-14T22:30:04.1259395Z set GPUS= 2025-08-14T22:30:04.1259585Z 2025-08-14T22:30:04.1259775Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:30:04.1260088Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:30:04.1260338Z goto gpu_check_end 2025-08-14T22:30:04.1260564Z ) 2025-08-14T22:30:04.1260744Z ) 2025-08-14T22:30:04.1260843Z 2025-08-14T22:30:04.1261185Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-08-14T22:30:04.1267950Z 2025-08-14T22:30:04.1268635Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-08-14T22:30:04.1269291Z 2025-08-14T22:30:04.1271411Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-08-14T22:30:04.1273385Z 2025-08-14T22:30:04.1273818Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-08-14T22:30:04.1274360Z "install and test libtorch" 2025-08-14T22:30:04.1277705Z 2025-08-14T22:30:04.1278308Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-08-14T22:30:04.4719381Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:30:04.4798873Z Finished 2025-08-14T22:30:04.4961501Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-08-14T22:30:04.4962830Z Dload Upload Total Spent Left Speed 2025-08-14T22:30:04.4963089Z 2025-08-14T22:30:04.5343938Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-14T22:30:04.5344419Z 100 2084k 100 2084k 0 0 50.8M 0 --:--:-- --:--:-- --:--:-- 53.5M 2025-08-14T22:30:04.8005487Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-08-14T22:30:04.8144494Z 2025-08-14T22:30:04.8145269Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-08-14T22:30:04.8146608Z 2025-08-14T22:30:04.8147910Z 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-08-14T22:30:04.8320124Z 2025-08-14T22:30:04.8320974Z 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-08-14T22:30:05.7120893Z 2025-08-14T22:30:05.7121387Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-08-14T22:30:05.7121714Z 2025-08-14T22:30:05.7121813Z Scanning the drive for archives: 2025-08-14T22:30:05.7122094Z 1 file, 195861132 bytes (187 MiB) 2025-08-14T22:30:05.7122282Z 2025-08-14T22:30:05.7122630Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2025-08-14T22:30:15.0414982Z -- 2025-08-14T22:30:15.0415503Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-latest.zip 2025-08-14T22:30:15.0416006Z Type = zip 2025-08-14T22:30:15.0416450Z Physical Size = 195861132 2025-08-14T22:30:15.0416628Z 2025-08-14T22:30:15.0442325Z Everything is Ok 2025-08-14T22:30:15.0442529Z 2025-08-14T22:30:15.0442613Z Folders: 287 2025-08-14T22:30:15.0442837Z Files: 9307 2025-08-14T22:30:15.0443038Z Size: 1154019858 2025-08-14T22:30:15.0443274Z Compressed: 195861132 2025-08-14T22:30:15.0491418Z 2025-08-14T22:30:15.0491941Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-08-14T22:30:15.0492974Z 2025-08-14T22:30:15.0493602Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-08-14T22:30:15.0498877Z 2025-08-14T22:30:15.0499304Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-08-14T22:30:15.0502351Z 2025-08-14T22:30:15.0502783Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-08-14T22:30:15.0506130Z 2025-08-14T22:30:15.0507610Z 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-08-14T22:30:15.0509200Z set "VS15INSTALLDIR=%i" 2025-08-14T22:30:15.0509554Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-08-14T22:30:15.0509921Z goto vswhere 2025-08-14T22:30:15.0510113Z ) ) 2025-08-14T22:30:15.0795186Z 2025-08-14T22:30:15.0796376Z 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-08-14T22:30:15.0797706Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-08-14T22:30:15.0798485Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-08-14T22:30:15.0799072Z goto vswhere 2025-08-14T22:30:15.0799265Z ) ) 2025-08-14T22:30:15.0801915Z 2025-08-14T22:30:15.0802753Z 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-08-14T22:30:15.0803785Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-08-14T22:30:15.0804238Z exit /b 1 2025-08-14T22:30:15.0804438Z ) 2025-08-14T22:30:15.0804537Z 2025-08-14T22:30:15.0805193Z 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-08-14T22:30:15.2797887Z ********************************************************************** 2025-08-14T22:30:15.2798391Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-08-14T22:30:15.2798777Z ** Copyright (c) 2022 Microsoft Corporation 2025-08-14T22:30:15.2799307Z ********************************************************************** 2025-08-14T22:30:15.8376387Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-08-14T22:30:16.2870446Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-08-14T22:30:16.2870982Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:30:16.2871286Z 2025-08-14T22:30:16.3514382Z simple-torch-test.cpp 2025-08-14T22:30:34.0232258Z 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-08-14T22:30:34.0237743Z 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-08-14T22:30:34.0248047Z 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-08-14T22:30:34.0249345Z with 2025-08-14T22:30:34.0249536Z [ 2025-08-14T22:30:34.0249735Z I=size_t, 2025-08-14T22:30:34.0249968Z _Ty2=size_t 2025-08-14T22:30:34.0250177Z ] 2025-08-14T22:30:34.0251135Z 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-08-14T22:30:34.0253122Z 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-08-14T22:30:34.0254457Z with 2025-08-14T22:30:34.0254654Z [ 2025-08-14T22:30:34.0255116Z _Ty=int32_t 2025-08-14T22:30:34.0255351Z ] 2025-08-14T22:30:34.0256566Z 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-08-14T22:30:34.0257862Z with 2025-08-14T22:30:34.0258046Z [ 2025-08-14T22:30:34.0258238Z _Ty=int32_t 2025-08-14T22:30:34.0258459Z ] 2025-08-14T22:30:34.1098048Z 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-08-14T22:30:34.1098962Z with 2025-08-14T22:30:34.1099151Z [ 2025-08-14T22:30:34.1099365Z _Ty=unsigned int 2025-08-14T22:30:34.1099605Z ] 2025-08-14T22:30:34.1100339Z 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-08-14T22:30:34.1102279Z 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-08-14T22:30:34.1103562Z with 2025-08-14T22:30:34.1103768Z [ 2025-08-14T22:30:34.1103962Z _Ty=std::_Vbase 2025-08-14T22:30:34.1104218Z ] 2025-08-14T22:30:34.1105328Z 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-08-14T22:30:34.1106484Z with 2025-08-14T22:30:34.1106699Z [ 2025-08-14T22:30:34.1106889Z _Ty=std::_Vbase 2025-08-14T22:30:34.1107139Z ] 2025-08-14T22:30:34.1108295Z 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-08-14T22:30:34.1109481Z with 2025-08-14T22:30:34.1109680Z [ 2025-08-14T22:30:34.1109866Z _Ty=std::_Vbase 2025-08-14T22:30:34.1110105Z ] 2025-08-14T22:30:34.1111936Z 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-08-14T22:30:34.1113076Z with 2025-08-14T22:30:34.1113280Z [ 2025-08-14T22:30:34.1113462Z _Ty=size_t 2025-08-14T22:30:34.1113683Z ] 2025-08-14T22:30:34.1114449Z 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-08-14T22:30:34.1115301Z with 2025-08-14T22:30:34.1115486Z [ 2025-08-14T22:30:34.1115691Z _Objty=unsigned int 2025-08-14T22:30:34.1115950Z ] 2025-08-14T22:30:34.1116629Z 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-08-14T22:30:34.1118387Z 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-08-14T22:30:34.1119739Z with 2025-08-14T22:30:34.1119932Z [ 2025-08-14T22:30:34.1120123Z _Ty=size_t 2025-08-14T22:30:34.1120340Z ] 2025-08-14T22:30:34.1121509Z 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-08-14T22:30:34.1122727Z with 2025-08-14T22:30:34.1122924Z [ 2025-08-14T22:30:34.1123142Z _Alloc=std::allocator, 2025-08-14T22:30:34.1123458Z _Ty=unsigned int, 2025-08-14T22:30:34.1123719Z _Objty=unsigned int 2025-08-14T22:30:34.1123956Z ] 2025-08-14T22:30:34.1241842Z 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-08-14T22:30:34.1242721Z with 2025-08-14T22:30:34.1242924Z [ 2025-08-14T22:30:34.1243100Z _Ty=int 2025-08-14T22:30:34.1243317Z ] 2025-08-14T22:30:34.1244112Z 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-08-14T22:30:34.1245914Z 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-08-14T22:30:34.1247127Z with 2025-08-14T22:30:34.1247312Z [ 2025-08-14T22:30:34.1247505Z _Ty=int32_t 2025-08-14T22:30:34.1247720Z ] 2025-08-14T22:30:34.1248787Z 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-08-14T22:30:34.1250021Z with 2025-08-14T22:30:34.1250208Z [ 2025-08-14T22:30:34.1250400Z _Ty=int32_t 2025-08-14T22:30:34.1250693Z ] 2025-08-14T22:30:34.1252000Z 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-08-14T22:30:34.1253177Z with 2025-08-14T22:30:34.1253366Z [ 2025-08-14T22:30:34.1253569Z _Ty=int32_t 2025-08-14T22:30:34.1253781Z ] 2025-08-14T22:30:34.1254730Z 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-08-14T22:30:34.1255732Z with 2025-08-14T22:30:34.1255915Z [ 2025-08-14T22:30:34.1256200Z _Ty=size_t 2025-08-14T22:30:34.1256409Z ] 2025-08-14T22:30:34.1257297Z 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-08-14T22:30:34.1258134Z with 2025-08-14T22:30:34.1258329Z [ 2025-08-14T22:30:34.1258515Z _Objty=int 2025-08-14T22:30:34.1258737Z ] 2025-08-14T22:30:34.1259431Z 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-08-14T22:30:34.1261214Z 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-08-14T22:30:34.1262413Z with 2025-08-14T22:30:34.1262600Z [ 2025-08-14T22:30:34.1262798Z _Ty=size_t 2025-08-14T22:30:34.1263074Z ] 2025-08-14T22:30:34.1264244Z 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-08-14T22:30:34.1265446Z with 2025-08-14T22:30:34.1265632Z [ 2025-08-14T22:30:34.1265849Z _Alloc=std::allocator, 2025-08-14T22:30:34.1266127Z _Ty=int, 2025-08-14T22:30:34.1266344Z _Objty=int 2025-08-14T22:30:34.1266553Z ] 2025-08-14T22:30:34.5602673Z 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-08-14T22:30:34.5603558Z with 2025-08-14T22:30:34.5603771Z [ 2025-08-14T22:30:34.5603955Z _Ty1=int 2025-08-14T22:30:34.5604191Z ] 2025-08-14T22:30:34.5604897Z 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-08-14T22:30:34.5606670Z 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-08-14T22:30:34.5607919Z with 2025-08-14T22:30:34.5608101Z [ 2025-08-14T22:30:34.5608315Z _Ty=std::pair 2025-08-14T22:30:34.5608585Z ] 2025-08-14T22:30:34.5609661Z 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-08-14T22:30:34.5610814Z with 2025-08-14T22:30:34.5611004Z [ 2025-08-14T22:30:34.5611214Z _Ty=std::pair 2025-08-14T22:30:34.5611467Z ] 2025-08-14T22:30:34.5612864Z 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-08-14T22:30:34.5614084Z with 2025-08-14T22:30:34.5614273Z [ 2025-08-14T22:30:34.5614490Z _Ty=std::pair 2025-08-14T22:30:34.5614740Z ] 2025-08-14T22:30:34.5615771Z 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-08-14T22:30:34.5616881Z with 2025-08-14T22:30:34.5617055Z [ 2025-08-14T22:30:34.5617238Z _Ty=size_t 2025-08-14T22:30:34.5617442Z ] 2025-08-14T22:30:34.5618357Z 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-08-14T22:30:34.5619478Z with 2025-08-14T22:30:34.5619648Z [ 2025-08-14T22:30:34.5619825Z _Ty=size_t, 2025-08-14T22:30:34.5620044Z _Other1=size_t &, 2025-08-14T22:30:34.5620294Z _Other2=int & 2025-08-14T22:30:34.5620506Z ] 2025-08-14T22:30:34.5621339Z 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-08-14T22:30:34.5622186Z with 2025-08-14T22:30:34.5622360Z [ 2025-08-14T22:30:34.5622537Z _Ty2=int 2025-08-14T22:30:34.5622728Z ] 2025-08-14T22:30:39.0589860Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-08-14T22:30:39.0590360Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:30:39.0590639Z 2025-08-14T22:30:39.0590754Z /out:simple-torch-test.exe 2025-08-14T22:30:39.0591013Z simple-torch-test.obj 2025-08-14T22:30:39.0591239Z c10.lib 2025-08-14T22:30:39.0591435Z torch_cpu.lib 2025-08-14T22:30:46.2728768Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-08-14T22:30:46.6820170Z [W814 22:30:46.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-08-14T22:30:46.8080880Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-08-14T22:30:46.8081410Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:30:46.8081703Z 2025-08-14T22:30:46.8122190Z check-torch-mkl.cpp 2025-08-14T22:31:00.2846294Z 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-08-14T22:31:00.2847731Z 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-08-14T22:31:00.2849351Z 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-08-14T22:31:00.2850476Z with 2025-08-14T22:31:00.2850659Z [ 2025-08-14T22:31:00.2850839Z I=size_t, 2025-08-14T22:31:00.2851045Z _Ty2=size_t 2025-08-14T22:31:00.2851266Z ] 2025-08-14T22:31:00.2852209Z 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-08-14T22:31:00.2854438Z 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-08-14T22:31:00.2871565Z with 2025-08-14T22:31:00.2871763Z [ 2025-08-14T22:31:00.2871950Z _Ty=int32_t 2025-08-14T22:31:00.2872167Z ] 2025-08-14T22:31:00.2873388Z 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-08-14T22:31:00.2874663Z with 2025-08-14T22:31:00.2874841Z [ 2025-08-14T22:31:00.2875028Z _Ty=int32_t 2025-08-14T22:31:00.2875227Z ] 2025-08-14T22:31:00.3665312Z 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-08-14T22:31:00.3666281Z with 2025-08-14T22:31:00.3666798Z [ 2025-08-14T22:31:00.3666994Z _Ty=unsigned int 2025-08-14T22:31:00.3667329Z ] 2025-08-14T22:31:00.3668107Z 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-08-14T22:31:00.3670292Z 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-08-14T22:31:00.3671741Z with 2025-08-14T22:31:00.3671931Z [ 2025-08-14T22:31:00.3672121Z _Ty=std::_Vbase 2025-08-14T22:31:00.3672458Z ] 2025-08-14T22:31:00.3673625Z 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-08-14T22:31:00.3674964Z with 2025-08-14T22:31:00.3675146Z [ 2025-08-14T22:31:00.3675420Z _Ty=std::_Vbase 2025-08-14T22:31:00.3675645Z ] 2025-08-14T22:31:00.3676965Z 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-08-14T22:31:00.3678365Z with 2025-08-14T22:31:00.3678553Z [ 2025-08-14T22:31:00.3678741Z _Ty=std::_Vbase 2025-08-14T22:31:00.3679064Z ] 2025-08-14T22:31:00.3680174Z 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-08-14T22:31:00.3681455Z with 2025-08-14T22:31:00.3681727Z [ 2025-08-14T22:31:00.3681923Z _Ty=size_t 2025-08-14T22:31:00.3682141Z ] 2025-08-14T22:31:00.3683017Z 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-08-14T22:31:00.3683855Z with 2025-08-14T22:31:00.3684031Z [ 2025-08-14T22:31:00.3684228Z _Objty=unsigned int 2025-08-14T22:31:00.3684460Z ] 2025-08-14T22:31:00.3685954Z 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-08-14T22:31:00.3687833Z 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-08-14T22:31:00.3689167Z with 2025-08-14T22:31:00.3689460Z [ 2025-08-14T22:31:00.3689637Z _Ty=size_t 2025-08-14T22:31:00.3689848Z ] 2025-08-14T22:31:00.3691039Z 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-08-14T22:31:00.3692272Z with 2025-08-14T22:31:00.3692452Z [ 2025-08-14T22:31:00.3692658Z _Alloc=std::allocator, 2025-08-14T22:31:00.3692964Z _Ty=unsigned int, 2025-08-14T22:31:00.3693325Z _Objty=unsigned int 2025-08-14T22:31:00.3693569Z ] 2025-08-14T22:31:00.3808834Z 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-08-14T22:31:00.3809681Z with 2025-08-14T22:31:00.3809868Z [ 2025-08-14T22:31:00.3810040Z _Ty=int 2025-08-14T22:31:00.3810238Z ] 2025-08-14T22:31:00.3810926Z 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-08-14T22:31:00.3812630Z 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-08-14T22:31:00.3813788Z with 2025-08-14T22:31:00.3813967Z [ 2025-08-14T22:31:00.3814152Z _Ty=int32_t 2025-08-14T22:31:00.3814351Z ] 2025-08-14T22:31:00.3815401Z 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-08-14T22:31:00.3816496Z with 2025-08-14T22:31:00.3816669Z [ 2025-08-14T22:31:00.3816845Z _Ty=int32_t 2025-08-14T22:31:00.3817056Z ] 2025-08-14T22:31:00.3818166Z 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-08-14T22:31:00.3819337Z with 2025-08-14T22:31:00.3819514Z [ 2025-08-14T22:31:00.3819696Z _Ty=int32_t 2025-08-14T22:31:00.3819894Z ] 2025-08-14T22:31:00.3820825Z 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-08-14T22:31:00.3821804Z with 2025-08-14T22:31:00.3821987Z [ 2025-08-14T22:31:00.3822175Z _Ty=size_t 2025-08-14T22:31:00.3822370Z ] 2025-08-14T22:31:00.3823304Z 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-08-14T22:31:00.3824139Z with 2025-08-14T22:31:00.3824325Z [ 2025-08-14T22:31:00.3824498Z _Objty=int 2025-08-14T22:31:00.3824718Z ] 2025-08-14T22:31:00.3825391Z 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-08-14T22:31:00.3826978Z 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-08-14T22:31:00.3828050Z with 2025-08-14T22:31:00.3828233Z [ 2025-08-14T22:31:00.3828483Z _Ty=size_t 2025-08-14T22:31:00.3828689Z ] 2025-08-14T22:31:00.3829831Z 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-08-14T22:31:00.3831129Z with 2025-08-14T22:31:00.3831316Z [ 2025-08-14T22:31:00.3831531Z _Alloc=std::allocator, 2025-08-14T22:31:00.3831804Z _Ty=int, 2025-08-14T22:31:00.3832024Z _Objty=int 2025-08-14T22:31:00.3832219Z ] 2025-08-14T22:31:00.8126211Z 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-08-14T22:31:00.8127101Z with 2025-08-14T22:31:00.8127290Z [ 2025-08-14T22:31:00.8127474Z _Ty1=int 2025-08-14T22:31:00.8127689Z ] 2025-08-14T22:31:00.8128403Z 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-08-14T22:31:00.8130796Z 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-08-14T22:31:00.8132152Z with 2025-08-14T22:31:00.8132360Z [ 2025-08-14T22:31:00.8132655Z _Ty=std::pair 2025-08-14T22:31:00.8132912Z ] 2025-08-14T22:31:00.8133974Z 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-08-14T22:31:00.8135123Z with 2025-08-14T22:31:00.8135302Z [ 2025-08-14T22:31:00.8135491Z _Ty=std::pair 2025-08-14T22:31:00.8135741Z ] 2025-08-14T22:31:00.8136862Z 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-08-14T22:31:00.8138096Z with 2025-08-14T22:31:00.8138375Z [ 2025-08-14T22:31:00.8138568Z _Ty=std::pair 2025-08-14T22:31:00.8138827Z ] 2025-08-14T22:31:00.8139948Z 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-08-14T22:31:00.8141057Z with 2025-08-14T22:31:00.8141439Z [ 2025-08-14T22:31:00.8141636Z _Ty=size_t 2025-08-14T22:31:00.8141843Z ] 2025-08-14T22:31:00.8142754Z 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-08-14T22:31:00.8143746Z with 2025-08-14T22:31:00.8143929Z [ 2025-08-14T22:31:00.8144111Z _Ty=size_t, 2025-08-14T22:31:00.8144351Z _Other1=size_t &, 2025-08-14T22:31:00.8144586Z _Other2=int & 2025-08-14T22:31:00.8144907Z ] 2025-08-14T22:31:00.8145741Z 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-08-14T22:31:00.8146559Z with 2025-08-14T22:31:00.8146731Z [ 2025-08-14T22:31:00.8146912Z _Ty2=int 2025-08-14T22:31:00.8147106Z ] 2025-08-14T22:31:02.2888547Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-08-14T22:31:02.2889045Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:31:02.2889554Z 2025-08-14T22:31:02.2889655Z /out:check-torch-mkl.exe 2025-08-14T22:31:02.2889917Z check-torch-mkl.obj 2025-08-14T22:31:02.2890133Z c10.lib 2025-08-14T22:31:02.2890328Z torch_cpu.lib 2025-08-14T22:31:02.3481289Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-08-14T22:31:02.8373481Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-08-14T22:31:02.8407755Z + popd 2025-08-14T22:31:02.8412925Z /c/actions-runner/_work/pytorch/pytorch 2025-08-14T22:31:02.8553334Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-08-14T22:31:02.8553813Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-08-14T22:31:02.8576054Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:31:02.8576509Z env: 2025-08-14T22:31:02.8578858Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:31:02.8579288Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:31:02.8579640Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:31:02.8580295Z GITHUB_TOKEN: *** 2025-08-14T22:31:02.8580504Z PR_NUMBER: 2025-08-14T22:31:02.8580740Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:31:02.8581036Z SKIP_ALL_TESTS: 1 2025-08-14T22:31:02.8581238Z OS: windows 2025-08-14T22:31:02.8581523Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:31:02.8581894Z PACKAGE_TYPE: libtorch 2025-08-14T22:31:02.8582164Z DESIRED_CUDA: cpu 2025-08-14T22:31:02.8582366Z GPU_ARCH_TYPE: cpu 2025-08-14T22:31:02.8582582Z LIBTORCH_CONFIG: release 2025-08-14T22:31:02.8582831Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:31:02.8584178Z DESIRED_PYTHON: 3.9 2025-08-14T22:31:02.8584470Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:31:02.8585596Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:31:02.8585981Z ##[endgroup] 2025-08-14T22:31:03.2038917Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:31:03.2111732Z Finished 2025-08-14T22:31:03.3444639Z Holding runner until all ssh sessions have logged out 2025-08-14T22:31:03.3731981Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-08-14T22:31:03.3732451Z .github\scripts\kill_active_ssh_sessions.ps1 2025-08-14T22:31:03.3749172Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:31:03.3749656Z env: 2025-08-14T22:31:03.3750067Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:31:03.3750482Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:31:03.3750807Z BUILD_ENVIRONMENT: windows-binary-libtorch-release 2025-08-14T22:31:03.3751479Z GITHUB_TOKEN: *** 2025-08-14T22:31:03.3751692Z PR_NUMBER: 2025-08-14T22:31:03.3751928Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:31:03.3752227Z SKIP_ALL_TESTS: 1 2025-08-14T22:31:03.3752432Z OS: windows 2025-08-14T22:31:03.3752736Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:31:03.3753116Z PACKAGE_TYPE: libtorch 2025-08-14T22:31:03.3753386Z DESIRED_CUDA: cpu 2025-08-14T22:31:03.3753582Z GPU_ARCH_TYPE: cpu 2025-08-14T22:31:03.3753801Z LIBTORCH_CONFIG: release 2025-08-14T22:31:03.3754055Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:31:03.3754330Z DESIRED_PYTHON: 3.9 2025-08-14T22:31:03.3754609Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:31:03.3755035Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:31:03.3755422Z ##[endgroup] 2025-08-14T22:31:03.7365542Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:31:03.7415775Z Finished 2025-08-14T22:31:03.7826495Z Post job cleanup. 2025-08-14T22:31:03.9551167Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-08-14T22:31:03.9778534Z git version 2.49.0.windows.1 2025-08-14T22:31:03.9860046Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\39cb51f8-ed98-408f-b3cc-c8e30ba4d59b\.gitconfig' 2025-08-14T22:31:03.9883947Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\39cb51f8-ed98-408f-b3cc-c8e30ba4d59b' before making global git config changes 2025-08-14T22:31:03.9884882Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T22:31:03.9896497Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-14T22:31:04.0201946Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-08-14T22:31:04.0482915Z [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-08-14T22:31:04.4716215Z Entering 'android/libs/fbjni' 2025-08-14T22:31:04.5338037Z Entering 'third_party/FP16' 2025-08-14T22:31:04.5976374Z Entering 'third_party/FXdiv' 2025-08-14T22:31:04.6662182Z Entering 'third_party/NNPACK' 2025-08-14T22:31:04.7347786Z Entering 'third_party/NVTX' 2025-08-14T22:31:04.8012250Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:31:04.8616719Z Entering 'third_party/XNNPACK' 2025-08-14T22:31:04.9241815Z Entering 'third_party/aiter' 2025-08-14T22:31:04.9863900Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:31:05.0578301Z Entering 'third_party/benchmark' 2025-08-14T22:31:05.1197529Z Entering 'third_party/composable_kernel' 2025-08-14T22:31:05.1847577Z Entering 'third_party/cpp-httplib' 2025-08-14T22:31:05.2456147Z Entering 'third_party/cpuinfo' 2025-08-14T22:31:05.3144106Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:31:05.3746285Z Entering 'third_party/cutlass' 2025-08-14T22:31:05.4367002Z Entering 'third_party/fbgemm' 2025-08-14T22:31:05.5032530Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:31:05.5715070Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:31:05.6350819Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:31:05.6996452Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:31:05.7638925Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:31:05.8279323Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:31:05.8877959Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:31:05.9534316Z Entering 'third_party/flash-attention' 2025-08-14T22:31:06.0131516Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:31:06.0765036Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:31:06.1386304Z Entering 'third_party/flatbuffers' 2025-08-14T22:31:06.2035391Z Entering 'third_party/fmt' 2025-08-14T22:31:06.2659873Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:31:06.3304933Z Entering 'third_party/gloo' 2025-08-14T22:31:06.3948345Z Entering 'third_party/googletest' 2025-08-14T22:31:06.4566036Z Entering 'third_party/ideep' 2025-08-14T22:31:06.5218805Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:31:06.5862736Z Entering 'third_party/ittapi' 2025-08-14T22:31:06.6507896Z Entering 'third_party/kineto' 2025-08-14T22:31:06.7103728Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:31:06.7779879Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:31:06.8454395Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:31:06.9105563Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:31:06.9733484Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:31:07.0344293Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:31:07.0988778Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:31:07.1674084Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:31:07.2314995Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:31:07.2941137Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:31:07.3679399Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:31:07.4348124Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:31:07.4998007Z Entering 'third_party/kleidiai' 2025-08-14T22:31:07.5696425Z Entering 'third_party/mimalloc' 2025-08-14T22:31:07.6304063Z Entering 'third_party/nlohmann' 2025-08-14T22:31:07.6983929Z Entering 'third_party/onnx' 2025-08-14T22:31:07.7631325Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:31:07.8272896Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:31:07.8932859Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:31:07.9545788Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:31:08.0185277Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:31:08.0812037Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:31:08.1468157Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:31:08.2084785Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:31:08.2741741Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:31:08.3416100Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:31:08.4052211Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:31:08.4724131Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:31:08.5395998Z Entering 'third_party/pocketfft' 2025-08-14T22:31:08.6096942Z Entering 'third_party/protobuf' 2025-08-14T22:31:08.6750838Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:31:08.7411000Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:31:08.8048709Z Entering 'third_party/psimd' 2025-08-14T22:31:08.8706109Z Entering 'third_party/pthreadpool' 2025-08-14T22:31:08.9412900Z Entering 'third_party/pybind11' 2025-08-14T22:31:09.0121911Z Entering 'third_party/python-peachpy' 2025-08-14T22:31:09.0779787Z Entering 'third_party/sleef' 2025-08-14T22:31:09.1478166Z Entering 'third_party/tensorpipe' 2025-08-14T22:31:09.2134168Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:31:09.2818369Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:31:09.3447598Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:31:09.4105137Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:31:09.4737201Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:31:09.5489434Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T22:31:09.5732642Z http.https://github.com/.extraheader 2025-08-14T22:31:09.5785183Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-08-14T22:31:09.6053227Z [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-08-14T22:31:10.0104579Z Entering 'android/libs/fbjni' 2025-08-14T22:31:10.0606220Z http.https://github.com/.extraheader 2025-08-14T22:31:10.1035689Z Entering 'third_party/FP16' 2025-08-14T22:31:10.1558024Z http.https://github.com/.extraheader 2025-08-14T22:31:10.1945733Z Entering 'third_party/FXdiv' 2025-08-14T22:31:10.2419034Z http.https://github.com/.extraheader 2025-08-14T22:31:10.2817882Z Entering 'third_party/NNPACK' 2025-08-14T22:31:10.3278058Z http.https://github.com/.extraheader 2025-08-14T22:31:10.3647706Z Entering 'third_party/NVTX' 2025-08-14T22:31:10.4171079Z http.https://github.com/.extraheader 2025-08-14T22:31:10.4526847Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:31:10.4998576Z http.https://github.com/.extraheader 2025-08-14T22:31:10.5348259Z Entering 'third_party/XNNPACK' 2025-08-14T22:31:10.5794019Z http.https://github.com/.extraheader 2025-08-14T22:31:10.6169138Z Entering 'third_party/aiter' 2025-08-14T22:31:10.6618163Z http.https://github.com/.extraheader 2025-08-14T22:31:10.6957715Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:31:10.7416763Z http.https://github.com/.extraheader 2025-08-14T22:31:10.7786988Z Entering 'third_party/benchmark' 2025-08-14T22:31:10.8239362Z http.https://github.com/.extraheader 2025-08-14T22:31:10.8614445Z Entering 'third_party/composable_kernel' 2025-08-14T22:31:10.9101703Z http.https://github.com/.extraheader 2025-08-14T22:31:10.9503468Z Entering 'third_party/cpp-httplib' 2025-08-14T22:31:11.0000281Z http.https://github.com/.extraheader 2025-08-14T22:31:11.0409688Z Entering 'third_party/cpuinfo' 2025-08-14T22:31:11.0955514Z http.https://github.com/.extraheader 2025-08-14T22:31:11.1297532Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:31:11.1770390Z http.https://github.com/.extraheader 2025-08-14T22:31:11.2143671Z Entering 'third_party/cutlass' 2025-08-14T22:31:11.2672350Z http.https://github.com/.extraheader 2025-08-14T22:31:11.3041938Z Entering 'third_party/fbgemm' 2025-08-14T22:31:11.3500366Z http.https://github.com/.extraheader 2025-08-14T22:31:11.3827236Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:31:11.4286009Z http.https://github.com/.extraheader 2025-08-14T22:31:11.4662362Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:31:11.5138389Z http.https://github.com/.extraheader 2025-08-14T22:31:11.5563482Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:31:11.6036751Z http.https://github.com/.extraheader 2025-08-14T22:31:11.6427489Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:31:11.6887294Z http.https://github.com/.extraheader 2025-08-14T22:31:11.7244942Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:31:11.7767114Z http.https://github.com/.extraheader 2025-08-14T22:31:11.8120620Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:31:11.8627437Z http.https://github.com/.extraheader 2025-08-14T22:31:11.8974129Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:31:11.9534812Z http.https://github.com/.extraheader 2025-08-14T22:31:11.9916814Z Entering 'third_party/flash-attention' 2025-08-14T22:31:12.0442581Z http.https://github.com/.extraheader 2025-08-14T22:31:12.0770526Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:31:12.1265863Z http.https://github.com/.extraheader 2025-08-14T22:31:12.1686113Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:31:12.2210607Z http.https://github.com/.extraheader 2025-08-14T22:31:12.2647837Z Entering 'third_party/flatbuffers' 2025-08-14T22:31:12.3139271Z http.https://github.com/.extraheader 2025-08-14T22:31:12.3484066Z Entering 'third_party/fmt' 2025-08-14T22:31:12.3930821Z http.https://github.com/.extraheader 2025-08-14T22:31:12.4269069Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:31:12.4789466Z http.https://github.com/.extraheader 2025-08-14T22:31:12.5150174Z Entering 'third_party/gloo' 2025-08-14T22:31:12.5639032Z http.https://github.com/.extraheader 2025-08-14T22:31:12.5992329Z Entering 'third_party/googletest' 2025-08-14T22:31:12.6473364Z http.https://github.com/.extraheader 2025-08-14T22:31:12.6889117Z Entering 'third_party/ideep' 2025-08-14T22:31:12.7400748Z http.https://github.com/.extraheader 2025-08-14T22:31:12.7800259Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:31:12.8320826Z http.https://github.com/.extraheader 2025-08-14T22:31:12.8737871Z Entering 'third_party/ittapi' 2025-08-14T22:31:12.9238690Z http.https://github.com/.extraheader 2025-08-14T22:31:12.9588080Z Entering 'third_party/kineto' 2025-08-14T22:31:13.0034618Z http.https://github.com/.extraheader 2025-08-14T22:31:13.0365472Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:31:13.0841966Z http.https://github.com/.extraheader 2025-08-14T22:31:13.1240380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:31:13.1755109Z http.https://github.com/.extraheader 2025-08-14T22:31:13.2187545Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:31:13.2707702Z http.https://github.com/.extraheader 2025-08-14T22:31:13.3058857Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:31:13.3581738Z http.https://github.com/.extraheader 2025-08-14T22:31:13.3935155Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:31:13.4412778Z http.https://github.com/.extraheader 2025-08-14T22:31:13.4869148Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:31:13.5344528Z http.https://github.com/.extraheader 2025-08-14T22:31:13.5728807Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:31:13.6179105Z http.https://github.com/.extraheader 2025-08-14T22:31:13.6528912Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:31:13.7012610Z http.https://github.com/.extraheader 2025-08-14T22:31:13.7369479Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:31:13.7844732Z http.https://github.com/.extraheader 2025-08-14T22:31:13.8241033Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:31:13.8767041Z http.https://github.com/.extraheader 2025-08-14T22:31:13.9217715Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:31:13.9705239Z http.https://github.com/.extraheader 2025-08-14T22:31:14.0142372Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:31:14.0608719Z http.https://github.com/.extraheader 2025-08-14T22:31:14.0977037Z Entering 'third_party/kleidiai' 2025-08-14T22:31:14.1494510Z http.https://github.com/.extraheader 2025-08-14T22:31:14.1870284Z Entering 'third_party/mimalloc' 2025-08-14T22:31:14.2359818Z http.https://github.com/.extraheader 2025-08-14T22:31:14.2746294Z Entering 'third_party/nlohmann' 2025-08-14T22:31:14.3221723Z http.https://github.com/.extraheader 2025-08-14T22:31:14.3571985Z Entering 'third_party/onnx' 2025-08-14T22:31:14.4075817Z http.https://github.com/.extraheader 2025-08-14T22:31:14.4470879Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:31:14.4973940Z http.https://github.com/.extraheader 2025-08-14T22:31:14.5383065Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:31:14.5847863Z http.https://github.com/.extraheader 2025-08-14T22:31:14.6198703Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:31:14.6660725Z http.https://github.com/.extraheader 2025-08-14T22:31:14.7102422Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:31:14.7577470Z http.https://github.com/.extraheader 2025-08-14T22:31:14.7944129Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:31:14.8553615Z http.https://github.com/.extraheader 2025-08-14T22:31:14.8919974Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:31:14.9437655Z http.https://github.com/.extraheader 2025-08-14T22:31:14.9884720Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:31:15.0372556Z http.https://github.com/.extraheader 2025-08-14T22:31:15.0740697Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:31:15.1207223Z http.https://github.com/.extraheader 2025-08-14T22:31:15.1570943Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:31:15.2037265Z http.https://github.com/.extraheader 2025-08-14T22:31:15.2453615Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:31:15.2969083Z http.https://github.com/.extraheader 2025-08-14T22:31:15.3391525Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:31:15.3913925Z http.https://github.com/.extraheader 2025-08-14T22:31:15.4338624Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:31:15.4797675Z http.https://github.com/.extraheader 2025-08-14T22:31:15.5202041Z Entering 'third_party/pocketfft' 2025-08-14T22:31:15.5657128Z http.https://github.com/.extraheader 2025-08-14T22:31:15.6021640Z Entering 'third_party/protobuf' 2025-08-14T22:31:15.6560189Z http.https://github.com/.extraheader 2025-08-14T22:31:15.6907136Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:31:15.7380900Z http.https://github.com/.extraheader 2025-08-14T22:31:15.7744913Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:31:15.8279244Z http.https://github.com/.extraheader 2025-08-14T22:31:15.8654210Z Entering 'third_party/psimd' 2025-08-14T22:31:15.9136684Z http.https://github.com/.extraheader 2025-08-14T22:31:15.9518528Z Entering 'third_party/pthreadpool' 2025-08-14T22:31:15.9979739Z http.https://github.com/.extraheader 2025-08-14T22:31:16.0375336Z Entering 'third_party/pybind11' 2025-08-14T22:31:16.0837176Z http.https://github.com/.extraheader 2025-08-14T22:31:16.1228759Z Entering 'third_party/python-peachpy' 2025-08-14T22:31:16.1679757Z http.https://github.com/.extraheader 2025-08-14T22:31:16.2038998Z Entering 'third_party/sleef' 2025-08-14T22:31:16.2527558Z http.https://github.com/.extraheader 2025-08-14T22:31:16.2890926Z Entering 'third_party/tensorpipe' 2025-08-14T22:31:16.3337329Z http.https://github.com/.extraheader 2025-08-14T22:31:16.3684972Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:31:16.4142193Z http.https://github.com/.extraheader 2025-08-14T22:31:16.4504655Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:31:16.4996315Z http.https://github.com/.extraheader 2025-08-14T22:31:16.5361621Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:31:16.5822157Z http.https://github.com/.extraheader 2025-08-14T22:31:16.6173488Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:31:16.6638583Z http.https://github.com/.extraheader 2025-08-14T22:31:16.7032147Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:31:16.7544044Z http.https://github.com/.extraheader 2025-08-14T22:31:16.8291775Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-14T22:31:16.8330906Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-08-14T22:31:16.8347246Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:31:16.8347715Z ##[endgroup] 2025-08-14T22:31:17.2585230Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:31:17.2654054Z Finished 2025-08-14T22:31:18.8488175Z Cleaning up orphan processes 2025-08-14T22:31:18.9585261Z Terminate orphan process: pid (4640) (vctip)