2025-08-14T22:07:09.8472574Z Current runner version: '2.328.0' 2025-08-14T22:07:09.8479993Z Runner name: 'i-008ae745197f4db25' 2025-08-14T22:07:09.8480728Z Runner group name: 'default' 2025-08-14T22:07:09.8481572Z Machine name: 'EC2AMAZ-IFQ8336' 2025-08-14T22:07:09.8484724Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T22:07:09.8487101Z Contents: read 2025-08-14T22:07:09.8487629Z Metadata: read 2025-08-14T22:07:09.8488140Z Packages: read 2025-08-14T22:07:09.8488613Z ##[endgroup] 2025-08-14T22:07:09.8490983Z Secret source: Actions 2025-08-14T22:07:09.8491621Z Prepare workflow directory 2025-08-14T22:07:09.9038436Z Prepare all required actions 2025-08-14T22:07:09.9079075Z Getting action download info 2025-08-14T22:07:10.1646528Z Download action repository 'pytorch/test-infra@main' (SHA:83f58f391e939c10dcb8cb6d745e4cefa3b98a84) 2025-08-14T22:07:25.4583373Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T22:07:28.5605891Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-08-14T22:07:30.9867889Z Complete job name: libtorch-cpu-shared-with-deps-debug-test 2025-08-14T22:07:31.2301921Z ##[group]Run set -euo pipefail 2025-08-14T22:07:31.2302545Z set -euo pipefail 2025-08-14T22:07:31.2384018Z function get_ec2_metadata() { 2025-08-14T22:07:31.2384433Z  # Pulled from instance metadata endpoint for EC2 2025-08-14T22:07:31.2385120Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-08-14T22:07:31.2385700Z  category=$1 2025-08-14T22:07:31.2386676Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-08-14T22:07:31.2387583Z } 2025-08-14T22:07:31.2387836Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-08-14T22:07:31.2388222Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-08-14T22:07:31.2388766Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-08-14T22:07:31.2389167Z echo "system info $(uname -a)" 2025-08-14T22:07:31.2414375Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:07:31.2415054Z env: 2025-08-14T22:07:31.2415376Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:07:31.2415784Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:07:31.2416090Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:07:31.2416732Z GITHUB_TOKEN: *** 2025-08-14T22:07:31.2416934Z PR_NUMBER: 2025-08-14T22:07:31.2417164Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:07:31.2417451Z SKIP_ALL_TESTS: 1 2025-08-14T22:07:31.2417645Z OS: windows 2025-08-14T22:07:31.2417927Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:07:31.2418295Z PACKAGE_TYPE: libtorch 2025-08-14T22:07:31.2418528Z DESIRED_CUDA: cpu 2025-08-14T22:07:31.2418736Z GPU_ARCH_TYPE: cpu 2025-08-14T22:07:31.2418971Z LIBTORCH_CONFIG: debug 2025-08-14T22:07:31.2419262Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:07:31.2419530Z DESIRED_PYTHON: 3.9 2025-08-14T22:07:31.2419733Z ##[endgroup] 2025-08-14T22:07:39.1264277Z ami-id: ami-0d9ca55f96fe08fd6 2025-08-14T22:07:39.1798590Z instance-id: i-008ae745197f4db25 2025-08-14T22:07:39.2315443Z instance-type: c5d.4xlarge 2025-08-14T22:07:41.1990646Z system info MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys 2025-08-14T22:07:41.2182269Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-08-14T22:07:41.2182703Z with: 2025-08-14T22:07:41.2183154Z github-secret: *** 2025-08-14T22:07:41.2183396Z activate-with-label: false 2025-08-14T22:07:41.2183639Z label: with-ssh 2025-08-14T22:07:41.2183866Z remove-existing-keys: true 2025-08-14T22:07:41.2184104Z fail-silently: true 2025-08-14T22:07:41.2185664Z env: 2025-08-14T22:07:41.2185968Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:07:41.2186380Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:07:41.2186705Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:07:41.2187199Z GITHUB_TOKEN: *** 2025-08-14T22:07:41.2187405Z PR_NUMBER: 2025-08-14T22:07:41.2187621Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:07:41.2187924Z SKIP_ALL_TESTS: 1 2025-08-14T22:07:41.2188120Z OS: windows 2025-08-14T22:07:41.2188443Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:07:41.2188815Z PACKAGE_TYPE: libtorch 2025-08-14T22:07:41.2189045Z DESIRED_CUDA: cpu 2025-08-14T22:07:41.2189241Z GPU_ARCH_TYPE: cpu 2025-08-14T22:07:41.2189470Z LIBTORCH_CONFIG: debug 2025-08-14T22:07:41.2189707Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:07:41.2189983Z DESIRED_PYTHON: 3.9 2025-08-14T22:07:41.2190192Z ##[endgroup] 2025-08-14T22:07:41.3736279Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-08-14T22:07:41.3738539Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-08-14T22:07:41.7593876Z ##[group]Run git config --global core.longpaths true 2025-08-14T22:07:41.7594422Z git config --global core.longpaths true 2025-08-14T22:07:41.7594767Z git config --global core.symlinks true 2025-08-14T22:07:41.7595067Z  2025-08-14T22:07:41.7595420Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-08-14T22:07:41.7596009Z # the directory on Windows and prevent GHA from checking out as reported 2025-08-14T22:07:41.7596566Z # in https://github.com/actions/checkout/issues/1018 2025-08-14T22:07:41.7596954Z git config --global core.fsmonitor false 2025-08-14T22:07:41.7616117Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:07:41.7616592Z env: 2025-08-14T22:07:41.7616896Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:07:41.7617309Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:07:41.7617653Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:07:41.7618203Z GITHUB_TOKEN: *** 2025-08-14T22:07:41.7618412Z PR_NUMBER: 2025-08-14T22:07:41.7618654Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:07:41.7618948Z SKIP_ALL_TESTS: 1 2025-08-14T22:07:41.7619146Z OS: windows 2025-08-14T22:07:41.7619421Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:07:41.7619789Z PACKAGE_TYPE: libtorch 2025-08-14T22:07:41.7620012Z DESIRED_CUDA: cpu 2025-08-14T22:07:41.7620223Z GPU_ARCH_TYPE: cpu 2025-08-14T22:07:41.7620435Z LIBTORCH_CONFIG: debug 2025-08-14T22:07:41.7620684Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:07:41.7620955Z DESIRED_PYTHON: 3.9 2025-08-14T22:07:41.7621187Z ##[endgroup] 2025-08-14T22:07:58.4174376Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-08-14T22:07:58.4175380Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-08-14T22:07:58.4190684Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:07:58.4191152Z env: 2025-08-14T22:07:58.4191466Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:07:58.4191892Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:07:58.4192189Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:07:58.4192773Z GITHUB_TOKEN: *** 2025-08-14T22:07:58.4192986Z PR_NUMBER: 2025-08-14T22:07:58.4193446Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:07:58.4193754Z SKIP_ALL_TESTS: 1 2025-08-14T22:07:58.4193952Z OS: windows 2025-08-14T22:07:58.4194945Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:07:58.4195316Z PACKAGE_TYPE: libtorch 2025-08-14T22:07:58.4195550Z DESIRED_CUDA: cpu 2025-08-14T22:07:58.4195749Z GPU_ARCH_TYPE: cpu 2025-08-14T22:07:58.4195966Z LIBTORCH_CONFIG: debug 2025-08-14T22:07:58.4196201Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:07:58.4196480Z DESIRED_PYTHON: 3.9 2025-08-14T22:07:58.4196687Z ##[endgroup] 2025-08-14T22:07:58.7940621Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:07:58.8008117Z Finished 2025-08-14T22:07:58.8309643Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-08-14T22:07:58.8310469Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-08-14T22:07:58.8311154Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-08-14T22:07:58.8311645Z # that it doesn't interfere 2025-08-14T22:07:58.8312078Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-08-14T22:07:58.8327039Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:07:58.8327498Z env: 2025-08-14T22:07:58.8327819Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:07:58.8328242Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:07:58.8328545Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:07:58.8329118Z GITHUB_TOKEN: *** 2025-08-14T22:07:58.8329381Z PR_NUMBER: 2025-08-14T22:07:58.8329607Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:07:58.8329910Z SKIP_ALL_TESTS: 1 2025-08-14T22:07:58.8330118Z OS: windows 2025-08-14T22:07:58.8330393Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:07:58.8330880Z PACKAGE_TYPE: libtorch 2025-08-14T22:07:58.8331100Z DESIRED_CUDA: cpu 2025-08-14T22:07:58.8331324Z GPU_ARCH_TYPE: cpu 2025-08-14T22:07:58.8331536Z LIBTORCH_CONFIG: debug 2025-08-14T22:07:58.8331791Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:07:58.8332058Z DESIRED_PYTHON: 3.9 2025-08-14T22:07:58.8332270Z ##[endgroup] 2025-08-14T22:07:59.1536777Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:07:59.1603636Z Finished 2025-08-14T22:08:06.2457167Z ##[group]Run actions/checkout@v4 2025-08-14T22:08:06.2457500Z with: 2025-08-14T22:08:06.2457708Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:08:06.2458006Z submodules: recursive 2025-08-14T22:08:06.2458211Z path: pytorch 2025-08-14T22:08:06.2458406Z show-progress: false 2025-08-14T22:08:06.2458628Z repository: pytorch/pytorch 2025-08-14T22:08:06.2459036Z token: *** 2025-08-14T22:08:06.2459225Z ssh-strict: true 2025-08-14T22:08:06.2459413Z ssh-user: git 2025-08-14T22:08:06.2459625Z persist-credentials: true 2025-08-14T22:08:06.2459872Z clean: true 2025-08-14T22:08:06.2460078Z sparse-checkout-cone-mode: true 2025-08-14T22:08:06.2460328Z fetch-depth: 1 2025-08-14T22:08:06.2460523Z fetch-tags: false 2025-08-14T22:08:06.2460706Z lfs: false 2025-08-14T22:08:06.2460896Z set-safe-directory: true 2025-08-14T22:08:06.2461106Z env: 2025-08-14T22:08:06.2461457Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:08:06.2461857Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:08:06.2462161Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:08:06.2462606Z GITHUB_TOKEN: *** 2025-08-14T22:08:06.2462794Z PR_NUMBER: 2025-08-14T22:08:06.2463019Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:08:06.2463301Z SKIP_ALL_TESTS: 1 2025-08-14T22:08:06.2463499Z OS: windows 2025-08-14T22:08:06.2463768Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:08:06.2464128Z PACKAGE_TYPE: libtorch 2025-08-14T22:08:06.2464343Z DESIRED_CUDA: cpu 2025-08-14T22:08:06.2464723Z GPU_ARCH_TYPE: cpu 2025-08-14T22:08:06.2464933Z LIBTORCH_CONFIG: debug 2025-08-14T22:08:06.2465155Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:08:06.2465426Z DESIRED_PYTHON: 3.9 2025-08-14T22:08:06.2465724Z ##[endgroup] 2025-08-14T22:08:06.3756605Z Syncing repository: pytorch/pytorch 2025-08-14T22:08:06.3757881Z ##[group]Getting Git version info 2025-08-14T22:08:06.3758322Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-08-14T22:08:06.3840747Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-08-14T22:08:06.4045594Z git version 2.49.0.windows.1 2025-08-14T22:08:06.4090089Z ##[endgroup] 2025-08-14T22:08:06.4100915Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\344110cd-64b6-44e9-819a-d2994768dd8f\.gitconfig' 2025-08-14T22:08:06.4117636Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\344110cd-64b6-44e9-819a-d2994768dd8f' before making global git config changes 2025-08-14T22:08:06.4118486Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T22:08:06.4127298Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-14T22:08:06.4353795Z ##[group]Initializing the repository 2025-08-14T22:08:06.4363998Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-14T22:08:09.7272802Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2025-08-14T22:08:09.7354107Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-08-14T22:08:11.4140567Z ##[endgroup] 2025-08-14T22:08:11.4141010Z ##[group]Disabling automatic garbage collection 2025-08-14T22:08:11.4152682Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-08-14T22:08:11.4380174Z ##[endgroup] 2025-08-14T22:08:11.4380553Z ##[group]Setting up auth 2025-08-14T22:08:11.4394529Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-08-14T22:08:11.4662706Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-08-14T22:08:39.7967000Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T22:08:39.8197294Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-08-14T22:08:40.6836590Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-08-14T22:08:40.7068802Z ##[endgroup] 2025-08-14T22:08:40.7069247Z ##[group]Fetching the repository 2025-08-14T22:08:40.7082206Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:09:15.1241240Z From https://github.com/pytorch/pytorch 2025-08-14T22:09:15.1241750Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T22:09:16.0654719Z ##[endgroup] 2025-08-14T22:09:16.0655111Z ##[group]Determining the checkout info 2025-08-14T22:09:16.0657044Z ##[endgroup] 2025-08-14T22:09:16.0668536Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-08-14T22:09:17.1862263Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-08-14T22:09:17.2094232Z ##[group]Checking out the ref 2025-08-14T22:09:17.2103629Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:09:20.5126386Z Updating files: 0% (22/19474) 2025-08-14T22:09:21.5286773Z Updating files: 0% (88/19474) 2025-08-14T22:09:22.5567187Z Updating files: 0% (128/19474) 2025-08-14T22:09:23.3003899Z Updating files: 0% (167/19474) 2025-08-14T22:09:23.5152137Z Updating files: 1% (195/19474) 2025-08-14T22:09:24.6655438Z Updating files: 1% (218/19474) 2025-08-14T22:09:25.7726787Z Updating files: 1% (275/19474) 2025-08-14T22:09:26.6747291Z Updating files: 1% (311/19474) 2025-08-14T22:09:29.4922778Z Updating files: 1% (336/19474) 2025-08-14T22:09:33.0241720Z Updating files: 1% (350/19474) 2025-08-14T22:09:36.5623011Z Updating files: 1% (359/19474) 2025-08-14T22:09:37.0961576Z Updating files: 1% (368/19474) 2025-08-14T22:09:40.6664035Z Updating files: 1% (372/19474) 2025-08-14T22:09:40.6670367Z Updating files: 1% (388/19474) 2025-08-14T22:09:47.2777444Z Updating files: 2% (390/19474) 2025-08-14T22:09:48.1118478Z Updating files: 2% (397/19474) 2025-08-14T22:09:50.2092434Z Updating files: 2% (402/19474) 2025-08-14T22:09:51.6747760Z Updating files: 2% (422/19474) 2025-08-14T22:09:52.2256380Z Updating files: 2% (431/19474) 2025-08-14T22:09:53.7852233Z Updating files: 2% (439/19474) 2025-08-14T22:09:55.0478028Z Updating files: 2% (446/19474) 2025-08-14T22:09:56.2125941Z Updating files: 2% (466/19474) 2025-08-14T22:09:57.0352819Z Updating files: 2% (481/19474) 2025-08-14T22:09:58.2376338Z Updating files: 2% (536/19474) 2025-08-14T22:09:58.2383855Z Updating files: 2% (584/19474) 2025-08-14T22:09:58.9275814Z Updating files: 3% (585/19474) 2025-08-14T22:09:59.7605389Z Updating files: 3% (592/19474) 2025-08-14T22:10:01.4671684Z Updating files: 3% (602/19474) 2025-08-14T22:10:02.1020811Z Updating files: 3% (614/19474) 2025-08-14T22:10:03.3915940Z Updating files: 3% (620/19474) 2025-08-14T22:10:04.0754421Z Updating files: 3% (649/19474) 2025-08-14T22:10:05.6112661Z Updating files: 3% (666/19474) 2025-08-14T22:10:07.2771753Z Updating files: 3% (678/19474) 2025-08-14T22:10:08.5135913Z Updating files: 3% (687/19474) 2025-08-14T22:10:09.7299144Z Updating files: 3% (696/19474) 2025-08-14T22:10:10.8579671Z Updating files: 3% (705/19474) 2025-08-14T22:10:12.5193572Z Updating files: 3% (715/19474) 2025-08-14T22:10:13.4255672Z Updating files: 3% (743/19474) 2025-08-14T22:10:13.4289994Z Updating files: 3% (763/19474) 2025-08-14T22:10:14.0285567Z Updating files: 4% (779/19474) 2025-08-14T22:10:15.1803699Z Updating files: 4% (789/19474) 2025-08-14T22:10:15.9428988Z Updating files: 4% (833/19474) 2025-08-14T22:10:19.9189531Z Updating files: 4% (844/19474) 2025-08-14T22:10:21.0035536Z Updating files: 4% (854/19474) 2025-08-14T22:10:21.9573478Z Updating files: 4% (869/19474) 2025-08-14T22:10:22.2268193Z Updating files: 4% (912/19474) 2025-08-14T22:10:23.2161355Z Updating files: 5% (974/19474) 2025-08-14T22:10:23.2200191Z Updating files: 5% (1158/19474) 2025-08-14T22:10:24.3915267Z Updating files: 6% (1169/19474) 2025-08-14T22:10:24.9327418Z Updating files: 6% (1183/19474) 2025-08-14T22:10:26.1788689Z Updating files: 6% (1273/19474) 2025-08-14T22:10:27.8285597Z Updating files: 6% (1304/19474) 2025-08-14T22:10:27.8298171Z Updating files: 6% (1358/19474) 2025-08-14T22:10:28.0375245Z Updating files: 7% (1364/19474) 2025-08-14T22:10:29.1925770Z Updating files: 7% (1404/19474) 2025-08-14T22:10:30.0197362Z Updating files: 7% (1435/19474) 2025-08-14T22:10:31.3633303Z Updating files: 7% (1456/19474) 2025-08-14T22:10:32.3825541Z Updating files: 7% (1471/19474) 2025-08-14T22:10:32.9804295Z Updating files: 7% (1479/19474) 2025-08-14T22:10:34.0498187Z Updating files: 7% (1487/19474) 2025-08-14T22:10:35.3071764Z Updating files: 7% (1491/19474) 2025-08-14T22:10:36.3125605Z Updating files: 7% (1501/19474) 2025-08-14T22:10:37.3198121Z Updating files: 7% (1510/19474) 2025-08-14T22:10:38.2736500Z Updating files: 7% (1512/19474) 2025-08-14T22:10:39.3780744Z Updating files: 7% (1517/19474) 2025-08-14T22:10:40.2869343Z Updating files: 7% (1528/19474) 2025-08-14T22:10:41.2227988Z Updating files: 7% (1536/19474) 2025-08-14T22:10:42.0645915Z Updating files: 7% (1544/19474) 2025-08-14T22:10:42.2506899Z Updating files: 7% (1552/19474) 2025-08-14T22:10:43.0743856Z Updating files: 8% (1558/19474) 2025-08-14T22:10:44.0783234Z Updating files: 8% (1567/19474) 2025-08-14T22:10:45.1642214Z Updating files: 8% (1579/19474) 2025-08-14T22:10:46.2033976Z Updating files: 8% (1593/19474) 2025-08-14T22:10:47.2690878Z Updating files: 8% (1600/19474) 2025-08-14T22:10:48.5399505Z Updating files: 8% (1619/19474) 2025-08-14T22:10:49.0749758Z Updating files: 8% (1628/19474) 2025-08-14T22:10:50.1155843Z Updating files: 8% (1655/19474) 2025-08-14T22:10:51.1562460Z Updating files: 8% (1666/19474) 2025-08-14T22:10:51.1657321Z Updating files: 8% (1719/19474) 2025-08-14T22:10:52.8280776Z Updating files: 9% (1753/19474) 2025-08-14T22:10:54.8502796Z Updating files: 9% (1918/19474) 2025-08-14T22:10:56.4020141Z Updating files: 9% (1927/19474) 2025-08-14T22:10:57.0978452Z Updating files: 9% (1938/19474) 2025-08-14T22:10:57.5890409Z Updating files: 10% (1948/19474) 2025-08-14T22:10:58.7451711Z Updating files: 10% (1955/19474) 2025-08-14T22:10:59.4480068Z Updating files: 10% (1994/19474) 2025-08-14T22:11:00.3216099Z Updating files: 10% (2017/19474) 2025-08-14T22:11:01.2775745Z Updating files: 10% (2059/19474) 2025-08-14T22:11:03.4447303Z Updating files: 10% (2067/19474) 2025-08-14T22:11:04.2973326Z Updating files: 10% (2074/19474) 2025-08-14T22:11:05.8556400Z Updating files: 10% (2079/19474) 2025-08-14T22:11:06.2226691Z Updating files: 10% (2106/19474) 2025-08-14T22:11:06.2253148Z Updating files: 10% (2136/19474) 2025-08-14T22:11:07.1896464Z Updating files: 11% (2143/19474) 2025-08-14T22:11:08.4244887Z Updating files: 11% (2244/19474) 2025-08-14T22:11:09.2056795Z Updating files: 11% (2281/19474) 2025-08-14T22:11:10.4428458Z Updating files: 11% (2295/19474) 2025-08-14T22:11:11.2277361Z Updating files: 11% (2320/19474) 2025-08-14T22:11:11.2282378Z Updating files: 11% (2334/19474) 2025-08-14T22:11:12.6316858Z Updating files: 12% (2337/19474) 2025-08-14T22:11:13.2275948Z Updating files: 12% (2387/19474) 2025-08-14T22:11:14.5550720Z Updating files: 12% (2409/19474) 2025-08-14T22:11:15.3578519Z Updating files: 12% (2439/19474) 2025-08-14T22:11:16.2533407Z Updating files: 12% (2454/19474) 2025-08-14T22:11:17.3158093Z Updating files: 12% (2469/19474) 2025-08-14T22:11:18.2583229Z Updating files: 12% (2521/19474) 2025-08-14T22:11:18.4098874Z Updating files: 12% (2528/19474) 2025-08-14T22:11:19.6325971Z Updating files: 13% (2532/19474) 2025-08-14T22:11:20.2712654Z Updating files: 13% (2543/19474) 2025-08-14T22:11:21.7127498Z Updating files: 13% (2556/19474) 2025-08-14T22:11:22.8889080Z Updating files: 13% (2570/19474) 2025-08-14T22:11:23.3429996Z Updating files: 13% (2595/19474) 2025-08-14T22:11:24.3315435Z Updating files: 13% (2598/19474) 2025-08-14T22:11:25.3044597Z Updating files: 13% (2623/19474) 2025-08-14T22:11:26.3775415Z Updating files: 13% (2648/19474) 2025-08-14T22:11:27.3544510Z Updating files: 13% (2690/19474) 2025-08-14T22:11:27.9044820Z Updating files: 13% (2709/19474) 2025-08-14T22:11:28.3803511Z Updating files: 14% (2727/19474) 2025-08-14T22:11:29.3659940Z Updating files: 14% (2745/19474) 2025-08-14T22:11:30.3660947Z Updating files: 14% (2771/19474) 2025-08-14T22:11:31.4254609Z Updating files: 14% (2806/19474) 2025-08-14T22:11:32.4475193Z Updating files: 14% (2842/19474) 2025-08-14T22:11:33.4062274Z Updating files: 14% (2876/19474) 2025-08-14T22:11:33.4069076Z Updating files: 14% (2919/19474) 2025-08-14T22:11:34.3906405Z Updating files: 15% (2922/19474) 2025-08-14T22:11:35.4135091Z Updating files: 15% (3014/19474) 2025-08-14T22:11:36.1809519Z Updating files: 15% (3061/19474) 2025-08-14T22:11:36.3854643Z Updating files: 16% (3116/19474) 2025-08-14T22:11:37.3738142Z Updating files: 16% (3128/19474) 2025-08-14T22:11:37.7587832Z Updating files: 16% (3286/19474) 2025-08-14T22:11:38.3709137Z Updating files: 17% (3311/19474) 2025-08-14T22:11:39.4452583Z Updating files: 17% (3362/19474) 2025-08-14T22:11:40.4662196Z Updating files: 17% (3449/19474) 2025-08-14T22:11:40.6184663Z Updating files: 17% (3497/19474) 2025-08-14T22:11:41.4169129Z Updating files: 18% (3506/19474) 2025-08-14T22:11:42.4960033Z Updating files: 18% (3552/19474) 2025-08-14T22:11:43.1607169Z Updating files: 18% (3632/19474) 2025-08-14T22:11:43.4232949Z Updating files: 19% (3701/19474) 2025-08-14T22:11:44.4143052Z Updating files: 19% (3724/19474) 2025-08-14T22:11:45.4481805Z Updating files: 19% (3811/19474) 2025-08-14T22:11:45.4495071Z Updating files: 19% (3891/19474) 2025-08-14T22:11:46.5213353Z Updating files: 20% (3895/19474) 2025-08-14T22:11:47.4714337Z Updating files: 20% (3977/19474) 2025-08-14T22:11:47.6466032Z Updating files: 20% (4062/19474) 2025-08-14T22:11:48.4319670Z Updating files: 21% (4090/19474) 2025-08-14T22:11:48.5997538Z Updating files: 21% (4257/19474) 2025-08-14T22:11:49.4615800Z Updating files: 22% (4285/19474) 2025-08-14T22:11:50.4527338Z Updating files: 22% (4362/19474) 2025-08-14T22:11:50.7817317Z Updating files: 22% (4458/19474) 2025-08-14T22:11:51.4945021Z Updating files: 23% (4480/19474) 2025-08-14T22:11:52.5003900Z Updating files: 23% (4543/19474) 2025-08-14T22:11:52.9692612Z Updating files: 23% (4641/19474) 2025-08-14T22:11:53.5138178Z Updating files: 24% (4674/19474) 2025-08-14T22:11:54.2999763Z Updating files: 24% (4736/19474) 2025-08-14T22:11:54.4198983Z Updating files: 25% (4869/19474) 2025-08-14T22:11:54.4752598Z Updating files: 26% (5064/19474) 2025-08-14T22:11:55.5099548Z Updating files: 26% (5077/19474) 2025-08-14T22:11:55.5424263Z Updating files: 26% (5253/19474) 2025-08-14T22:11:56.5456259Z Updating files: 27% (5258/19474) 2025-08-14T22:11:56.6180152Z Updating files: 27% (5429/19474) 2025-08-14T22:11:56.7360034Z Updating files: 28% (5453/19474) 2025-08-14T22:11:57.5247714Z Updating files: 29% (5648/19474) 2025-08-14T22:11:58.5042795Z Updating files: 29% (5741/19474) 2025-08-14T22:11:58.5901334Z Updating files: 29% (5833/19474) 2025-08-14T22:11:59.4631489Z Updating files: 30% (5843/19474) 2025-08-14T22:12:00.4785119Z Updating files: 30% (5941/19474) 2025-08-14T22:12:00.6221812Z Updating files: 30% (6025/19474) 2025-08-14T22:12:01.5225146Z Updating files: 31% (6037/19474) 2025-08-14T22:12:02.6297402Z Updating files: 31% (6109/19474) 2025-08-14T22:12:03.3600699Z Updating files: 31% (6180/19474) 2025-08-14T22:12:03.4883852Z Updating files: 32% (6232/19474) 2025-08-14T22:12:04.5038477Z Updating files: 32% (6238/19474) 2025-08-14T22:12:05.0698878Z Updating files: 32% (6323/19474) 2025-08-14T22:12:05.4989980Z Updating files: 33% (6427/19474) 2025-08-14T22:12:06.0548027Z Updating files: 33% (6482/19474) 2025-08-14T22:12:06.5713581Z Updating files: 34% (6622/19474) 2025-08-14T22:12:06.9694135Z Updating files: 34% (6729/19474) 2025-08-14T22:12:07.5224521Z Updating files: 35% (6816/19474) 2025-08-14T22:12:07.7339331Z Updating files: 35% (6908/19474) 2025-08-14T22:12:08.5874114Z Updating files: 36% (7011/19474) 2025-08-14T22:12:09.1515917Z Updating files: 36% (7133/19474) 2025-08-14T22:12:09.5744250Z Updating files: 37% (7206/19474) 2025-08-14T22:12:10.3734398Z Updating files: 37% (7293/19474) 2025-08-14T22:12:10.5280319Z Updating files: 38% (7401/19474) 2025-08-14T22:12:11.3788588Z Updating files: 38% (7460/19474) 2025-08-14T22:12:11.5097341Z Updating files: 39% (7595/19474) 2025-08-14T22:12:11.5328221Z Updating files: 40% (7790/19474) 2025-08-14T22:12:11.8777980Z Updating files: 40% (7866/19474) 2025-08-14T22:12:12.5385317Z Updating files: 41% (7985/19474) 2025-08-14T22:12:12.5440169Z Updating files: 41% (8157/19474) 2025-08-14T22:12:12.8055401Z Updating files: 42% (8180/19474) 2025-08-14T22:12:13.2793706Z Updating files: 43% (8374/19474) 2025-08-14T22:12:13.5895572Z Updating files: 44% (8569/19474) 2025-08-14T22:12:14.2502566Z Updating files: 44% (8609/19474) 2025-08-14T22:12:14.4410816Z Updating files: 45% (8764/19474) 2025-08-14T22:12:14.5419255Z Updating files: 46% (8959/19474) 2025-08-14T22:12:15.3490546Z Updating files: 46% (8985/19474) 2025-08-14T22:12:15.5499357Z Updating files: 47% (9153/19474) 2025-08-14T22:12:16.0734922Z Updating files: 47% (9185/19474) 2025-08-14T22:12:16.5915890Z Updating files: 48% (9348/19474) 2025-08-14T22:12:16.6727653Z Updating files: 48% (9507/19474) 2025-08-14T22:12:17.1288699Z Updating files: 49% (9543/19474) 2025-08-14T22:12:17.6239064Z Updating files: 50% (9737/19474) 2025-08-14T22:12:18.1466651Z Updating files: 50% (9867/19474) 2025-08-14T22:12:18.5854298Z Updating files: 51% (9932/19474) 2025-08-14T22:12:20.2748627Z Updating files: 51% (9984/19474) 2025-08-14T22:12:20.8595613Z Updating files: 51% (10021/19474) 2025-08-14T22:12:20.9793611Z Updating files: 51% (10028/19474) 2025-08-14T22:12:21.0332123Z Updating files: 52% (10127/19474) 2025-08-14T22:12:21.1563333Z Updating files: 53% (10322/19474) 2025-08-14T22:12:21.2693743Z Updating files: 54% (10516/19474) 2025-08-14T22:12:21.6776153Z Updating files: 55% (10711/19474) 2025-08-14T22:12:21.8198014Z Updating files: 55% (10881/19474) 2025-08-14T22:12:22.6232374Z Updating files: 56% (10906/19474) 2025-08-14T22:12:22.7376384Z Updating files: 56% (11073/19474) 2025-08-14T22:12:23.3394308Z Updating files: 57% (11101/19474) 2025-08-14T22:12:23.6013925Z Updating files: 58% (11295/19474) 2025-08-14T22:12:23.6086712Z Updating files: 58% (11461/19474) 2025-08-14T22:12:24.3511071Z Updating files: 59% (11490/19474) 2025-08-14T22:12:24.6418021Z Updating files: 60% (11685/19474) 2025-08-14T22:12:24.8005130Z Updating files: 60% (11745/19474) 2025-08-14T22:12:25.4440117Z Updating files: 61% (11880/19474) 2025-08-14T22:12:25.6248997Z Updating files: 62% (12074/19474) 2025-08-14T22:12:25.8533081Z Updating files: 62% (12233/19474) 2025-08-14T22:12:26.6105325Z Updating files: 63% (12269/19474) 2025-08-14T22:12:26.8881719Z Updating files: 63% (12361/19474) 2025-08-14T22:12:27.5618476Z Updating files: 64% (12464/19474) 2025-08-14T22:12:27.6079669Z Updating files: 65% (12659/19474) 2025-08-14T22:12:28.1774507Z Updating files: 65% (12715/19474) 2025-08-14T22:12:28.6192170Z Updating files: 66% (12853/19474) 2025-08-14T22:12:29.5817303Z Updating files: 66% (12951/19474) 2025-08-14T22:12:29.6239665Z Updating files: 67% (13048/19474) 2025-08-14T22:12:30.6235054Z Updating files: 67% (13055/19474) 2025-08-14T22:12:30.7171509Z Updating files: 67% (13207/19474) 2025-08-14T22:12:30.8079422Z Updating files: 68% (13243/19474) 2025-08-14T22:12:31.6750397Z Updating files: 69% (13438/19474) 2025-08-14T22:12:32.2091158Z Updating files: 69% (13561/19474) 2025-08-14T22:12:32.6585354Z Updating files: 70% (13632/19474) 2025-08-14T22:12:33.7114669Z Updating files: 70% (13697/19474) 2025-08-14T22:12:33.7677692Z Updating files: 70% (13815/19474) 2025-08-14T22:12:34.6392394Z Updating files: 71% (13827/19474) 2025-08-14T22:12:35.6908177Z Updating files: 71% (13890/19474) 2025-08-14T22:12:35.8720714Z Updating files: 71% (13998/19474) 2025-08-14T22:12:36.6718730Z Updating files: 72% (14022/19474) 2025-08-14T22:12:37.5672691Z Updating files: 72% (14106/19474) 2025-08-14T22:12:37.6577234Z Updating files: 73% (14217/19474) 2025-08-14T22:12:38.6840581Z Updating files: 73% (14232/19474) 2025-08-14T22:12:39.1306846Z Updating files: 73% (14348/19474) 2025-08-14T22:12:39.6729879Z Updating files: 74% (14411/19474) 2025-08-14T22:12:40.4891131Z Updating files: 74% (14475/19474) 2025-08-14T22:12:40.6852553Z Updating files: 75% (14606/19474) 2025-08-14T22:12:41.7101299Z Updating files: 75% (14614/19474) 2025-08-14T22:12:42.1300442Z Updating files: 75% (14682/19474) 2025-08-14T22:12:42.7179807Z Updating files: 76% (14801/19474) 2025-08-14T22:12:43.5329536Z Updating files: 76% (14939/19474) 2025-08-14T22:12:43.7499268Z Updating files: 77% (14995/19474) 2025-08-14T22:12:44.7006761Z Updating files: 77% (15007/19474) 2025-08-14T22:12:45.7112895Z Updating files: 77% (15055/19474) 2025-08-14T22:12:46.0785702Z Updating files: 77% (15137/19474) 2025-08-14T22:12:46.7213525Z Updating files: 78% (15190/19474) 2025-08-14T22:12:47.7098515Z Updating files: 78% (15260/19474) 2025-08-14T22:12:48.0794262Z Updating files: 78% (15361/19474) 2025-08-14T22:12:48.7346437Z Updating files: 79% (15385/19474) 2025-08-14T22:12:49.7488074Z Updating files: 79% (15449/19474) 2025-08-14T22:12:50.1224142Z Updating files: 79% (15519/19474) 2025-08-14T22:12:50.6968129Z Updating files: 80% (15580/19474) 2025-08-14T22:12:51.7760313Z Updating files: 80% (15620/19474) 2025-08-14T22:12:52.5956573Z Updating files: 80% (15701/19474) 2025-08-14T22:12:52.7109663Z Updating files: 81% (15774/19474) 2025-08-14T22:12:53.8083940Z Updating files: 81% (15785/19474) 2025-08-14T22:12:54.7155800Z Updating files: 81% (15856/19474) 2025-08-14T22:12:54.9615739Z Updating files: 81% (15944/19474) 2025-08-14T22:12:55.7176636Z Updating files: 82% (15969/19474) 2025-08-14T22:12:56.7288841Z Updating files: 82% (16047/19474) 2025-08-14T22:12:56.9274814Z Updating files: 82% (16152/19474) 2025-08-14T22:12:57.5386541Z Updating files: 83% (16164/19474) 2025-08-14T22:12:57.7260594Z Updating files: 84% (16359/19474) 2025-08-14T22:12:58.4208515Z Updating files: 84% (16373/19474) 2025-08-14T22:12:58.7929216Z Updating files: 85% (16553/19474) 2025-08-14T22:12:59.5563089Z Updating files: 85% (16591/19474) 2025-08-14T22:12:59.7923304Z Updating files: 86% (16748/19474) 2025-08-14T22:13:00.7567285Z Updating files: 86% (16795/19474) 2025-08-14T22:13:01.1762420Z Updating files: 86% (16909/19474) 2025-08-14T22:13:01.7521100Z Updating files: 87% (16943/19474) 2025-08-14T22:13:02.2746320Z Updating files: 87% (16966/19474) 2025-08-14T22:13:02.7987011Z Updating files: 88% (17138/19474) 2025-08-14T22:13:03.6775737Z Updating files: 88% (17227/19474) 2025-08-14T22:13:03.7811517Z Updating files: 89% (17332/19474) 2025-08-14T22:13:04.7562694Z Updating files: 89% (17387/19474) 2025-08-14T22:13:04.8309651Z Updating files: 89% (17521/19474) 2025-08-14T22:13:05.7493834Z Updating files: 90% (17527/19474) 2025-08-14T22:13:06.0785014Z Updating files: 90% (17655/19474) 2025-08-14T22:13:06.7685032Z Updating files: 91% (17722/19474) 2025-08-14T22:13:07.1401207Z Updating files: 91% (17827/19474) 2025-08-14T22:13:07.8281709Z Updating files: 92% (17917/19474) 2025-08-14T22:13:08.1444955Z Updating files: 92% (18028/19474) 2025-08-14T22:13:08.7606405Z Updating files: 93% (18111/19474) 2025-08-14T22:13:09.7760487Z Updating files: 93% (18217/19474) 2025-08-14T22:13:10.1491358Z Updating files: 93% (18282/19474) 2025-08-14T22:13:10.7784238Z Updating files: 94% (18306/19474) 2025-08-14T22:13:11.8210797Z Updating files: 94% (18352/19474) 2025-08-14T22:13:11.8311738Z Updating files: 94% (18494/19474) 2025-08-14T22:13:12.8831277Z Updating files: 95% (18501/19474) 2025-08-14T22:13:13.7999179Z Updating files: 95% (18576/19474) 2025-08-14T22:13:14.2171733Z Updating files: 95% (18653/19474) 2025-08-14T22:13:14.8143328Z Updating files: 96% (18696/19474) 2025-08-14T22:13:16.0327517Z Updating files: 96% (18743/19474) 2025-08-14T22:13:16.4998640Z Updating files: 96% (18809/19474) 2025-08-14T22:13:16.8014403Z Updating files: 97% (18890/19474) 2025-08-14T22:13:17.8198360Z Updating files: 97% (18963/19474) 2025-08-14T22:13:18.1640902Z Updating files: 97% (19059/19474) 2025-08-14T22:13:18.8438756Z Updating files: 98% (19085/19474) 2025-08-14T22:13:19.8249777Z Updating files: 98% (19112/19474) 2025-08-14T22:13:20.4180588Z Updating files: 98% (19210/19474) 2025-08-14T22:13:20.8413791Z Updating files: 99% (19280/19474) 2025-08-14T22:13:21.8735856Z Updating files: 99% (19310/19474) 2025-08-14T22:13:22.4009939Z Updating files: 99% (19426/19474) 2025-08-14T22:13:22.4010342Z Updating files: 100% (19474/19474) 2025-08-14T22:13:22.4010638Z Updating files: 100% (19474/19474), done. 2025-08-14T22:13:22.4627730Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T22:13:22.4628100Z 2025-08-14T22:13:22.4628348Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T22:13:22.4628940Z changes and commit them, and you can discard any commits you make in this 2025-08-14T22:13:22.4629534Z state without impacting any branches by switching back to a branch. 2025-08-14T22:13:22.4629871Z 2025-08-14T22:13:22.4630115Z If you want to create a new branch to retain commits you create, you may 2025-08-14T22:13:22.4630656Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T22:13:22.4630960Z 2025-08-14T22:13:22.4631210Z git switch -c 2025-08-14T22:13:22.4631430Z 2025-08-14T22:13:22.4631526Z Or undo this operation with: 2025-08-14T22:13:22.4631711Z 2025-08-14T22:13:22.4631793Z git switch - 2025-08-14T22:13:22.4631947Z 2025-08-14T22:13:22.4632189Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T22:13:22.4632560Z 2025-08-14T22:13:22.4633068Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T22:13:22.4702042Z ##[endgroup] 2025-08-14T22:13:22.4702486Z ##[group]Setting up auth for fetching submodules 2025-08-14T22:13:22.4714843Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-08-14T22:13:22.4962842Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-08-14T22:13:22.5205449Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-08-14T22:13:22.5441729Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-08-14T22:13:22.5673177Z ##[endgroup] 2025-08-14T22:13:22.5673589Z ##[group]Fetching submodules 2025-08-14T22:13:22.5683137Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-08-14T22:13:22.9905490Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-08-14T22:13:23.4534494Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-08-14T22:13:23.4535736Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-08-14T22:13:23.4536715Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-08-14T22:13:23.4537691Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-08-14T22:13:23.4538605Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-08-14T22:13:23.4539793Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-08-14T22:13:23.4541019Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-08-14T22:13:23.4541866Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-08-14T22:13:23.4542782Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-08-14T22:13:23.4543827Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-08-14T22:13:23.4544947Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-08-14T22:13:23.4545910Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-08-14T22:13:23.4547035Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-08-14T22:13:23.4547995Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-08-14T22:13:23.4548873Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-08-14T22:13:23.4549829Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-08-14T22:13:23.4550987Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-08-14T22:13:23.4551893Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-08-14T22:13:23.4552817Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:13:23.4553836Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-08-14T22:13:23.4554729Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-08-14T22:13:23.4555639Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-08-14T22:13:23.4556514Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-08-14T22:13:23.4557346Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-08-14T22:13:23.4558271Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-08-14T22:13:23.4559234Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-08-14T22:13:23.4560129Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-08-14T22:13:23.4560989Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-08-14T22:13:23.4562177Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-08-14T22:13:23.4563299Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-08-14T22:13:23.4564296Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-08-14T22:13:23.4565286Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-08-14T22:13:23.4566373Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-08-14T22:13:23.4606356Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-08-14T22:13:23.4607386Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-08-14T22:13:23.4608357Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-08-14T22:13:23.4609317Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-08-14T22:13:23.9972185Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2025-08-14T22:13:24.3603489Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2025-08-14T22:13:25.0062826Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2025-08-14T22:13:25.5863725Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2025-08-14T22:13:26.3754528Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NVTX'... 2025-08-14T22:13:26.9603385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-08-14T22:13:27.9610727Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2025-08-14T22:13:29.0319003Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter'... 2025-08-14T22:13:29.4839337Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2025-08-14T22:13:31.5068885Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/composable_kernel'... 2025-08-14T22:13:32.3188101Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpp-httplib'... 2025-08-14T22:13:33.1469723Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2025-08-14T22:13:33.9432810Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2025-08-14T22:13:35.3596528Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2025-08-14T22:13:36.4854573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2025-08-14T22:13:37.0694843Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention'... 2025-08-14T22:13:37.5064734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2025-08-14T22:13:37.8579998Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2025-08-14T22:13:38.5044962Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-08-14T22:13:38.8835303Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2025-08-14T22:13:39.2336080Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2025-08-14T22:13:39.6158790Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2025-08-14T22:13:40.0037770Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2025-08-14T22:13:40.6598206Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2025-08-14T22:13:41.4801807Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kleidiai'... 2025-08-14T22:13:42.0355563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/mimalloc'... 2025-08-14T22:13:42.6040951Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2025-08-14T22:13:43.1869050Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2025-08-14T22:13:43.5908928Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-08-14T22:13:43.9107434Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2025-08-14T22:13:44.9046285Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2025-08-14T22:13:45.2196096Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2025-08-14T22:13:45.5386792Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2025-08-14T22:13:45.8594953Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2025-08-14T22:13:46.2246231Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2025-08-14T22:13:46.7348043Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2025-08-14T22:13:47.0895447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2025-08-14T22:13:47.6758341Z From https://github.com/facebookincubator/fbjni 2025-08-14T22:13:47.6759076Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-08-14T22:13:47.7701695Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-08-14T22:13:48.5005802Z From https://github.com/Maratyszcza/FP16 2025-08-14T22:13:48.5006372Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-08-14T22:13:48.5618581Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-08-14T22:13:49.0670835Z From https://github.com/Maratyszcza/FXdiv 2025-08-14T22:13:49.0671344Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-08-14T22:13:49.1114253Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-08-14T22:13:49.6934244Z From https://github.com/Maratyszcza/NNPACK 2025-08-14T22:13:49.6934773Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-08-14T22:13:49.8468323Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-08-14T22:13:50.4728539Z From https://github.com/NVIDIA/NVTX 2025-08-14T22:13:50.4729028Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-08-14T22:13:51.5121101Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-08-14T22:13:52.2050620Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-08-14T22:13:52.2051219Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-08-14T22:13:52.4071171Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-08-14T22:13:55.6901421Z From https://github.com/google/XNNPACK 2025-08-14T22:13:55.6901913Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-08-14T22:14:04.7339783Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-08-14T22:14:05.6271218Z From https://github.com/ROCm/aiter 2025-08-14T22:14:05.6271719Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-08-14T22:14:06.5100345Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-08-14T22:14:06.5211878Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:14:08.1592333Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-08-14T22:14:09.5400272Z From https://github.com/ROCm/composable_kernel 2025-08-14T22:14:09.5400797Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-08-14T22:14:12.6355065Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-08-14T22:14:13.4730271Z From https://github.com/google/benchmark 2025-08-14T22:14:13.4730800Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-08-14T22:14:13.6675649Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-08-14T22:14:14.5138947Z From https://github.com/ROCm/composable_kernel 2025-08-14T22:14:14.5139509Z * branch 7fe50dc3da2069d6645d9deb8c017a876472a977 -> FETCH_HEAD 2025-08-14T22:14:18.3809380Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-08-14T22:14:19.2079098Z From https://github.com/yhirose/cpp-httplib 2025-08-14T22:14:19.2079645Z * branch 3af7f2c16147f3fbc6e4d717032daf505dc1652c -> FETCH_HEAD 2025-08-14T22:14:19.3530586Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-08-14T22:14:21.7563261Z From https://github.com/pytorch/cpuinfo 2025-08-14T22:14:21.7563777Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-08-14T22:14:25.7306428Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-08-14T22:14:26.3770341Z From https://github.com/NVIDIA/cudnn-frontend 2025-08-14T22:14:26.3770834Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-08-14T22:14:26.7498346Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-08-14T22:14:27.9845864Z From https://github.com/NVIDIA/cutlass 2025-08-14T22:14:27.9846404Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2025-08-14T22:14:33.3986890Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-08-14T22:14:34.2810042Z From https://github.com/pytorch/fbgemm 2025-08-14T22:14:34.2810558Z * branch 21c7d30c526c0f1ad873ecc632dca6cfa8a69067 -> FETCH_HEAD 2025-08-14T22:14:36.0305542Z Submodule path 'third_party/fbgemm': checked out '21c7d30c526c0f1ad873ecc632dca6cfa8a69067' 2025-08-14T22:14:36.0529070Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-08-14T22:14:36.0530260Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:14:36.0531429Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:14:36.0532392Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-08-14T22:14:36.0533408Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-08-14T22:14:36.0534561Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:14:36.0535653Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-08-14T22:14:36.4111209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-08-14T22:14:36.8986744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-08-14T22:14:37.3559104Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-08-14T22:14:38.4718023Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-08-14T22:14:38.8196779Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-08-14T22:14:39.1308473Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-08-14T22:14:39.6007978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-08-14T22:14:39.8508900Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-08-14T22:14:40.4817683Z From https://github.com/jwfromm/composable_kernel 2025-08-14T22:14:40.4818193Z * branch b1281b8b08d973a7064f864f47eeb30f3e2596e9 -> FETCH_HEAD 2025-08-14T22:14:42.8690503Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-08-14T22:14:43.7646457Z From https://github.com/pytorch/cpuinfo 2025-08-14T22:14:43.7646926Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-08-14T22:14:44.1963505Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-08-14T22:14:45.5711381Z From https://github.com/jwfromm/cutlass 2025-08-14T22:14:45.5711895Z * branch b40777404c174b9694a870bff5c13ce6b7f656ad -> FETCH_HEAD 2025-08-14T22:14:50.3686353Z Submodule path 'third_party/fbgemm/external/cutlass': checked out 'b40777404c174b9694a870bff5c13ce6b7f656ad' 2025-08-14T22:14:51.2915987Z From https://github.com/google/googletest 2025-08-14T22:14:51.2916598Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-08-14T22:14:51.5038370Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-08-14T22:14:51.5880125Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-08-14T22:14:52.4345691Z From https://github.com/nlohmann/json 2025-08-14T22:14:52.4346243Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-08-14T22:14:53.0314018Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-08-14T22:14:54.0818647Z From https://github.com/Dao-AILab/flash-attention 2025-08-14T22:14:54.0819222Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-08-14T22:14:55.0764983Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-08-14T22:14:55.0889229Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:14:55.0890380Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:14:57.1260313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-08-14T22:14:58.3286236Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-08-14T22:14:59.6752678Z From https://github.com/ROCm/composable_kernel 2025-08-14T22:14:59.6753235Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-08-14T22:15:01.9638897Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-08-14T22:15:04.3760815Z From https://github.com/NVIDIA/cutlass 2025-08-14T22:15:04.3761418Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-08-14T22:15:08.7841239Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-08-14T22:15:09.6467050Z From https://github.com/google/flatbuffers 2025-08-14T22:15:09.6467649Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-08-14T22:15:10.9786996Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-08-14T22:15:11.9400225Z From https://github.com/fmtlib/fmt 2025-08-14T22:15:11.9400732Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-08-14T22:15:12.0626301Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-08-14T22:15:12.8118821Z From https://github.com/google/gemmlowp 2025-08-14T22:15:12.8119340Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-08-14T22:15:12.9902751Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-08-14T22:15:14.1516020Z From https://github.com/pytorch/gloo 2025-08-14T22:15:14.1516619Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-08-14T22:15:14.3369953Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-08-14T22:15:15.2961366Z From https://github.com/google/googletest 2025-08-14T22:15:15.2961896Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-08-14T22:15:15.4650990Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-08-14T22:15:16.0484462Z From https://github.com/intel/ideep 2025-08-14T22:15:16.0485255Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-08-14T22:15:16.1978591Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-08-14T22:15:16.2088730Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-08-14T22:15:19.8216485Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-08-14T22:15:23.1984722Z From https://github.com/intel/mkl-dnn 2025-08-14T22:15:23.1985238Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-08-14T22:15:27.3869738Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-08-14T22:15:28.0666691Z From https://github.com/intel/ittapi 2025-08-14T22:15:28.0667155Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-08-14T22:15:28.3821139Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-08-14T22:15:29.3777916Z From https://github.com/pytorch/kineto 2025-08-14T22:15:29.3778425Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-08-14T22:15:30.9842361Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-08-14T22:15:31.1412967Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:15:31.1414197Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:15:31.1415356Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:15:31.7399963Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-08-14T22:15:32.0797378Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-08-14T22:15:32.4096753Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-08-14T22:15:33.3176513Z From https://github.com/facebookincubator/dynolog 2025-08-14T22:15:33.3177049Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-08-14T22:15:33.6718632Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-08-14T22:15:33.6974113Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:15:33.6975411Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:15:33.6976620Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:15:33.6977808Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:15:33.6979043Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:15:33.6980417Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:15:33.6981712Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:15:33.6982933Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:15:35.4821001Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-08-14T22:15:35.8507808Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-08-14T22:15:36.1864578Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-08-14T22:15:36.4736084Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-08-14T22:15:36.8102748Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-08-14T22:15:37.1503612Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-08-14T22:15:37.6453715Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-08-14T22:15:37.9531018Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-08-14T22:15:39.8952471Z From https://github.com/NVIDIA/DCGM 2025-08-14T22:15:39.8952981Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-08-14T22:15:40.8674935Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-08-14T22:15:41.6027233Z From https://github.com/libcpr/cpr 2025-08-14T22:15:41.6027725Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-08-14T22:15:41.7066813Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-08-14T22:15:42.4743958Z From https://github.com/fmtlib/fmt 2025-08-14T22:15:42.4744444Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-08-14T22:15:42.6776077Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-08-14T22:15:43.4184070Z From https://github.com/gflags/gflags 2025-08-14T22:15:43.4184602Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-08-14T22:15:43.4931212Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-08-14T22:15:43.5038083Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:15:43.8224012Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-08-14T22:15:44.4250473Z From https://github.com/gflags/gflags 2025-08-14T22:15:44.4250988Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-08-14T22:15:44.4623944Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-08-14T22:15:45.5248839Z From https://github.com/google/glog 2025-08-14T22:15:45.5250387Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-08-14T22:15:45.6042137Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-08-14T22:15:46.4345127Z From https://github.com/google/googletest 2025-08-14T22:15:46.4345773Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-08-14T22:15:46.7298661Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-08-14T22:15:47.5934430Z From https://github.com/nlohmann/json 2025-08-14T22:15:47.5934917Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-08-14T22:15:48.3792983Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-08-14T22:15:49.2046199Z From https://github.com/dtrugman/pfs 2025-08-14T22:15:49.2047235Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-08-14T22:15:49.4813427Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-08-14T22:15:50.7153122Z From https://github.com/fmtlib/fmt 2025-08-14T22:15:50.7153663Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-08-14T22:15:50.8861109Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-08-14T22:15:51.8182277Z From https://github.com/google/googletest 2025-08-14T22:15:51.8182770Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-08-14T22:15:52.6722817Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-08-14T22:15:53.8182801Z From https://github.com/ARM-software/kleidiai 2025-08-14T22:15:53.8183385Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-08-14T22:15:54.6011185Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-08-14T22:15:55.2899318Z From https://github.com/microsoft/mimalloc 2025-08-14T22:15:55.2899853Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-08-14T22:15:55.8135622Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-08-14T22:15:56.6059578Z From https://github.com/nlohmann/json 2025-08-14T22:15:56.6060061Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-08-14T22:15:57.4660983Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-08-14T22:15:59.2093161Z From https://github.com/onnx/onnx 2025-08-14T22:15:59.2093908Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-08-14T22:16:07.5066094Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-08-14T22:16:07.5323876Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-08-14T22:16:07.9679774Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-08-14T22:16:08.6833434Z From https://github.com/pybind/pybind11 2025-08-14T22:16:08.6833945Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-08-14T22:16:08.8836677Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-08-14T22:16:09.7858343Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-08-14T22:16:09.7858884Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-08-14T22:16:10.6585117Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-08-14T22:16:10.6820789Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:16:10.6821994Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:16:10.6823145Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:16:10.6824513Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:16:10.6825867Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:16:10.6827368Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:16:10.6828740Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:16:10.6829876Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:16:11.0104174Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-08-14T22:16:11.3727982Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-08-14T22:16:11.6898371Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-08-14T22:16:12.1781220Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-08-14T22:16:12.9903073Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-08-14T22:16:13.2901618Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-08-14T22:16:13.5800409Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-08-14T22:16:14.1384709Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-08-14T22:16:14.8553703Z From https://github.com/google/benchmark 2025-08-14T22:16:14.8554198Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-08-14T22:16:15.0506548Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-08-14T22:16:15.8229995Z From https://github.com/google/googletest 2025-08-14T22:16:15.8230531Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-08-14T22:16:15.9864132Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-08-14T22:16:16.7645424Z From https://github.com/microsoft/GSL 2025-08-14T22:16:16.7645908Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-08-14T22:16:16.9181297Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-08-14T22:16:18.3265928Z From https://github.com/nlohmann/json 2025-08-14T22:16:18.3266426Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-08-14T22:16:19.5979035Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-08-14T22:16:21.1368865Z From https://github.com/open-telemetry/opentelemetry-proto 2025-08-14T22:16:21.1369448Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-08-14T22:16:21.2019256Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-08-14T22:16:21.7555065Z From https://github.com/opentracing/opentracing-cpp 2025-08-14T22:16:21.7555582Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-08-14T22:16:21.8371724Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-08-14T22:16:23.0509254Z From https://github.com/jupp0r/prometheus-cpp 2025-08-14T22:16:23.0509797Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-08-14T22:16:23.1533821Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-08-14T22:16:23.1661314Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:16:23.1662686Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:16:23.8443767Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-08-14T22:16:24.3071196Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-08-14T22:16:24.9993233Z From https://github.com/civetweb/civetweb 2025-08-14T22:16:24.9993743Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-08-14T22:16:25.9887248Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-08-14T22:16:26.7995140Z From https://github.com/google/googletest 2025-08-14T22:16:26.7995624Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-08-14T22:16:27.4537485Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-08-14T22:16:29.4299186Z From https://github.com/Microsoft/vcpkg 2025-08-14T22:16:29.4299720Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-08-14T22:16:37.1978926Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-08-14T22:16:37.2858912Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-08-14T22:16:40.1148025Z From https://github.com/protocolbuffers/protobuf 2025-08-14T22:16:40.1149817Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-08-14T22:16:42.0732739Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-08-14T22:16:42.0857182Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:16:42.0858360Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-08-14T22:16:42.3932478Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-08-14T22:16:42.7884796Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-08-14T22:16:43.7126610Z From https://github.com/google/benchmark 2025-08-14T22:16:43.7127151Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-08-14T22:16:43.9306759Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-08-14T22:16:44.8880422Z From https://github.com/google/googletest 2025-08-14T22:16:44.8881028Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-08-14T22:16:45.1001199Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-08-14T22:16:45.2284009Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-08-14T22:16:45.7652764Z From https://github.com/Maratyszcza/pthreadpool 2025-08-14T22:16:45.7653975Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-08-14T22:16:45.8175999Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-08-14T22:16:46.5108728Z From https://github.com/pybind/pybind11 2025-08-14T22:16:46.5109304Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-08-14T22:16:46.7755349Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-08-14T22:16:47.4052182Z From https://github.com/malfet/PeachPy 2025-08-14T22:16:47.4052693Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-08-14T22:16:47.5199802Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-08-14T22:16:49.0008596Z From https://github.com/shibatch/sleef 2025-08-14T22:16:49.0009062Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-08-14T22:16:49.6927098Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-08-14T22:16:50.0624111Z Submodule path 'third_party/tensorpipe': checked out 'dacda0567d9f23d4bc503e1c4f84aa65f33ac38a' 2025-08-14T22:16:50.0793855Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:16:50.0794988Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:16:50.0795989Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:16:50.0797001Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:16:50.5809918Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-08-14T22:16:50.8978673Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-08-14T22:16:51.2503975Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-08-14T22:16:51.5547993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-08-14T22:16:52.4318285Z From https://github.com/google/googletest 2025-08-14T22:16:52.4318772Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-08-14T22:16:52.6064515Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-08-14T22:16:53.1613372Z From https://github.com/google/libnop 2025-08-14T22:16:53.1613818Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-08-14T22:16:53.2624080Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-08-14T22:16:54.5319049Z From https://github.com/libuv/libuv 2025-08-14T22:16:54.5319528Z * branch 5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b -> FETCH_HEAD 2025-08-14T22:16:54.7833739Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-08-14T22:16:55.5813800Z From https://github.com/pybind/pybind11 2025-08-14T22:16:55.5814272Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-08-14T22:16:55.6997514Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-08-14T22:16:55.7109191Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:16:56.0104309Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-08-14T22:16:56.5956466Z From https://github.com/wjakob/clang-cindex-python3 2025-08-14T22:16:56.5956991Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-08-14T22:16:56.6324286Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-08-14T22:16:56.6566231Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-08-14T22:16:57.0302686Z Entering 'android/libs/fbjni' 2025-08-14T22:16:57.0724932Z Entering 'third_party/FP16' 2025-08-14T22:16:57.1107672Z Entering 'third_party/FXdiv' 2025-08-14T22:16:57.1473492Z Entering 'third_party/NNPACK' 2025-08-14T22:16:57.1874541Z Entering 'third_party/NVTX' 2025-08-14T22:16:57.2258228Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:16:57.2634583Z Entering 'third_party/XNNPACK' 2025-08-14T22:16:57.3029625Z Entering 'third_party/aiter' 2025-08-14T22:16:57.3390899Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:16:57.3793286Z Entering 'third_party/benchmark' 2025-08-14T22:16:57.4200724Z Entering 'third_party/composable_kernel' 2025-08-14T22:16:57.4579537Z Entering 'third_party/cpp-httplib' 2025-08-14T22:16:57.4962243Z Entering 'third_party/cpuinfo' 2025-08-14T22:16:57.5336284Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:16:57.5743026Z Entering 'third_party/cutlass' 2025-08-14T22:16:57.6130464Z Entering 'third_party/fbgemm' 2025-08-14T22:16:57.6480834Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:16:57.6883135Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:16:57.7271138Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:16:57.7644433Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:16:57.8032525Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:16:57.8398484Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:16:57.8762831Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:16:57.9165556Z Entering 'third_party/flash-attention' 2025-08-14T22:16:57.9525923Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:16:57.9903230Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:16:58.0301924Z Entering 'third_party/flatbuffers' 2025-08-14T22:16:58.0678640Z Entering 'third_party/fmt' 2025-08-14T22:16:58.1064200Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:16:58.1430983Z Entering 'third_party/gloo' 2025-08-14T22:16:58.1798940Z Entering 'third_party/googletest' 2025-08-14T22:16:58.2169489Z Entering 'third_party/ideep' 2025-08-14T22:16:58.2512288Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:16:58.2971432Z Entering 'third_party/ittapi' 2025-08-14T22:16:58.3367072Z Entering 'third_party/kineto' 2025-08-14T22:16:58.3722498Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:16:58.4100463Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:16:58.4490959Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:16:58.4875494Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:16:58.5255908Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:16:58.5610714Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:16:58.6031958Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:16:58.6464501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:16:58.6854721Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:16:58.7235229Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:16:58.7631195Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:16:58.8010559Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:16:58.8408836Z Entering 'third_party/kleidiai' 2025-08-14T22:16:58.8787719Z Entering 'third_party/mimalloc' 2025-08-14T22:16:58.9170922Z Entering 'third_party/nlohmann' 2025-08-14T22:16:58.9533624Z Entering 'third_party/onnx' 2025-08-14T22:16:58.9911594Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:16:59.0302976Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:16:59.0661742Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:16:59.1026754Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:16:59.1406451Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:16:59.1773841Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:16:59.2134206Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:16:59.2557427Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:16:59.2939608Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:16:59.3297043Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:16:59.3668080Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:16:59.4058361Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:16:59.4490514Z Entering 'third_party/pocketfft' 2025-08-14T22:16:59.4855220Z Entering 'third_party/protobuf' 2025-08-14T22:16:59.5207834Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:16:59.5581928Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:16:59.5978234Z Entering 'third_party/psimd' 2025-08-14T22:16:59.6338454Z Entering 'third_party/pthreadpool' 2025-08-14T22:16:59.6719415Z Entering 'third_party/pybind11' 2025-08-14T22:16:59.7073459Z Entering 'third_party/python-peachpy' 2025-08-14T22:16:59.7456806Z Entering 'third_party/sleef' 2025-08-14T22:16:59.7825268Z Entering 'third_party/tensorpipe' 2025-08-14T22:16:59.8182873Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:16:59.8549021Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:16:59.8931869Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:16:59.9313599Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:16:59.9673181Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:17:00.0153031Z ##[endgroup] 2025-08-14T22:17:00.0154266Z ##[group]Persisting credentials for submodules 2025-08-14T22:17:00.0171350Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-08-14T22:17:00.4017240Z Entering 'android/libs/fbjni' 2025-08-14T22:17:00.4586473Z Entering 'third_party/FP16' 2025-08-14T22:17:00.5197708Z Entering 'third_party/FXdiv' 2025-08-14T22:17:00.5761219Z Entering 'third_party/NNPACK' 2025-08-14T22:17:00.6328598Z Entering 'third_party/NVTX' 2025-08-14T22:17:00.6907545Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:17:00.7458060Z Entering 'third_party/XNNPACK' 2025-08-14T22:17:00.8043260Z Entering 'third_party/aiter' 2025-08-14T22:17:00.8652690Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:17:00.9246858Z Entering 'third_party/benchmark' 2025-08-14T22:17:00.9800469Z Entering 'third_party/composable_kernel' 2025-08-14T22:17:01.0396304Z Entering 'third_party/cpp-httplib' 2025-08-14T22:17:01.1031794Z Entering 'third_party/cpuinfo' 2025-08-14T22:17:01.2118607Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:17:01.2695872Z Entering 'third_party/cutlass' 2025-08-14T22:17:01.3300131Z Entering 'third_party/fbgemm' 2025-08-14T22:17:01.3844439Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:17:01.4418926Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:17:01.4990625Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:17:01.5549619Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:17:01.6131234Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:17:01.6688955Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:17:01.7244487Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:17:01.7837428Z Entering 'third_party/flash-attention' 2025-08-14T22:17:01.8391506Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:17:01.8959766Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:17:01.9545991Z Entering 'third_party/flatbuffers' 2025-08-14T22:17:02.0106873Z Entering 'third_party/fmt' 2025-08-14T22:17:02.0666904Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:17:02.1233496Z Entering 'third_party/gloo' 2025-08-14T22:17:02.1845066Z Entering 'third_party/googletest' 2025-08-14T22:17:02.2393036Z Entering 'third_party/ideep' 2025-08-14T22:17:02.2950789Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:17:02.3540356Z Entering 'third_party/ittapi' 2025-08-14T22:17:02.4087501Z Entering 'third_party/kineto' 2025-08-14T22:17:02.4653627Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:17:02.5214489Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:17:02.5822369Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:17:02.6398226Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:17:02.6956292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:17:02.7504075Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:17:02.8106423Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:17:02.8659010Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:17:02.9240072Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:17:02.9833856Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:17:03.0414200Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:17:03.0981510Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:17:03.1553202Z Entering 'third_party/kleidiai' 2025-08-14T22:17:03.2123007Z Entering 'third_party/mimalloc' 2025-08-14T22:17:03.2684922Z Entering 'third_party/nlohmann' 2025-08-14T22:17:03.3254210Z Entering 'third_party/onnx' 2025-08-14T22:17:03.3806932Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:17:03.4400582Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:17:03.4937538Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:17:03.5489667Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:17:03.6042506Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:17:03.6603127Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:17:03.7167330Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:17:03.7712649Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:17:03.8266500Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:17:03.8817646Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:17:03.9392014Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:17:03.9969158Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:17:04.0568119Z Entering 'third_party/pocketfft' 2025-08-14T22:17:04.1145635Z Entering 'third_party/protobuf' 2025-08-14T22:17:04.1696977Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:17:04.2256000Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:17:04.2827912Z Entering 'third_party/psimd' 2025-08-14T22:17:04.3378121Z Entering 'third_party/pthreadpool' 2025-08-14T22:17:04.3931770Z Entering 'third_party/pybind11' 2025-08-14T22:17:04.4487654Z Entering 'third_party/python-peachpy' 2025-08-14T22:17:04.5040260Z Entering 'third_party/sleef' 2025-08-14T22:17:04.5631630Z Entering 'third_party/tensorpipe' 2025-08-14T22:17:04.6189774Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:17:04.6767980Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:17:04.7366413Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:17:04.7939620Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:17:04.8492309Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:17:04.9173373Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-08-14T22:17:05.2809287Z Entering 'android/libs/fbjni' 2025-08-14T22:17:05.3352886Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-08-14T22:17:05.3494201Z Entering 'third_party/FP16' 2025-08-14T22:17:05.4031895Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-08-14T22:17:05.4171827Z Entering 'third_party/FXdiv' 2025-08-14T22:17:05.4696792Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-08-14T22:17:05.4830312Z Entering 'third_party/NNPACK' 2025-08-14T22:17:05.5361388Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-08-14T22:17:05.5499134Z Entering 'third_party/NVTX' 2025-08-14T22:17:05.6037625Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-08-14T22:17:05.6174123Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:17:05.6722053Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-08-14T22:17:05.6855251Z Entering 'third_party/XNNPACK' 2025-08-14T22:17:05.7399952Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-08-14T22:17:05.7554519Z Entering 'third_party/aiter' 2025-08-14T22:17:05.8099314Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-08-14T22:17:05.8227742Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:17:05.8765683Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-08-14T22:17:05.8927852Z Entering 'third_party/benchmark' 2025-08-14T22:17:05.9455843Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-08-14T22:17:05.9595256Z Entering 'third_party/composable_kernel' 2025-08-14T22:17:06.0136678Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-08-14T22:17:06.0290355Z Entering 'third_party/cpp-httplib' 2025-08-14T22:17:06.0814293Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-08-14T22:17:06.0960745Z Entering 'third_party/cpuinfo' 2025-08-14T22:17:06.1527617Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-08-14T22:17:06.1668492Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:17:06.2226745Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-08-14T22:17:06.2363582Z Entering 'third_party/cutlass' 2025-08-14T22:17:06.2920836Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-08-14T22:17:06.3068507Z Entering 'third_party/fbgemm' 2025-08-14T22:17:06.3656735Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-08-14T22:17:06.3784455Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:17:06.4327706Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-08-14T22:17:06.4467749Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:17:06.5024582Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-08-14T22:17:06.5180030Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:17:06.5757044Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-08-14T22:17:06.5898261Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:17:06.6436804Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-08-14T22:17:06.6584449Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:17:06.7154957Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-08-14T22:17:06.7292938Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:17:06.7868072Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-08-14T22:17:06.8010983Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:17:06.8553522Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-08-14T22:17:06.8716258Z Entering 'third_party/flash-attention' 2025-08-14T22:17:06.9266325Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-08-14T22:17:06.9408566Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:17:06.9963786Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-08-14T22:17:07.0111647Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:17:07.0670213Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-08-14T22:17:07.0839541Z Entering 'third_party/flatbuffers' 2025-08-14T22:17:07.1423355Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-08-14T22:17:07.1570805Z Entering 'third_party/fmt' 2025-08-14T22:17:07.2119389Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-08-14T22:17:07.2293501Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:17:07.2846864Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-08-14T22:17:07.2983880Z Entering 'third_party/gloo' 2025-08-14T22:17:07.3546292Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-08-14T22:17:07.3680879Z Entering 'third_party/googletest' 2025-08-14T22:17:07.4208722Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:17:07.4366322Z Entering 'third_party/ideep' 2025-08-14T22:17:07.4891418Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-08-14T22:17:07.5010604Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:17:07.5547232Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-08-14T22:17:07.5714171Z Entering 'third_party/ittapi' 2025-08-14T22:17:07.6248729Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-08-14T22:17:07.6392604Z Entering 'third_party/kineto' 2025-08-14T22:17:07.6913528Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-08-14T22:17:07.7034149Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:17:07.7575496Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-08-14T22:17:07.7703648Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:17:07.8249180Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-08-14T22:17:07.8388195Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:17:07.8931243Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-08-14T22:17:07.9079498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:17:07.9680881Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-08-14T22:17:07.9823172Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:17:08.0371212Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-08-14T22:17:08.0496311Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:17:08.1047508Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-08-14T22:17:08.1201573Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:17:08.1793415Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-08-14T22:17:08.1937620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:17:08.2487114Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:17:08.2626614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:17:08.3216958Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-08-14T22:17:08.3363185Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:17:08.3911878Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-08-14T22:17:08.4068317Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:17:08.4612578Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-08-14T22:17:08.4752015Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:17:08.5301556Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-08-14T22:17:08.5455246Z Entering 'third_party/kleidiai' 2025-08-14T22:17:08.5996732Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-08-14T22:17:08.6131579Z Entering 'third_party/mimalloc' 2025-08-14T22:17:08.6649367Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-08-14T22:17:08.6791142Z Entering 'third_party/nlohmann' 2025-08-14T22:17:08.7318797Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-08-14T22:17:08.7455367Z Entering 'third_party/onnx' 2025-08-14T22:17:08.7990788Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-08-14T22:17:08.8134977Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:17:08.8695230Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-08-14T22:17:08.8858580Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:17:08.9422502Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-08-14T22:17:08.9551614Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:17:09.0094792Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-08-14T22:17:09.0239660Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:17:09.0774514Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:17:09.0953367Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:17:09.1511155Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-08-14T22:17:09.1648600Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:17:09.2191362Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-08-14T22:17:09.2330968Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:17:09.2873757Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-08-14T22:17:09.3011685Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:17:09.3561862Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-08-14T22:17:09.3708558Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:17:09.4486857Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-08-14T22:17:09.4622220Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:17:09.5215998Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-08-14T22:17:09.5365218Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:17:09.5927604Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-08-14T22:17:09.6081697Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:17:09.6617156Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-08-14T22:17:09.6792879Z Entering 'third_party/pocketfft' 2025-08-14T22:17:09.7338806Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-08-14T22:17:09.7479709Z Entering 'third_party/protobuf' 2025-08-14T22:17:09.8518557Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-08-14T22:17:09.8648360Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:17:09.9187238Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-08-14T22:17:09.9324612Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:17:09.9865772Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:17:10.0036263Z Entering 'third_party/psimd' 2025-08-14T22:17:10.0630616Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-08-14T22:17:10.0771709Z Entering 'third_party/pthreadpool' 2025-08-14T22:17:10.1304583Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-08-14T22:17:10.1441969Z Entering 'third_party/pybind11' 2025-08-14T22:17:10.1979076Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-08-14T22:17:10.2118434Z Entering 'third_party/python-peachpy' 2025-08-14T22:17:10.2663647Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-08-14T22:17:10.2806203Z Entering 'third_party/sleef' 2025-08-14T22:17:10.3358202Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-08-14T22:17:10.3503153Z Entering 'third_party/tensorpipe' 2025-08-14T22:17:10.4046070Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-08-14T22:17:10.4168653Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:17:10.4702146Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-08-14T22:17:10.4838249Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:17:10.5369918Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-08-14T22:17:10.5509519Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:17:10.6040139Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-08-14T22:17:10.6178495Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:17:10.6709104Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-08-14T22:17:10.6831245Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:17:10.7368172Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-08-14T22:17:10.7971126Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-08-14T22:17:11.1706413Z Entering 'android/libs/fbjni' 2025-08-14T22:17:11.2120798Z Entering 'third_party/FP16' 2025-08-14T22:17:11.2490909Z Entering 'third_party/FXdiv' 2025-08-14T22:17:11.2863032Z Entering 'third_party/NNPACK' 2025-08-14T22:17:11.3264572Z Entering 'third_party/NVTX' 2025-08-14T22:17:11.3644271Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:17:11.4037279Z Entering 'third_party/XNNPACK' 2025-08-14T22:17:11.4426588Z Entering 'third_party/aiter' 2025-08-14T22:17:11.4785170Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:17:11.5231413Z Entering 'third_party/benchmark' 2025-08-14T22:17:11.5608752Z Entering 'third_party/composable_kernel' 2025-08-14T22:17:11.6008890Z Entering 'third_party/cpp-httplib' 2025-08-14T22:17:11.6403837Z Entering 'third_party/cpuinfo' 2025-08-14T22:17:11.6781891Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:17:11.7158678Z Entering 'third_party/cutlass' 2025-08-14T22:17:11.7566508Z Entering 'third_party/fbgemm' 2025-08-14T22:17:11.7913995Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:17:11.8318562Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:17:11.8701891Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:17:11.9124046Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:17:11.9523049Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:17:11.9906057Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:17:12.0282862Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:17:12.0681076Z Entering 'third_party/flash-attention' 2025-08-14T22:17:12.1042237Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:17:12.1419031Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:17:12.1824564Z Entering 'third_party/flatbuffers' 2025-08-14T22:17:12.2200889Z Entering 'third_party/fmt' 2025-08-14T22:17:12.2578846Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:17:12.2949734Z Entering 'third_party/gloo' 2025-08-14T22:17:12.3343310Z Entering 'third_party/googletest' 2025-08-14T22:17:12.3762478Z Entering 'third_party/ideep' 2025-08-14T22:17:12.4165781Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:17:12.4589709Z Entering 'third_party/ittapi' 2025-08-14T22:17:12.4964169Z Entering 'third_party/kineto' 2025-08-14T22:17:12.5315912Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:17:12.5744724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:17:12.6131254Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:17:12.6502344Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:17:12.6873210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:17:12.7225352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:17:12.7654738Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:17:12.8025039Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:17:12.8399950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:17:12.8801772Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:17:12.9200283Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:17:12.9576689Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:17:12.9990975Z Entering 'third_party/kleidiai' 2025-08-14T22:17:13.0358024Z Entering 'third_party/mimalloc' 2025-08-14T22:17:13.0768156Z Entering 'third_party/nlohmann' 2025-08-14T22:17:13.1144802Z Entering 'third_party/onnx' 2025-08-14T22:17:13.1536015Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:17:13.1921096Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:17:13.2277891Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:17:13.2668338Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:17:13.3037047Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:17:13.3401929Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:17:13.3825199Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:17:13.4205952Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:17:13.4580410Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:17:13.4970305Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:17:13.5352507Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:17:13.5768836Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:17:13.6177607Z Entering 'third_party/pocketfft' 2025-08-14T22:17:13.6538877Z Entering 'third_party/protobuf' 2025-08-14T22:17:13.6906587Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:17:13.7287812Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:17:13.7698090Z Entering 'third_party/psimd' 2025-08-14T22:17:13.8077713Z Entering 'third_party/pthreadpool' 2025-08-14T22:17:13.8480235Z Entering 'third_party/pybind11' 2025-08-14T22:17:13.8858511Z Entering 'third_party/python-peachpy' 2025-08-14T22:17:13.9266741Z Entering 'third_party/sleef' 2025-08-14T22:17:13.9636910Z Entering 'third_party/tensorpipe' 2025-08-14T22:17:13.9994659Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:17:14.0368257Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:17:14.0748312Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:17:14.1115111Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:17:14.1523574Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:17:14.2038286Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-08-14T22:17:14.5635452Z Entering 'android/libs/fbjni' 2025-08-14T22:17:14.6010489Z Entering 'third_party/FP16' 2025-08-14T22:17:14.6394375Z Entering 'third_party/FXdiv' 2025-08-14T22:17:14.6766194Z Entering 'third_party/NNPACK' 2025-08-14T22:17:14.7167715Z Entering 'third_party/NVTX' 2025-08-14T22:17:14.7552940Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:17:15.1950368Z Entering 'third_party/XNNPACK' 2025-08-14T22:17:15.2337328Z Entering 'third_party/aiter' 2025-08-14T22:17:15.2688732Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:17:15.3094619Z Entering 'third_party/benchmark' 2025-08-14T22:17:15.3457881Z Entering 'third_party/composable_kernel' 2025-08-14T22:17:15.3841012Z Entering 'third_party/cpp-httplib' 2025-08-14T22:17:15.4196027Z Entering 'third_party/cpuinfo' 2025-08-14T22:17:15.4556050Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:17:15.4924259Z Entering 'third_party/cutlass' 2025-08-14T22:17:15.5299393Z Entering 'third_party/fbgemm' 2025-08-14T22:17:15.5651462Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:17:15.6026020Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:17:15.6409950Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:17:15.6768297Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:17:15.7195904Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:17:15.7562232Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:17:15.7943055Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:17:15.8340992Z Entering 'third_party/flash-attention' 2025-08-14T22:17:15.8692702Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:17:15.9112988Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:17:15.9619470Z Entering 'third_party/flatbuffers' 2025-08-14T22:17:15.9986319Z Entering 'third_party/fmt' 2025-08-14T22:17:16.0348704Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:17:16.0710908Z Entering 'third_party/gloo' 2025-08-14T22:17:16.1065929Z Entering 'third_party/googletest' 2025-08-14T22:17:16.1433904Z Entering 'third_party/ideep' 2025-08-14T22:17:16.1774149Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:17:16.2194900Z Entering 'third_party/ittapi' 2025-08-14T22:17:16.2557927Z Entering 'third_party/kineto' 2025-08-14T22:17:16.2927740Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:17:16.3289528Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:17:16.3661903Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:17:16.4091123Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:17:16.4461015Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:17:16.4811771Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:17:16.5196454Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:17:16.5568500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:17:16.5965559Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:17:16.6392213Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:17:16.6778422Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:17:16.7253664Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:17:16.8483540Z Entering 'third_party/kleidiai' 2025-08-14T22:17:16.8851686Z Entering 'third_party/mimalloc' 2025-08-14T22:17:16.9227125Z Entering 'third_party/nlohmann' 2025-08-14T22:17:16.9606346Z Entering 'third_party/onnx' 2025-08-14T22:17:16.9987031Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:17:17.0428143Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:17:17.0789522Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:17:17.1207870Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:17:17.1596182Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:17:17.1992523Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:17:17.2383040Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:17:17.2761626Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:17:17.3142234Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:17:17.3499504Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:17:17.3872751Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:17:17.4246469Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:17:17.6222128Z Entering 'third_party/pocketfft' 2025-08-14T22:17:17.6616723Z Entering 'third_party/protobuf' 2025-08-14T22:17:17.6972607Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:17:17.8861222Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:17:17.9263125Z Entering 'third_party/psimd' 2025-08-14T22:17:17.9632653Z Entering 'third_party/pthreadpool' 2025-08-14T22:17:18.0039148Z Entering 'third_party/pybind11' 2025-08-14T22:17:18.0404412Z Entering 'third_party/python-peachpy' 2025-08-14T22:17:18.0769486Z Entering 'third_party/sleef' 2025-08-14T22:17:18.1156286Z Entering 'third_party/tensorpipe' 2025-08-14T22:17:18.1510424Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:17:18.1910174Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:17:18.2321443Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:17:18.2690333Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:17:18.3092092Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:17:18.3590163Z ##[endgroup] 2025-08-14T22:17:18.3849674Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-08-14T22:17:18.4054885Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:17:18.4313450Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-08-14T22:17:18.4313993Z # Remove any artifacts from the previous checkouts 2025-08-14T22:17:18.4314368Z git clean -fxd 2025-08-14T22:17:18.4352935Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:17:18.4353423Z env: 2025-08-14T22:17:18.4353775Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:17:18.4354215Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:17:18.4354561Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:17:18.4355753Z GITHUB_TOKEN: *** 2025-08-14T22:17:18.4355953Z PR_NUMBER: 2025-08-14T22:17:18.4356209Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:17:18.4356522Z SKIP_ALL_TESTS: 1 2025-08-14T22:17:18.4356724Z OS: windows 2025-08-14T22:17:18.4357031Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:17:18.4357490Z PACKAGE_TYPE: libtorch 2025-08-14T22:17:18.4357744Z DESIRED_CUDA: cpu 2025-08-14T22:17:18.4357943Z GPU_ARCH_TYPE: cpu 2025-08-14T22:17:18.4358183Z LIBTORCH_CONFIG: debug 2025-08-14T22:17:18.4358468Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:17:18.4358725Z DESIRED_PYTHON: 3.9 2025-08-14T22:17:18.4358966Z ##[endgroup] 2025-08-14T22:17:18.7616862Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:17:18.7665981Z Finished 2025-08-14T22:17:18.8672048Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-08-14T22:17:18.8672604Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-08-14T22:17:18.8673144Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-08-14T22:17:18.8673642Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-08-14T22:17:18.8692348Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:17:18.8692796Z env: 2025-08-14T22:17:18.8693119Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:17:18.8693542Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:17:18.8693843Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:17:18.8694398Z GITHUB_TOKEN: *** 2025-08-14T22:17:18.8694595Z PR_NUMBER: 2025-08-14T22:17:18.8694833Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:17:18.8695181Z SKIP_ALL_TESTS: 1 2025-08-14T22:17:18.8695373Z OS: windows 2025-08-14T22:17:18.8695663Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:17:18.8696024Z PACKAGE_TYPE: libtorch 2025-08-14T22:17:18.8696259Z DESIRED_CUDA: cpu 2025-08-14T22:17:18.8696475Z GPU_ARCH_TYPE: cpu 2025-08-14T22:17:18.8696681Z LIBTORCH_CONFIG: debug 2025-08-14T22:17:18.8696938Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:17:18.8697205Z DESIRED_PYTHON: 3.9 2025-08-14T22:17:18.8697427Z ##[endgroup] 2025-08-14T22:17:18.8879946Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-08-14T22:17:18.8997936Z ##[group]Run actions/download-artifact@v4.1.7 2025-08-14T22:17:18.8998320Z with: 2025-08-14T22:17:18.8998544Z name: libtorch-cpu-shared-with-deps-debug 2025-08-14T22:17:18.8998934Z path: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:17:18.8999270Z merge-multiple: false 2025-08-14T22:17:18.8999542Z repository: pytorch/pytorch 2025-08-14T22:17:18.8999791Z run-id: 16976254861 2025-08-14T22:17:18.9000013Z env: 2025-08-14T22:17:18.9000350Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:17:18.9000789Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:17:18.9001134Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:17:18.9001688Z GITHUB_TOKEN: *** 2025-08-14T22:17:18.9001931Z PR_NUMBER: 2025-08-14T22:17:18.9002167Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:17:18.9003158Z SKIP_ALL_TESTS: 1 2025-08-14T22:17:18.9003392Z OS: windows 2025-08-14T22:17:18.9003753Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:17:18.9004119Z PACKAGE_TYPE: libtorch 2025-08-14T22:17:18.9004388Z DESIRED_CUDA: cpu 2025-08-14T22:17:18.9004622Z GPU_ARCH_TYPE: cpu 2025-08-14T22:17:18.9004834Z LIBTORCH_CONFIG: debug 2025-08-14T22:17:18.9005113Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:17:18.9005465Z DESIRED_PYTHON: 3.9 2025-08-14T22:17:18.9005811Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:17:18.9006274Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:17:18.9006688Z ##[endgroup] 2025-08-14T22:17:19.1602129Z Downloading single artifact 2025-08-14T22:17:19.2657444Z Preparing to download the following artifacts: 2025-08-14T22:17:19.2657940Z - libtorch-cpu-shared-with-deps-debug (ID: 3769702426, Size: 1870227918) 2025-08-14T22:17:19.3304663Z Redirecting to blob download url: https://productionresultssa18.blob.core.windows.net/actions-results/46c445c9-c876-488c-8e7b-c42066561951/workflow-job-run-121d23db-ab63-544b-a191-17219f12a56e/artifacts/06c1c9d37106b57ed4eddcc9d43dafa5aa35428a26d12684faa0f52fa3005aa3.zip 2025-08-14T22:17:19.3307177Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-08-14T22:17:19.4292004Z (node:1092) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-08-14T22:17:19.4293037Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-08-14T22:17:39.0129678Z Artifact download completed successfully. 2025-08-14T22:17:39.0130055Z Total of 1 artifact(s) downloaded 2025-08-14T22:17:39.0139724Z Download artifact has finished successfully 2025-08-14T22:17:39.0437031Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-08-14T22:17:39.0437568Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-08-14T22:17:39.0456435Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:17:39.0456851Z env: 2025-08-14T22:17:39.0457160Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:17:39.0457552Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:17:39.0457849Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:17:39.0458480Z GITHUB_TOKEN: *** 2025-08-14T22:17:39.0458677Z PR_NUMBER: 2025-08-14T22:17:39.0458903Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:17:39.0459189Z SKIP_ALL_TESTS: 1 2025-08-14T22:17:39.0459380Z OS: windows 2025-08-14T22:17:39.0459650Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:17:39.0460013Z PACKAGE_TYPE: libtorch 2025-08-14T22:17:39.0460263Z DESIRED_CUDA: cpu 2025-08-14T22:17:39.0460458Z GPU_ARCH_TYPE: cpu 2025-08-14T22:17:39.0460661Z LIBTORCH_CONFIG: debug 2025-08-14T22:17:39.0460909Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:17:39.0461181Z DESIRED_PYTHON: 3.9 2025-08-14T22:17:39.0461439Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:17:39.0461846Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:17:39.0462215Z ##[endgroup] 2025-08-14T22:17:39.0817351Z + export TZ=UTC 2025-08-14T22:17:39.0817594Z + TZ=UTC 2025-08-14T22:17:39.0824100Z + envfile='C:\actions-runner\_work\_temp/env' 2025-08-14T22:17:39.0824494Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-08-14T22:17:39.0879927Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-08-14T22:17:39.0956248Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-08-14T22:17:39.0956613Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-08-14T22:17:39.0956912Z + export BUILD_PYTHONLESS=1 2025-08-14T22:17:39.0957153Z + BUILD_PYTHONLESS=1 2025-08-14T22:17:39.0957365Z + export DOCKER_IMAGE= 2025-08-14T22:17:39.0957783Z + DOCKER_IMAGE= 2025-08-14T22:17:39.0957986Z + [[ -z '' ]] 2025-08-14T22:17:39.0958172Z + [[ cpu == cpu ]] 2025-08-14T22:17:39.0958420Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:17:39.0958742Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:17:39.0959022Z + USE_GOLD_LINKER=OFF 2025-08-14T22:17:39.0959226Z + [[ cpu == \c\p\u ]] 2025-08-14T22:17:39.0959432Z + USE_GOLD_LINKER=ON 2025-08-14T22:17:39.0959649Z + PIP_UPLOAD_FOLDER=nightly/ 2025-08-14T22:17:39.1016755Z ++ date -u +%Y%m%d 2025-08-14T22:17:39.1096534Z + export DATE=20250814 2025-08-14T22:17:39.1096787Z + DATE=20250814 2025-08-14T22:17:39.1204271Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-08-14T22:17:39.1258933Z ++ cut -da -f1 2025-08-14T22:17:39.1336676Z + BASE_BUILD_VERSION=2.9.0.dev20250814 2025-08-14T22:17:39.1337342Z + tagged_version 2025-08-14T22:17:39.1338042Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-08-14T22:17:39.1338742Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2025-08-14T22:17:39.1339450Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-08-14T22:17:39.1342097Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2025-08-14T22:17:39.1595384Z fatal: No names found, cannot describe anything. 2025-08-14T22:17:39.1631419Z + return 1 2025-08-14T22:17:39.1686090Z ++ uname 2025-08-14T22:17:39.1821238Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-08-14T22:17:39.1821597Z + export PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:17:39.1821946Z + PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:17:39.1822233Z + export PYTORCH_BUILD_NUMBER=1 2025-08-14T22:17:39.1822496Z + PYTORCH_BUILD_NUMBER=1 2025-08-14T22:17:39.1884155Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-08-14T22:17:39.1950051Z + TRITON_VERSION=3.4.0 2025-08-14T22:17:39.1950507Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-08-14T22:17:39.1950986Z + [[ cpu == \c\u\1\2\9 ]] 2025-08-14T22:17:39.1951216Z + [[ libtorch =~ .*wheel.* ]] 2025-08-14T22:17:39.1951815Z + [[ libtorch =~ .*wheel.* ]] 2025-08-14T22:17:39.1952419Z + [[ libtorch =~ .*wheel.* ]] 2025-08-14T22:17:39.1952663Z + USE_GLOO_WITH_OPENSSL=ON 2025-08-14T22:17:39.1953118Z + [[ cpu =~ .*aarch64.* ]] 2025-08-14T22:17:39.1953412Z + cat 2025-08-14T22:17:39.2074609Z ++ uname -a 2025-08-14T22:17:39.2275461Z ++ date 2025-08-14T22:17:39.2445356Z ++ uname 2025-08-14T22:17:39.2619805Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-08-14T22:17:39.2620118Z + MEMORY_LIMIT_MAX_JOBS=12 2025-08-14T22:17:39.2673579Z ++ nproc 2025-08-14T22:17:39.3519548Z + NUM_CPUS=14 2025-08-14T22:17:39.3520003Z + export MAX_JOBS=12 2025-08-14T22:17:39.3520386Z + MAX_JOBS=12 2025-08-14T22:17:39.3520697Z + cat 2025-08-14T22:17:39.3631720Z + echo 'retry () {' 2025-08-14T22:17:39.3633963Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-08-14T22:17:39.3635683Z + echo '}' 2025-08-14T22:17:39.3637434Z + echo 'export -f retry' 2025-08-14T22:17:39.3639053Z + cat 'C:\actions-runner\_work\_temp/env' 2025-08-14T22:17:39.3739309Z # =================== The following code will be executed inside Docker container =================== 2025-08-14T22:17:39.3739780Z export TZ=UTC 2025-08-14T22:17:39.3740300Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys at Thu Aug 14 22:17:39 GMT 2025" 2025-08-14T22:17:39.3740822Z 2025-08-14T22:17:39.3740928Z export PACKAGE_TYPE="libtorch" 2025-08-14T22:17:39.3741187Z export DESIRED_PYTHON="3.9" 2025-08-14T22:17:39.3741429Z export DESIRED_CUDA="cpu" 2025-08-14T22:17:39.3741710Z export LIBTORCH_VARIANT="shared-with-deps" 2025-08-14T22:17:39.3742009Z export BUILD_PYTHONLESS="1" 2025-08-14T22:17:39.3742828Z if [[ "msys" == "msys" ]]; then 2025-08-14T22:17:39.3743124Z export LIBTORCH_CONFIG="debug" 2025-08-14T22:17:39.3743384Z if [[ "debug" == 'debug' ]]; then 2025-08-14T22:17:39.3743633Z export DEBUG=1 2025-08-14T22:17:39.3743807Z fi 2025-08-14T22:17:39.3743991Z export DESIRED_DEVTOOLSET="" 2025-08-14T22:17:39.3744223Z else 2025-08-14T22:17:39.3744394Z export DESIRED_DEVTOOLSET="" 2025-08-14T22:17:39.3744633Z fi 2025-08-14T22:17:39.3744728Z 2025-08-14T22:17:39.3744805Z export DATE="20250814" 2025-08-14T22:17:39.3745040Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-14T22:17:39.3745370Z export PYTORCH_BUILD_VERSION="2.9.0.dev20250814+cpu" 2025-08-14T22:17:39.3745701Z export PYTORCH_BUILD_NUMBER="1" 2025-08-14T22:17:39.3745997Z export OVERRIDE_PACKAGE_VERSION="2.9.0.dev20250814+cpu" 2025-08-14T22:17:39.3746380Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-08-14T22:17:39.3746589Z 2025-08-14T22:17:39.3746694Z # TODO: We don't need this anymore IIUC 2025-08-14T22:17:39.3746976Z export TORCH_PACKAGE_NAME='torch' 2025-08-14T22:17:39.3747148Z 2025-08-14T22:17:39.3747233Z export USE_FBGEMM=1 2025-08-14T22:17:39.3747451Z export PIP_UPLOAD_FOLDER="nightly/" 2025-08-14T22:17:39.3747762Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-08-14T22:17:39.3747983Z 2025-08-14T22:17:39.3747987Z 2025-08-14T22:17:39.3748073Z export USE_GOLD_LINKER="ON" 2025-08-14T22:17:39.3748325Z export USE_GLOO_WITH_OPENSSL="ON" 2025-08-14T22:17:39.3748723Z # =================== The above code will be executed inside Docker container =================== 2025-08-14T22:17:39.3749214Z export MAX_JOBS="12" 2025-08-14T22:17:39.3749520Z retry () { 2025-08-14T22:17:39.3749775Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-08-14T22:17:39.3750103Z } 2025-08-14T22:17:39.3750261Z export -f retry 2025-08-14T22:17:39.3998942Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-08-14T22:17:39.3999463Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-08-14T22:17:39.4018475Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-08-14T22:17:39.4018914Z env: 2025-08-14T22:17:39.4019230Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:17:39.4019651Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:17:39.4019950Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:17:39.4020695Z GITHUB_TOKEN: *** 2025-08-14T22:17:39.4020916Z PR_NUMBER: 2025-08-14T22:17:39.4021137Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:17:39.4021448Z SKIP_ALL_TESTS: 1 2025-08-14T22:17:39.4021642Z OS: windows 2025-08-14T22:17:39.4021934Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:17:39.4022300Z PACKAGE_TYPE: libtorch 2025-08-14T22:17:39.4022590Z DESIRED_CUDA: cpu 2025-08-14T22:17:39.4022790Z GPU_ARCH_TYPE: cpu 2025-08-14T22:17:39.4023012Z LIBTORCH_CONFIG: debug 2025-08-14T22:17:39.4023262Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:17:39.4023540Z DESIRED_PYTHON: 3.9 2025-08-14T22:17:39.4023798Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:17:39.4024229Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:17:39.4024612Z ##[endgroup] 2025-08-14T22:17:39.5430580Z + source 'C:\actions-runner\_work\_temp/env' 2025-08-14T22:17:39.5431335Z ++ export TZ=UTC 2025-08-14T22:17:39.5431550Z ++ TZ=UTC 2025-08-14T22:17:39.5438560Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys at Thu Aug 14 22:17:39 GMT 2025' 2025-08-14T22:17:39.5439197Z ++ export PACKAGE_TYPE=libtorch 2025-08-14T22:17:39.5439459Z ++ PACKAGE_TYPE=libtorch 2025-08-14T22:17:39.5439716Z ++ export DESIRED_PYTHON=3.9 2025-08-14T22:17:39.5440012Z ++ DESIRED_PYTHON=3.9 2025-08-14T22:17:39.5440243Z ++ export DESIRED_CUDA=cpu 2025-08-14T22:17:39.5440493Z ++ DESIRED_CUDA=cpu 2025-08-14T22:17:39.5440943Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-08-14T22:17:39.5441276Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-08-14T22:17:39.5441848Z Running on MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys at Thu Aug 14 22:17:39 GMT 2025 2025-08-14T22:17:39.5442455Z ++ export BUILD_PYTHONLESS=1 2025-08-14T22:17:39.5442719Z ++ BUILD_PYTHONLESS=1 2025-08-14T22:17:39.5442950Z ++ [[ msys == \m\s\y\s ]] 2025-08-14T22:17:39.5443201Z ++ export LIBTORCH_CONFIG=debug 2025-08-14T22:17:39.5443449Z ++ LIBTORCH_CONFIG=debug 2025-08-14T22:17:39.5443689Z ++ [[ debug == \d\e\b\u\g ]] 2025-08-14T22:17:39.5443914Z ++ export DEBUG=1 2025-08-14T22:17:39.5444123Z ++ DEBUG=1 2025-08-14T22:17:39.5444318Z ++ export DESIRED_DEVTOOLSET= 2025-08-14T22:17:39.5444580Z ++ DESIRED_DEVTOOLSET= 2025-08-14T22:17:39.5444804Z ++ export DATE=20250814 2025-08-14T22:17:39.5445020Z ++ DATE=20250814 2025-08-14T22:17:39.5445243Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-14T22:17:39.5445573Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-08-14T22:17:39.5445903Z ++ export PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:17:39.5446288Z ++ PYTORCH_BUILD_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:17:39.5446596Z ++ export PYTORCH_BUILD_NUMBER=1 2025-08-14T22:17:39.5446871Z ++ PYTORCH_BUILD_NUMBER=1 2025-08-14T22:17:39.5447167Z ++ export OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:17:39.5447542Z ++ OVERRIDE_PACKAGE_VERSION=2.9.0.dev20250814+cpu 2025-08-14T22:17:39.5447883Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-08-14T22:17:39.5448216Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-08-14T22:17:39.5448523Z ++ export TORCH_PACKAGE_NAME=torch 2025-08-14T22:17:39.5448789Z ++ TORCH_PACKAGE_NAME=torch 2025-08-14T22:17:39.5449039Z ++ export USE_FBGEMM=1 2025-08-14T22:17:39.5449364Z ++ USE_FBGEMM=1 2025-08-14T22:17:39.5451189Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-08-14T22:17:39.5451528Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-08-14T22:17:39.5451838Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:17:39.5452174Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-08-14T22:17:39.5452498Z ++ export USE_GOLD_LINKER=ON 2025-08-14T22:17:39.5452748Z ++ USE_GOLD_LINKER=ON 2025-08-14T22:17:39.5452977Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-08-14T22:17:39.5453257Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-08-14T22:17:39.5453492Z ++ export MAX_JOBS=12 2025-08-14T22:17:39.5453705Z ++ MAX_JOBS=12 2025-08-14T22:17:39.5453904Z ++ export -f retry 2025-08-14T22:17:39.5454124Z + export CUDA_VERSION=cpu 2025-08-14T22:17:39.5454344Z + CUDA_VERSION=cpu 2025-08-14T22:17:39.5454632Z + export VC_YEAR=2022 2025-08-14T22:17:39.5454837Z + VC_YEAR=2022 2025-08-14T22:17:39.5455039Z + [[ cpu == \x\p\u ]] 2025-08-14T22:17:39.5455362Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-08-14T22:17:39.5455795Z + [[ windows == \w\i\n\d\o\w\s\-\a\r\m\6\4 ]] 2025-08-14T22:17:39.5456102Z + ./windows/internal/smoke_test.bat 2025-08-14T22:17:39.5456628Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-08-14T22:17:39.5583933Z 2025-08-14T22:17:39.5592012Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\ 2025-08-14T22:17:39.5593828Z 2025-08-14T22:17:39.5594385Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-08-14T22:17:39.5599018Z 2025-08-14T22:17:39.5599627Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if not "cpu" == "cpu" if not "cpu" == "xpu" call internal\driver_update.bat 2025-08-14T22:17:39.5601368Z 2025-08-14T22:17:39.5601787Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-08-14T22:17:39.5603802Z 2025-08-14T22:17:39.5604197Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-08-14T22:17:39.5604876Z call internal\xpu_install.bat 2025-08-14T22:17:39.5605163Z if errorlevel 1 exit /b 1 2025-08-14T22:17:39.5605492Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-08-14T22:17:39.5605831Z if errorlevel 1 exit /b 1 2025-08-14T22:17:39.5606070Z ) 2025-08-14T22:17:39.5606167Z 2025-08-14T22:17:39.5608077Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set "ORIG_PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2025-08-14T22:17:39.5610009Z 2025-08-14T22:17:39.5610335Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-08-14T22:17:39.5610791Z 2025-08-14T22:17:39.5611076Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-08-14T22:17:39.5613718Z 2025-08-14T22:17:39.5614544Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2025-08-14T22:17:39.5615215Z set GPUS=%i 2025-08-14T22:17:39.5615446Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:17:39.5615744Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:17:39.5615973Z goto gpu_check_end 2025-08-14T22:17:39.5616191Z ) 2025-08-14T22:17:39.5616345Z ) 2025-08-14T22:17:39.7622127Z 2025-08-14T22:17:39.7622708Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-14T22:17:39.7623954Z set GPUS=Name 2025-08-14T22:17:39.7624260Z 2025-08-14T22:17:39.7624449Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:17:39.7624759Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:17:39.7625000Z goto gpu_check_end 2025-08-14T22:17:39.7625214Z ) 2025-08-14T22:17:39.7625388Z ) 2025-08-14T22:17:39.7625488Z 2025-08-14T22:17:39.7625691Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-14T22:17:39.7626124Z set GPUS=Microsoft Basic Display Adapter 2025-08-14T22:17:39.7626395Z 2025-08-14T22:17:39.7626592Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:17:39.7626873Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:17:39.7627116Z goto gpu_check_end 2025-08-14T22:17:39.7627311Z ) 2025-08-14T22:17:39.7627480Z ) 2025-08-14T22:17:39.7627574Z 2025-08-14T22:17:39.7627786Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-08-14T22:17:39.7628168Z set GPUS= 2025-08-14T22:17:39.7628349Z 2025-08-14T22:17:39.7628604Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-08-14T22:17:39.7628940Z SET NVIDIA_GPU_EXISTS=1 2025-08-14T22:17:39.7629164Z goto gpu_check_end 2025-08-14T22:17:39.7629371Z ) 2025-08-14T22:17:39.7629544Z ) 2025-08-14T22:17:39.7629628Z 2025-08-14T22:17:39.7629962Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-08-14T22:17:39.7634670Z 2025-08-14T22:17:39.7635053Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-08-14T22:17:39.7635958Z 2025-08-14T22:17:39.7636351Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-08-14T22:17:39.7639216Z 2025-08-14T22:17:39.7639584Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-08-14T22:17:39.7640146Z "install and test libtorch" 2025-08-14T22:17:39.7641924Z 2025-08-14T22:17:39.7642407Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-08-14T22:17:40.0966352Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:17:40.1038837Z Finished 2025-08-14T22:17:40.1189878Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-08-14T22:17:40.1190365Z Dload Upload Total Spent Left Speed 2025-08-14T22:17:40.1190780Z 2025-08-14T22:17:40.1597432Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-08-14T22:17:40.1597871Z 100 2084k 100 2084k 0 0 47.7M 0 --:--:-- --:--:-- --:--:-- 50.8M 2025-08-14T22:17:40.3546672Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-08-14T22:17:40.3687905Z 2025-08-14T22:17:40.3688517Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-08-14T22:17:40.3689338Z 2025-08-14T22:17:40.3690240Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('where /R "C:\actions-runner\_work\_temp\artifacts" *-latest.zip') do 7z x "%i" -otmp 2025-08-14T22:17:40.3853602Z 2025-08-14T22:17:40.3854649Z 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-14T22:17:40.8930995Z 2025-08-14T22:17:40.8931470Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-08-14T22:17:40.8931774Z 2025-08-14T22:17:40.8931875Z Scanning the drive for archives: 2025-08-14T22:17:40.8932135Z 1 file, 948271999 bytes (905 MiB) 2025-08-14T22:17:40.8932305Z 2025-08-14T22:17:40.8932690Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-08-14T22:18:14.3930911Z -- 2025-08-14T22:18:14.3931757Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-08-14T22:18:14.3932284Z Type = zip 2025-08-14T22:18:14.3932505Z Physical Size = 948271999 2025-08-14T22:18:14.3932681Z 2025-08-14T22:18:14.3959254Z Everything is Ok 2025-08-14T22:18:14.3959446Z 2025-08-14T22:18:14.3959541Z Folders: 287 2025-08-14T22:18:14.3959727Z Files: 9309 2025-08-14T22:18:14.3959923Z Size: 5796331623 2025-08-14T22:18:14.3960139Z Compressed: 948271999 2025-08-14T22:18:14.4003363Z 2025-08-14T22:18:14.4003853Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-08-14T22:18:14.4004992Z 2025-08-14T22:18:14.4005523Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-08-14T22:18:14.4010260Z 2025-08-14T22:18:14.4010699Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-08-14T22:18:14.4012369Z 2025-08-14T22:18:14.4012789Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-08-14T22:18:14.4015784Z 2025-08-14T22:18:14.4017104Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>for /F "usebackq tokens=*" %i in (`"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -legacy -products * -version [17,18) -property installationPath`) do (if exist "%i" if exist "%i\VC\Auxiliary\Build\vcvarsall.bat" ( 2025-08-14T22:18:14.4018473Z set "VS15INSTALLDIR=%i" 2025-08-14T22:18:14.4018788Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-08-14T22:18:14.4019143Z goto vswhere 2025-08-14T22:18:14.4019328Z ) ) 2025-08-14T22:18:14.4245759Z 2025-08-14T22:18:14.4246999Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>(if exist "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" if exist "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" ( 2025-08-14T22:18:14.4248447Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-08-14T22:18:14.4249185Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-08-14T22:18:14.4249951Z goto vswhere 2025-08-14T22:18:14.4250161Z ) ) 2025-08-14T22:18:14.4251726Z 2025-08-14T22:18:14.4252435Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>IF "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" == "" ( 2025-08-14T22:18:14.4253440Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-08-14T22:18:14.4253900Z exit /b 1 2025-08-14T22:18:14.4254078Z ) 2025-08-14T22:18:14.4254185Z 2025-08-14T22:18:14.4254973Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-08-14T22:18:22.3457777Z ********************************************************************** 2025-08-14T22:18:22.3458326Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-08-14T22:18:22.3458702Z ** Copyright (c) 2022 Microsoft Corporation 2025-08-14T22:18:22.3459024Z ********************************************************************** 2025-08-14T22:18:27.5116610Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-08-14T22:18:28.3503102Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-08-14T22:18:28.3503621Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:18:28.3503900Z 2025-08-14T22:18:28.4221261Z simple-torch-test.cpp 2025-08-14T22:18:45.9154230Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-08-14T22:18:45.9274977Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-08-14T22:18:45.9285934Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&) noexcept' being compiled 2025-08-14T22:18:45.9287073Z with 2025-08-14T22:18:45.9287245Z [ 2025-08-14T22:18:45.9287425Z I=size_t, 2025-08-14T22:18:45.9287636Z _Ty2=size_t 2025-08-14T22:18:45.9287846Z ] 2025-08-14T22:18:45.9288763Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see the first reference to 'std::optional::optional' in 'c10::FunctionSchema::argumentIndexWithName' 2025-08-14T22:18:45.9290740Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(248): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2025-08-14T22:18:45.9291979Z with 2025-08-14T22:18:45.9292155Z [ 2025-08-14T22:18:45.9292317Z _Ty=int32_t 2025-08-14T22:18:45.9292510Z ] 2025-08-14T22:18:45.9293688Z C:\actions-runner\_work\pytorch\pytorch/pytorch\.ci\pytorch\test_example_code\simple-torch-test.cpp(7): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&) noexcept' being compiled 2025-08-14T22:18:45.9294943Z with 2025-08-14T22:18:45.9295120Z [ 2025-08-14T22:18:45.9295279Z _Ty=int32_t 2025-08-14T22:18:45.9295471Z ] 2025-08-14T22:18:46.0078080Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-14T22:18:46.0078930Z with 2025-08-14T22:18:46.0079331Z [ 2025-08-14T22:18:46.0079514Z _Ty=unsigned int 2025-08-14T22:18:46.0079731Z ] 2025-08-14T22:18:46.0080384Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-08-14T22:18:46.0082153Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(236): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(const unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0083397Z with 2025-08-14T22:18:46.0083573Z [ 2025-08-14T22:18:46.0083743Z _Ty=std::_Vbase 2025-08-14T22:18:46.0083968Z ] 2025-08-14T22:18:46.0085011Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0086113Z with 2025-08-14T22:18:46.0086282Z [ 2025-08-14T22:18:46.0086444Z _Ty=std::_Vbase 2025-08-14T22:18:46.0086664Z ] 2025-08-14T22:18:46.0087779Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(const unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0088939Z with 2025-08-14T22:18:46.0089116Z [ 2025-08-14T22:18:46.0089279Z _Ty=std::_Vbase 2025-08-14T22:18:46.0090193Z ] 2025-08-14T22:18:46.0091209Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-08-14T22:18:46.0092292Z with 2025-08-14T22:18:46.0092468Z [ 2025-08-14T22:18:46.0092632Z _Ty=size_t 2025-08-14T22:18:46.0092832Z ] 2025-08-14T22:18:46.0093576Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-14T22:18:46.0094393Z with 2025-08-14T22:18:46.0094565Z [ 2025-08-14T22:18:46.0094758Z _Objty=unsigned int 2025-08-14T22:18:46.0094989Z ] 2025-08-14T22:18:46.0095642Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-08-14T22:18:46.0097344Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-08-14T22:18:46.0098539Z with 2025-08-14T22:18:46.0098713Z [ 2025-08-14T22:18:46.0098889Z _Ty=size_t 2025-08-14T22:18:46.0099081Z ] 2025-08-14T22:18:46.0100303Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,const unsigned __int64&>(_Alloc &,_Objty *const ,const unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0101498Z with 2025-08-14T22:18:46.0101694Z [ 2025-08-14T22:18:46.0101887Z _Alloc=std::allocator, 2025-08-14T22:18:46.0102186Z _Ty=unsigned int, 2025-08-14T22:18:46.0102548Z _Objty=unsigned int 2025-08-14T22:18:46.0102769Z ] 2025-08-14T22:18:46.0212175Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-14T22:18:46.0213024Z with 2025-08-14T22:18:46.0213208Z [ 2025-08-14T22:18:46.0213372Z _Ty=int 2025-08-14T22:18:46.0213572Z ] 2025-08-14T22:18:46.0214231Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-08-14T22:18:46.0215911Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(681): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &)' being compiled 2025-08-14T22:18:46.0217077Z with 2025-08-14T22:18:46.0217249Z [ 2025-08-14T22:18:46.0217421Z _Ty=int32_t 2025-08-14T22:18:46.0217622Z ] 2025-08-14T22:18:46.0218636Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0219773Z with 2025-08-14T22:18:46.0219944Z [ 2025-08-14T22:18:46.0220113Z _Ty=int32_t 2025-08-14T22:18:46.0220314Z ] 2025-08-14T22:18:46.0221589Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0222732Z with 2025-08-14T22:18:46.0222902Z [ 2025-08-14T22:18:46.0223076Z _Ty=int32_t 2025-08-14T22:18:46.0223281Z ] 2025-08-14T22:18:46.0224172Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-08-14T22:18:46.0225125Z with 2025-08-14T22:18:46.0225292Z [ 2025-08-14T22:18:46.0225466Z _Ty=size_t 2025-08-14T22:18:46.0225655Z ] 2025-08-14T22:18:46.0226401Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-14T22:18:46.0227212Z with 2025-08-14T22:18:46.0227388Z [ 2025-08-14T22:18:46.0227563Z _Objty=int 2025-08-14T22:18:46.0227750Z ] 2025-08-14T22:18:46.0228412Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-08-14T22:18:46.0229959Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-08-14T22:18:46.0231014Z with 2025-08-14T22:18:46.0231185Z [ 2025-08-14T22:18:46.0231362Z _Ty=size_t 2025-08-14T22:18:46.0231558Z ] 2025-08-14T22:18:46.0232647Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64&>(_Alloc &,_Objty *const ,unsigned __int64 &)' being compiled 2025-08-14T22:18:46.0233936Z with 2025-08-14T22:18:46.0234105Z [ 2025-08-14T22:18:46.0234302Z _Alloc=std::allocator, 2025-08-14T22:18:46.0234620Z _Ty=int, 2025-08-14T22:18:46.0234827Z _Objty=int 2025-08-14T22:18:46.0235029Z ] 2025-08-14T22:18:46.4298242Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-08-14T22:18:46.4299091Z with 2025-08-14T22:18:46.4299282Z [ 2025-08-14T22:18:46.4299449Z _Ty1=int 2025-08-14T22:18:46.4299719Z ] 2025-08-14T22:18:46.4300441Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): note: the template instantiation context (the oldest one first) is 2025-08-14T22:18:46.4302167Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(658): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &,int &)' being compiled 2025-08-14T22:18:46.4303360Z with 2025-08-14T22:18:46.4303541Z [ 2025-08-14T22:18:46.4303723Z _Ty=std::pair 2025-08-14T22:18:46.4303963Z ] 2025-08-14T22:18:46.4305005Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-08-14T22:18:46.4306144Z with 2025-08-14T22:18:46.4306308Z [ 2025-08-14T22:18:46.4306529Z _Ty=std::pair 2025-08-14T22:18:46.4306970Z ] 2025-08-14T22:18:46.4308082Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &,int &)' being compiled 2025-08-14T22:18:46.4309249Z with 2025-08-14T22:18:46.4309418Z [ 2025-08-14T22:18:46.4309612Z _Ty=std::pair 2025-08-14T22:18:46.4309848Z ] 2025-08-14T22:18:46.4310879Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-08-14T22:18:46.4312004Z with 2025-08-14T22:18:46.4312207Z [ 2025-08-14T22:18:46.4312387Z _Ty=size_t 2025-08-14T22:18:46.4312582Z ] 2025-08-14T22:18:46.4313480Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: see reference to function template instantiation 'std::pair::pair<_Ty&,int&,0>(_Other1,_Other2) noexcept' being compiled 2025-08-14T22:18:46.4314462Z with 2025-08-14T22:18:46.4314626Z [ 2025-08-14T22:18:46.4314804Z _Ty=size_t, 2025-08-14T22:18:46.4315016Z _Other1=size_t &, 2025-08-14T22:18:46.4315251Z _Other2=int & 2025-08-14T22:18:46.4315456Z ] 2025-08-14T22:18:46.4316184Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-08-14T22:18:46.4316983Z with 2025-08-14T22:18:46.4317153Z [ 2025-08-14T22:18:46.4317317Z _Ty2=int 2025-08-14T22:18:46.4317534Z ] 2025-08-14T22:18:51.8929201Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-08-14T22:18:51.8929648Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:18:51.8930112Z 2025-08-14T22:18:51.8930232Z /out:simple-torch-test.exe 2025-08-14T22:18:51.8930480Z simple-torch-test.obj 2025-08-14T22:18:51.8930707Z c10.lib 2025-08-14T22:18:51.8930881Z torch_cpu.lib 2025-08-14T22:18:58.9531724Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-08-14T22:19:03.3203055Z [W814 22:19:03.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-08-14T22:19:04.8071399Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33145 for x64 2025-08-14T22:19:04.8071897Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:19:04.8072163Z 2025-08-14T22:19:04.8104848Z check-torch-mkl.cpp 2025-08-14T22:19:17.0838498Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2025-08-14T22:19:17.0839843Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(82): note: the template instantiation context (the oldest one first) is 2025-08-14T22:19:17.0841461Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&) noexcept' being compiled 2025-08-14T22:19:17.0842541Z with 2025-08-14T22:19:17.0842712Z [ 2025-08-14T22:19:17.0842883Z I=size_t, 2025-08-14T22:19:17.0843071Z _Ty2=size_t 2025-08-14T22:19:17.0843263Z ] 2025-08-14T22:19:17.0844397Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\ATen/core/function_schema.h(438): note: see the first reference to 'std::optional::optional' in 'c10::FunctionSchema::argumentIndexWithName' 2025-08-14T22:19:17.0846351Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\optional(248): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2025-08-14T22:19:17.0847567Z with 2025-08-14T22:19:17.0847738Z [ 2025-08-14T22:19:17.0847918Z _Ty=int32_t 2025-08-14T22:19:17.0848107Z ] 2025-08-14T22:19:17.0849279Z C:\actions-runner\_work\pytorch\pytorch/pytorch\.ci\pytorch\test_example_code\check-torch-mkl.cpp(7): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&) noexcept' being compiled 2025-08-14T22:19:17.0850500Z with 2025-08-14T22:19:17.0850662Z [ 2025-08-14T22:19:17.0850833Z _Ty=int32_t 2025-08-14T22:19:17.0851022Z ] 2025-08-14T22:19:17.1635893Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-14T22:19:17.1636755Z with 2025-08-14T22:19:17.1636940Z [ 2025-08-14T22:19:17.1637114Z _Ty=unsigned int 2025-08-14T22:19:17.1637340Z ] 2025-08-14T22:19:17.1638016Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-08-14T22:19:17.1639769Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(236): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(const unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1641029Z with 2025-08-14T22:19:17.1641206Z [ 2025-08-14T22:19:17.1641379Z _Ty=std::_Vbase 2025-08-14T22:19:17.1641808Z ] 2025-08-14T22:19:17.1642848Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(const unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1643958Z with 2025-08-14T22:19:17.1644121Z [ 2025-08-14T22:19:17.1644295Z _Ty=std::_Vbase 2025-08-14T22:19:17.1644509Z ] 2025-08-14T22:19:17.1645625Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(const unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1646785Z with 2025-08-14T22:19:17.1646944Z [ 2025-08-14T22:19:17.1647116Z _Ty=std::_Vbase 2025-08-14T22:19:17.1647351Z ] 2025-08-14T22:19:17.1648341Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(unsigned int &,const _Ty &) noexcept' being compiled 2025-08-14T22:19:17.1649401Z with 2025-08-14T22:19:17.1649566Z [ 2025-08-14T22:19:17.1649734Z _Ty=size_t 2025-08-14T22:19:17.1649919Z ] 2025-08-14T22:19:17.1650654Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-14T22:19:17.1651464Z with 2025-08-14T22:19:17.1651629Z [ 2025-08-14T22:19:17.1652576Z _Objty=unsigned int 2025-08-14T22:19:17.1652821Z ] 2025-08-14T22:19:17.1653485Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-08-14T22:19:17.1655177Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'unsigned int *std::vector>::_Emplace_reallocate(unsigned int *const ,const _Ty &)' being compiled 2025-08-14T22:19:17.1656370Z with 2025-08-14T22:19:17.1656544Z [ 2025-08-14T22:19:17.1656704Z _Ty=size_t 2025-08-14T22:19:17.1656901Z ] 2025-08-14T22:19:17.1658025Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,const unsigned __int64&>(_Alloc &,_Objty *const ,const unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1659217Z with 2025-08-14T22:19:17.1659395Z [ 2025-08-14T22:19:17.1659585Z _Alloc=std::allocator, 2025-08-14T22:19:17.1659871Z _Ty=unsigned int, 2025-08-14T22:19:17.1660102Z _Objty=unsigned int 2025-08-14T22:19:17.1660328Z ] 2025-08-14T22:19:17.1767294Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): warning C4267: 'initializing': conversion from 'size_t' to '_Ty', possible loss of data 2025-08-14T22:19:17.1768111Z with 2025-08-14T22:19:17.1768284Z [ 2025-08-14T22:19:17.1768439Z _Ty=int 2025-08-14T22:19:17.1768637Z ] 2025-08-14T22:19:17.1769311Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: the template instantiation context (the oldest one first) is 2025-08-14T22:19:17.1771032Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(681): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &)' being compiled 2025-08-14T22:19:17.1772322Z with 2025-08-14T22:19:17.1772494Z [ 2025-08-14T22:19:17.1772671Z _Ty=int32_t 2025-08-14T22:19:17.1772865Z ] 2025-08-14T22:19:17.1773870Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1774932Z with 2025-08-14T22:19:17.1775103Z [ 2025-08-14T22:19:17.1775301Z _Ty=int32_t 2025-08-14T22:19:17.1775513Z ] 2025-08-14T22:19:17.1776613Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1777745Z with 2025-08-14T22:19:17.1777918Z [ 2025-08-14T22:19:17.1778081Z _Ty=int32_t 2025-08-14T22:19:17.1778276Z ] 2025-08-14T22:19:17.1779158Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place(int &,_Ty &) noexcept' being compiled 2025-08-14T22:19:17.1780101Z with 2025-08-14T22:19:17.1780269Z [ 2025-08-14T22:19:17.1780431Z _Ty=size_t 2025-08-14T22:19:17.1780678Z ] 2025-08-14T22:19:17.1781616Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): warning C4267: 'initializing': conversion from 'size_t' to '_Objty', possible loss of data 2025-08-14T22:19:17.1782447Z with 2025-08-14T22:19:17.1782636Z [ 2025-08-14T22:19:17.1782795Z _Objty=int 2025-08-14T22:19:17.1782988Z ] 2025-08-14T22:19:17.1783634Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xmemory(723): note: the template instantiation context (the oldest one first) is 2025-08-14T22:19:17.1785175Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(783): note: see reference to function template instantiation 'int *std::vector>::_Emplace_reallocate<_Ty&>(int *const ,_Ty &)' being compiled 2025-08-14T22:19:17.1786217Z with 2025-08-14T22:19:17.1786374Z [ 2025-08-14T22:19:17.1786535Z _Ty=size_t 2025-08-14T22:19:17.1786754Z ] 2025-08-14T22:19:17.1787882Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(834): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64&>(_Alloc &,_Objty *const ,unsigned __int64 &)' being compiled 2025-08-14T22:19:17.1789031Z with 2025-08-14T22:19:17.1789204Z [ 2025-08-14T22:19:17.1789380Z _Alloc=std::allocator, 2025-08-14T22:19:17.1789641Z _Ty=int, 2025-08-14T22:19:17.1789832Z _Objty=int 2025-08-14T22:19:17.1790018Z ] 2025-08-14T22:19:17.5860905Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data 2025-08-14T22:19:17.5861785Z with 2025-08-14T22:19:17.5861954Z [ 2025-08-14T22:19:17.5862120Z _Ty1=int 2025-08-14T22:19:17.5862307Z ] 2025-08-14T22:19:17.5862982Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): note: the template instantiation context (the oldest one first) is 2025-08-14T22:19:17.5865054Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(658): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &,int &)' being compiled 2025-08-14T22:19:17.5866231Z with 2025-08-14T22:19:17.5866399Z [ 2025-08-14T22:19:17.5866578Z _Ty=std::pair 2025-08-14T22:19:17.5866826Z ] 2025-08-14T22:19:17.5867871Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(862): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_one_at_back(unsigned __int64 &,int &)' being compiled 2025-08-14T22:19:17.5868969Z with 2025-08-14T22:19:17.5869139Z [ 2025-08-14T22:19:17.5869324Z _Ty=std::pair 2025-08-14T22:19:17.5869584Z ] 2025-08-14T22:19:17.5870765Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(780): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(unsigned __int64 &,int &)' being compiled 2025-08-14T22:19:17.5871928Z with 2025-08-14T22:19:17.5872097Z [ 2025-08-14T22:19:17.5872275Z _Ty=std::pair 2025-08-14T22:19:17.5872507Z ] 2025-08-14T22:19:17.5873642Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(795): note: see reference to function template instantiation 'void std::_Construct_in_place,_Ty&,int&>(std::pair &,_Ty &,int &) noexcept' being compiled 2025-08-14T22:19:17.5874718Z with 2025-08-14T22:19:17.5874894Z [ 2025-08-14T22:19:17.5875063Z _Ty=size_t 2025-08-14T22:19:17.5875267Z ] 2025-08-14T22:19:17.5876196Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(255): note: see reference to function template instantiation 'std::pair::pair<_Ty&,int&,0>(_Other1,_Other2) noexcept' being compiled 2025-08-14T22:19:17.5877196Z with 2025-08-14T22:19:17.5877362Z [ 2025-08-14T22:19:17.5877536Z _Ty=size_t, 2025-08-14T22:19:17.5877746Z _Other1=size_t &, 2025-08-14T22:19:17.5877989Z _Other2=int & 2025-08-14T22:19:17.5878195Z ] 2025-08-14T22:19:17.5878910Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\utility(250): warning C4267: 'initializing': conversion from 'size_t' to '_Ty2', possible loss of data 2025-08-14T22:19:17.5879715Z with 2025-08-14T22:19:17.5879889Z [ 2025-08-14T22:19:17.5880064Z _Ty2=int 2025-08-14T22:19:17.5880251Z ] 2025-08-14T22:19:18.9661737Z Microsoft (R) Incremental Linker Version 14.38.33145.0 2025-08-14T22:19:18.9662218Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-08-14T22:19:18.9662489Z 2025-08-14T22:19:18.9662598Z /out:check-torch-mkl.exe 2025-08-14T22:19:18.9662836Z check-torch-mkl.obj 2025-08-14T22:19:18.9663056Z c10.lib 2025-08-14T22:19:18.9663235Z torch_cpu.lib 2025-08-14T22:19:19.0231177Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-08-14T22:19:24.4673945Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-08-14T22:19:24.4703623Z + popd 2025-08-14T22:19:24.4707978Z /c/actions-runner/_work/pytorch/pytorch 2025-08-14T22:19:24.4833899Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-08-14T22:19:24.4834334Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-08-14T22:19:24.4850051Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:19:24.4850498Z env: 2025-08-14T22:19:24.4850980Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:19:24.4851403Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:19:24.4851707Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:19:24.4852355Z GITHUB_TOKEN: *** 2025-08-14T22:19:24.4852557Z PR_NUMBER: 2025-08-14T22:19:24.4852861Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:19:24.4853152Z SKIP_ALL_TESTS: 1 2025-08-14T22:19:24.4853403Z OS: windows 2025-08-14T22:19:24.4853700Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:19:24.4854065Z PACKAGE_TYPE: libtorch 2025-08-14T22:19:24.4854343Z DESIRED_CUDA: cpu 2025-08-14T22:19:24.4854558Z GPU_ARCH_TYPE: cpu 2025-08-14T22:19:24.4854781Z LIBTORCH_CONFIG: debug 2025-08-14T22:19:24.4855016Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:19:24.4855291Z DESIRED_PYTHON: 3.9 2025-08-14T22:19:24.4855555Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:19:24.4855989Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:19:24.4856361Z ##[endgroup] 2025-08-14T22:19:24.8190507Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:19:24.8257445Z Finished 2025-08-14T22:19:24.9445020Z Holding runner until all ssh sessions have logged out 2025-08-14T22:19:24.9704101Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-08-14T22:19:24.9704539Z .github\scripts\kill_active_ssh_sessions.ps1 2025-08-14T22:19:24.9719849Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:19:24.9720287Z env: 2025-08-14T22:19:24.9720596Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-08-14T22:19:24.9720996Z AWS_DEFAULT_REGION: us-east-1 2025-08-14T22:19:24.9721289Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-08-14T22:19:24.9721896Z GITHUB_TOKEN: *** 2025-08-14T22:19:24.9722096Z PR_NUMBER: 2025-08-14T22:19:24.9722332Z SHA1: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T22:19:24.9722615Z SKIP_ALL_TESTS: 1 2025-08-14T22:19:24.9722810Z OS: windows 2025-08-14T22:19:24.9723083Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-08-14T22:19:24.9723445Z PACKAGE_TYPE: libtorch 2025-08-14T22:19:24.9723697Z DESIRED_CUDA: cpu 2025-08-14T22:19:24.9723889Z GPU_ARCH_TYPE: cpu 2025-08-14T22:19:24.9724096Z LIBTORCH_CONFIG: debug 2025-08-14T22:19:24.9724339Z LIBTORCH_VARIANT: shared-with-deps 2025-08-14T22:19:24.9724595Z DESIRED_PYTHON: 3.9 2025-08-14T22:19:24.9724859Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-08-14T22:19:24.9725273Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-08-14T22:19:24.9725654Z ##[endgroup] 2025-08-14T22:19:25.3022666Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:19:25.3067591Z Finished 2025-08-14T22:19:25.3475395Z Post job cleanup. 2025-08-14T22:19:25.4838867Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-08-14T22:19:25.5059816Z git version 2.49.0.windows.1 2025-08-14T22:19:25.5121120Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\942f1edd-0e61-4ec9-81bf-e6c51d840a42\.gitconfig' 2025-08-14T22:19:25.5139012Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\942f1edd-0e61-4ec9-81bf-e6c51d840a42' before making global git config changes 2025-08-14T22:19:25.5139832Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T22:19:25.5150349Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-08-14T22:19:25.5402057Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-08-14T22:19:25.5658585Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-08-14T22:19:25.9289175Z Entering 'android/libs/fbjni' 2025-08-14T22:19:25.9868879Z Entering 'third_party/FP16' 2025-08-14T22:19:26.0427038Z Entering 'third_party/FXdiv' 2025-08-14T22:19:26.1030456Z Entering 'third_party/NNPACK' 2025-08-14T22:19:26.1602084Z Entering 'third_party/NVTX' 2025-08-14T22:19:26.2160718Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:19:26.2718949Z Entering 'third_party/XNNPACK' 2025-08-14T22:19:26.3290676Z Entering 'third_party/aiter' 2025-08-14T22:19:26.3867408Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:19:26.4475423Z Entering 'third_party/benchmark' 2025-08-14T22:19:26.5036680Z Entering 'third_party/composable_kernel' 2025-08-14T22:19:26.5611741Z Entering 'third_party/cpp-httplib' 2025-08-14T22:19:26.6163503Z Entering 'third_party/cpuinfo' 2025-08-14T22:19:26.6719839Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:19:26.7267014Z Entering 'third_party/cutlass' 2025-08-14T22:19:26.7883100Z Entering 'third_party/fbgemm' 2025-08-14T22:19:26.8431142Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:19:26.8991494Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:19:26.9552890Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:19:27.0135456Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:19:27.0733092Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:19:27.1306027Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:19:27.1888475Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:19:27.2454662Z Entering 'third_party/flash-attention' 2025-08-14T22:19:27.3025032Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:19:27.3633172Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:19:27.4210276Z Entering 'third_party/flatbuffers' 2025-08-14T22:19:27.4792971Z Entering 'third_party/fmt' 2025-08-14T22:19:27.5356084Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:19:27.5917090Z Entering 'third_party/gloo' 2025-08-14T22:19:27.6477368Z Entering 'third_party/googletest' 2025-08-14T22:19:27.7017813Z Entering 'third_party/ideep' 2025-08-14T22:19:27.7549993Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:19:27.8137583Z Entering 'third_party/ittapi' 2025-08-14T22:19:27.8692311Z Entering 'third_party/kineto' 2025-08-14T22:19:27.9266608Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:19:27.9815667Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:19:28.0377512Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:19:28.0963393Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:19:28.1536629Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:19:28.2126386Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:19:28.2769351Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:19:28.3331533Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:19:28.3915268Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:19:28.4555931Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:19:28.5176659Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:19:28.5745422Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:19:28.6354907Z Entering 'third_party/kleidiai' 2025-08-14T22:19:28.6941472Z Entering 'third_party/mimalloc' 2025-08-14T22:19:28.7492261Z Entering 'third_party/nlohmann' 2025-08-14T22:19:28.8053488Z Entering 'third_party/onnx' 2025-08-14T22:19:28.8625405Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:19:28.9210172Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:19:28.9770406Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:19:29.0368940Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:19:29.0936458Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:19:29.1511568Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:19:29.2086512Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:19:29.2641356Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:19:29.3196343Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:19:29.3763304Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:19:29.4404883Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:19:29.5001095Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:19:29.5606000Z Entering 'third_party/pocketfft' 2025-08-14T22:19:29.6164552Z Entering 'third_party/protobuf' 2025-08-14T22:19:29.6714484Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:19:29.7282939Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:19:29.7892923Z Entering 'third_party/psimd' 2025-08-14T22:19:29.8507661Z Entering 'third_party/pthreadpool' 2025-08-14T22:19:29.9087022Z Entering 'third_party/pybind11' 2025-08-14T22:19:29.9657341Z Entering 'third_party/python-peachpy' 2025-08-14T22:19:30.0218136Z Entering 'third_party/sleef' 2025-08-14T22:19:30.0801632Z Entering 'third_party/tensorpipe' 2025-08-14T22:19:30.1375419Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:19:30.1942551Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:19:30.2505603Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:19:30.3056553Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:19:30.3628157Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:19:30.4331555Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T22:19:30.4527196Z http.https://github.com/.extraheader 2025-08-14T22:19:30.4570492Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-08-14T22:19:30.4815105Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-08-14T22:19:30.8461180Z Entering 'android/libs/fbjni' 2025-08-14T22:19:30.8887796Z http.https://github.com/.extraheader 2025-08-14T22:19:30.9204176Z Entering 'third_party/FP16' 2025-08-14T22:19:30.9653537Z http.https://github.com/.extraheader 2025-08-14T22:19:30.9982884Z Entering 'third_party/FXdiv' 2025-08-14T22:19:31.0408954Z http.https://github.com/.extraheader 2025-08-14T22:19:31.0724330Z Entering 'third_party/NNPACK' 2025-08-14T22:19:31.1140187Z http.https://github.com/.extraheader 2025-08-14T22:19:31.1462877Z Entering 'third_party/NVTX' 2025-08-14T22:19:31.1874394Z http.https://github.com/.extraheader 2025-08-14T22:19:31.2185456Z Entering 'third_party/VulkanMemoryAllocator' 2025-08-14T22:19:31.2597517Z http.https://github.com/.extraheader 2025-08-14T22:19:31.2910944Z Entering 'third_party/XNNPACK' 2025-08-14T22:19:31.3329047Z http.https://github.com/.extraheader 2025-08-14T22:19:31.3672200Z Entering 'third_party/aiter' 2025-08-14T22:19:31.4091889Z http.https://github.com/.extraheader 2025-08-14T22:19:31.4416054Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-08-14T22:19:31.4830522Z http.https://github.com/.extraheader 2025-08-14T22:19:31.5178290Z Entering 'third_party/benchmark' 2025-08-14T22:19:31.5605416Z http.https://github.com/.extraheader 2025-08-14T22:19:31.5918152Z Entering 'third_party/composable_kernel' 2025-08-14T22:19:31.6337432Z http.https://github.com/.extraheader 2025-08-14T22:19:31.6662327Z Entering 'third_party/cpp-httplib' 2025-08-14T22:19:31.7075568Z http.https://github.com/.extraheader 2025-08-14T22:19:31.7391712Z Entering 'third_party/cpuinfo' 2025-08-14T22:19:31.7833601Z http.https://github.com/.extraheader 2025-08-14T22:19:31.8167534Z Entering 'third_party/cudnn_frontend' 2025-08-14T22:19:31.8616998Z http.https://github.com/.extraheader 2025-08-14T22:19:31.8941099Z Entering 'third_party/cutlass' 2025-08-14T22:19:31.9359576Z http.https://github.com/.extraheader 2025-08-14T22:19:31.9727093Z Entering 'third_party/fbgemm' 2025-08-14T22:19:32.0149657Z http.https://github.com/.extraheader 2025-08-14T22:19:32.0461185Z Entering 'third_party/fbgemm/external/asmjit' 2025-08-14T22:19:32.0881488Z http.https://github.com/.extraheader 2025-08-14T22:19:32.1230474Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-08-14T22:19:32.1673215Z http.https://github.com/.extraheader 2025-08-14T22:19:32.2005933Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-08-14T22:19:32.2440569Z http.https://github.com/.extraheader 2025-08-14T22:19:32.2765254Z Entering 'third_party/fbgemm/external/cutlass' 2025-08-14T22:19:32.3182959Z http.https://github.com/.extraheader 2025-08-14T22:19:32.3516087Z Entering 'third_party/fbgemm/external/googletest' 2025-08-14T22:19:32.3941101Z http.https://github.com/.extraheader 2025-08-14T22:19:32.4257120Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-08-14T22:19:32.4711600Z http.https://github.com/.extraheader 2025-08-14T22:19:32.5054736Z Entering 'third_party/fbgemm/external/json' 2025-08-14T22:19:32.5478018Z http.https://github.com/.extraheader 2025-08-14T22:19:32.5813175Z Entering 'third_party/flash-attention' 2025-08-14T22:19:32.6226578Z http.https://github.com/.extraheader 2025-08-14T22:19:32.6550634Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-08-14T22:19:32.6958967Z http.https://github.com/.extraheader 2025-08-14T22:19:32.7285637Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-08-14T22:19:32.7715538Z http.https://github.com/.extraheader 2025-08-14T22:19:32.8091377Z Entering 'third_party/flatbuffers' 2025-08-14T22:19:32.8540760Z http.https://github.com/.extraheader 2025-08-14T22:19:32.8859128Z Entering 'third_party/fmt' 2025-08-14T22:19:32.9272393Z http.https://github.com/.extraheader 2025-08-14T22:19:32.9589244Z Entering 'third_party/gemmlowp/gemmlowp' 2025-08-14T22:19:33.0007380Z http.https://github.com/.extraheader 2025-08-14T22:19:33.0324199Z Entering 'third_party/gloo' 2025-08-14T22:19:33.0737196Z http.https://github.com/.extraheader 2025-08-14T22:19:33.1059850Z Entering 'third_party/googletest' 2025-08-14T22:19:33.1471891Z http.https://github.com/.extraheader 2025-08-14T22:19:33.1810297Z Entering 'third_party/ideep' 2025-08-14T22:19:33.2226607Z http.https://github.com/.extraheader 2025-08-14T22:19:33.2542458Z Entering 'third_party/ideep/mkl-dnn' 2025-08-14T22:19:33.2971396Z http.https://github.com/.extraheader 2025-08-14T22:19:33.3332433Z Entering 'third_party/ittapi' 2025-08-14T22:19:33.3784967Z http.https://github.com/.extraheader 2025-08-14T22:19:33.4110539Z Entering 'third_party/kineto' 2025-08-14T22:19:33.4532484Z http.https://github.com/.extraheader 2025-08-14T22:19:33.4847345Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-08-14T22:19:33.5289814Z http.https://github.com/.extraheader 2025-08-14T22:19:33.5596110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-08-14T22:19:33.6018892Z http.https://github.com/.extraheader 2025-08-14T22:19:33.6346805Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-08-14T22:19:33.6775221Z http.https://github.com/.extraheader 2025-08-14T22:19:33.7103814Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-08-14T22:19:33.7526879Z http.https://github.com/.extraheader 2025-08-14T22:19:33.7858056Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-08-14T22:19:33.8276199Z http.https://github.com/.extraheader 2025-08-14T22:19:33.8583460Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-08-14T22:19:33.9005574Z http.https://github.com/.extraheader 2025-08-14T22:19:33.9342186Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-08-14T22:19:33.9763648Z http.https://github.com/.extraheader 2025-08-14T22:19:34.0083645Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-08-14T22:19:34.0502929Z http.https://github.com/.extraheader 2025-08-14T22:19:34.0831302Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-08-14T22:19:34.1251501Z http.https://github.com/.extraheader 2025-08-14T22:19:34.1572811Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-08-14T22:19:34.1987836Z http.https://github.com/.extraheader 2025-08-14T22:19:34.2335626Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-08-14T22:19:34.2777966Z http.https://github.com/.extraheader 2025-08-14T22:19:34.3093318Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-08-14T22:19:34.3505726Z http.https://github.com/.extraheader 2025-08-14T22:19:34.3841277Z Entering 'third_party/kleidiai' 2025-08-14T22:19:34.4284152Z http.https://github.com/.extraheader 2025-08-14T22:19:34.4599801Z Entering 'third_party/mimalloc' 2025-08-14T22:19:34.5033066Z http.https://github.com/.extraheader 2025-08-14T22:19:34.5358511Z Entering 'third_party/nlohmann' 2025-08-14T22:19:34.5792757Z http.https://github.com/.extraheader 2025-08-14T22:19:34.6122777Z Entering 'third_party/onnx' 2025-08-14T22:19:34.6528620Z http.https://github.com/.extraheader 2025-08-14T22:19:34.6891537Z Entering 'third_party/onnx/third_party/pybind11' 2025-08-14T22:19:34.7319394Z http.https://github.com/.extraheader 2025-08-14T22:19:34.7663119Z Entering 'third_party/opentelemetry-cpp' 2025-08-14T22:19:34.8076493Z http.https://github.com/.extraheader 2025-08-14T22:19:34.8377249Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-08-14T22:19:34.8795015Z http.https://github.com/.extraheader 2025-08-14T22:19:34.9109954Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-08-14T22:19:34.9525481Z http.https://github.com/.extraheader 2025-08-14T22:19:34.9851079Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-08-14T22:19:35.0278909Z http.https://github.com/.extraheader 2025-08-14T22:19:35.0588719Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-08-14T22:19:35.1044787Z http.https://github.com/.extraheader 2025-08-14T22:19:35.1368005Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-08-14T22:19:35.1792314Z http.https://github.com/.extraheader 2025-08-14T22:19:35.2105111Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-08-14T22:19:35.2519231Z http.https://github.com/.extraheader 2025-08-14T22:19:35.2843714Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-08-14T22:19:35.3273687Z http.https://github.com/.extraheader 2025-08-14T22:19:35.3628493Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-08-14T22:19:35.4056379Z http.https://github.com/.extraheader 2025-08-14T22:19:35.4374622Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-08-14T22:19:35.4808630Z http.https://github.com/.extraheader 2025-08-14T22:19:35.5179962Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-08-14T22:19:35.5629458Z http.https://github.com/.extraheader 2025-08-14T22:19:35.5977732Z Entering 'third_party/pocketfft' 2025-08-14T22:19:35.6403927Z http.https://github.com/.extraheader 2025-08-14T22:19:35.6717671Z Entering 'third_party/protobuf' 2025-08-14T22:19:35.7122191Z http.https://github.com/.extraheader 2025-08-14T22:19:35.7432789Z Entering 'third_party/protobuf/third_party/benchmark' 2025-08-14T22:19:35.7845251Z http.https://github.com/.extraheader 2025-08-14T22:19:35.8157893Z Entering 'third_party/protobuf/third_party/googletest' 2025-08-14T22:19:35.8571237Z http.https://github.com/.extraheader 2025-08-14T22:19:35.8919132Z Entering 'third_party/psimd' 2025-08-14T22:19:35.9335360Z http.https://github.com/.extraheader 2025-08-14T22:19:35.9644590Z Entering 'third_party/pthreadpool' 2025-08-14T22:19:36.0061779Z http.https://github.com/.extraheader 2025-08-14T22:19:36.0377141Z Entering 'third_party/pybind11' 2025-08-14T22:19:36.0803579Z http.https://github.com/.extraheader 2025-08-14T22:19:36.1116360Z Entering 'third_party/python-peachpy' 2025-08-14T22:19:36.1560936Z http.https://github.com/.extraheader 2025-08-14T22:19:36.1886759Z Entering 'third_party/sleef' 2025-08-14T22:19:36.2301225Z http.https://github.com/.extraheader 2025-08-14T22:19:36.2621605Z Entering 'third_party/tensorpipe' 2025-08-14T22:19:36.3041777Z http.https://github.com/.extraheader 2025-08-14T22:19:36.3356219Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-08-14T22:19:36.3790851Z http.https://github.com/.extraheader 2025-08-14T22:19:36.4124194Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-08-14T22:19:36.4545271Z http.https://github.com/.extraheader 2025-08-14T22:19:36.4879811Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-08-14T22:19:36.5314651Z http.https://github.com/.extraheader 2025-08-14T22:19:36.5630576Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-08-14T22:19:36.6038605Z http.https://github.com/.extraheader 2025-08-14T22:19:36.6348767Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-08-14T22:19:36.6764150Z http.https://github.com/.extraheader 2025-08-14T22:19:36.7385615Z A job completed hook has been configured by the self-hosted runner administrator 2025-08-14T22:19:36.7419115Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-08-14T22:19:36.7434649Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-08-14T22:19:36.7435112Z ##[endgroup] 2025-08-14T22:19:37.0694466Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-08-14T22:19:37.0748351Z Finished 2025-08-14T22:19:38.5592714Z Cleaning up orphan processes 2025-08-14T22:19:38.6592906Z Terminate orphan process: pid (3092) (vctip)