2025-08-26T21:09:48.7072701Z Current runner version: '2.328.0' 2025-08-26T21:09:48.7083632Z Runner name: 'i-0544fe5b2e83d06d7' 2025-08-26T21:09:48.7084898Z Runner group name: 'Default' 2025-08-26T21:09:48.7086143Z Machine name: 'EC2AMAZ-3959FL8' 2025-08-26T21:09:48.7090088Z ##[group]GITHUB_TOKEN Permissions 2025-08-26T21:09:48.7092993Z Contents: read 2025-08-26T21:09:48.7093709Z Metadata: read 2025-08-26T21:09:48.7094531Z Packages: read 2025-08-26T21:09:48.7095372Z ##[endgroup] 2025-08-26T21:09:48.7098104Z Secret source: Actions 2025-08-26T21:09:48.7099111Z Prepare workflow directory 2025-08-26T21:09:49.0858283Z Prepare all required actions 2025-08-26T21:09:49.0901132Z Getting action download info 2025-08-26T21:09:49.8796339Z Download action repository 'pytorch/test-infra@main' (SHA:8a3e81d713ea2bd5156e0be0922901b953d8d758) 2025-08-26T21:28:16.5647884Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-26T21:28:18.5830326Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-08-26T21:28:37.4655393Z Complete job name: libtorch-cpu-shared-with-deps-debug-test 2025-08-26T21:28:40.2686207Z ##[group]Run set -euo pipefail 2025-08-26T21:28:40.2686806Z set -euo pipefail 2025-08-26T21:28:40.2687069Z function get_ec2_metadata() { 2025-08-26T21:28:40.2687433Z  # Pulled from instance metadata endpoint for EC2 2025-08-26T21:28:40.2688016Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-08-26T21:28:40.2688520Z  category=$1 2025-08-26T21:28:40.2689315Z  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-26T21:28:40.2690112Z } 2025-08-26T21:28:40.2690354Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-08-26T21:28:40.2690728Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-08-26T21:28:40.2691216Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-08-26T21:28:40.2691581Z echo "system info $(uname -a)" 2025-08-26T21:28:40.2717064Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-26T21:28:40.2717778Z env: 2025-08-26T21:28:40.2718093Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:28:40.2718499Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:28:40.2718791Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:28:40.2719480Z GITHUB_TOKEN: *** 2025-08-26T21:28:40.2719695Z PR_NUMBER: 2025-08-26T21:28:40.2719906Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:28:40.2720200Z SKIP_ALL_TESTS: 1 2025-08-26T21:28:40.2720379Z OS: windows 2025-08-26T21:28:40.2720656Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:28:40.2721005Z PACKAGE_TYPE: libtorch 2025-08-26T21:28:40.2721285Z DESIRED_CUDA: cpu 2025-08-26T21:28:40.2721493Z GPU_ARCH_TYPE: cpu 2025-08-26T21:28:40.2721707Z LIBTORCH_CONFIG: debug 2025-08-26T21:28:40.2721952Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:28:40.2722201Z DESIRED_PYTHON: 3.9 2025-08-26T21:28:40.2722413Z ##[endgroup] 2025-08-26T21:29:12.4835782Z ami-id: ami-0e7a891d0eb86d887 2025-08-26T21:29:12.5287411Z instance-id: i-0544fe5b2e83d06d7 2025-08-26T21:29:12.5853979Z instance-type: c5d.4xlarge 2025-08-26T21:29:15.3465966Z system info MSYS_NT-10.0-17763 EC2AMAZ-3959FL8 3.6.3-7674c51e.x86_64 2025-07-01 09:13 UTC x86_64 Msys 2025-08-26T21:29:15.4123977Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-08-26T21:29:15.4124592Z with: 2025-08-26T21:29:15.4125148Z github-secret: *** 2025-08-26T21:29:15.4125402Z activate-with-label: false 2025-08-26T21:29:15.4125645Z label: with-ssh 2025-08-26T21:29:15.4125876Z remove-existing-keys: true 2025-08-26T21:29:15.4126119Z fail-silently: true 2025-08-26T21:29:15.4127840Z env: 2025-08-26T21:29:15.4128144Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:29:15.4128594Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:29:15.4128902Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:29:15.4129393Z GITHUB_TOKEN: *** 2025-08-26T21:29:15.4129605Z PR_NUMBER: 2025-08-26T21:29:15.4129829Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:29:15.4130126Z SKIP_ALL_TESTS: 1 2025-08-26T21:29:15.4130325Z OS: windows 2025-08-26T21:29:15.4130697Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:29:15.4131061Z PACKAGE_TYPE: libtorch 2025-08-26T21:29:15.4131303Z DESIRED_CUDA: cpu 2025-08-26T21:29:15.4131500Z GPU_ARCH_TYPE: cpu 2025-08-26T21:29:15.4131729Z LIBTORCH_CONFIG: debug 2025-08-26T21:29:15.4131965Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:29:15.4132239Z DESIRED_PYTHON: 3.9 2025-08-26T21:29:15.4132441Z ##[endgroup] 2025-08-26T21:29:15.5717094Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-08-26T21:29:15.5719838Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-08-26T21:29:16.0787575Z ##[group]Run git config --global core.longpaths true 2025-08-26T21:29:16.0788051Z git config --global core.longpaths true 2025-08-26T21:29:16.0788423Z git config --global core.symlinks true 2025-08-26T21:29:16.0788746Z  2025-08-26T21:29:16.0789118Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-08-26T21:29:16.0789704Z # the directory on Windows and prevent GHA from checking out as reported 2025-08-26T21:29:16.0790205Z # in https://github.com/actions/checkout/issues/1018 2025-08-26T21:29:16.0790617Z git config --global core.fsmonitor false 2025-08-26T21:29:16.0816123Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-26T21:29:16.0816646Z env: 2025-08-26T21:29:16.0816951Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:29:16.0817413Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:29:16.0817766Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:29:16.0818442Z GITHUB_TOKEN: *** 2025-08-26T21:29:16.0818653Z PR_NUMBER: 2025-08-26T21:29:16.0818916Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:29:16.0819228Z SKIP_ALL_TESTS: 1 2025-08-26T21:29:16.0819413Z OS: windows 2025-08-26T21:29:16.0819741Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:29:16.0820135Z PACKAGE_TYPE: libtorch 2025-08-26T21:29:16.0820341Z DESIRED_CUDA: cpu 2025-08-26T21:29:16.0820532Z GPU_ARCH_TYPE: cpu 2025-08-26T21:29:16.0820767Z LIBTORCH_CONFIG: debug 2025-08-26T21:29:16.0820998Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:29:16.0821281Z DESIRED_PYTHON: 3.9 2025-08-26T21:29:16.0821496Z ##[endgroup] 2025-08-26T21:29:50.8665134Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-08-26T21:29:50.8666091Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-08-26T21:29:50.8682196Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-26T21:29:50.8682645Z env: 2025-08-26T21:29:50.8682956Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:29:50.8683367Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:29:50.8683658Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:29:50.8684432Z GITHUB_TOKEN: *** 2025-08-26T21:29:50.8684646Z PR_NUMBER: 2025-08-26T21:29:50.8684862Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:29:50.8685156Z SKIP_ALL_TESTS: 1 2025-08-26T21:29:50.8685343Z OS: windows 2025-08-26T21:29:50.8686376Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:29:50.8686730Z PACKAGE_TYPE: libtorch 2025-08-26T21:29:50.8686977Z DESIRED_CUDA: cpu 2025-08-26T21:29:50.8687174Z GPU_ARCH_TYPE: cpu 2025-08-26T21:29:50.8687402Z LIBTORCH_CONFIG: debug 2025-08-26T21:29:50.8687646Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:29:50.8687924Z DESIRED_PYTHON: 3.9 2025-08-26T21:29:50.8688129Z ##[endgroup] 2025-08-26T21:29:51.2343909Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:29:51.2412696Z Finished 2025-08-26T21:29:51.2737600Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-08-26T21:29:51.2738449Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-08-26T21:29:51.2739129Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-08-26T21:29:51.2739585Z # that it doesn't interfere 2025-08-26T21:29:51.2740023Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-08-26T21:29:51.2756537Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-26T21:29:51.2756984Z env: 2025-08-26T21:29:51.2757292Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:29:51.2757697Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:29:51.2758010Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:29:51.2758567Z GITHUB_TOKEN: *** 2025-08-26T21:29:51.2758848Z PR_NUMBER: 2025-08-26T21:29:51.2759070Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:29:51.2759369Z SKIP_ALL_TESTS: 1 2025-08-26T21:29:51.2759563Z OS: windows 2025-08-26T21:29:51.2759924Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:29:51.2760323Z PACKAGE_TYPE: libtorch 2025-08-26T21:29:51.2760558Z DESIRED_CUDA: cpu 2025-08-26T21:29:51.2760765Z GPU_ARCH_TYPE: cpu 2025-08-26T21:29:51.2760987Z LIBTORCH_CONFIG: debug 2025-08-26T21:29:51.2761232Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:29:51.2761495Z DESIRED_PYTHON: 3.9 2025-08-26T21:29:51.2761715Z ##[endgroup] 2025-08-26T21:29:51.6180679Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:29:51.6225306Z Finished 2025-08-26T21:30:01.9279321Z ##[group]Run actions/checkout@v4 2025-08-26T21:30:01.9279658Z with: 2025-08-26T21:30:01.9279895Z ref: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:30:01.9280189Z submodules: recursive 2025-08-26T21:30:01.9280413Z path: pytorch 2025-08-26T21:30:01.9280614Z show-progress: false 2025-08-26T21:30:01.9280853Z repository: pytorch/pytorch 2025-08-26T21:30:01.9281271Z token: *** 2025-08-26T21:30:01.9281468Z ssh-strict: true 2025-08-26T21:30:01.9281659Z ssh-user: git 2025-08-26T21:30:01.9281878Z persist-credentials: true 2025-08-26T21:30:01.9282133Z clean: true 2025-08-26T21:30:01.9282340Z sparse-checkout-cone-mode: true 2025-08-26T21:30:01.9282604Z fetch-depth: 1 2025-08-26T21:30:01.9282798Z fetch-tags: false 2025-08-26T21:30:01.9282999Z lfs: false 2025-08-26T21:30:01.9283186Z set-safe-directory: true 2025-08-26T21:30:01.9283410Z env: 2025-08-26T21:30:01.9283762Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:30:01.9284160Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:30:01.9284462Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:30:01.9284907Z GITHUB_TOKEN: *** 2025-08-26T21:30:01.9285101Z PR_NUMBER: 2025-08-26T21:30:01.9285331Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:30:01.9285609Z SKIP_ALL_TESTS: 1 2025-08-26T21:30:01.9285813Z OS: windows 2025-08-26T21:30:01.9286084Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:30:01.9286447Z PACKAGE_TYPE: libtorch 2025-08-26T21:30:01.9286660Z DESIRED_CUDA: cpu 2025-08-26T21:30:01.9287079Z GPU_ARCH_TYPE: cpu 2025-08-26T21:30:01.9287303Z LIBTORCH_CONFIG: debug 2025-08-26T21:30:01.9287536Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:30:01.9287809Z DESIRED_PYTHON: 3.9 2025-08-26T21:30:01.9288167Z ##[endgroup] 2025-08-26T21:30:02.0636374Z Syncing repository: pytorch/pytorch 2025-08-26T21:30:02.0637708Z ##[group]Getting Git version info 2025-08-26T21:30:02.0638172Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-08-26T21:30:02.0731085Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-08-26T21:30:02.0988594Z git version 2.50.1.windows.1 2025-08-26T21:30:02.1071680Z ##[endgroup] 2025-08-26T21:30:02.1076100Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\cd287941-323e-423f-8706-116646052cfd\.gitconfig' 2025-08-26T21:30:02.1077018Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cd287941-323e-423f-8706-116646052cfd' before making global git config changes 2025-08-26T21:30:02.1077814Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T21:30:02.1078605Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-26T21:30:02.1322135Z ##[group]Initializing the repository 2025-08-26T21:30:02.1333084Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-26T21:30:10.2117987Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2025-08-26T21:30:10.2170345Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-08-26T21:30:10.7751118Z ##[endgroup] 2025-08-26T21:30:10.7751541Z ##[group]Disabling automatic garbage collection 2025-08-26T21:30:10.7763690Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-08-26T21:30:10.8029688Z ##[endgroup] 2025-08-26T21:30:10.8030070Z ##[group]Setting up auth 2025-08-26T21:30:10.8046068Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-08-26T21:30:10.8310636Z [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-26T21:30:18.9537057Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T21:30:18.9796436Z [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-26T21:30:19.4254569Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-08-26T21:30:19.4522918Z ##[endgroup] 2025-08-26T21:30:19.4523352Z ##[group]Fetching the repository 2025-08-26T21:30:19.4538480Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:30:37.0816398Z From https://github.com/pytorch/pytorch 2025-08-26T21:30:37.1130717Z * branch 262640fd220236042fbf4443cc163c8838c84c3d -> FETCH_HEAD 2025-08-26T21:30:37.1131950Z ##[endgroup] 2025-08-26T21:30:37.1132317Z ##[group]Determining the checkout info 2025-08-26T21:30:37.1133580Z ##[endgroup] 2025-08-26T21:30:37.1145774Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-08-26T21:30:37.1743840Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-08-26T21:30:37.2001837Z ##[group]Checking out the ref 2025-08-26T21:30:37.2013241Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:30:38.8584588Z Updating files: 1% (364/19395) 2025-08-26T21:30:39.4100989Z Updating files: 2% (388/19395) 2025-08-26T21:30:40.3638860Z Updating files: 2% (452/19395) 2025-08-26T21:30:40.9133874Z Updating files: 2% (507/19395) 2025-08-26T21:30:41.4778543Z Updating files: 3% (582/19395) 2025-08-26T21:30:42.3775026Z Updating files: 3% (616/19395) 2025-08-26T21:30:42.6264747Z Updating files: 3% (720/19395) 2025-08-26T21:30:43.3584485Z Updating files: 4% (776/19395) 2025-08-26T21:30:43.3852431Z Updating files: 5% (970/19395) 2025-08-26T21:30:43.6172985Z Updating files: 5% (985/19395) 2025-08-26T21:30:43.6957202Z Updating files: 6% (1164/19395) 2025-08-26T21:30:43.9973653Z Updating files: 7% (1358/19395) 2025-08-26T21:30:44.4941460Z Updating files: 8% (1552/19395) 2025-08-26T21:30:45.8444373Z Updating files: 8% (1593/19395) 2025-08-26T21:30:46.4397638Z Updating files: 8% (1624/19395) 2025-08-26T21:30:47.5472579Z Updating files: 8% (1633/19395) 2025-08-26T21:30:48.5043039Z Updating files: 8% (1642/19395) 2025-08-26T21:30:49.5614520Z Updating files: 8% (1650/19395) 2025-08-26T21:30:50.4601937Z Updating files: 8% (1657/19395) 2025-08-26T21:30:51.5002927Z Updating files: 8% (1681/19395) 2025-08-26T21:30:51.6619649Z Updating files: 8% (1721/19395) 2025-08-26T21:30:52.4067657Z Updating files: 9% (1746/19395) 2025-08-26T21:30:53.4200735Z Updating files: 9% (1785/19395) 2025-08-26T21:30:55.1811543Z Updating files: 9% (1809/19395) 2025-08-26T21:30:55.4407250Z Updating files: 9% (1815/19395) 2025-08-26T21:30:56.4789789Z Updating files: 9% (1826/19395) 2025-08-26T21:30:57.5356814Z Updating files: 9% (1850/19395) 2025-08-26T21:30:58.4552217Z Updating files: 9% (1873/19395) 2025-08-26T21:30:58.5160656Z Updating files: 9% (1893/19395) 2025-08-26T21:30:59.4673014Z Updating files: 10% (1940/19395) 2025-08-26T21:31:00.5364068Z Updating files: 10% (2087/19395) 2025-08-26T21:31:01.2549878Z Updating files: 10% (2117/19395) 2025-08-26T21:31:01.4754150Z Updating files: 11% (2134/19395) 2025-08-26T21:31:02.6065824Z Updating files: 11% (2140/19395) 2025-08-26T21:31:03.5355504Z Updating files: 11% (2180/19395) 2025-08-26T21:31:04.5082923Z Updating files: 11% (2189/19395) 2025-08-26T21:31:05.8534550Z Updating files: 11% (2247/19395) 2025-08-26T21:31:06.6202197Z Updating files: 11% (2282/19395) 2025-08-26T21:31:06.6283034Z Updating files: 11% (2324/19395) 2025-08-26T21:31:06.9939492Z Updating files: 12% (2328/19395) 2025-08-26T21:31:07.5456658Z Updating files: 13% (2522/19395) 2025-08-26T21:31:09.3716118Z Updating files: 13% (2558/19395) 2025-08-26T21:31:09.6394177Z Updating files: 13% (2571/19395) 2025-08-26T21:31:11.4724914Z Updating files: 13% (2575/19395) 2025-08-26T21:31:11.5558411Z Updating files: 13% (2583/19395) 2025-08-26T21:31:12.9175374Z Updating files: 13% (2591/19395) 2025-08-26T21:31:13.5756345Z Updating files: 13% (2652/19395) 2025-08-26T21:31:14.5604653Z Updating files: 13% (2671/19395) 2025-08-26T21:31:15.7840157Z Updating files: 13% (2681/19395) 2025-08-26T21:31:16.0120665Z Updating files: 13% (2712/19395) 2025-08-26T21:31:16.6999162Z Updating files: 14% (2716/19395) 2025-08-26T21:31:17.6952967Z Updating files: 14% (2750/19395) 2025-08-26T21:31:18.5709180Z Updating files: 14% (2789/19395) 2025-08-26T21:31:19.6255197Z Updating files: 14% (2835/19395) 2025-08-26T21:31:19.7511383Z Updating files: 14% (2902/19395) 2025-08-26T21:31:20.6236742Z Updating files: 15% (2910/19395) 2025-08-26T21:31:21.9015237Z Updating files: 15% (2941/19395) 2025-08-26T21:31:22.6210870Z Updating files: 15% (2973/19395) 2025-08-26T21:31:23.7561180Z Updating files: 15% (2997/19395) 2025-08-26T21:31:24.1863115Z Updating files: 15% (3032/19395) 2025-08-26T21:31:24.6077314Z Updating files: 16% (3104/19395) 2025-08-26T21:31:25.4285914Z Updating files: 16% (3236/19395) 2025-08-26T21:31:25.6986275Z Updating files: 17% (3298/19395) 2025-08-26T21:31:26.7162854Z Updating files: 17% (3309/19395) 2025-08-26T21:31:27.7856149Z Updating files: 17% (3392/19395) 2025-08-26T21:31:28.6255113Z Updating files: 17% (3420/19395) 2025-08-26T21:31:28.9882527Z Updating files: 17% (3463/19395) 2025-08-26T21:31:29.6367760Z Updating files: 18% (3492/19395) 2025-08-26T21:31:31.0429398Z Updating files: 18% (3530/19395) 2025-08-26T21:31:31.6947953Z Updating files: 18% (3558/19395) 2025-08-26T21:31:32.6242907Z Updating files: 18% (3570/19395) 2025-08-26T21:31:32.8676130Z Updating files: 18% (3619/19395) 2025-08-26T21:31:33.2073491Z Updating files: 19% (3686/19395) 2025-08-26T21:31:33.6532961Z Updating files: 20% (3879/19395) 2025-08-26T21:31:34.7312512Z Updating files: 20% (4014/19395) 2025-08-26T21:31:34.9658636Z Updating files: 20% (4055/19395) 2025-08-26T21:31:35.7185658Z Updating files: 21% (4073/19395) 2025-08-26T21:31:36.7679537Z Updating files: 21% (4118/19395) 2025-08-26T21:31:37.7236650Z Updating files: 21% (4203/19395) 2025-08-26T21:31:38.8060013Z Updating files: 21% (4227/19395) 2025-08-26T21:31:39.6777485Z Updating files: 22% (4267/19395) 2025-08-26T21:31:40.8609838Z Updating files: 22% (4284/19395) 2025-08-26T21:31:41.7680238Z Updating files: 22% (4308/19395) 2025-08-26T21:31:42.3661362Z Updating files: 22% (4325/19395) 2025-08-26T21:31:42.7299666Z Updating files: 23% (4461/19395) 2025-08-26T21:31:43.8976565Z Updating files: 23% (4521/19395) 2025-08-26T21:31:44.7051485Z Updating files: 23% (4549/19395) 2025-08-26T21:31:45.8067308Z Updating files: 23% (4564/19395) 2025-08-26T21:31:46.7387995Z Updating files: 23% (4591/19395) 2025-08-26T21:31:46.8880607Z Updating files: 23% (4614/19395) 2025-08-26T21:31:47.7563180Z Updating files: 24% (4655/19395) 2025-08-26T21:31:48.7532252Z Updating files: 24% (4775/19395) 2025-08-26T21:31:48.7785947Z Updating files: 24% (4823/19395) 2025-08-26T21:31:49.7313931Z Updating files: 25% (4849/19395) 2025-08-26T21:31:50.8193358Z Updating files: 25% (4934/19395) 2025-08-26T21:31:51.3433634Z Updating files: 25% (5002/19395) 2025-08-26T21:31:51.8460768Z Updating files: 26% (5043/19395) 2025-08-26T21:31:52.7450308Z Updating files: 26% (5078/19395) 2025-08-26T21:31:53.8197536Z Updating files: 26% (5082/19395) 2025-08-26T21:31:54.6350505Z Updating files: 26% (5197/19395) 2025-08-26T21:31:54.7774596Z Updating files: 27% (5237/19395) 2025-08-26T21:31:55.7764286Z Updating files: 27% (5241/19395) 2025-08-26T21:31:55.8148855Z Updating files: 27% (5411/19395) 2025-08-26T21:31:56.2769981Z Updating files: 28% (5431/19395) 2025-08-26T21:31:56.7809461Z Updating files: 29% (5625/19395) 2025-08-26T21:31:57.8096253Z Updating files: 29% (5661/19395) 2025-08-26T21:31:58.3748755Z Updating files: 29% (5746/19395) 2025-08-26T21:31:58.8244528Z Updating files: 30% (5819/19395) 2025-08-26T21:31:59.8831378Z Updating files: 30% (5874/19395) 2025-08-26T21:32:00.8333414Z Updating files: 30% (5926/19395) 2025-08-26T21:32:01.3615478Z Updating files: 30% (5972/19395) 2025-08-26T21:32:01.8124068Z Updating files: 31% (6013/19395) 2025-08-26T21:32:01.8287150Z Updating files: 31% (6200/19395) 2025-08-26T21:32:02.0307605Z Updating files: 32% (6207/19395) 2025-08-26T21:32:02.8388703Z Updating files: 33% (6401/19395) 2025-08-26T21:32:03.9414472Z Updating files: 33% (6505/19395) 2025-08-26T21:32:04.8420901Z Updating files: 33% (6516/19395) 2025-08-26T21:32:05.8584825Z Updating files: 33% (6538/19395) 2025-08-26T21:32:05.8594120Z Updating files: 33% (6593/19395) 2025-08-26T21:32:06.8712894Z Updating files: 34% (6595/19395) 2025-08-26T21:32:07.8354936Z Updating files: 34% (6669/19395) 2025-08-26T21:32:09.0115366Z Updating files: 34% (6714/19395) 2025-08-26T21:32:09.9851281Z Updating files: 34% (6739/19395) 2025-08-26T21:32:10.1015506Z Updating files: 34% (6780/19395) 2025-08-26T21:32:10.8840229Z Updating files: 35% (6789/19395) 2025-08-26T21:32:11.8671561Z Updating files: 35% (6819/19395) 2025-08-26T21:32:12.8743537Z Updating files: 35% (6854/19395) 2025-08-26T21:32:13.6540753Z Updating files: 35% (6926/19395) 2025-08-26T21:32:14.1985081Z Updating files: 36% (6983/19395) 2025-08-26T21:32:14.9095417Z Updating files: 36% (7026/19395) 2025-08-26T21:32:15.6386160Z Updating files: 36% (7103/19395) 2025-08-26T21:32:15.8766894Z Updating files: 37% (7177/19395) 2025-08-26T21:32:16.5980790Z Updating files: 37% (7288/19395) 2025-08-26T21:32:17.1443613Z Updating files: 38% (7371/19395) 2025-08-26T21:32:17.9052261Z Updating files: 38% (7403/19395) 2025-08-26T21:32:18.9254377Z Updating files: 38% (7443/19395) 2025-08-26T21:32:19.3995110Z Updating files: 38% (7536/19395) 2025-08-26T21:32:19.8900602Z Updating files: 39% (7565/19395) 2025-08-26T21:32:20.7299804Z Updating files: 39% (7601/19395) 2025-08-26T21:32:20.9128222Z Updating files: 40% (7758/19395) 2025-08-26T21:32:21.1855335Z Updating files: 40% (7837/19395) 2025-08-26T21:32:21.9425901Z Updating files: 41% (7952/19395) 2025-08-26T21:32:22.8993463Z Updating files: 41% (8037/19395) 2025-08-26T21:32:23.7627623Z Updating files: 41% (8101/19395) 2025-08-26T21:32:23.9679736Z Updating files: 42% (8146/19395) 2025-08-26T21:32:25.2360766Z Updating files: 42% (8161/19395) 2025-08-26T21:32:26.2671591Z Updating files: 42% (8249/19395) 2025-08-26T21:32:26.7944398Z Updating files: 42% (8301/19395) 2025-08-26T21:32:27.0438691Z Updating files: 43% (8340/19395) 2025-08-26T21:32:28.3543694Z Updating files: 43% (8349/19395) 2025-08-26T21:32:28.9672028Z Updating files: 43% (8425/19395) 2025-08-26T21:32:30.0108313Z Updating files: 43% (8453/19395) 2025-08-26T21:32:30.9497707Z Updating files: 43% (8489/19395) 2025-08-26T21:32:31.3224035Z Updating files: 43% (8517/19395) 2025-08-26T21:32:31.9693793Z Updating files: 44% (8534/19395) 2025-08-26T21:32:32.9914039Z Updating files: 44% (8553/19395) 2025-08-26T21:32:33.1690702Z Updating files: 44% (8613/19395) 2025-08-26T21:32:33.2604227Z Updating files: 45% (8728/19395) 2025-08-26T21:32:33.8654486Z Updating files: 46% (8922/19395) 2025-08-26T21:32:33.9789220Z Updating files: 47% (9116/19395) 2025-08-26T21:32:35.0468184Z Updating files: 47% (9221/19395) 2025-08-26T21:32:35.4100505Z Updating files: 47% (9296/19395) 2025-08-26T21:32:36.0101183Z Updating files: 48% (9310/19395) 2025-08-26T21:32:37.1033181Z Updating files: 48% (9344/19395) 2025-08-26T21:32:38.0739634Z Updating files: 48% (9384/19395) 2025-08-26T21:32:38.5857729Z Updating files: 48% (9404/19395) 2025-08-26T21:32:39.1307483Z Updating files: 49% (9504/19395) 2025-08-26T21:32:39.7084774Z Updating files: 49% (9616/19395) 2025-08-26T21:32:40.0169865Z Updating files: 50% (9698/19395) 2025-08-26T21:32:41.2331666Z Updating files: 50% (9760/19395) 2025-08-26T21:32:41.8436780Z Updating files: 50% (9812/19395) 2025-08-26T21:32:41.9849112Z Updating files: 51% (9892/19395) 2025-08-26T21:32:42.0389838Z Updating files: 51% (10052/19395) 2025-08-26T21:32:43.0734283Z Updating files: 52% (10086/19395) 2025-08-26T21:32:44.0319334Z Updating files: 52% (10148/19395) 2025-08-26T21:32:44.5171183Z Updating files: 52% (10232/19395) 2025-08-26T21:32:45.2590312Z Updating files: 53% (10280/19395) 2025-08-26T21:32:46.0207841Z Updating files: 53% (10376/19395) 2025-08-26T21:32:47.0701195Z Updating files: 53% (10410/19395) 2025-08-26T21:32:47.1538973Z Updating files: 53% (10468/19395) 2025-08-26T21:32:48.1367557Z Updating files: 54% (10474/19395) 2025-08-26T21:32:49.0406069Z Updating files: 54% (10503/19395) 2025-08-26T21:32:50.0845846Z Updating files: 54% (10552/19395) 2025-08-26T21:32:50.5657331Z Updating files: 54% (10644/19395) 2025-08-26T21:32:51.0445091Z Updating files: 55% (10668/19395) 2025-08-26T21:32:52.1461011Z Updating files: 55% (10696/19395) 2025-08-26T21:32:53.0029037Z Updating files: 55% (10764/19395) 2025-08-26T21:32:53.1064732Z Updating files: 56% (10862/19395) 2025-08-26T21:32:54.1960484Z Updating files: 56% (10870/19395) 2025-08-26T21:32:55.1132816Z Updating files: 56% (10925/19395) 2025-08-26T21:32:55.2506123Z Updating files: 56% (11005/19395) 2025-08-26T21:32:55.4073851Z Updating files: 57% (11056/19395) 2025-08-26T21:32:56.1124310Z Updating files: 58% (11250/19395) 2025-08-26T21:32:56.8686494Z Updating files: 58% (11353/19395) 2025-08-26T21:32:57.1154484Z Updating files: 59% (11444/19395) 2025-08-26T21:32:58.1090849Z Updating files: 59% (11449/19395) 2025-08-26T21:32:58.5607300Z Updating files: 59% (11546/19395) 2025-08-26T21:32:59.1043276Z Updating files: 60% (11637/19395) 2025-08-26T21:32:59.8899184Z Updating files: 60% (11726/19395) 2025-08-26T21:33:00.1076964Z Updating files: 61% (11831/19395) 2025-08-26T21:33:01.1747129Z Updating files: 61% (11846/19395) 2025-08-26T21:33:02.1760730Z Updating files: 61% (11894/19395) 2025-08-26T21:33:03.2056623Z Updating files: 61% (11922/19395) 2025-08-26T21:33:03.3347766Z Updating files: 61% (11974/19395) 2025-08-26T21:33:03.3906959Z Updating files: 62% (12025/19395) 2025-08-26T21:33:03.4469240Z Updating files: 63% (12219/19395) 2025-08-26T21:33:03.5037436Z Updating files: 64% (12413/19395) 2025-08-26T21:33:03.5594390Z Updating files: 65% (12607/19395) 2025-08-26T21:33:03.6496084Z Updating files: 66% (12801/19395) 2025-08-26T21:33:03.7000331Z Updating files: 67% (12995/19395) 2025-08-26T21:33:04.1263144Z Updating files: 68% (13189/19395) 2025-08-26T21:33:05.1318823Z Updating files: 68% (13194/19395) 2025-08-26T21:33:05.5260128Z Updating files: 68% (13290/19395) 2025-08-26T21:33:06.1645217Z Updating files: 69% (13383/19395) 2025-08-26T21:33:07.1633618Z Updating files: 69% (13434/19395) 2025-08-26T21:33:08.1794351Z Updating files: 69% (13498/19395) 2025-08-26T21:33:08.8463107Z Updating files: 69% (13555/19395) 2025-08-26T21:33:09.2246039Z Updating files: 70% (13577/19395) 2025-08-26T21:33:10.2697868Z Updating files: 70% (13604/19395) 2025-08-26T21:33:11.2777768Z Updating files: 70% (13646/19395) 2025-08-26T21:33:12.2916820Z Updating files: 70% (13670/19395) 2025-08-26T21:33:13.2031994Z Updating files: 70% (13690/19395) 2025-08-26T21:33:13.7633720Z Updating files: 70% (13707/19395) 2025-08-26T21:33:14.1798186Z Updating files: 71% (13771/19395) 2025-08-26T21:33:14.9875606Z Updating files: 71% (13929/19395) 2025-08-26T21:33:15.4309965Z Updating files: 72% (13965/19395) 2025-08-26T21:33:16.4687627Z Updating files: 72% (13985/19395) 2025-08-26T21:33:17.2659618Z Updating files: 72% (14005/19395) 2025-08-26T21:33:18.3847488Z Updating files: 72% (14013/19395) 2025-08-26T21:33:19.3308438Z Updating files: 72% (14029/19395) 2025-08-26T21:33:20.4796036Z Updating files: 72% (14052/19395) 2025-08-26T21:33:21.4263903Z Updating files: 72% (14072/19395) 2025-08-26T21:33:22.2525480Z Updating files: 72% (14088/19395) 2025-08-26T21:33:23.2884338Z Updating files: 72% (14104/19395) 2025-08-26T21:33:23.2885334Z Updating files: 72% (14158/19395) 2025-08-26T21:33:24.2539285Z Updating files: 73% (14159/19395) 2025-08-26T21:33:25.2801274Z Updating files: 73% (14173/19395) 2025-08-26T21:33:26.3644239Z Updating files: 73% (14198/19395) 2025-08-26T21:33:27.1789304Z Updating files: 73% (14233/19395) 2025-08-26T21:33:27.2262624Z Updating files: 74% (14353/19395) 2025-08-26T21:33:28.3422319Z Updating files: 74% (14396/19395) 2025-08-26T21:33:29.3228880Z Updating files: 74% (14468/19395) 2025-08-26T21:33:30.1804882Z Updating files: 74% (14489/19395) 2025-08-26T21:33:30.3062483Z Updating files: 75% (14547/19395) 2025-08-26T21:33:31.3835922Z Updating files: 75% (14548/19395) 2025-08-26T21:33:32.2970865Z Updating files: 75% (14590/19395) 2025-08-26T21:33:33.4225473Z Updating files: 75% (14599/19395) 2025-08-26T21:33:34.2596852Z Updating files: 75% (14621/19395) 2025-08-26T21:33:35.3675363Z Updating files: 75% (14648/19395) 2025-08-26T21:33:36.1638852Z Updating files: 75% (14688/19395) 2025-08-26T21:33:36.2664998Z Updating files: 76% (14741/19395) 2025-08-26T21:33:37.3215090Z Updating files: 76% (14744/19395) 2025-08-26T21:33:38.4491018Z Updating files: 76% (14782/19395) 2025-08-26T21:33:39.2717876Z Updating files: 76% (14813/19395) 2025-08-26T21:33:40.3646128Z Updating files: 76% (14909/19395) 2025-08-26T21:33:41.3186772Z Updating files: 77% (14935/19395) 2025-08-26T21:33:42.3234832Z Updating files: 77% (14947/19395) 2025-08-26T21:33:43.4005995Z Updating files: 77% (14965/19395) 2025-08-26T21:33:44.3742319Z Updating files: 77% (14994/19395) 2025-08-26T21:33:44.8223196Z Updating files: 77% (15017/19395) 2025-08-26T21:33:45.3779668Z Updating files: 78% (15129/19395) 2025-08-26T21:33:46.3705816Z Updating files: 78% (15196/19395) 2025-08-26T21:33:47.3354591Z Updating files: 78% (15262/19395) 2025-08-26T21:33:47.3491461Z Updating files: 78% (15320/19395) 2025-08-26T21:33:48.3243588Z Updating files: 79% (15323/19395) 2025-08-26T21:33:49.3946705Z Updating files: 79% (15402/19395) 2025-08-26T21:33:50.5953223Z Updating files: 79% (15429/19395) 2025-08-26T21:33:51.5943589Z Updating files: 79% (15451/19395) 2025-08-26T21:33:53.1114270Z Updating files: 79% (15484/19395) 2025-08-26T21:33:53.3515467Z Updating files: 79% (15488/19395) 2025-08-26T21:33:54.4718508Z Updating files: 79% (15492/19395) 2025-08-26T21:33:54.8631412Z Updating files: 79% (15503/19395) 2025-08-26T21:33:55.4490318Z Updating files: 80% (15516/19395) 2025-08-26T21:33:56.7735614Z Updating files: 80% (15676/19395) 2025-08-26T21:33:57.5526309Z Updating files: 80% (15695/19395) 2025-08-26T21:33:57.6020324Z Updating files: 80% (15700/19395) 2025-08-26T21:33:58.4123381Z Updating files: 81% (15710/19395) 2025-08-26T21:33:59.5138510Z Updating files: 81% (15744/19395) 2025-08-26T21:34:00.3948337Z Updating files: 81% (15830/19395) 2025-08-26T21:34:00.5594805Z Updating files: 81% (15892/19395) 2025-08-26T21:34:01.3928030Z Updating files: 82% (15904/19395) 2025-08-26T21:34:02.4765097Z Updating files: 82% (15949/19395) 2025-08-26T21:34:03.5294603Z Updating files: 82% (15981/19395) 2025-08-26T21:34:04.4271463Z Updating files: 82% (16009/19395) 2025-08-26T21:34:04.5944167Z Updating files: 82% (16040/19395) 2025-08-26T21:34:05.4548023Z Updating files: 83% (16098/19395) 2025-08-26T21:34:05.8040452Z Updating files: 83% (16196/19395) 2025-08-26T21:34:06.4425293Z Updating files: 84% (16292/19395) 2025-08-26T21:34:07.5721550Z Updating files: 84% (16302/19395) 2025-08-26T21:34:08.4515518Z Updating files: 84% (16344/19395) 2025-08-26T21:34:09.7166732Z Updating files: 84% (16371/19395) 2025-08-26T21:34:10.9094976Z Updating files: 84% (16389/19395) 2025-08-26T21:34:11.4366423Z Updating files: 84% (16411/19395) 2025-08-26T21:34:11.6609008Z Updating files: 84% (16434/19395) 2025-08-26T21:34:12.4352275Z Updating files: 85% (16486/19395) 2025-08-26T21:34:13.4438913Z Updating files: 85% (16634/19395) 2025-08-26T21:34:13.4725220Z Updating files: 85% (16647/19395) 2025-08-26T21:34:14.6027208Z Updating files: 86% (16680/19395) 2025-08-26T21:34:15.6113053Z Updating files: 86% (16794/19395) 2025-08-26T21:34:16.5061663Z Updating files: 86% (16809/19395) 2025-08-26T21:34:17.4542630Z Updating files: 86% (16832/19395) 2025-08-26T21:34:17.5520322Z Updating files: 86% (16866/19395) 2025-08-26T21:34:18.6116274Z Updating files: 87% (16874/19395) 2025-08-26T21:34:19.5090066Z Updating files: 87% (16966/19395) 2025-08-26T21:34:19.5458631Z Updating files: 87% (17027/19395) 2025-08-26T21:34:20.5135124Z Updating files: 88% (17068/19395) 2025-08-26T21:34:20.8378162Z Updating files: 88% (17241/19395) 2025-08-26T21:34:21.5118644Z Updating files: 89% (17262/19395) 2025-08-26T21:34:22.7361975Z Updating files: 89% (17281/19395) 2025-08-26T21:34:23.4849084Z Updating files: 89% (17300/19395) 2025-08-26T21:34:24.2748708Z Updating files: 89% (17322/19395) 2025-08-26T21:34:24.4772553Z Updating files: 90% (17456/19395) 2025-08-26T21:34:24.5016804Z Updating files: 90% (17624/19395) 2025-08-26T21:34:25.0583315Z Updating files: 91% (17650/19395) 2025-08-26T21:34:25.5681537Z Updating files: 92% (17844/19395) 2025-08-26T21:34:26.5547558Z Updating files: 92% (17856/19395) 2025-08-26T21:34:27.5341831Z Updating files: 92% (17896/19395) 2025-08-26T21:34:28.6036042Z Updating files: 92% (17924/19395) 2025-08-26T21:34:29.9188472Z Updating files: 92% (17940/19395) 2025-08-26T21:34:30.4518873Z Updating files: 92% (17956/19395) 2025-08-26T21:34:30.5396957Z Updating files: 93% (18038/19395) 2025-08-26T21:34:31.5306208Z Updating files: 93% (18085/19395) 2025-08-26T21:34:32.5644531Z Updating files: 93% (18140/19395) 2025-08-26T21:34:33.5812846Z Updating files: 93% (18178/19395) 2025-08-26T21:34:33.8989354Z Updating files: 93% (18215/19395) 2025-08-26T21:34:34.5467825Z Updating files: 94% (18232/19395) 2025-08-26T21:34:34.6033743Z Updating files: 94% (18417/19395) 2025-08-26T21:34:35.6052683Z Updating files: 95% (18426/19395) 2025-08-26T21:34:36.9569539Z Updating files: 95% (18484/19395) 2025-08-26T21:34:37.6007029Z Updating files: 95% (18523/19395) 2025-08-26T21:34:38.1191205Z Updating files: 95% (18541/19395) 2025-08-26T21:34:38.5556975Z Updating files: 96% (18620/19395) 2025-08-26T21:34:38.9482746Z Updating files: 96% (18746/19395) 2025-08-26T21:34:39.4257462Z Updating files: 97% (18814/19395) 2025-08-26T21:34:39.5994120Z Updating files: 98% (19008/19395) 2025-08-26T21:34:40.7242485Z Updating files: 98% (19028/19395) 2025-08-26T21:34:41.9290307Z Updating files: 98% (19049/19395) 2025-08-26T21:34:42.5887203Z Updating files: 98% (19075/19395) 2025-08-26T21:34:43.6773128Z Updating files: 98% (19095/19395) 2025-08-26T21:34:44.6149827Z Updating files: 98% (19136/19395) 2025-08-26T21:34:45.0115561Z Updating files: 98% (19154/19395) 2025-08-26T21:34:45.8414116Z Updating files: 99% (19202/19395) 2025-08-26T21:34:46.7129578Z Updating files: 99% (19348/19395) 2025-08-26T21:34:47.4550562Z Updating files: 99% (19372/19395) 2025-08-26T21:34:47.4551032Z Updating files: 100% (19395/19395) 2025-08-26T21:34:47.4551439Z Updating files: 100% (19395/19395), done. 2025-08-26T21:34:48.3146695Z Note: switching to '262640fd220236042fbf4443cc163c8838c84c3d'. 2025-08-26T21:34:48.3147054Z 2025-08-26T21:34:48.3147271Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-26T21:34:48.3147920Z changes and commit them, and you can discard any commits you make in this 2025-08-26T21:34:48.3148445Z state without impacting any branches by switching back to a branch. 2025-08-26T21:34:48.3148785Z 2025-08-26T21:34:48.3148983Z If you want to create a new branch to retain commits you create, you may 2025-08-26T21:34:48.3149675Z do so (now or later) by using -c with the switch command. Example: 2025-08-26T21:34:48.3149982Z 2025-08-26T21:34:48.3150095Z git switch -c 2025-08-26T21:34:48.3150286Z 2025-08-26T21:34:48.3150422Z Or undo this operation with: 2025-08-26T21:34:48.3150597Z 2025-08-26T21:34:48.3150686Z git switch - 2025-08-26T21:34:48.3150837Z 2025-08-26T21:34:48.3151065Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-26T21:34:48.3151399Z 2025-08-26T21:34:48.3151604Z HEAD is now at 262640f [ROCm][CI] restore test_flex_attention tests (#161519) 2025-08-26T21:34:48.3216027Z ##[endgroup] 2025-08-26T21:34:48.3216585Z ##[group]Setting up auth for fetching submodules 2025-08-26T21:34:48.3231545Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-08-26T21:34:48.3510601Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-08-26T21:34:48.3777553Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-08-26T21:34:48.4040247Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-08-26T21:34:48.4324240Z ##[endgroup] 2025-08-26T21:34:48.4324723Z ##[group]Fetching submodules 2025-08-26T21:34:48.4334868Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-08-26T21:34:49.4147313Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-08-26T21:34:50.0056947Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-08-26T21:34:50.0058013Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-08-26T21:34:50.0058965Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-08-26T21:34:50.0059918Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-08-26T21:34:50.0060817Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-08-26T21:34:50.0061972Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-08-26T21:34:50.0063133Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-08-26T21:34:50.0063986Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-08-26T21:34:50.0064956Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-08-26T21:34:50.0065975Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-08-26T21:34:50.0067085Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-08-26T21:34:50.0068020Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-08-26T21:34:50.0068985Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-08-26T21:34:50.0069904Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-08-26T21:34:50.0070750Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-08-26T21:34:50.0071706Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-08-26T21:34:50.0072989Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-08-26T21:34:50.0073918Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-08-26T21:34:50.0074796Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:34:50.0075708Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-08-26T21:34:50.0076568Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-08-26T21:34:50.0077412Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-08-26T21:34:50.0078203Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-08-26T21:34:50.0079054Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-08-26T21:34:50.0080188Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-08-26T21:34:50.0081119Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-08-26T21:34:50.0081985Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-08-26T21:34:50.0082817Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-08-26T21:34:50.0083929Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-08-26T21:34:50.0085048Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-08-26T21:34:50.0086060Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-08-26T21:34:50.0087078Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-08-26T21:34:50.0088131Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-08-26T21:34:50.0135587Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-08-26T21:34:50.0136581Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-08-26T21:34:50.0137484Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-08-26T21:34:50.0138363Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-08-26T21:34:55.8233243Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2025-08-26T21:34:56.2974521Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2025-08-26T21:34:57.2318120Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2025-08-26T21:34:57.9724703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2025-08-26T21:35:00.0450094Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NVTX'... 2025-08-26T21:35:02.4978302Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-08-26T21:35:03.9364956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2025-08-26T21:35:05.3332377Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter'... 2025-08-26T21:35:06.0003514Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2025-08-26T21:35:07.1091493Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/composable_kernel'... 2025-08-26T21:35:08.4193924Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpp-httplib'... 2025-08-26T21:35:10.4333648Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2025-08-26T21:35:11.4962589Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2025-08-26T21:35:15.1052546Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2025-08-26T21:35:16.7240447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2025-08-26T21:35:17.9127128Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention'... 2025-08-26T21:35:20.0126480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2025-08-26T21:35:20.7317832Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2025-08-26T21:35:22.5887642Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-08-26T21:35:23.8153370Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2025-08-26T21:35:24.5103087Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2025-08-26T21:35:25.6677495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2025-08-26T21:35:27.1542161Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2025-08-26T21:35:29.3401706Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2025-08-26T21:35:30.6972597Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kleidiai'... 2025-08-26T21:35:31.7074727Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2025-08-26T21:35:34.2899294Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2025-08-26T21:35:36.0961792Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2025-08-26T21:35:38.6347470Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-08-26T21:35:41.7553233Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2025-08-26T21:35:45.0624446Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2025-08-26T21:35:45.6522200Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2025-08-26T21:35:46.9856636Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2025-08-26T21:35:47.7469765Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2025-08-26T21:35:48.8433502Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2025-08-26T21:35:51.1698299Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2025-08-26T21:35:52.7996093Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2025-08-26T21:35:54.4876012Z From https://github.com/facebookincubator/fbjni 2025-08-26T21:35:54.4876526Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-08-26T21:36:03.5961991Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-08-26T21:36:06.2161591Z From https://github.com/Maratyszcza/FP16 2025-08-26T21:36:06.2162082Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-08-26T21:36:07.3498389Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-08-26T21:36:08.1446739Z From https://github.com/Maratyszcza/FXdiv 2025-08-26T21:36:08.1447434Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-08-26T21:36:08.8450648Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-08-26T21:36:09.8688280Z From https://github.com/Maratyszcza/NNPACK 2025-08-26T21:36:09.8688790Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-08-26T21:36:15.5268316Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-08-26T21:36:16.7246231Z From https://github.com/NVIDIA/NVTX 2025-08-26T21:36:16.7246768Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-08-26T21:36:24.3810297Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-08-26T21:36:27.7120640Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-08-26T21:36:27.7121251Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-08-26T21:36:33.4336305Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-08-26T21:36:36.8511593Z From https://github.com/google/XNNPACK 2025-08-26T21:36:36.8512100Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-08-26T21:38:18.1711839Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-08-26T21:38:19.0525985Z From https://github.com/ROCm/aiter 2025-08-26T21:38:19.0526494Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-08-26T21:38:20.0289439Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-08-26T21:38:20.0406773Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:38:20.7147625Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-08-26T21:38:22.1032988Z From https://github.com/ROCm/composable_kernel 2025-08-26T21:38:22.1033539Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-08-26T21:38:25.4892501Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-08-26T21:38:26.3259421Z From https://github.com/google/benchmark 2025-08-26T21:38:26.3259926Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-08-26T21:38:26.4740888Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-08-26T21:38:27.3779071Z From https://github.com/ROCm/composable_kernel 2025-08-26T21:38:27.3779604Z * branch 7fe50dc3da2069d6645d9deb8c017a876472a977 -> FETCH_HEAD 2025-08-26T21:38:31.2078923Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-08-26T21:38:32.0549422Z From https://github.com/yhirose/cpp-httplib 2025-08-26T21:38:32.0549975Z * branch 3af7f2c16147f3fbc6e4d717032daf505dc1652c -> FETCH_HEAD 2025-08-26T21:38:32.3102342Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-08-26T21:38:32.9986465Z From https://github.com/pytorch/cpuinfo 2025-08-26T21:38:32.9986990Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-08-26T21:38:33.4988319Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-08-26T21:38:34.1783369Z From https://github.com/NVIDIA/cudnn-frontend 2025-08-26T21:38:34.1783909Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-08-26T21:38:34.4279663Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-08-26T21:38:35.4810086Z From https://github.com/NVIDIA/cutlass 2025-08-26T21:38:35.4810604Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2025-08-26T21:38:53.9384451Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-08-26T21:38:54.7352939Z From https://github.com/pytorch/fbgemm 2025-08-26T21:38:54.7353461Z * branch 21c7d30c526c0f1ad873ecc632dca6cfa8a69067 -> FETCH_HEAD 2025-08-26T21:38:56.0826896Z Submodule path 'third_party/fbgemm': checked out '21c7d30c526c0f1ad873ecc632dca6cfa8a69067' 2025-08-26T21:38:56.1050879Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-08-26T21:38:56.1052027Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:38:56.1053194Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:38:56.1054155Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-08-26T21:38:56.1055155Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-08-26T21:38:56.1056288Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:38:56.1057330Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-08-26T21:38:56.7620159Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-08-26T21:38:57.3322035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-08-26T21:38:57.7976188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-08-26T21:38:59.9276318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-08-26T21:39:00.2709108Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-08-26T21:39:00.6696078Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-08-26T21:39:01.1440776Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-08-26T21:39:01.3621970Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-08-26T21:39:02.2030131Z From https://github.com/jwfromm/composable_kernel 2025-08-26T21:39:02.2030752Z * branch b1281b8b08d973a7064f864f47eeb30f3e2596e9 -> FETCH_HEAD 2025-08-26T21:39:05.8798675Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-08-26T21:39:06.7119991Z From https://github.com/pytorch/cpuinfo 2025-08-26T21:39:06.7120534Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-08-26T21:39:07.2871697Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-08-26T21:39:08.7910188Z From https://github.com/jwfromm/cutlass 2025-08-26T21:39:08.7910672Z * branch b40777404c174b9694a870bff5c13ce6b7f656ad -> FETCH_HEAD 2025-08-26T21:39:14.3651408Z Submodule path 'third_party/fbgemm/external/cutlass': checked out 'b40777404c174b9694a870bff5c13ce6b7f656ad' 2025-08-26T21:39:15.3914004Z From https://github.com/google/googletest 2025-08-26T21:39:15.3914526Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-08-26T21:39:15.5991139Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-08-26T21:39:16.3068441Z From https://github.com/ROCmSoftwarePlatform/hipify_torch 2025-08-26T21:39:16.3070394Z * branch a4337c69fe0e2552a7b7b0669178926beeed828c -> FETCH_HEAD 2025-08-26T21:39:16.3957495Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-08-26T21:39:17.1902075Z From https://github.com/nlohmann/json 2025-08-26T21:39:17.1902581Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-08-26T21:39:18.4849018Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-08-26T21:39:19.1878402Z From https://github.com/Dao-AILab/flash-attention 2025-08-26T21:39:19.1878900Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-08-26T21:39:20.1010045Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-08-26T21:39:20.1140085Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:39:20.1141254Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:39:20.7056977Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-08-26T21:39:21.9912898Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-08-26T21:39:23.3531839Z From https://github.com/ROCm/composable_kernel 2025-08-26T21:39:23.3532332Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-08-26T21:39:35.6208774Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-08-26T21:39:38.0366520Z From https://github.com/NVIDIA/cutlass 2025-08-26T21:39:38.0367003Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-08-26T21:39:47.1738380Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-08-26T21:39:47.9984632Z From https://github.com/google/flatbuffers 2025-08-26T21:39:47.9985167Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-08-26T21:39:49.4201858Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-08-26T21:39:50.2095283Z From https://github.com/fmtlib/fmt 2025-08-26T21:39:50.2095794Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-08-26T21:39:50.3699943Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-08-26T21:39:51.3642153Z From https://github.com/google/gemmlowp 2025-08-26T21:39:51.3642627Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-08-26T21:39:51.5920220Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-08-26T21:39:52.8156686Z From https://github.com/pytorch/gloo 2025-08-26T21:39:52.8157228Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-08-26T21:39:53.0249037Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-08-26T21:39:54.0593624Z From https://github.com/google/googletest 2025-08-26T21:39:54.0594130Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-08-26T21:39:54.3084785Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-08-26T21:39:54.9089336Z From https://github.com/intel/ideep 2025-08-26T21:39:54.9089935Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-08-26T21:39:54.9675168Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-08-26T21:39:54.9790871Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-08-26T21:39:57.8863393Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-08-26T21:40:01.3125369Z From https://github.com/intel/mkl-dnn 2025-08-26T21:40:01.3125846Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-08-26T21:40:05.4223023Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-08-26T21:40:06.4571496Z From https://github.com/intel/ittapi 2025-08-26T21:40:06.4571998Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-08-26T21:40:06.8616438Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-08-26T21:40:07.7476115Z From https://github.com/pytorch/kineto 2025-08-26T21:40:07.7476698Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-08-26T21:40:08.0842616Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-08-26T21:40:08.0998527Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:40:08.0999736Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:40:08.1000860Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:40:09.1532552Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-08-26T21:40:09.4861436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-08-26T21:40:09.8243566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-08-26T21:40:10.7322490Z From https://github.com/facebookincubator/dynolog 2025-08-26T21:40:10.7323026Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-08-26T21:40:11.1113213Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-08-26T21:40:11.1354527Z 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-26T21:40:11.1355791Z 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-26T21:40:11.1356897Z 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-26T21:40:11.1358096Z 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-26T21:40:11.1359284Z 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-26T21:40:11.1360496Z 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-26T21:40:11.1361740Z 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-26T21:40:11.1362910Z 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-26T21:40:12.8059480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-08-26T21:40:13.1633189Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-08-26T21:40:13.4795551Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-08-26T21:40:13.8016297Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-08-26T21:40:14.1535956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-08-26T21:40:14.4816418Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-08-26T21:40:14.9709864Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-08-26T21:40:15.2943209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-08-26T21:40:16.7904535Z From https://github.com/NVIDIA/DCGM 2025-08-26T21:40:16.7905075Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-08-26T21:40:18.1130733Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-08-26T21:40:18.7185166Z From https://github.com/libcpr/cpr 2025-08-26T21:40:18.7185668Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-08-26T21:40:18.8344553Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-08-26T21:40:19.5887112Z From https://github.com/fmtlib/fmt 2025-08-26T21:40:19.5887596Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-08-26T21:40:19.7553344Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-08-26T21:40:20.5206693Z From https://github.com/gflags/gflags 2025-08-26T21:40:20.5207211Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-08-26T21:40:20.6102758Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-08-26T21:40:20.6219776Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:40:20.9500337Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-08-26T21:40:21.4941330Z From https://github.com/gflags/gflags 2025-08-26T21:40:21.4941836Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-08-26T21:40:21.5340569Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-08-26T21:40:22.4771313Z From https://github.com/google/glog 2025-08-26T21:40:22.4771831Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-08-26T21:40:22.5832252Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-08-26T21:40:23.3840286Z From https://github.com/google/googletest 2025-08-26T21:40:23.3840803Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-08-26T21:40:23.6370682Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-08-26T21:40:24.5037772Z From https://github.com/nlohmann/json 2025-08-26T21:40:24.5038281Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-08-26T21:40:25.2312431Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-08-26T21:40:26.0906885Z From https://github.com/dtrugman/pfs 2025-08-26T21:40:26.0907374Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-08-26T21:40:26.1793813Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-08-26T21:40:27.4781442Z From https://github.com/fmtlib/fmt 2025-08-26T21:40:27.4781915Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-08-26T21:40:27.8504174Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-08-26T21:40:28.6959266Z From https://github.com/google/googletest 2025-08-26T21:40:28.6959744Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-08-26T21:40:29.8735046Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-08-26T21:40:30.5433862Z From https://github.com/ARM-software/kleidiai 2025-08-26T21:40:30.5434446Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-08-26T21:40:30.8400586Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-08-26T21:40:31.4418526Z From https://github.com/microsoft/mimalloc 2025-08-26T21:40:31.4419013Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-08-26T21:40:31.7172738Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-08-26T21:40:32.4476662Z From https://github.com/nlohmann/json 2025-08-26T21:40:32.4477390Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-08-26T21:40:33.5735600Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-08-26T21:40:34.4401468Z From https://github.com/onnx/onnx 2025-08-26T21:40:34.4401973Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-08-26T21:40:40.9321284Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-08-26T21:40:40.9458192Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-08-26T21:40:41.2772065Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-08-26T21:40:42.1961855Z From https://github.com/pybind/pybind11 2025-08-26T21:40:42.1962367Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-08-26T21:40:43.4296317Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-08-26T21:40:44.2733323Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-08-26T21:40:44.2733872Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-08-26T21:40:44.9831447Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-08-26T21:40:45.0072205Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:40:45.0073534Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:40:45.0074677Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:40:45.0075755Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:40:45.0077104Z 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-26T21:40:45.0078737Z 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-26T21:40:45.0080023Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:40:45.0081152Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:40:45.3573172Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-08-26T21:40:45.7019497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-08-26T21:40:46.0523588Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-08-26T21:40:46.5551868Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-08-26T21:40:46.8734069Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-08-26T21:40:47.2070191Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-08-26T21:40:47.5704537Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-08-26T21:40:48.6726039Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-08-26T21:40:49.3275461Z From https://github.com/google/benchmark 2025-08-26T21:40:49.3275948Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-08-26T21:40:49.4506849Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-08-26T21:40:50.2577041Z From https://github.com/google/googletest 2025-08-26T21:40:50.2577568Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-08-26T21:40:50.5563964Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-08-26T21:40:52.2659415Z From https://github.com/microsoft/GSL 2025-08-26T21:40:52.2659913Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-08-26T21:40:52.3327869Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-08-26T21:40:53.5802169Z From https://github.com/nlohmann/json 2025-08-26T21:40:53.5802694Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-08-26T21:40:54.5763604Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-08-26T21:40:55.4415834Z From https://github.com/open-telemetry/opentelemetry-proto 2025-08-26T21:40:55.4416427Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-08-26T21:40:55.5307506Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-08-26T21:40:56.1263387Z From https://github.com/opentracing/opentracing-cpp 2025-08-26T21:40:56.1263933Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-08-26T21:40:56.2236513Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-08-26T21:40:57.1973679Z From https://github.com/jupp0r/prometheus-cpp 2025-08-26T21:40:57.1974205Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-08-26T21:40:57.3569869Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-08-26T21:40:57.3699149Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:40:57.3700539Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:40:58.0302236Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-08-26T21:40:58.4002925Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-08-26T21:40:59.6047418Z From https://github.com/civetweb/civetweb 2025-08-26T21:40:59.6047931Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-08-26T21:41:00.6780311Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-08-26T21:41:01.6195614Z From https://github.com/google/googletest 2025-08-26T21:41:01.6196137Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-08-26T21:41:02.0748671Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-08-26T21:41:03.6229048Z From https://github.com/Microsoft/vcpkg 2025-08-26T21:41:03.6229532Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-08-26T21:41:14.0145815Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-08-26T21:41:14.1009720Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-08-26T21:41:15.4445659Z From https://github.com/protocolbuffers/protobuf 2025-08-26T21:41:15.4446169Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-08-26T21:41:18.2547640Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-08-26T21:41:18.2690797Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:41:18.2691960Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-08-26T21:41:18.5753760Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-08-26T21:41:18.9492785Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-08-26T21:41:19.8913600Z From https://github.com/google/benchmark 2025-08-26T21:41:19.8914082Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-08-26T21:41:19.9820521Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-08-26T21:41:20.8404681Z From https://github.com/google/googletest 2025-08-26T21:41:20.8405174Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-08-26T21:41:22.4021501Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-08-26T21:41:22.4810928Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-08-26T21:41:23.0464912Z From https://github.com/Maratyszcza/pthreadpool 2025-08-26T21:41:23.0465443Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-08-26T21:41:23.1067268Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-08-26T21:41:23.7839712Z From https://github.com/pybind/pybind11 2025-08-26T21:41:23.7841227Z * branch f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 -> FETCH_HEAD 2025-08-26T21:41:24.1839415Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-08-26T21:41:25.8359443Z From https://github.com/malfet/PeachPy 2025-08-26T21:41:25.8359954Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-08-26T21:41:25.9980020Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-08-26T21:41:26.7989843Z From https://github.com/shibatch/sleef 2025-08-26T21:41:26.7990314Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-08-26T21:41:27.0652844Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-08-26T21:41:27.4366241Z Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075' 2025-08-26T21:41:27.4539566Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:41:27.4540702Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:41:27.4541692Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:41:27.4542792Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:41:28.4920525Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-08-26T21:41:28.9683998Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-08-26T21:41:29.5495946Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-08-26T21:41:29.8731227Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-08-26T21:41:30.7089887Z From https://github.com/google/googletest 2025-08-26T21:41:30.7090421Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-08-26T21:41:30.8879233Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-08-26T21:41:31.5987059Z From https://github.com/google/libnop 2025-08-26T21:41:31.5987562Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-08-26T21:41:31.6730651Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-08-26T21:41:32.4320021Z From https://github.com/libuv/libuv 2025-08-26T21:41:32.4320566Z * branch 5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b -> FETCH_HEAD 2025-08-26T21:41:32.6431281Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-08-26T21:41:33.3655408Z From https://github.com/pybind/pybind11 2025-08-26T21:41:33.3656015Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-08-26T21:41:33.4816352Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-08-26T21:41:33.4927720Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:41:33.7891296Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-08-26T21:41:34.3787386Z From https://github.com/wjakob/clang-cindex-python3 2025-08-26T21:41:34.3787967Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-08-26T21:41:34.4192683Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-08-26T21:41:34.4471288Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-08-26T21:41:34.8756061Z Entering 'android/libs/fbjni' 2025-08-26T21:41:34.9164044Z Entering 'third_party/FP16' 2025-08-26T21:41:34.9659137Z Entering 'third_party/FXdiv' 2025-08-26T21:41:35.0128226Z Entering 'third_party/NNPACK' 2025-08-26T21:41:35.0535799Z Entering 'third_party/NVTX' 2025-08-26T21:41:35.0948929Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:41:35.1378130Z Entering 'third_party/XNNPACK' 2025-08-26T21:41:35.1836121Z Entering 'third_party/aiter' 2025-08-26T21:41:35.2223750Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:41:35.2699414Z Entering 'third_party/benchmark' 2025-08-26T21:41:35.3105191Z Entering 'third_party/composable_kernel' 2025-08-26T21:41:35.3535344Z Entering 'third_party/cpp-httplib' 2025-08-26T21:41:35.3935925Z Entering 'third_party/cpuinfo' 2025-08-26T21:41:35.4339760Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:41:35.4749178Z Entering 'third_party/cutlass' 2025-08-26T21:41:35.5223441Z Entering 'third_party/fbgemm' 2025-08-26T21:41:35.5616001Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:41:35.6026130Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:41:35.6481268Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:41:35.6892867Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:41:35.7311463Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:41:35.7720850Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:41:35.8140978Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:41:35.8564491Z Entering 'third_party/flash-attention' 2025-08-26T21:41:35.8963350Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:41:35.9408674Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:41:35.9882372Z Entering 'third_party/flatbuffers' 2025-08-26T21:41:36.0292889Z Entering 'third_party/fmt' 2025-08-26T21:41:36.0696179Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:41:36.1125146Z Entering 'third_party/gloo' 2025-08-26T21:41:36.1558087Z Entering 'third_party/googletest' 2025-08-26T21:41:36.1973448Z Entering 'third_party/ideep' 2025-08-26T21:41:36.2383540Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:41:36.2823606Z Entering 'third_party/ittapi' 2025-08-26T21:41:36.3217377Z Entering 'third_party/kineto' 2025-08-26T21:41:36.3685087Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:41:36.4082847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:41:36.4493724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:41:36.4910526Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:41:36.5323255Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:41:36.5726700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:41:36.6166959Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:41:36.6577525Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:41:36.6985174Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:41:36.7427635Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:41:36.7855764Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:41:36.8274517Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:41:36.8700527Z Entering 'third_party/kleidiai' 2025-08-26T21:41:36.9100149Z Entering 'third_party/mimalloc' 2025-08-26T21:41:36.9567108Z Entering 'third_party/nlohmann' 2025-08-26T21:41:36.9980631Z Entering 'third_party/onnx' 2025-08-26T21:41:37.0397617Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:41:37.0843896Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:41:37.1236513Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:41:37.1650397Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:41:37.2057860Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:41:37.2473866Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:41:37.2880870Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:41:37.3289009Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:41:37.3695967Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:41:37.4092085Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:41:37.4549139Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:41:37.4979631Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:41:37.5426473Z Entering 'third_party/pocketfft' 2025-08-26T21:41:37.5826667Z Entering 'third_party/protobuf' 2025-08-26T21:41:37.6221179Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:41:37.6631234Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:41:37.7055990Z Entering 'third_party/psimd' 2025-08-26T21:41:37.7472202Z Entering 'third_party/pthreadpool' 2025-08-26T21:41:37.7874948Z Entering 'third_party/pybind11' 2025-08-26T21:41:37.8279781Z Entering 'third_party/python-peachpy' 2025-08-26T21:41:37.8685679Z Entering 'third_party/sleef' 2025-08-26T21:41:37.9086568Z Entering 'third_party/tensorpipe' 2025-08-26T21:41:37.9477659Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:41:37.9882605Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:41:38.0292580Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:41:38.0701195Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:41:38.1132962Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:41:38.1702919Z ##[endgroup] 2025-08-26T21:41:38.1703410Z ##[group]Persisting credentials for submodules 2025-08-26T21:41:38.1715906Z [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-26T21:41:38.5844623Z Entering 'android/libs/fbjni' 2025-08-26T21:41:38.6467411Z Entering 'third_party/FP16' 2025-08-26T21:41:38.7099269Z Entering 'third_party/FXdiv' 2025-08-26T21:41:38.7769461Z Entering 'third_party/NNPACK' 2025-08-26T21:41:38.8395774Z Entering 'third_party/NVTX' 2025-08-26T21:41:38.9078073Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:41:38.9740020Z Entering 'third_party/XNNPACK' 2025-08-26T21:41:39.0378888Z Entering 'third_party/aiter' 2025-08-26T21:41:39.1006121Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:41:39.1669098Z Entering 'third_party/benchmark' 2025-08-26T21:41:39.2290809Z Entering 'third_party/composable_kernel' 2025-08-26T21:41:39.2952723Z Entering 'third_party/cpp-httplib' 2025-08-26T21:41:39.3568270Z Entering 'third_party/cpuinfo' 2025-08-26T21:41:39.4199320Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:41:39.4830109Z Entering 'third_party/cutlass' 2025-08-26T21:41:39.5453539Z Entering 'third_party/fbgemm' 2025-08-26T21:41:39.6062194Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:41:39.6676870Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:41:39.7316129Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:41:39.7932956Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:41:39.8564575Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:41:39.9184639Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:41:39.9798116Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:41:40.0434801Z Entering 'third_party/flash-attention' 2025-08-26T21:41:40.1035510Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:41:40.1670955Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:41:40.2309178Z Entering 'third_party/flatbuffers' 2025-08-26T21:41:40.2940148Z Entering 'third_party/fmt' 2025-08-26T21:41:40.3554555Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:41:40.4196233Z Entering 'third_party/gloo' 2025-08-26T21:41:40.4859232Z Entering 'third_party/googletest' 2025-08-26T21:41:40.5476649Z Entering 'third_party/ideep' 2025-08-26T21:41:40.6093300Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:41:40.6762258Z Entering 'third_party/ittapi' 2025-08-26T21:41:40.7398143Z Entering 'third_party/kineto' 2025-08-26T21:41:40.8052084Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:41:40.8709945Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:41:40.9336726Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:41:40.9951138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:41:41.0567697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:41:41.1230864Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:41:41.1875921Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:41:41.2564336Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:41:41.3186065Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:41:41.3828654Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:41:41.4533673Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:41:41.5142256Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:41:41.5791324Z Entering 'third_party/kleidiai' 2025-08-26T21:41:41.6434878Z Entering 'third_party/mimalloc' 2025-08-26T21:41:41.7052036Z Entering 'third_party/nlohmann' 2025-08-26T21:41:41.7657101Z Entering 'third_party/onnx' 2025-08-26T21:41:41.8325349Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:41:41.8994885Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:41:41.9618613Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:41:42.0300842Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:41:42.0914607Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:41:42.1545719Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:41:42.2166914Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:41:42.2778594Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:41:42.3413189Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:41:42.4015216Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:41:42.4634900Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:41:42.5328573Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:41:42.6001651Z Entering 'third_party/pocketfft' 2025-08-26T21:41:42.6633340Z Entering 'third_party/protobuf' 2025-08-26T21:41:42.7266658Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:41:42.7906274Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:41:42.8574755Z Entering 'third_party/psimd' 2025-08-26T21:41:42.9200595Z Entering 'third_party/pthreadpool' 2025-08-26T21:41:42.9805334Z Entering 'third_party/pybind11' 2025-08-26T21:41:43.0413033Z Entering 'third_party/python-peachpy' 2025-08-26T21:41:43.1014700Z Entering 'third_party/sleef' 2025-08-26T21:41:43.1616844Z Entering 'third_party/tensorpipe' 2025-08-26T21:41:43.2213119Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:41:43.2829853Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:41:43.3442166Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:41:43.4053574Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:41:43.4649103Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:41:43.5388232Z [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-26T21:41:43.9280481Z Entering 'android/libs/fbjni' 2025-08-26T21:41:43.9872499Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-08-26T21:41:44.0031839Z Entering 'third_party/FP16' 2025-08-26T21:41:44.0625837Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-08-26T21:41:44.0784191Z Entering 'third_party/FXdiv' 2025-08-26T21:41:44.1382872Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-08-26T21:41:44.1569922Z Entering 'third_party/NNPACK' 2025-08-26T21:41:44.2160316Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-08-26T21:41:44.2311496Z Entering 'third_party/NVTX' 2025-08-26T21:41:44.2910816Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-08-26T21:41:44.3076132Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:41:44.3668605Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-08-26T21:41:44.3817569Z Entering 'third_party/XNNPACK' 2025-08-26T21:41:44.4428486Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-08-26T21:41:44.4597311Z Entering 'third_party/aiter' 2025-08-26T21:41:44.5184669Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-08-26T21:41:44.5322224Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:41:44.5922602Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-08-26T21:41:44.6110408Z Entering 'third_party/benchmark' 2025-08-26T21:41:44.6722847Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-08-26T21:41:44.6877366Z Entering 'third_party/composable_kernel' 2025-08-26T21:41:44.7464334Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-08-26T21:41:44.7628262Z Entering 'third_party/cpp-httplib' 2025-08-26T21:41:44.8231147Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-08-26T21:41:44.8393218Z Entering 'third_party/cpuinfo' 2025-08-26T21:41:44.8986872Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-08-26T21:41:44.9139440Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:41:44.9742442Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-08-26T21:41:44.9894234Z Entering 'third_party/cutlass' 2025-08-26T21:41:45.0484526Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-08-26T21:41:45.0652354Z Entering 'third_party/fbgemm' 2025-08-26T21:41:45.1240518Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-08-26T21:41:45.1381683Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:41:45.1980487Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-08-26T21:41:45.2135659Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:41:45.2727788Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-08-26T21:41:45.2890281Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:41:45.3485302Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-08-26T21:41:45.3652787Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:41:45.4247110Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-08-26T21:41:45.4412841Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:41:45.5014477Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-08-26T21:41:45.5172536Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:41:45.5769937Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-08-26T21:41:45.5921706Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:41:45.6521671Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-08-26T21:41:45.6695504Z Entering 'third_party/flash-attention' 2025-08-26T21:41:45.7293730Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-08-26T21:41:45.7433377Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:41:45.8038833Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-08-26T21:41:45.8199982Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:41:45.8789798Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-08-26T21:41:45.8973719Z Entering 'third_party/flatbuffers' 2025-08-26T21:41:45.9571103Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-08-26T21:41:45.9726230Z Entering 'third_party/fmt' 2025-08-26T21:41:46.0325048Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-08-26T21:41:46.0479334Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:41:46.1067097Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-08-26T21:41:46.1218587Z Entering 'third_party/gloo' 2025-08-26T21:41:46.1801732Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-08-26T21:41:46.1954365Z Entering 'third_party/googletest' 2025-08-26T21:41:46.2536651Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-08-26T21:41:46.2688109Z Entering 'third_party/ideep' 2025-08-26T21:41:46.3298056Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-08-26T21:41:46.3432733Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:41:46.4017991Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-08-26T21:41:46.4207044Z Entering 'third_party/ittapi' 2025-08-26T21:41:46.4819483Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-08-26T21:41:46.4969280Z Entering 'third_party/kineto' 2025-08-26T21:41:46.5565732Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-08-26T21:41:46.5713933Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:41:46.6304556Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-08-26T21:41:46.6444956Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:41:46.7058653Z 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-26T21:41:46.7221067Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:41:46.7834335Z 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-26T21:41:46.7983977Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:41:46.8593628Z 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-26T21:41:46.8751177Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:41:46.9368860Z 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-26T21:41:46.9503345Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:41:47.0138176Z 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-26T21:41:47.0310763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:41:47.0902152Z 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-26T21:41:47.1058726Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:41:47.1691405Z 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-26T21:41:47.1842770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:41:47.2455484Z 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-26T21:41:47.2609543Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:41:47.3238802Z 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-26T21:41:47.3409237Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:41:47.4003953Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-08-26T21:41:47.4161837Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:41:47.4767792Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-08-26T21:41:47.4936465Z Entering 'third_party/kleidiai' 2025-08-26T21:41:47.5579699Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-08-26T21:41:47.5786083Z Entering 'third_party/mimalloc' 2025-08-26T21:41:47.6381099Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-08-26T21:41:47.6537385Z Entering 'third_party/nlohmann' 2025-08-26T21:41:47.7160382Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-08-26T21:41:47.7312645Z Entering 'third_party/onnx' 2025-08-26T21:41:47.7947475Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-08-26T21:41:47.8111112Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:41:47.8743548Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-08-26T21:41:47.8916294Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:41:47.9521420Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-08-26T21:41:47.9665844Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:41:48.0258822Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-08-26T21:41:48.0412044Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:41:48.1006334Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-08-26T21:41:48.1160094Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:41:48.1745924Z 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-26T21:41:48.1900869Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:41:48.2558523Z 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-26T21:41:48.2717456Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:41:48.3330473Z 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-26T21:41:48.3497306Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:41:48.4139286Z 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-26T21:41:48.4294700Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:41:49.0006294Z 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-26T21:41:49.0138915Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:41:49.0724853Z 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-26T21:41:49.0890436Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:41:49.1479159Z 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-26T21:41:49.1652007Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:41:49.2255513Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-08-26T21:41:49.2448944Z Entering 'third_party/pocketfft' 2025-08-26T21:41:49.3033443Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-08-26T21:41:49.3187663Z Entering 'third_party/protobuf' 2025-08-26T21:41:49.6017917Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-08-26T21:41:49.6165563Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:41:49.6771614Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-08-26T21:41:49.6924227Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:41:49.7588301Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-08-26T21:41:49.7762646Z Entering 'third_party/psimd' 2025-08-26T21:41:49.8364521Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-08-26T21:41:49.8512869Z Entering 'third_party/pthreadpool' 2025-08-26T21:41:49.9124835Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-08-26T21:41:49.9287141Z Entering 'third_party/pybind11' 2025-08-26T21:41:49.9870656Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-08-26T21:41:50.0025173Z Entering 'third_party/python-peachpy' 2025-08-26T21:41:50.0622758Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-08-26T21:41:50.0781463Z Entering 'third_party/sleef' 2025-08-26T21:41:50.1384923Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-08-26T21:41:50.1536609Z Entering 'third_party/tensorpipe' 2025-08-26T21:41:50.2144742Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-08-26T21:41:50.2283249Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:41:50.2919728Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-08-26T21:41:50.3072376Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:41:50.3679496Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-08-26T21:41:50.3838079Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:41:50.4440584Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-08-26T21:41:50.4593012Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:41:50.5190888Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-08-26T21:41:50.5345368Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:41:50.5929991Z 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-26T21:41:50.6613952Z [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-26T21:41:51.0725749Z Entering 'android/libs/fbjni' 2025-08-26T21:41:51.1146511Z Entering 'third_party/FP16' 2025-08-26T21:41:51.1576515Z Entering 'third_party/FXdiv' 2025-08-26T21:41:51.2158269Z Entering 'third_party/NNPACK' 2025-08-26T21:41:51.2563236Z Entering 'third_party/NVTX' 2025-08-26T21:41:51.3016134Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:41:51.3438374Z Entering 'third_party/XNNPACK' 2025-08-26T21:41:51.3866265Z Entering 'third_party/aiter' 2025-08-26T21:41:51.4305057Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:41:51.4785529Z Entering 'third_party/benchmark' 2025-08-26T21:41:51.5231446Z Entering 'third_party/composable_kernel' 2025-08-26T21:41:51.5647111Z Entering 'third_party/cpp-httplib' 2025-08-26T21:41:51.6053060Z Entering 'third_party/cpuinfo' 2025-08-26T21:41:51.6469935Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:41:51.6875847Z Entering 'third_party/cutlass' 2025-08-26T21:41:51.7292119Z Entering 'third_party/fbgemm' 2025-08-26T21:41:51.7724312Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:41:51.8135392Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:41:51.8553218Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:41:51.8967138Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:41:51.9388355Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:41:51.9838797Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:41:52.0254209Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:41:52.0701993Z Entering 'third_party/flash-attention' 2025-08-26T21:41:52.1104798Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:41:52.1523587Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:41:52.1998935Z Entering 'third_party/flatbuffers' 2025-08-26T21:41:52.2411698Z Entering 'third_party/fmt' 2025-08-26T21:41:52.2814244Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:41:52.3244691Z Entering 'third_party/gloo' 2025-08-26T21:41:52.3659447Z Entering 'third_party/googletest' 2025-08-26T21:41:52.4079599Z Entering 'third_party/ideep' 2025-08-26T21:41:52.4491571Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:41:52.4927974Z Entering 'third_party/ittapi' 2025-08-26T21:41:52.5347797Z Entering 'third_party/kineto' 2025-08-26T21:41:52.5787227Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:41:52.6188282Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:41:52.6612713Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:41:52.7039326Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:41:52.7453307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:41:52.7850013Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:41:52.8289969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:41:52.8718898Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:41:52.9141136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:41:52.9564525Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:41:52.9992783Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:41:53.0401134Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:41:53.0827384Z Entering 'third_party/kleidiai' 2025-08-26T21:41:53.1256766Z Entering 'third_party/mimalloc' 2025-08-26T21:41:53.1674967Z Entering 'third_party/nlohmann' 2025-08-26T21:41:53.2094865Z Entering 'third_party/onnx' 2025-08-26T21:41:53.2519968Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:41:53.2946882Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:41:53.3388591Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:41:53.3801132Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:41:53.4215645Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:41:53.4636774Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:41:53.5065554Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:41:54.0489631Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:41:54.0905413Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:41:54.1304492Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:41:54.1732702Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:41:54.2186612Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:41:54.2661650Z Entering 'third_party/pocketfft' 2025-08-26T21:41:54.3082042Z Entering 'third_party/protobuf' 2025-08-26T21:41:54.3474721Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:41:54.3897835Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:41:54.4322325Z Entering 'third_party/psimd' 2025-08-26T21:41:54.4745625Z Entering 'third_party/pthreadpool' 2025-08-26T21:41:54.5172062Z Entering 'third_party/pybind11' 2025-08-26T21:41:54.5578184Z Entering 'third_party/python-peachpy' 2025-08-26T21:41:54.5980597Z Entering 'third_party/sleef' 2025-08-26T21:41:54.6384334Z Entering 'third_party/tensorpipe' 2025-08-26T21:41:54.6785697Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:41:54.7225073Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:41:54.7639488Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:41:54.8046628Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:41:54.8452880Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:41:54.8995868Z [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-26T21:41:55.2890306Z Entering 'android/libs/fbjni' 2025-08-26T21:41:55.3301952Z Entering 'third_party/FP16' 2025-08-26T21:41:55.3757640Z Entering 'third_party/FXdiv' 2025-08-26T21:41:55.4165492Z Entering 'third_party/NNPACK' 2025-08-26T21:41:55.4573666Z Entering 'third_party/NVTX' 2025-08-26T21:41:55.4985571Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:41:55.8267511Z Entering 'third_party/XNNPACK' 2025-08-26T21:41:55.8737192Z Entering 'third_party/aiter' 2025-08-26T21:41:55.9127371Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:41:55.9576212Z Entering 'third_party/benchmark' 2025-08-26T21:41:55.9981369Z Entering 'third_party/composable_kernel' 2025-08-26T21:41:56.0412295Z Entering 'third_party/cpp-httplib' 2025-08-26T21:41:56.0828587Z Entering 'third_party/cpuinfo' 2025-08-26T21:41:56.1247746Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:41:56.1656844Z Entering 'third_party/cutlass' 2025-08-26T21:41:56.2082659Z Entering 'third_party/fbgemm' 2025-08-26T21:41:56.2478561Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:41:56.2900390Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:41:56.3357162Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:41:56.3772362Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:41:56.4190710Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:41:56.4638618Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:41:56.5053016Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:41:56.5491076Z Entering 'third_party/flash-attention' 2025-08-26T21:41:56.5891211Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:41:56.7811000Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:41:56.8261617Z Entering 'third_party/flatbuffers' 2025-08-26T21:41:56.8668462Z Entering 'third_party/fmt' 2025-08-26T21:41:56.9075874Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:41:56.9485687Z Entering 'third_party/gloo' 2025-08-26T21:41:56.9893876Z Entering 'third_party/googletest' 2025-08-26T21:41:57.0300031Z Entering 'third_party/ideep' 2025-08-26T21:41:57.0681590Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:41:57.1167437Z Entering 'third_party/ittapi' 2025-08-26T21:41:57.1577937Z Entering 'third_party/kineto' 2025-08-26T21:41:57.1977714Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:41:57.2403255Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:41:57.2819392Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:41:57.3227763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:41:57.3651362Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:41:57.4089674Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:41:57.4532337Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:41:57.4947221Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:41:57.5414577Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:41:57.5837292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:41:57.6279992Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:41:57.6702806Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:41:57.7143675Z Entering 'third_party/kleidiai' 2025-08-26T21:41:57.7566321Z Entering 'third_party/mimalloc' 2025-08-26T21:41:57.7983961Z Entering 'third_party/nlohmann' 2025-08-26T21:41:57.8437928Z Entering 'third_party/onnx' 2025-08-26T21:41:57.8860026Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:41:57.9303494Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:41:57.9716473Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:41:58.0143797Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:41:58.0561065Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:41:58.0976976Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:41:58.1395603Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:41:58.1804411Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:41:58.2258839Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:41:58.2655333Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:41:58.3074886Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:41:58.3551082Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:41:58.5379495Z Entering 'third_party/pocketfft' 2025-08-26T21:41:58.5778772Z Entering 'third_party/protobuf' 2025-08-26T21:41:58.6214638Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:41:58.6634948Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:41:58.7072446Z Entering 'third_party/psimd' 2025-08-26T21:41:58.7492222Z Entering 'third_party/pthreadpool' 2025-08-26T21:41:58.7902141Z Entering 'third_party/pybind11' 2025-08-26T21:41:58.8303657Z Entering 'third_party/python-peachpy' 2025-08-26T21:41:58.8711182Z Entering 'third_party/sleef' 2025-08-26T21:41:58.9120156Z Entering 'third_party/tensorpipe' 2025-08-26T21:41:58.9530157Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:41:58.9955509Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:41:59.0435823Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:41:59.0845908Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:41:59.1243230Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:41:59.1792050Z ##[endgroup] 2025-08-26T21:41:59.2072254Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-08-26T21:41:59.2290898Z 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:41:59.2547877Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-08-26T21:41:59.2548396Z # Remove any artifacts from the previous checkouts 2025-08-26T21:41:59.2548734Z git clean -fxd 2025-08-26T21:41:59.2585462Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-26T21:41:59.2585922Z env: 2025-08-26T21:41:59.2586235Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:41:59.2586643Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:41:59.2586943Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:41:59.2587844Z GITHUB_TOKEN: *** 2025-08-26T21:41:59.2588062Z PR_NUMBER: 2025-08-26T21:41:59.2588277Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:41:59.2588579Z SKIP_ALL_TESTS: 1 2025-08-26T21:41:59.2588771Z OS: windows 2025-08-26T21:41:59.2589056Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:41:59.2589481Z PACKAGE_TYPE: libtorch 2025-08-26T21:41:59.2589700Z DESIRED_CUDA: cpu 2025-08-26T21:41:59.2589916Z GPU_ARCH_TYPE: cpu 2025-08-26T21:41:59.2590120Z LIBTORCH_CONFIG: debug 2025-08-26T21:41:59.2590370Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:41:59.2590630Z DESIRED_PYTHON: 3.9 2025-08-26T21:41:59.2590861Z ##[endgroup] 2025-08-26T21:41:59.6119973Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:41:59.6188488Z Finished 2025-08-26T21:41:59.7273936Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-08-26T21:41:59.7274474Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-08-26T21:41:59.7275041Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-08-26T21:41:59.7275545Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-08-26T21:41:59.7294728Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-26T21:41:59.7295766Z env: 2025-08-26T21:41:59.7296088Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:41:59.7296483Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:41:59.7296788Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:41:59.7297335Z GITHUB_TOKEN: *** 2025-08-26T21:41:59.7297529Z PR_NUMBER: 2025-08-26T21:41:59.7297761Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:41:59.7298086Z SKIP_ALL_TESTS: 1 2025-08-26T21:41:59.7298299Z OS: windows 2025-08-26T21:41:59.7298602Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:41:59.7298956Z PACKAGE_TYPE: libtorch 2025-08-26T21:41:59.7299261Z DESIRED_CUDA: cpu 2025-08-26T21:41:59.7299477Z GPU_ARCH_TYPE: cpu 2025-08-26T21:41:59.7299727Z LIBTORCH_CONFIG: debug 2025-08-26T21:41:59.7299978Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:41:59.7300238Z DESIRED_PYTHON: 3.9 2025-08-26T21:41:59.7300443Z ##[endgroup] 2025-08-26T21:41:59.7499507Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-08-26T21:41:59.7624994Z ##[group]Run actions/download-artifact@v4.1.7 2025-08-26T21:41:59.7625339Z with: 2025-08-26T21:41:59.7625559Z name: libtorch-cpu-shared-with-deps-debug 2025-08-26T21:41:59.7625901Z path: C:\actions-runner\_work\_temp/artifacts 2025-08-26T21:41:59.7626191Z merge-multiple: false 2025-08-26T21:41:59.7626424Z repository: pytorch/pytorch 2025-08-26T21:41:59.7626665Z run-id: 17248463398 2025-08-26T21:41:59.7626849Z env: 2025-08-26T21:41:59.7627143Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:41:59.7627524Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:41:59.7627810Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:41:59.7628326Z GITHUB_TOKEN: *** 2025-08-26T21:41:59.7628529Z PR_NUMBER: 2025-08-26T21:41:59.7628745Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:41:59.7629014Z SKIP_ALL_TESTS: 1 2025-08-26T21:41:59.7629293Z OS: windows 2025-08-26T21:41:59.7629648Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:41:59.7629992Z PACKAGE_TYPE: libtorch 2025-08-26T21:41:59.7630205Z DESIRED_CUDA: cpu 2025-08-26T21:41:59.7630390Z GPU_ARCH_TYPE: cpu 2025-08-26T21:41:59.7630601Z LIBTORCH_CONFIG: debug 2025-08-26T21:41:59.7630848Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:41:59.7631096Z DESIRED_PYTHON: 3.9 2025-08-26T21:41:59.7631437Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-26T21:41:59.7631832Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-26T21:41:59.7632202Z ##[endgroup] 2025-08-26T21:42:00.0352891Z Downloading single artifact 2025-08-26T21:42:00.1516607Z Preparing to download the following artifacts: 2025-08-26T21:42:00.1517157Z - libtorch-cpu-shared-with-deps-debug (ID: 3857818051, Size: 1872735958) 2025-08-26T21:42:00.2149003Z Redirecting to blob download url: https://productionresultssa12.blob.core.windows.net/actions-results/b6a3492f-ea17-4c81-b4b2-75eb01e69d1a/workflow-job-run-489abe2a-baf9-5b29-97c4-117a53d68702/artifacts/06c1c9d37106b57ed4eddcc9d43dafa5aa35428a26d12684faa0f52fa3005aa3.zip 2025-08-26T21:42:00.2150448Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-08-26T21:42:00.3107124Z (node:3840) [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-26T21:42:00.3108099Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-08-26T21:42:17.3939402Z Artifact download completed successfully. 2025-08-26T21:42:17.3939776Z Total of 1 artifact(s) downloaded 2025-08-26T21:42:17.3950075Z Download artifact has finished successfully 2025-08-26T21:42:17.4193786Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-08-26T21:42:17.4194306Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-08-26T21:42:17.4217173Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-26T21:42:17.4217780Z env: 2025-08-26T21:42:17.4218118Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:42:17.4218517Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:42:17.4218801Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:42:17.4219419Z GITHUB_TOKEN: *** 2025-08-26T21:42:17.4219623Z PR_NUMBER: 2025-08-26T21:42:17.4219855Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:42:17.4220139Z SKIP_ALL_TESTS: 1 2025-08-26T21:42:17.4220318Z OS: windows 2025-08-26T21:42:17.4220688Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:42:17.4221071Z PACKAGE_TYPE: libtorch 2025-08-26T21:42:17.4221387Z DESIRED_CUDA: cpu 2025-08-26T21:42:17.4221571Z GPU_ARCH_TYPE: cpu 2025-08-26T21:42:17.4221842Z LIBTORCH_CONFIG: debug 2025-08-26T21:42:17.4222114Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:42:17.4222392Z DESIRED_PYTHON: 3.9 2025-08-26T21:42:17.4222638Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-26T21:42:17.4223181Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-26T21:42:17.4223624Z ##[endgroup] 2025-08-26T21:42:17.6758734Z + export TZ=UTC 2025-08-26T21:42:17.6759063Z + TZ=UTC 2025-08-26T21:42:17.6766093Z + envfile='C:\actions-runner\_work\_temp/env' 2025-08-26T21:42:17.6766599Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-08-26T21:42:17.6830243Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-08-26T21:42:17.6910159Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-08-26T21:42:17.6910690Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-08-26T21:42:17.6911054Z + export BUILD_PYTHONLESS=1 2025-08-26T21:42:17.6911313Z + BUILD_PYTHONLESS=1 2025-08-26T21:42:17.6911577Z + export DOCKER_IMAGE= 2025-08-26T21:42:17.6911809Z + DOCKER_IMAGE= 2025-08-26T21:42:17.6912063Z + [[ -z '' ]] 2025-08-26T21:42:17.6912277Z + [[ cpu == cpu ]] 2025-08-26T21:42:17.6912559Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-26T21:42:17.6912895Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-26T21:42:17.6913213Z + USE_GOLD_LINKER=OFF 2025-08-26T21:42:17.6913471Z + [[ cpu == \c\p\u ]] 2025-08-26T21:42:17.6913695Z + USE_GOLD_LINKER=ON 2025-08-26T21:42:17.6913956Z + PIP_UPLOAD_FOLDER=nightly/ 2025-08-26T21:42:17.6971726Z ++ date -u +%Y%m%d 2025-08-26T21:42:17.7054168Z + export DATE=20250826 2025-08-26T21:42:17.7054458Z + DATE=20250826 2025-08-26T21:42:17.7192067Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-08-26T21:42:17.7250655Z ++ cut -da -f1 2025-08-26T21:42:17.7333010Z + BASE_BUILD_VERSION=2.9.0.dev20250826 2025-08-26T21:42:17.7333434Z + tagged_version 2025-08-26T21:42:17.7333867Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-08-26T21:42:17.7334601Z + 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-26T21:42:17.7335320Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-08-26T21:42:17.7337855Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2025-08-26T21:42:17.7610609Z fatal: No names found, cannot describe anything. 2025-08-26T21:42:17.7655061Z + return 1 2025-08-26T21:42:17.7720939Z ++ uname 2025-08-26T21:42:17.7863891Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-08-26T21:42:17.7864332Z + export PYTORCH_BUILD_VERSION=2.9.0.dev20250826+cpu 2025-08-26T21:42:17.7864741Z + PYTORCH_BUILD_VERSION=2.9.0.dev20250826+cpu 2025-08-26T21:42:17.7865060Z + export PYTORCH_BUILD_NUMBER=1 2025-08-26T21:42:17.7865363Z + PYTORCH_BUILD_NUMBER=1 2025-08-26T21:42:17.7926064Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-08-26T21:42:17.7994263Z + TRITON_VERSION=3.4.0 2025-08-26T21:42:17.7994771Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-08-26T21:42:17.7995443Z + [[ cpu == \c\u\1\2\9 ]] 2025-08-26T21:42:17.7995739Z + [[ libtorch =~ .*wheel.* ]] 2025-08-26T21:42:17.8330410Z + [[ libtorch =~ .*wheel.* ]] 2025-08-26T21:42:17.8330786Z + [[ libtorch =~ .*wheel.* ]] 2025-08-26T21:42:17.8331072Z + USE_GLOO_WITH_OPENSSL=ON 2025-08-26T21:42:17.8331325Z + [[ cpu =~ .*aarch64.* ]] 2025-08-26T21:42:17.8331575Z + cat 2025-08-26T21:42:17.8472754Z ++ uname -a 2025-08-26T21:42:17.8680315Z ++ date 2025-08-26T21:42:17.8853533Z ++ uname 2025-08-26T21:42:17.8984381Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-08-26T21:42:17.8984766Z + MEMORY_LIMIT_MAX_JOBS=12 2025-08-26T21:42:17.9043203Z ++ nproc 2025-08-26T21:42:17.9151816Z + NUM_CPUS=14 2025-08-26T21:42:17.9152175Z + export MAX_JOBS=12 2025-08-26T21:42:17.9152436Z + MAX_JOBS=12 2025-08-26T21:42:17.9152639Z + cat 2025-08-26T21:42:17.9280336Z + echo 'retry () {' 2025-08-26T21:42:17.9282225Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-08-26T21:42:17.9284448Z + echo '}' 2025-08-26T21:42:17.9295519Z + echo 'export -f retry' 2025-08-26T21:42:17.9295855Z + cat 'C:\actions-runner\_work\_temp/env' 2025-08-26T21:42:17.9401218Z # =================== The following code will be executed inside Docker container =================== 2025-08-26T21:42:17.9401688Z export TZ=UTC 2025-08-26T21:42:17.9402238Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-3959FL8 3.6.3-7674c51e.x86_64 2025-07-01 09:13 UTC x86_64 Msys at Tue Aug 26 21:42:17 GMT 2025" 2025-08-26T21:42:17.9402731Z 2025-08-26T21:42:17.9402874Z export PACKAGE_TYPE="libtorch" 2025-08-26T21:42:17.9403162Z export DESIRED_PYTHON="3.9" 2025-08-26T21:42:17.9403490Z export DESIRED_CUDA="cpu" 2025-08-26T21:42:17.9404023Z export LIBTORCH_VARIANT="shared-with-deps" 2025-08-26T21:42:17.9404864Z export BUILD_PYTHONLESS="1" 2025-08-26T21:42:17.9405340Z if [[ "msys" == "msys" ]]; then 2025-08-26T21:42:17.9405887Z export LIBTORCH_CONFIG="debug" 2025-08-26T21:42:17.9406407Z if [[ "debug" == 'debug' ]]; then 2025-08-26T21:42:17.9406936Z export DEBUG=1 2025-08-26T21:42:17.9407349Z fi 2025-08-26T21:42:17.9407721Z export DESIRED_DEVTOOLSET="" 2025-08-26T21:42:17.9408213Z else 2025-08-26T21:42:17.9408582Z export DESIRED_DEVTOOLSET="" 2025-08-26T21:42:17.9409091Z fi 2025-08-26T21:42:17.9409280Z 2025-08-26T21:42:17.9409447Z export DATE="20250826" 2025-08-26T21:42:17.9409967Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-26T21:42:17.9410673Z export PYTORCH_BUILD_VERSION="2.9.0.dev20250826+cpu" 2025-08-26T21:42:17.9411378Z export PYTORCH_BUILD_NUMBER="1" 2025-08-26T21:42:17.9411976Z export OVERRIDE_PACKAGE_VERSION="2.9.0.dev20250826+cpu" 2025-08-26T21:42:17.9412731Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-08-26T21:42:17.9413156Z 2025-08-26T21:42:17.9413380Z # TODO: We don't need this anymore IIUC 2025-08-26T21:42:17.9413937Z export TORCH_PACKAGE_NAME='torch' 2025-08-26T21:42:17.9414307Z 2025-08-26T21:42:17.9414448Z export USE_FBGEMM=1 2025-08-26T21:42:17.9414849Z export PIP_UPLOAD_FOLDER="nightly/" 2025-08-26T21:42:17.9415421Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-08-26T21:42:17.9415833Z 2025-08-26T21:42:17.9415840Z 2025-08-26T21:42:17.9416008Z export USE_GOLD_LINKER="ON" 2025-08-26T21:42:17.9416457Z export USE_GLOO_WITH_OPENSSL="ON" 2025-08-26T21:42:17.9417147Z # =================== The above code will be executed inside Docker container =================== 2025-08-26T21:42:17.9417964Z export MAX_JOBS="12" 2025-08-26T21:42:17.9418377Z retry () { 2025-08-26T21:42:17.9418808Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-08-26T21:42:17.9419372Z } 2025-08-26T21:42:17.9419656Z export -f retry 2025-08-26T21:42:17.9521757Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-08-26T21:42:17.9522271Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-08-26T21:42:17.9541705Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-26T21:42:17.9542120Z env: 2025-08-26T21:42:17.9542477Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:42:17.9542939Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:42:17.9543237Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:42:17.9543828Z GITHUB_TOKEN: *** 2025-08-26T21:42:17.9544021Z PR_NUMBER: 2025-08-26T21:42:17.9544245Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:42:17.9544523Z SKIP_ALL_TESTS: 1 2025-08-26T21:42:17.9544713Z OS: windows 2025-08-26T21:42:17.9545000Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:42:17.9545343Z PACKAGE_TYPE: libtorch 2025-08-26T21:42:17.9545592Z DESIRED_CUDA: cpu 2025-08-26T21:42:17.9545793Z GPU_ARCH_TYPE: cpu 2025-08-26T21:42:17.9545999Z LIBTORCH_CONFIG: debug 2025-08-26T21:42:17.9546222Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:42:17.9546486Z DESIRED_PYTHON: 3.9 2025-08-26T21:42:17.9546731Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-26T21:42:17.9547135Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-26T21:42:17.9547482Z ##[endgroup] 2025-08-26T21:42:17.9947010Z + source 'C:\actions-runner\_work\_temp/env' 2025-08-26T21:42:17.9947704Z ++ export TZ=UTC 2025-08-26T21:42:17.9947917Z ++ TZ=UTC 2025-08-26T21:42:17.9955407Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-3959FL8 3.6.3-7674c51e.x86_64 2025-07-01 09:13 UTC x86_64 Msys at Tue Aug 26 21:42:17 GMT 2025' 2025-08-26T21:42:17.9956049Z ++ export PACKAGE_TYPE=libtorch 2025-08-26T21:42:17.9956299Z ++ PACKAGE_TYPE=libtorch 2025-08-26T21:42:17.9956527Z ++ export DESIRED_PYTHON=3.9 2025-08-26T21:42:17.9956791Z ++ DESIRED_PYTHON=3.9 2025-08-26T21:42:17.9957045Z ++ export DESIRED_CUDA=cpu 2025-08-26T21:42:17.9957268Z ++ DESIRED_CUDA=cpu 2025-08-26T21:42:17.9957493Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-08-26T21:42:17.9957854Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-08-26T21:42:17.9958393Z Running on MSYS_NT-10.0-17763 EC2AMAZ-3959FL8 3.6.3-7674c51e.x86_64 2025-07-01 09:13 UTC x86_64 Msys at Tue Aug 26 21:42:17 GMT 2025 2025-08-26T21:42:17.9958945Z ++ export BUILD_PYTHONLESS=1 2025-08-26T21:42:17.9959187Z ++ BUILD_PYTHONLESS=1 2025-08-26T21:42:17.9959386Z ++ [[ msys == \m\s\y\s ]] 2025-08-26T21:42:17.9959621Z ++ export LIBTORCH_CONFIG=debug 2025-08-26T21:42:17.9959853Z ++ LIBTORCH_CONFIG=debug 2025-08-26T21:42:17.9960075Z ++ [[ debug == \d\e\b\u\g ]] 2025-08-26T21:42:17.9960297Z ++ export DEBUG=1 2025-08-26T21:42:17.9960478Z ++ DEBUG=1 2025-08-26T21:42:17.9960672Z ++ export DESIRED_DEVTOOLSET= 2025-08-26T21:42:17.9960905Z ++ DESIRED_DEVTOOLSET= 2025-08-26T21:42:17.9961124Z ++ export DATE=20250826 2025-08-26T21:42:17.9961322Z ++ DATE=20250826 2025-08-26T21:42:17.9961548Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-26T21:42:17.9961843Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-26T21:42:17.9962158Z ++ export PYTORCH_BUILD_VERSION=2.9.0.dev20250826+cpu 2025-08-26T21:42:17.9962487Z ++ PYTORCH_BUILD_VERSION=2.9.0.dev20250826+cpu 2025-08-26T21:42:17.9962778Z ++ export PYTORCH_BUILD_NUMBER=1 2025-08-26T21:42:17.9963024Z ++ PYTORCH_BUILD_NUMBER=1 2025-08-26T21:42:17.9963336Z ++ export OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250826+cpu 2025-08-26T21:42:17.9963730Z ++ OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250826+cpu 2025-08-26T21:42:17.9964050Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-08-26T21:42:17.9964360Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-08-26T21:42:17.9964629Z ++ export TORCH_PACKAGE_NAME=torch 2025-08-26T21:42:17.9964892Z ++ TORCH_PACKAGE_NAME=torch 2025-08-26T21:42:17.9965168Z ++ export USE_FBGEMM=1 2025-08-26T21:42:17.9965386Z ++ USE_FBGEMM=1 2025-08-26T21:42:17.9967268Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-08-26T21:42:17.9967583Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-08-26T21:42:17.9967865Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-26T21:42:17.9968335Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-26T21:42:17.9968624Z ++ export USE_GOLD_LINKER=ON 2025-08-26T21:42:17.9968848Z ++ USE_GOLD_LINKER=ON 2025-08-26T21:42:17.9969122Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-08-26T21:42:17.9969368Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-08-26T21:42:17.9969636Z ++ export MAX_JOBS=12 2025-08-26T21:42:17.9969833Z ++ MAX_JOBS=12 2025-08-26T21:42:17.9970027Z ++ export -f retry 2025-08-26T21:42:17.9970228Z + export CUDA_VERSION=cpu 2025-08-26T21:42:17.9970439Z + CUDA_VERSION=cpu 2025-08-26T21:42:17.9970630Z + export VC_YEAR=2022 2025-08-26T21:42:17.9970823Z + VC_YEAR=2022 2025-08-26T21:42:17.9971004Z + [[ cpu == \x\p\u ]] 2025-08-26T21:42:17.9971311Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-08-26T21:42:17.9971719Z + [[ windows == \w\i\n\d\o\w\s\-\a\r\m\6\4 ]] 2025-08-26T21:42:17.9971996Z + ./windows/internal/smoke_test.bat 2025-08-26T21:42:17.9972502Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-08-26T21:42:18.0111759Z 2025-08-26T21:42:18.0118738Z 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-26T21:42:18.0121173Z 2025-08-26T21:42:18.0122095Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-08-26T21:42:18.0126177Z 2025-08-26T21:42:18.0127744Z 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-26T21:42:18.0128655Z 2025-08-26T21:42:18.0129027Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-08-26T21:42:18.0131012Z 2025-08-26T21:42:18.0131377Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-08-26T21:42:18.0131831Z call internal\xpu_install.bat 2025-08-26T21:42:18.0132116Z if errorlevel 1 exit /b 1 2025-08-26T21:42:18.0132452Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-08-26T21:42:18.0132834Z if errorlevel 1 exit /b 1 2025-08-26T21:42:18.0133053Z ) 2025-08-26T21:42:18.0133163Z 2025-08-26T21:42:18.0134900Z 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-26T21:42:18.0136733Z 2025-08-26T21:42:18.0137043Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-08-26T21:42:18.0137458Z 2025-08-26T21:42:18.0137739Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-08-26T21:42:18.0140357Z 2025-08-26T21:42:18.0140878Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2025-08-26T21:42:18.0141486Z set GPUS=%i 2025-08-26T21:42:18.0141721Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-26T21:42:18.0141988Z SET NVIDIA_GPU_EXISTS=1 2025-08-26T21:42:18.0142217Z goto gpu_check_end 2025-08-26T21:42:18.0142399Z ) 2025-08-26T21:42:18.0142554Z ) 2025-08-26T21:42:18.1409900Z 2025-08-26T21:42:18.1410508Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-26T21:42:18.1411769Z set GPUS=Name 2025-08-26T21:42:18.1412083Z 2025-08-26T21:42:18.1412272Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-26T21:42:18.1412554Z SET NVIDIA_GPU_EXISTS=1 2025-08-26T21:42:18.1412771Z goto gpu_check_end 2025-08-26T21:42:18.1413126Z ) 2025-08-26T21:42:18.1413281Z ) 2025-08-26T21:42:18.1413377Z 2025-08-26T21:42:18.1413577Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-26T21:42:18.1413981Z set GPUS=Microsoft Basic Display Adapter 2025-08-26T21:42:18.1414260Z 2025-08-26T21:42:18.1414447Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-26T21:42:18.1414727Z SET NVIDIA_GPU_EXISTS=1 2025-08-26T21:42:18.1414962Z goto gpu_check_end 2025-08-26T21:42:18.1415147Z ) 2025-08-26T21:42:18.1415306Z ) 2025-08-26T21:42:18.1415401Z 2025-08-26T21:42:18.1415595Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-26T21:42:18.1415962Z set GPUS= 2025-08-26T21:42:18.1416123Z 2025-08-26T21:42:18.1416321Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-26T21:42:18.1416586Z SET NVIDIA_GPU_EXISTS=1 2025-08-26T21:42:18.1416811Z goto gpu_check_end 2025-08-26T21:42:18.1417004Z ) 2025-08-26T21:42:18.1417153Z ) 2025-08-26T21:42:18.1417240Z 2025-08-26T21:42:18.1417567Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-08-26T21:42:18.1422689Z 2025-08-26T21:42:18.1423140Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-08-26T21:42:18.1423927Z 2025-08-26T21:42:18.1424321Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-08-26T21:42:18.1427391Z 2025-08-26T21:42:18.1428073Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-08-26T21:42:18.1428615Z "install and test libtorch" 2025-08-26T21:42:18.1429753Z 2025-08-26T21:42:18.1430238Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-08-26T21:42:18.4910454Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:42:18.4982045Z Finished 2025-08-26T21:42:18.5140053Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-08-26T21:42:18.5140529Z Dload Upload Total Spent Left Speed 2025-08-26T21:42:18.5140769Z 2025-08-26T21:42:18.5364045Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-26T21:42:18.5364498Z 100 2084k 100 2084k 0 0 85.9M 0 --:--:-- --:--:-- --:--:-- 92.5M 2025-08-26T21:42:19.3519256Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-08-26T21:42:19.3663508Z 2025-08-26T21:42:19.3664395Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-08-26T21:42:19.3664869Z 2025-08-26T21:42:19.3665460Z 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-26T21:42:19.3838068Z 2025-08-26T21:42:19.3839562Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip" -otmp 2025-08-26T21:42:19.9630957Z 2025-08-26T21:42:19.9631445Z 7-Zip 25.01 (x64) : Copyright (c) 1999-2025 Igor Pavlov : 2025-08-03 2025-08-26T21:42:19.9631751Z 2025-08-26T21:42:19.9631843Z Scanning the drive for archives: 2025-08-26T21:42:19.9632101Z 1 file, 949602967 bytes (906 MiB) 2025-08-26T21:42:19.9632275Z 2025-08-26T21:42:19.9632672Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-08-26T21:42:55.2958504Z -- 2025-08-26T21:42:55.2959346Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-08-26T21:42:55.2959872Z Type = zip 2025-08-26T21:42:55.2960080Z Physical Size = 949602967 2025-08-26T21:42:55.2960237Z 2025-08-26T21:42:55.2986865Z Everything is Ok 2025-08-26T21:42:55.2987229Z 2025-08-26T21:42:55.2987309Z Folders: 288 2025-08-26T21:42:55.2987501Z Files: 9328 2025-08-26T21:42:55.2987696Z Size: 5804598836 2025-08-26T21:42:55.2987947Z Compressed: 949602967 2025-08-26T21:42:55.3032245Z 2025-08-26T21:42:55.3032774Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-08-26T21:42:55.3033591Z 2025-08-26T21:42:55.3034020Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-08-26T21:42:55.3039373Z 2025-08-26T21:42:55.3039785Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-08-26T21:42:55.3041878Z 2025-08-26T21:42:55.3046718Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-08-26T21:42:55.3047221Z 2025-08-26T21:42:55.3048259Z 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-26T21:42:55.3049537Z set "VS15INSTALLDIR=%i" 2025-08-26T21:42:55.3049862Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-08-26T21:42:55.3050193Z goto vswhere 2025-08-26T21:42:55.3050390Z ) ) 2025-08-26T21:42:55.3291011Z 2025-08-26T21:42:55.3292298Z 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-26T21:42:55.3293747Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-08-26T21:42:55.3294462Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-08-26T21:42:55.3295016Z goto vswhere 2025-08-26T21:42:55.3295212Z ) ) 2025-08-26T21:42:55.3297357Z 2025-08-26T21:42:55.3298104Z 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-26T21:42:55.3299068Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-08-26T21:42:55.3299510Z exit /b 1 2025-08-26T21:42:55.3299687Z ) 2025-08-26T21:42:55.3299784Z 2025-08-26T21:42:55.3300406Z 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-26T21:43:06.8314089Z ********************************************************************** 2025-08-26T21:43:06.8314553Z ** Visual Studio 2022 Developer Command Prompt v17.12.11 2025-08-26T21:43:06.8314929Z ** Copyright (c) 2022 Microsoft Corporation 2025-08-26T21:43:06.8315279Z ********************************************************************** 2025-08-26T21:43:11.4786876Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-08-26T21:43:13.2370330Z Microsoft (R) C/C++ Optimizing Compiler Version 19.42.34444 for x64 2025-08-26T21:43:13.2370828Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-26T21:43:13.2371104Z 2025-08-26T21:43:13.2832571Z simple-torch-test.cpp 2025-08-26T21:43:49.9257770Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-08-26T21:43:49.9504938Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-08-26T21:43:50.0611855Z 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-26T21:43:50.0613338Z with 2025-08-26T21:43:50.0613537Z [ 2025-08-26T21:43:50.0613709Z I=size_t, 2025-08-26T21:43:50.0613926Z _Ty2=size_t 2025-08-26T21:43:50.0614150Z ] 2025-08-26T21:43:50.0615055Z 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-26T21:43:50.0617008Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(248): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2025-08-26T21:43:50.0618158Z with 2025-08-26T21:43:50.0618343Z [ 2025-08-26T21:43:50.0618516Z _Ty=int32_t 2025-08-26T21:43:50.0618728Z ] 2025-08-26T21:43:50.0619880Z 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-26T21:43:50.0621109Z with 2025-08-26T21:43:50.0621294Z [ 2025-08-26T21:43:50.0621462Z _Ty=int32_t 2025-08-26T21:43:50.0621671Z ] 2025-08-26T21:43:50.1584796Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-26T21:43:50.1585635Z with 2025-08-26T21:43:50.1585831Z [ 2025-08-26T21:43:50.1586033Z _Ty=unsigned int 2025-08-26T21:43:50.1586290Z ] 2025-08-26T21:43:50.1586971Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-08-26T21:43:50.1588704Z 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-26T21:43:50.1590026Z with 2025-08-26T21:43:50.1590205Z [ 2025-08-26T21:43:50.1590405Z _Ty=std::_Vbase 2025-08-26T21:43:50.1590630Z ] 2025-08-26T21:43:50.1591646Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-08-26T21:43:50.1592726Z with 2025-08-26T21:43:50.1592899Z [ 2025-08-26T21:43:50.1593082Z _Ty=std::_Vbase 2025-08-26T21:43:50.1593293Z ] 2025-08-26T21:43:50.1594353Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(const unsigned __int64 &)' being compiled 2025-08-26T21:43:50.1595569Z with 2025-08-26T21:43:50.1595743Z [ 2025-08-26T21:43:50.1595931Z _Ty=std::_Vbase 2025-08-26T21:43:50.1597038Z ] 2025-08-26T21:43:50.1598031Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-08-26T21:43:50.1599189Z with 2025-08-26T21:43:50.1599366Z [ 2025-08-26T21:43:50.1599530Z _Ty=size_t 2025-08-26T21:43:50.1599737Z ] 2025-08-26T21:43:50.1600488Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-26T21:43:50.1601385Z with 2025-08-26T21:43:50.1601571Z [ 2025-08-26T21:43:50.1601759Z _Objty=unsigned int 2025-08-26T21:43:50.1602000Z ] 2025-08-26T21:43:50.1602640Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-08-26T21:43:50.1604277Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-08-26T21:43:50.1605437Z with 2025-08-26T21:43:50.1605614Z [ 2025-08-26T21:43:50.1605805Z _Ty=size_t 2025-08-26T21:43:50.1605999Z ] 2025-08-26T21:43:50.1607190Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,const unsigned __int64&>(_Alloc &,_Objty *const ,const unsigned __int64 &)' being compiled 2025-08-26T21:43:50.1608357Z with 2025-08-26T21:43:50.1608531Z [ 2025-08-26T21:43:50.1608738Z _Alloc=std::allocator, 2025-08-26T21:43:50.1609018Z _Ty=unsigned int, 2025-08-26T21:43:50.1609263Z _Objty=unsigned int 2025-08-26T21:43:50.1609490Z ] 2025-08-26T21:43:50.1732051Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-26T21:43:50.1732859Z with 2025-08-26T21:43:50.1733074Z [ 2025-08-26T21:43:50.1733260Z _Ty=int 2025-08-26T21:43:50.1733458Z ] 2025-08-26T21:43:50.1734165Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-08-26T21:43:50.1735764Z 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-26T21:43:50.1736848Z with 2025-08-26T21:43:50.1737042Z [ 2025-08-26T21:43:50.1737236Z _Ty=int32_t 2025-08-26T21:43:50.1737444Z ] 2025-08-26T21:43:50.1738423Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-08-26T21:43:50.1739551Z with 2025-08-26T21:43:50.1739744Z [ 2025-08-26T21:43:50.1739913Z _Ty=int32_t 2025-08-26T21:43:50.1740120Z ] 2025-08-26T21:43:50.1741335Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-08-26T21:43:50.1742431Z with 2025-08-26T21:43:50.1742638Z [ 2025-08-26T21:43:50.1742928Z _Ty=int32_t 2025-08-26T21:43:50.1743140Z ] 2025-08-26T21:43:50.1743988Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-08-26T21:43:50.1744968Z with 2025-08-26T21:43:50.1745149Z [ 2025-08-26T21:43:50.1745358Z _Ty=size_t 2025-08-26T21:43:50.1745570Z ] 2025-08-26T21:43:50.1746283Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-26T21:43:50.1747174Z with 2025-08-26T21:43:50.1747347Z [ 2025-08-26T21:43:50.1747531Z _Objty=int 2025-08-26T21:43:50.1747727Z ] 2025-08-26T21:43:50.1748380Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-08-26T21:43:50.1749882Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-08-26T21:43:50.1750977Z with 2025-08-26T21:43:50.1751162Z [ 2025-08-26T21:43:50.1751332Z _Ty=size_t 2025-08-26T21:43:50.1751538Z ] 2025-08-26T21:43:50.1752583Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64&>(_Alloc &,_Objty *const ,unsigned __int64 &)' being compiled 2025-08-26T21:43:50.1753690Z with 2025-08-26T21:43:50.1753872Z [ 2025-08-26T21:43:50.1754059Z _Alloc=std::allocator, 2025-08-26T21:43:50.1754328Z _Ty=int, 2025-08-26T21:43:50.1754523Z _Objty=int 2025-08-26T21:43:50.1754726Z ] 2025-08-26T21:43:50.6055542Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-08-26T21:43:50.6056379Z with 2025-08-26T21:43:50.6056554Z [ 2025-08-26T21:43:50.6056734Z _Ty1=int 2025-08-26T21:43:50.6056949Z ] 2025-08-26T21:43:50.6057622Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): note: the template instantiation context (the oldest one first) is 2025-08-26T21:43:50.6059284Z 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-26T21:43:50.6060574Z with 2025-08-26T21:43:50.6060766Z [ 2025-08-26T21:43:50.6060985Z _Ty=std::pair 2025-08-26T21:43:50.6061233Z ] 2025-08-26T21:43:50.6062251Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-08-26T21:43:50.6063309Z with 2025-08-26T21:43:50.6063497Z [ 2025-08-26T21:43:50.6063680Z _Ty=std::pair 2025-08-26T21:43:50.6064170Z ] 2025-08-26T21:43:50.6065246Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &,int &)' being compiled 2025-08-26T21:43:50.6066486Z with 2025-08-26T21:43:50.6066670Z [ 2025-08-26T21:43:50.6066856Z _Ty=std::pair 2025-08-26T21:43:50.6067169Z ] 2025-08-26T21:43:50.6068129Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-08-26T21:43:50.6069173Z with 2025-08-26T21:43:50.6069362Z [ 2025-08-26T21:43:50.6069536Z _Ty=size_t 2025-08-26T21:43:50.6069753Z ] 2025-08-26T21:43:50.6070630Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: see reference to function template instantiation 'std::pair::pair(_Other1,_Other2) noexcept' being compiled 2025-08-26T21:43:50.6071581Z with 2025-08-26T21:43:50.6071766Z [ 2025-08-26T21:43:50.6071940Z _Other1=uint64_t &, 2025-08-26T21:43:50.6072188Z _Other2=int & 2025-08-26T21:43:50.6072391Z ] 2025-08-26T21:43:50.6073115Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-08-26T21:43:50.6073885Z with 2025-08-26T21:43:50.6074069Z [ 2025-08-26T21:43:50.6074228Z _Ty2=int 2025-08-26T21:43:50.6074433Z ] 2025-08-26T21:43:58.6915540Z Microsoft (R) Incremental Linker Version 14.42.34444.0 2025-08-26T21:43:58.6915998Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-26T21:43:58.6916269Z 2025-08-26T21:43:58.6916370Z /out:simple-torch-test.exe 2025-08-26T21:43:58.6916639Z simple-torch-test.obj 2025-08-26T21:43:58.6916866Z c10.lib 2025-08-26T21:43:58.6917056Z torch_cpu.lib 2025-08-26T21:44:05.5711608Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-08-26T21:44:09.9029483Z [W826 21:44:09.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-08-26T21:44:11.3034819Z Microsoft (R) C/C++ Optimizing Compiler Version 19.42.34444 for x64 2025-08-26T21:44:11.3035342Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-26T21:44:11.3036644Z 2025-08-26T21:44:11.3069194Z check-torch-mkl.cpp 2025-08-26T21:44:24.6785746Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-08-26T21:44:24.6787087Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-08-26T21:44:24.6788702Z 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-26T21:44:24.6789801Z with 2025-08-26T21:44:24.6789976Z [ 2025-08-26T21:44:24.6790159Z I=size_t, 2025-08-26T21:44:24.6790376Z _Ty2=size_t 2025-08-26T21:44:24.6790572Z ] 2025-08-26T21:44:24.6791453Z 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-26T21:44:24.6793575Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\optional(248): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2025-08-26T21:44:24.6794870Z with 2025-08-26T21:44:24.6795063Z [ 2025-08-26T21:44:24.6795230Z _Ty=int32_t 2025-08-26T21:44:24.6795441Z ] 2025-08-26T21:44:24.6796609Z 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-26T21:44:24.6797797Z with 2025-08-26T21:44:24.6797969Z [ 2025-08-26T21:44:24.6798153Z _Ty=int32_t 2025-08-26T21:44:24.6798376Z ] 2025-08-26T21:44:24.7872412Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-26T21:44:24.7873271Z with 2025-08-26T21:44:24.7873446Z [ 2025-08-26T21:44:24.7873642Z _Ty=unsigned int 2025-08-26T21:44:24.7873886Z ] 2025-08-26T21:44:24.7874557Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-08-26T21:44:24.7876334Z 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-26T21:44:24.7877534Z with 2025-08-26T21:44:24.7877736Z [ 2025-08-26T21:44:24.7877917Z _Ty=std::_Vbase 2025-08-26T21:44:24.7878142Z ] 2025-08-26T21:44:24.7879158Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-08-26T21:44:24.7880243Z with 2025-08-26T21:44:24.7880424Z [ 2025-08-26T21:44:24.7880601Z _Ty=std::_Vbase 2025-08-26T21:44:24.7880827Z ] 2025-08-26T21:44:24.7881882Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(const unsigned __int64 &)' being compiled 2025-08-26T21:44:24.7883061Z with 2025-08-26T21:44:24.7883245Z [ 2025-08-26T21:44:24.7883423Z _Ty=std::_Vbase 2025-08-26T21:44:24.7883647Z ] 2025-08-26T21:44:24.7884612Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-08-26T21:44:24.7885701Z with 2025-08-26T21:44:24.7885868Z [ 2025-08-26T21:44:24.7886046Z _Ty=size_t 2025-08-26T21:44:24.7886241Z ] 2025-08-26T21:44:24.7886972Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-26T21:44:24.7887771Z with 2025-08-26T21:44:24.7887939Z [ 2025-08-26T21:44:24.7888128Z _Objty=unsigned int 2025-08-26T21:44:24.7889278Z ] 2025-08-26T21:44:24.7889957Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-08-26T21:44:24.7891765Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-08-26T21:44:24.7892961Z with 2025-08-26T21:44:24.7893154Z [ 2025-08-26T21:44:24.7893324Z _Ty=size_t 2025-08-26T21:44:24.7893538Z ] 2025-08-26T21:44:24.7894636Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,const unsigned __int64&>(_Alloc &,_Objty *const ,const unsigned __int64 &)' being compiled 2025-08-26T21:44:24.7895863Z with 2025-08-26T21:44:24.7896050Z [ 2025-08-26T21:44:24.7896260Z _Alloc=std::allocator, 2025-08-26T21:44:24.7896565Z _Ty=unsigned int, 2025-08-26T21:44:24.7896801Z _Objty=unsigned int 2025-08-26T21:44:24.7897036Z ] 2025-08-26T21:44:24.8016011Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-26T21:44:24.8016870Z with 2025-08-26T21:44:24.8017091Z [ 2025-08-26T21:44:24.8017256Z _Ty=int 2025-08-26T21:44:24.8017464Z ] 2025-08-26T21:44:24.8018097Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: the template instantiation context (the oldest one first) is 2025-08-26T21:44:24.8020362Z 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-26T21:44:24.8021479Z with 2025-08-26T21:44:24.8021653Z [ 2025-08-26T21:44:24.8021841Z _Ty=int32_t 2025-08-26T21:44:24.8022057Z ] 2025-08-26T21:44:24.8023148Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-08-26T21:44:24.8024192Z with 2025-08-26T21:44:24.8024362Z [ 2025-08-26T21:44:24.8024550Z _Ty=int32_t 2025-08-26T21:44:24.8024748Z ] 2025-08-26T21:44:24.8025906Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-08-26T21:44:24.8026998Z with 2025-08-26T21:44:24.8027189Z [ 2025-08-26T21:44:24.8027365Z _Ty=int32_t 2025-08-26T21:44:24.8027576Z ] 2025-08-26T21:44:24.8028485Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-08-26T21:44:24.8029436Z with 2025-08-26T21:44:24.8029616Z [ 2025-08-26T21:44:24.8029784Z _Ty=size_t 2025-08-26T21:44:24.8029989Z ] 2025-08-26T21:44:24.8030930Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-26T21:44:24.8031714Z with 2025-08-26T21:44:24.8031894Z [ 2025-08-26T21:44:24.8032085Z _Objty=int 2025-08-26T21:44:24.8032411Z ] 2025-08-26T21:44:24.8033034Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xmemory(700): note: the template instantiation context (the oldest one first) is 2025-08-26T21:44:24.8034572Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(779): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-08-26T21:44:24.8035674Z with 2025-08-26T21:44:24.8035840Z [ 2025-08-26T21:44:24.8036017Z _Ty=size_t 2025-08-26T21:44:24.8036211Z ] 2025-08-26T21:44:24.8037274Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(830): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64&>(_Alloc &,_Objty *const ,unsigned __int64 &)' being compiled 2025-08-26T21:44:24.8038417Z with 2025-08-26T21:44:24.8038589Z [ 2025-08-26T21:44:24.8038788Z _Alloc=std::allocator, 2025-08-26T21:44:24.8039044Z _Ty=int, 2025-08-26T21:44:24.8039260Z _Objty=int 2025-08-26T21:44:24.8039457Z ] 2025-08-26T21:44:25.2350170Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-08-26T21:44:25.2351034Z with 2025-08-26T21:44:25.2351235Z [ 2025-08-26T21:44:25.2351406Z _Ty1=int 2025-08-26T21:44:25.2351616Z ] 2025-08-26T21:44:25.2352287Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): note: the template instantiation context (the oldest one first) is 2025-08-26T21:44:25.2353965Z 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-26T21:44:25.2355196Z with 2025-08-26T21:44:25.2355372Z [ 2025-08-26T21:44:25.2355573Z _Ty=std::pair 2025-08-26T21:44:25.2355817Z ] 2025-08-26T21:44:25.2356839Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(858): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-08-26T21:44:25.2357964Z with 2025-08-26T21:44:25.2358138Z [ 2025-08-26T21:44:25.2358335Z _Ty=std::pair 2025-08-26T21:44:25.2358567Z ] 2025-08-26T21:44:25.2359639Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(776): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &,int &)' being compiled 2025-08-26T21:44:25.2360837Z with 2025-08-26T21:44:25.2361005Z [ 2025-08-26T21:44:25.2361202Z _Ty=std::pair 2025-08-26T21:44:25.2361435Z ] 2025-08-26T21:44:25.2362416Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\vector(791): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-08-26T21:44:25.2363713Z with 2025-08-26T21:44:25.2363892Z [ 2025-08-26T21:44:25.2364072Z _Ty=size_t 2025-08-26T21:44:25.2364267Z ] 2025-08-26T21:44:25.2365164Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\xutility(406): note: see reference to function template instantiation 'std::pair::pair(_Other1,_Other2) noexcept' being compiled 2025-08-26T21:44:25.2366265Z with 2025-08-26T21:44:25.2366449Z [ 2025-08-26T21:44:25.2366632Z _Other1=uint64_t &, 2025-08-26T21:44:25.2366885Z _Other2=int & 2025-08-26T21:44:25.2367089Z ] 2025-08-26T21:44:25.2367854Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include\utility(263): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-08-26T21:44:25.2368651Z with 2025-08-26T21:44:25.2368831Z [ 2025-08-26T21:44:25.2369011Z _Ty2=int 2025-08-26T21:44:25.2369208Z ] 2025-08-26T21:44:26.7399679Z Microsoft (R) Incremental Linker Version 14.42.34444.0 2025-08-26T21:44:26.7400152Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-26T21:44:26.7400454Z 2025-08-26T21:44:26.7400549Z /out:check-torch-mkl.exe 2025-08-26T21:44:26.7400809Z check-torch-mkl.obj 2025-08-26T21:44:26.7401012Z c10.lib 2025-08-26T21:44:26.7401199Z torch_cpu.lib 2025-08-26T21:44:26.7991029Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-08-26T21:44:32.0733947Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-08-26T21:44:32.0769801Z + popd 2025-08-26T21:44:32.0773526Z /c/actions-runner/_work/pytorch/pytorch 2025-08-26T21:44:32.0916363Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-08-26T21:44:32.0916901Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-08-26T21:44:32.0933584Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-26T21:44:32.0934052Z env: 2025-08-26T21:44:32.0934365Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:44:32.0934781Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:44:32.0935098Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:44:32.0935748Z GITHUB_TOKEN: *** 2025-08-26T21:44:32.0935966Z PR_NUMBER: 2025-08-26T21:44:32.0936281Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:44:32.0936580Z SKIP_ALL_TESTS: 1 2025-08-26T21:44:32.0936771Z OS: windows 2025-08-26T21:44:32.0937071Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:44:32.0937424Z PACKAGE_TYPE: libtorch 2025-08-26T21:44:32.0937716Z DESIRED_CUDA: cpu 2025-08-26T21:44:32.0937918Z GPU_ARCH_TYPE: cpu 2025-08-26T21:44:32.0938143Z LIBTORCH_CONFIG: debug 2025-08-26T21:44:32.0938380Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:44:32.0938647Z DESIRED_PYTHON: 3.9 2025-08-26T21:44:32.0938897Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-26T21:44:32.0939310Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-26T21:44:32.0939682Z ##[endgroup] 2025-08-26T21:44:32.4556762Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:44:32.4628930Z Finished 2025-08-26T21:44:32.5927579Z Holding runner until all ssh sessions have logged out 2025-08-26T21:44:32.6210524Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-08-26T21:44:32.6211024Z .github\scripts\kill_active_ssh_sessions.ps1 2025-08-26T21:44:32.6226950Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-26T21:44:32.6227407Z env: 2025-08-26T21:44:32.6227712Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-26T21:44:32.6228126Z AWS_DEFAULT_REGION: us-east-1 2025-08-26T21:44:32.6228487Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-26T21:44:32.6229059Z GITHUB_TOKEN: *** 2025-08-26T21:44:32.6229276Z PR_NUMBER: 2025-08-26T21:44:32.6229496Z SHA1: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T21:44:32.6229791Z SKIP_ALL_TESTS: 1 2025-08-26T21:44:32.6229985Z OS: windows 2025-08-26T21:44:32.6230444Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-26T21:44:32.6230797Z PACKAGE_TYPE: libtorch 2025-08-26T21:44:32.6231090Z DESIRED_CUDA: cpu 2025-08-26T21:44:32.6231326Z GPU_ARCH_TYPE: cpu 2025-08-26T21:44:32.6231552Z LIBTORCH_CONFIG: debug 2025-08-26T21:44:32.6231789Z LIBTORCH_VARIANT: shared-with-deps 2025-08-26T21:44:32.6232059Z DESIRED_PYTHON: 3.9 2025-08-26T21:44:32.6232312Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-26T21:44:32.6232742Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-26T21:44:32.6233119Z ##[endgroup] 2025-08-26T21:44:32.9673404Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:44:32.9740402Z Finished 2025-08-26T21:44:33.0155720Z Post job cleanup. 2025-08-26T21:44:33.1594599Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-08-26T21:44:33.1831977Z git version 2.50.1.windows.1 2025-08-26T21:44:33.1902503Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\b7660326-395e-454e-b550-896b010c68bc\.gitconfig' 2025-08-26T21:44:33.1921328Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b7660326-395e-454e-b550-896b010c68bc' before making global git config changes 2025-08-26T21:44:33.1922128Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T21:44:33.1932898Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-26T21:44:33.2208224Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-08-26T21:44:33.2478964Z [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-26T21:44:33.6675328Z Entering 'android/libs/fbjni' 2025-08-26T21:44:33.7339307Z Entering 'third_party/FP16' 2025-08-26T21:44:33.7963178Z Entering 'third_party/FXdiv' 2025-08-26T21:44:33.8582556Z Entering 'third_party/NNPACK' 2025-08-26T21:44:33.9217999Z Entering 'third_party/NVTX' 2025-08-26T21:44:33.9845611Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:44:34.0469020Z Entering 'third_party/XNNPACK' 2025-08-26T21:44:34.1128164Z Entering 'third_party/aiter' 2025-08-26T21:44:34.1755678Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:44:34.2430073Z Entering 'third_party/benchmark' 2025-08-26T21:44:34.3063114Z Entering 'third_party/composable_kernel' 2025-08-26T21:44:34.3699596Z Entering 'third_party/cpp-httplib' 2025-08-26T21:44:34.4341599Z Entering 'third_party/cpuinfo' 2025-08-26T21:44:34.4987106Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:44:34.5639914Z Entering 'third_party/cutlass' 2025-08-26T21:44:34.6295466Z Entering 'third_party/fbgemm' 2025-08-26T21:44:34.6925528Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:44:34.7582230Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:44:34.8249397Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:44:34.8884337Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:44:34.9555245Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:44:35.0213454Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:44:35.0853515Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:44:35.1534157Z Entering 'third_party/flash-attention' 2025-08-26T21:44:35.2159266Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:44:35.2813355Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:44:35.3510664Z Entering 'third_party/flatbuffers' 2025-08-26T21:44:35.4141116Z Entering 'third_party/fmt' 2025-08-26T21:44:35.4822049Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:44:35.5505642Z Entering 'third_party/gloo' 2025-08-26T21:44:35.6143441Z Entering 'third_party/googletest' 2025-08-26T21:44:35.6777827Z Entering 'third_party/ideep' 2025-08-26T21:44:35.7418291Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:44:35.8113388Z Entering 'third_party/ittapi' 2025-08-26T21:44:35.8737717Z Entering 'third_party/kineto' 2025-08-26T21:44:35.9351220Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:44:35.9988523Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:44:36.0622297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:44:36.1282200Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:44:36.1939430Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:44:36.2570026Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:44:36.3270673Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:44:36.3943114Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:44:36.4601895Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:44:36.5246420Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:44:36.5930627Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:44:36.6563654Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:44:36.7213379Z Entering 'third_party/kleidiai' 2025-08-26T21:44:36.7838404Z Entering 'third_party/mimalloc' 2025-08-26T21:44:36.8473339Z Entering 'third_party/nlohmann' 2025-08-26T21:44:36.9095453Z Entering 'third_party/onnx' 2025-08-26T21:44:36.9749094Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:44:37.0436587Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:44:37.1042524Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:44:37.1683491Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:44:37.2336383Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:44:37.2970969Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:44:37.3611372Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:44:37.4239896Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:44:37.4945172Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:44:37.5563440Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:44:37.6208413Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:44:37.6877656Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:44:37.7559329Z Entering 'third_party/pocketfft' 2025-08-26T21:44:37.8179589Z Entering 'third_party/protobuf' 2025-08-26T21:44:37.8847778Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:44:37.9498605Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:44:38.0157517Z Entering 'third_party/psimd' 2025-08-26T21:44:38.0811500Z Entering 'third_party/pthreadpool' 2025-08-26T21:44:38.1451821Z Entering 'third_party/pybind11' 2025-08-26T21:44:38.2079960Z Entering 'third_party/python-peachpy' 2025-08-26T21:44:38.2727468Z Entering 'third_party/sleef' 2025-08-26T21:44:38.3393789Z Entering 'third_party/tensorpipe' 2025-08-26T21:44:38.4005745Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:44:38.4664450Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:44:38.5298604Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:44:38.5977637Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:44:38.6589464Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:44:38.7423643Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T21:44:38.7644383Z http.https://github.com/.extraheader 2025-08-26T21:44:38.7697847Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-08-26T21:44:38.7981945Z [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-26T21:44:39.2259441Z Entering 'android/libs/fbjni' 2025-08-26T21:44:39.2725253Z http.https://github.com/.extraheader 2025-08-26T21:44:39.3093759Z Entering 'third_party/FP16' 2025-08-26T21:44:39.3545011Z http.https://github.com/.extraheader 2025-08-26T21:44:39.3919969Z Entering 'third_party/FXdiv' 2025-08-26T21:44:39.4377896Z http.https://github.com/.extraheader 2025-08-26T21:44:39.4790600Z Entering 'third_party/NNPACK' 2025-08-26T21:44:39.5245161Z http.https://github.com/.extraheader 2025-08-26T21:44:39.5621866Z Entering 'third_party/NVTX' 2025-08-26T21:44:39.6120467Z http.https://github.com/.extraheader 2025-08-26T21:44:39.6507235Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-26T21:44:39.6971083Z http.https://github.com/.extraheader 2025-08-26T21:44:39.7341390Z Entering 'third_party/XNNPACK' 2025-08-26T21:44:39.7824089Z http.https://github.com/.extraheader 2025-08-26T21:44:39.8208855Z Entering 'third_party/aiter' 2025-08-26T21:44:39.8653749Z http.https://github.com/.extraheader 2025-08-26T21:44:39.9000125Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-26T21:44:39.9467066Z http.https://github.com/.extraheader 2025-08-26T21:44:39.9905039Z Entering 'third_party/benchmark' 2025-08-26T21:44:40.0355019Z http.https://github.com/.extraheader 2025-08-26T21:44:40.0719651Z Entering 'third_party/composable_kernel' 2025-08-26T21:44:40.1179203Z http.https://github.com/.extraheader 2025-08-26T21:44:40.1594243Z Entering 'third_party/cpp-httplib' 2025-08-26T21:44:40.2036738Z http.https://github.com/.extraheader 2025-08-26T21:44:40.2436110Z Entering 'third_party/cpuinfo' 2025-08-26T21:44:40.2895177Z http.https://github.com/.extraheader 2025-08-26T21:44:40.3295406Z Entering 'third_party/cudnn_frontend' 2025-08-26T21:44:40.3802389Z http.https://github.com/.extraheader 2025-08-26T21:44:40.4168547Z Entering 'third_party/cutlass' 2025-08-26T21:44:40.4669408Z http.https://github.com/.extraheader 2025-08-26T21:44:40.5053276Z Entering 'third_party/fbgemm' 2025-08-26T21:44:40.5514666Z http.https://github.com/.extraheader 2025-08-26T21:44:40.5870918Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-26T21:44:40.6337410Z http.https://github.com/.extraheader 2025-08-26T21:44:40.6714869Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-26T21:44:40.7184652Z http.https://github.com/.extraheader 2025-08-26T21:44:40.7595913Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-26T21:44:40.8052889Z http.https://github.com/.extraheader 2025-08-26T21:44:40.8425200Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-26T21:44:40.8892602Z http.https://github.com/.extraheader 2025-08-26T21:44:40.9276329Z Entering 'third_party/fbgemm/external/googletest' 2025-08-26T21:44:40.9753942Z http.https://github.com/.extraheader 2025-08-26T21:44:41.0162620Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-26T21:44:41.0600940Z http.https://github.com/.extraheader 2025-08-26T21:44:41.0965764Z Entering 'third_party/fbgemm/external/json' 2025-08-26T21:44:41.1431671Z http.https://github.com/.extraheader 2025-08-26T21:44:41.1826608Z Entering 'third_party/flash-attention' 2025-08-26T21:44:41.2300068Z http.https://github.com/.extraheader 2025-08-26T21:44:41.2670154Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-26T21:44:41.3129480Z http.https://github.com/.extraheader 2025-08-26T21:44:41.3539183Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-26T21:44:41.4022100Z http.https://github.com/.extraheader 2025-08-26T21:44:41.4445632Z Entering 'third_party/flatbuffers' 2025-08-26T21:44:41.4900676Z http.https://github.com/.extraheader 2025-08-26T21:44:41.5324690Z Entering 'third_party/fmt' 2025-08-26T21:44:41.5792111Z http.https://github.com/.extraheader 2025-08-26T21:44:41.6199253Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-26T21:44:41.6667139Z http.https://github.com/.extraheader 2025-08-26T21:44:41.7062566Z Entering 'third_party/gloo' 2025-08-26T21:44:41.7548079Z http.https://github.com/.extraheader 2025-08-26T21:44:41.7919459Z Entering 'third_party/googletest' 2025-08-26T21:44:41.8407364Z http.https://github.com/.extraheader 2025-08-26T21:44:41.8777365Z Entering 'third_party/ideep' 2025-08-26T21:44:41.9286159Z http.https://github.com/.extraheader 2025-08-26T21:44:41.9639716Z Entering 'third_party/ideep/mkl-dnn' 2025-08-26T21:44:42.0103391Z http.https://github.com/.extraheader 2025-08-26T21:44:42.0507800Z Entering 'third_party/ittapi' 2025-08-26T21:44:42.0966741Z http.https://github.com/.extraheader 2025-08-26T21:44:42.1363427Z Entering 'third_party/kineto' 2025-08-26T21:44:42.1824121Z http.https://github.com/.extraheader 2025-08-26T21:44:42.2169676Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-26T21:44:42.2634461Z http.https://github.com/.extraheader 2025-08-26T21:44:42.3015353Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-26T21:44:42.3534377Z http.https://github.com/.extraheader 2025-08-26T21:44:42.3910692Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-26T21:44:42.4387975Z http.https://github.com/.extraheader 2025-08-26T21:44:42.4761071Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-26T21:44:42.5238462Z http.https://github.com/.extraheader 2025-08-26T21:44:42.5609729Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-26T21:44:42.6077537Z http.https://github.com/.extraheader 2025-08-26T21:44:42.6437717Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-26T21:44:42.6915014Z http.https://github.com/.extraheader 2025-08-26T21:44:42.7307229Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-26T21:44:42.7772381Z http.https://github.com/.extraheader 2025-08-26T21:44:42.8159077Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-26T21:44:42.8633404Z http.https://github.com/.extraheader 2025-08-26T21:44:42.9011679Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-26T21:44:42.9481988Z http.https://github.com/.extraheader 2025-08-26T21:44:42.9856227Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-26T21:44:43.0324557Z http.https://github.com/.extraheader 2025-08-26T21:44:43.0715999Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-26T21:44:43.1174549Z http.https://github.com/.extraheader 2025-08-26T21:44:43.1549573Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-26T21:44:43.2018432Z http.https://github.com/.extraheader 2025-08-26T21:44:43.2444053Z Entering 'third_party/kleidiai' 2025-08-26T21:44:43.2901345Z http.https://github.com/.extraheader 2025-08-26T21:44:43.3274169Z Entering 'third_party/mimalloc' 2025-08-26T21:44:43.3728032Z http.https://github.com/.extraheader 2025-08-26T21:44:43.4104703Z Entering 'third_party/nlohmann' 2025-08-26T21:44:43.4630032Z http.https://github.com/.extraheader 2025-08-26T21:44:43.5062494Z Entering 'third_party/onnx' 2025-08-26T21:44:43.5534745Z http.https://github.com/.extraheader 2025-08-26T21:44:43.5926172Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-26T21:44:43.6391908Z http.https://github.com/.extraheader 2025-08-26T21:44:43.6789566Z Entering 'third_party/opentelemetry-cpp' 2025-08-26T21:44:43.7290236Z http.https://github.com/.extraheader 2025-08-26T21:44:43.7648984Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-26T21:44:43.8124205Z http.https://github.com/.extraheader 2025-08-26T21:44:43.8516559Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-26T21:44:43.9002238Z http.https://github.com/.extraheader 2025-08-26T21:44:43.9377933Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-26T21:44:43.9865650Z http.https://github.com/.extraheader 2025-08-26T21:44:44.0236960Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-26T21:44:44.0693289Z http.https://github.com/.extraheader 2025-08-26T21:44:44.1079280Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-26T21:44:44.1542669Z http.https://github.com/.extraheader 2025-08-26T21:44:44.1924707Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-26T21:44:44.2388055Z http.https://github.com/.extraheader 2025-08-26T21:44:44.2785659Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-26T21:44:44.3256972Z http.https://github.com/.extraheader 2025-08-26T21:44:44.3641234Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-26T21:44:44.4132062Z http.https://github.com/.extraheader 2025-08-26T21:44:44.4525420Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-26T21:44:44.5015913Z http.https://github.com/.extraheader 2025-08-26T21:44:44.5458531Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-26T21:44:44.5923808Z http.https://github.com/.extraheader 2025-08-26T21:44:44.6337131Z Entering 'third_party/pocketfft' 2025-08-26T21:44:44.6812564Z http.https://github.com/.extraheader 2025-08-26T21:44:44.7190171Z Entering 'third_party/protobuf' 2025-08-26T21:44:44.7646548Z http.https://github.com/.extraheader 2025-08-26T21:44:44.8012170Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-26T21:44:44.8476654Z http.https://github.com/.extraheader 2025-08-26T21:44:44.8850579Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-26T21:44:44.9319082Z http.https://github.com/.extraheader 2025-08-26T21:44:44.9713349Z Entering 'third_party/psimd' 2025-08-26T21:44:45.0171270Z http.https://github.com/.extraheader 2025-08-26T21:44:45.0543794Z Entering 'third_party/pthreadpool' 2025-08-26T21:44:45.1004151Z http.https://github.com/.extraheader 2025-08-26T21:44:45.1372191Z Entering 'third_party/pybind11' 2025-08-26T21:44:45.1837203Z http.https://github.com/.extraheader 2025-08-26T21:44:45.2202443Z Entering 'third_party/python-peachpy' 2025-08-26T21:44:45.2697671Z http.https://github.com/.extraheader 2025-08-26T21:44:45.3080556Z Entering 'third_party/sleef' 2025-08-26T21:44:45.3551730Z http.https://github.com/.extraheader 2025-08-26T21:44:45.3922522Z Entering 'third_party/tensorpipe' 2025-08-26T21:44:45.4402097Z http.https://github.com/.extraheader 2025-08-26T21:44:45.4754457Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-26T21:44:45.5211693Z http.https://github.com/.extraheader 2025-08-26T21:44:45.5600289Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-26T21:44:45.6099529Z http.https://github.com/.extraheader 2025-08-26T21:44:45.6520766Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-26T21:44:45.6981451Z http.https://github.com/.extraheader 2025-08-26T21:44:45.7357975Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-26T21:44:45.7826755Z http.https://github.com/.extraheader 2025-08-26T21:44:45.8186805Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-26T21:44:45.8680130Z http.https://github.com/.extraheader 2025-08-26T21:44:45.9382281Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-26T21:44:45.9416779Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-08-26T21:44:45.9432319Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-26T21:44:45.9432761Z ##[endgroup] 2025-08-26T21:44:46.2923710Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-26T21:44:46.2992977Z Finished 2025-08-26T21:44:47.9179384Z Cleaning up orphan processes 2025-08-26T21:44:47.9475917Z Terminate orphan process: pid (3264) (vctip)