2025-03-14T05:03:37.7220625Z Current runner version: '2.322.0' 2025-03-14T05:03:37.7227104Z Runner name: 'i-059db7e4210dd9241' 2025-03-14T05:03:37.7227873Z Runner group name: 'Default' 2025-03-14T05:03:37.7228663Z Machine name: 'EC2AMAZ-CS1GRM9' 2025-03-14T05:03:37.7231337Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T05:03:37.7233353Z Contents: read 2025-03-14T05:03:37.7233859Z Metadata: read 2025-03-14T05:03:37.7234327Z Packages: read 2025-03-14T05:03:37.7234811Z ##[endgroup] 2025-03-14T05:03:37.7237688Z Secret source: Actions 2025-03-14T05:03:37.7238349Z Prepare workflow directory 2025-03-14T05:03:37.8964086Z Prepare all required actions 2025-03-14T05:03:37.9015584Z Getting action download info 2025-03-14T05:03:38.0866272Z Download action repository 'pytorch/test-infra@main' (SHA:de00dac6adc071cb2f9861380a0ed3947b93e5cc) 2025-03-14T05:03:39.5603227Z Download action repository 'actions/download-artifact@v4.1.7' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e) 2025-03-14T05:03:39.8885683Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T05:03:40.1747186Z Complete job name: libtorch-cpu-shared-with-deps-debug-test 2025-03-14T05:03:40.2592573Z ##[group]Run set -euo pipefail 2025-03-14T05:03:40.2593661Z set -euo pipefail 2025-03-14T05:03:40.2594555Z function get_ec2_metadata() { 2025-03-14T05:03:40.2595677Z  # Pulled from instance metadata endpoint for EC2 2025-03-14T05:03:40.2597418Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-14T05:03:40.2598939Z  category=$1 2025-03-14T05:03:40.2601354Z  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-03-14T05:03:40.2603752Z } 2025-03-14T05:03:40.2604471Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-14T05:03:40.2605687Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-14T05:03:40.2607107Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-14T05:03:40.2608262Z echo "system info $(uname -a)" 2025-03-14T05:03:40.2634095Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T05:03:40.2635676Z env: 2025-03-14T05:03:40.2636608Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:40.2637815Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:40.2638732Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:40.2640270Z GITHUB_TOKEN: *** 2025-03-14T05:03:40.2640918Z PR_NUMBER: 2025-03-14T05:03:40.2641642Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:40.2642562Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:40.2643457Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:40.2644563Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:40.2645391Z DESIRED_CUDA: cpu 2025-03-14T05:03:40.2646050Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:40.2646725Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:40.2647512Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:40.2648369Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:40.2649021Z ##[endgroup] 2025-03-14T05:03:40.4492412Z ami-id: ami-0f08232129c59e114 2025-03-14T05:03:40.4989710Z instance-id: i-059db7e4210dd9241 2025-03-14T05:03:40.5344439Z instance-type: c5d.4xlarge 2025-03-14T05:03:40.5531770Z system info MSYS_NT-10.0-17763 EC2AMAZ-CS1GRM9 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-03-14T05:03:40.5753603Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-03-14T05:03:40.5754751Z with: 2025-03-14T05:03:40.5755761Z github-secret: *** 2025-03-14T05:03:40.5756465Z activate-with-label: false 2025-03-14T05:03:40.5757213Z label: with-ssh 2025-03-14T05:03:40.5757865Z remove-existing-keys: true 2025-03-14T05:03:40.5758617Z fail-silently: true 2025-03-14T05:03:40.5760566Z env: 2025-03-14T05:03:40.5761471Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:40.5762652Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:40.5763544Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:40.5764987Z GITHUB_TOKEN: *** 2025-03-14T05:03:40.5765628Z PR_NUMBER: 2025-03-14T05:03:40.5766316Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:40.5767196Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:40.5768073Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:40.5769179Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:40.5769882Z DESIRED_CUDA: cpu 2025-03-14T05:03:40.5770519Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:40.5771186Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:40.5771939Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:40.5772762Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:40.5773412Z ##[endgroup] 2025-03-14T05:03:40.7226620Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-14T05:03:40.7230178Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-14T05:03:40.7461609Z ##[group]Run git config --global core.longpaths true 2025-03-14T05:03:40.7462824Z git config --global core.longpaths true 2025-03-14T05:03:40.7463833Z git config --global core.symlinks true 2025-03-14T05:03:40.7464826Z  2025-03-14T05:03:40.7465845Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-03-14T05:03:40.7467399Z # the directory on Windows and prevent GHA from checking out as reported 2025-03-14T05:03:40.7468845Z # in https://github.com/actions/checkout/issues/1018 2025-03-14T05:03:40.7469977Z git config --global core.fsmonitor false 2025-03-14T05:03:40.7490867Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T05:03:40.7492065Z env: 2025-03-14T05:03:40.7493080Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:40.7494216Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:40.7495122Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:40.7496475Z GITHUB_TOKEN: *** 2025-03-14T05:03:40.7497093Z PR_NUMBER: 2025-03-14T05:03:40.7497753Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:40.7498712Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:40.7499556Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:40.7500581Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:40.7501244Z DESIRED_CUDA: cpu 2025-03-14T05:03:40.7501928Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:40.7502576Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:40.7503292Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:40.7504178Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:40.7504818Z ##[endgroup] 2025-03-14T05:03:40.8686057Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T05:03:40.8688797Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T05:03:40.8708131Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T05:03:40.8709380Z env: 2025-03-14T05:03:40.8710234Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:40.8711343Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:40.8712192Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:40.8713524Z GITHUB_TOKEN: *** 2025-03-14T05:03:40.8714221Z PR_NUMBER: 2025-03-14T05:03:40.8714881Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:40.8715725Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:40.8716561Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:40.8717607Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:40.8718281Z DESIRED_CUDA: cpu 2025-03-14T05:03:40.8719643Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:40.8720344Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:40.8721070Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:40.8721848Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:40.8722473Z ##[endgroup] 2025-03-14T05:03:41.2151228Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T05:03:41.2222174Z Finished 2025-03-14T05:03:41.2548323Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-03-14T05:03:41.2550362Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TEMP -ErrorAction Ignore 2025-03-14T05:03:41.2552266Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-03-14T05:03:41.2553522Z # that it doesn't interfere 2025-03-14T05:03:41.2554701Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-03-14T05:03:41.2571766Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T05:03:41.2572932Z env: 2025-03-14T05:03:41.2573774Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:41.2574994Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:41.2575819Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:41.2577059Z GITHUB_TOKEN: *** 2025-03-14T05:03:41.2577690Z PR_NUMBER: 2025-03-14T05:03:41.2578328Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:41.2579152Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:41.2580000Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:41.2581026Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:41.2581738Z DESIRED_CUDA: cpu 2025-03-14T05:03:41.2582330Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:41.2582952Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:41.2583646Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:41.2584407Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:41.2585014Z ##[endgroup] 2025-03-14T05:03:41.5748308Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T05:03:41.5814700Z Finished 2025-03-14T05:03:42.1170554Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-03-14T05:03:42.1171198Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2025-03-14T05:03:42.1171784Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2025-03-14T05:03:42.1172310Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2025-03-14T05:03:42.1192330Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T05:03:42.1192815Z env: 2025-03-14T05:03:42.1193174Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:42.1193636Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:42.1193982Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:42.1194660Z GITHUB_TOKEN: *** 2025-03-14T05:03:42.1194928Z PR_NUMBER: 2025-03-14T05:03:42.1195201Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:42.1195578Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:42.1196004Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:42.1196461Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:42.1196730Z DESIRED_CUDA: cpu 2025-03-14T05:03:42.1196977Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:42.1197233Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:42.1197521Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:42.1197830Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:42.1198094Z ##[endgroup] 2025-03-14T05:03:42.1390807Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2025-03-14T05:03:42.1556766Z ##[group]Run actions/download-artifact@v4.1.7 2025-03-14T05:03:42.1557162Z with: 2025-03-14T05:03:42.1557449Z name: libtorch-cpu-shared-with-deps-debug 2025-03-14T05:03:42.1557836Z path: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:03:42.1558365Z merge-multiple: false 2025-03-14T05:03:42.1558655Z repository: pytorch/pytorch 2025-03-14T05:03:42.1558947Z run-id: 13849514994 2025-03-14T05:03:42.1559270Z env: 2025-03-14T05:03:42.1559665Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:03:42.1560119Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:03:42.1560477Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:03:42.1561093Z GITHUB_TOKEN: *** 2025-03-14T05:03:42.1561351Z PR_NUMBER: 2025-03-14T05:03:42.1561629Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:03:42.1561962Z SKIP_ALL_TESTS: 1 2025-03-14T05:03:42.1562381Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:03:42.1562782Z PACKAGE_TYPE: libtorch 2025-03-14T05:03:42.1563044Z DESIRED_CUDA: cpu 2025-03-14T05:03:42.1563303Z GPU_ARCH_TYPE: cpu 2025-03-14T05:03:42.1563559Z LIBTORCH_CONFIG: debug 2025-03-14T05:03:42.1563835Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:03:42.1564164Z DESIRED_PYTHON: 3.9 2025-03-14T05:03:42.1564479Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:03:42.1565041Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:03:42.1565467Z ##[endgroup] 2025-03-14T05:03:42.4150905Z Downloading single artifact 2025-03-14T05:03:42.5155304Z Preparing to download the following artifacts: 2025-03-14T05:03:42.5155900Z - libtorch-cpu-shared-with-deps-debug (ID: 2750602981, Size: 1901952254) 2025-03-14T05:03:42.5630517Z Redirecting to blob download url: https://productionresultssa12.blob.core.windows.net/actions-results/d5316696-f772-41ab-b6a8-644984bb013d/workflow-job-run-e790a72b-c33b-5cfc-732a-4995116097a2/artifacts/06c1c9d37106b57ed4eddcc9d43dafa5aa35428a26d12684faa0f52fa3005aa3.zip 2025-03-14T05:03:42.5632138Z Starting download of artifact to: C:\actions-runner\_work\_temp\artifacts 2025-03-14T05:03:42.7016363Z (node:1192) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-03-14T05:03:42.7017514Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-03-14T05:04:17.9776886Z Artifact download completed successfully. 2025-03-14T05:04:17.9777462Z Total of 1 artifact(s) downloaded 2025-03-14T05:04:17.9786387Z Download artifact has finished successfully 2025-03-14T05:04:18.0116863Z ##[group]Run actions/checkout@v4 2025-03-14T05:04:18.0117186Z with: 2025-03-14T05:04:18.0117430Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:04:18.0117738Z submodules: recursive 2025-03-14T05:04:18.0117971Z path: pytorch 2025-03-14T05:04:18.0118185Z show-progress: false 2025-03-14T05:04:18.0118430Z repository: pytorch/pytorch 2025-03-14T05:04:18.0118848Z token: *** 2025-03-14T05:04:18.0119052Z ssh-strict: true 2025-03-14T05:04:18.0119269Z ssh-user: git 2025-03-14T05:04:18.0119498Z persist-credentials: true 2025-03-14T05:04:18.0119781Z clean: true 2025-03-14T05:04:18.0120012Z sparse-checkout-cone-mode: true 2025-03-14T05:04:18.0120291Z fetch-depth: 1 2025-03-14T05:04:18.0120500Z fetch-tags: false 2025-03-14T05:04:18.0120696Z lfs: false 2025-03-14T05:04:18.0120921Z set-safe-directory: true 2025-03-14T05:04:18.0121155Z env: 2025-03-14T05:04:18.0121494Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:04:18.0121904Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:04:18.0122219Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:04:18.0122654Z GITHUB_TOKEN: *** 2025-03-14T05:04:18.0122862Z PR_NUMBER: 2025-03-14T05:04:18.0123095Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:04:18.0123382Z SKIP_ALL_TESTS: 1 2025-03-14T05:04:18.0123692Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:04:18.0124075Z PACKAGE_TYPE: libtorch 2025-03-14T05:04:18.0124345Z DESIRED_CUDA: cpu 2025-03-14T05:04:18.0124741Z GPU_ARCH_TYPE: cpu 2025-03-14T05:04:18.0124960Z LIBTORCH_CONFIG: debug 2025-03-14T05:04:18.0125220Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:04:18.0125500Z DESIRED_PYTHON: 3.9 2025-03-14T05:04:18.0125777Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:04:18.0126195Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:04:18.0126562Z ##[endgroup] 2025-03-14T05:04:18.1706419Z Syncing repository: pytorch/pytorch 2025-03-14T05:04:18.1707736Z ##[group]Getting Git version info 2025-03-14T05:04:18.1708184Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2025-03-14T05:04:18.1786964Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T05:04:18.2002096Z git version 2.47.1.windows.2 2025-03-14T05:04:18.2048195Z ##[endgroup] 2025-03-14T05:04:18.2060705Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\144bdde4-083b-42f3-ae96-92d1e15e904a\.gitconfig' 2025-03-14T05:04:18.2078817Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\144bdde4-083b-42f3-ae96-92d1e15e904a' before making global git config changes 2025-03-14T05:04:18.2079658Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T05:04:18.2088563Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-03-14T05:04:18.2342119Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url 2025-03-14T05:04:18.2542712Z https://github.com/pytorch/pytorch 2025-03-14T05:04:18.2588650Z ##[group]Removing previously created refs, to avoid conflicts 2025-03-14T05:04:18.2598199Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD 2025-03-14T05:04:18.2800982Z HEAD 2025-03-14T05:04:18.3075931Z ##[endgroup] 2025-03-14T05:04:18.3086510Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status 2025-03-14T05:04:18.8848780Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (7e1e1fe) 2025-03-14T05:04:18.9484356Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-03-14T05:04:19.0187644Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-03-14T05:04:19.0843252Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-03-14T05:04:19.1576357Z e170594ac7cf1dac584da473d4ca9301087090c1 third_party/NVTX (e170594) 2025-03-14T05:04:19.2194927Z a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 third_party/VulkanMemoryAllocator (a6bfc23) 2025-03-14T05:04:19.2997096Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (51a01036) 2025-03-14T05:04:19.3693054Z 0d98dba29d66e93259db7daa53a9327df767a415 third_party/benchmark (0d98dba) 2025-03-14T05:04:19.4359404Z 8086bbe3a78d931eb96fe12fdc014082e18d18d3 third_party/composable_kernel (8086bbe) 2025-03-14T05:04:19.5003531Z 3b6597bba913d51161383657829b7e644e59c006 third_party/cpp-httplib (3b6597b) 2025-03-14T05:04:19.5700760Z 1e83a2fdd3102f65c6f1fb602c1b320486218a99 third_party/cpuinfo (1e83a2f) 2025-03-14T05:04:19.6508259Z 91b7532f3386768bba4f444ee7672b497f34da8a third_party/cudnn_frontend (91b7532) 2025-03-14T05:04:19.7177511Z afa1772203677c5118fcd82537a9c8fefbcc7008 third_party/cutlass (afa1772) 2025-03-14T05:04:19.7876225Z 3147391d946bb4b6c68edd901f2add6ac1f31f8c third_party/eigen (3147391) 2025-03-14T05:04:19.8546669Z dbc3157bf256f1339b3fa1fef2be89ac4078be0e third_party/fbgemm (dbc3157) 2025-03-14T05:04:19.9400455Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (979702c) 2025-03-14T05:04:20.0330169Z 01834de25e4bf3975a9a00e816292b1ad0fe184b third_party/flatbuffers (01834de) 2025-03-14T05:04:20.1007152Z 123913715afeb8a437e6388b4473fcc4753e1c9a third_party/fmt (1239137) 2025-03-14T05:04:20.1665666Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (3fb5c17) 2025-03-14T05:04:20.2360257Z 5354032ea08eadd7fc4456477f7f7c6308818509 third_party/gloo (5354032) 2025-03-14T05:04:20.3072739Z b514bdc898e2951020cbdca1304b75f5950d1f59 third_party/googletest (b514bdc) 2025-03-14T05:04:20.4857443Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (719d8e6) 2025-03-14T05:04:20.5475121Z 5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 third_party/ittapi (5b8a7d7) 2025-03-14T05:04:20.6088249Z 2859721fd9e73d3ca1c56f827dbc64e6d68f78a2 third_party/kineto (2859721) 2025-03-14T05:04:20.6950566Z ef685a13cfbe8d418aa2ed34350e21e4938358b6 third_party/kleidiai (ef685a1) 2025-03-14T05:04:20.7486062Z b66e3214d8a104669c2ec05ae91ebc26a8f5ab78 third_party/mimalloc (b66e321) 2025-03-14T05:04:20.8102799Z 87cda1d6646592ac5866dc703c8e1839046a6806 third_party/nlohmann (87cda1d) 2025-03-14T05:04:20.8796166Z b8baa8446686496da4cc8fda09f2b6fe65c2a02c third_party/onnx (b8baa84) 2025-03-14T05:04:20.9462999Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (a799f4a) 2025-03-14T05:04:21.0116948Z 9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe third_party/pocketfft (9d3ab05) 2025-03-14T05:04:21.0752631Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (d1eca4e) 2025-03-14T05:04:21.1408707Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-03-14T05:04:21.2064114Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (4fe0e1e) 2025-03-14T05:04:21.2835456Z a2e59f0e7065404b44dfe92a28aca47ba1378dc4 third_party/pybind11 (a2e59f0) 2025-03-14T05:04:21.3590038Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (f45429b) 2025-03-14T05:04:21.4306432Z 56e1f79cb140fb9326d612d0be06b5250565cade third_party/sleef (56e1f79) 2025-03-14T05:04:21.4966999Z 52791a2fd214b2a9dc5759d36725909c1daa7f2e third_party/tensorpipe (52791a2) 2025-03-14T05:04:21.5045876Z ##[group]Cleaning the repository 2025-03-14T05:04:21.5057756Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx 2025-03-14T05:04:37.7361599Z Removing .ci/pytorch/vs_installer.exe 2025-03-14T05:04:37.7362013Z Removing .ci/pytorch/windows/conda/ 2025-03-14T05:04:37.7362420Z Removing .ci/pytorch/windows/miniconda.exe 2025-03-14T05:04:37.7362828Z Removing .ci/pytorch/windows/tmp_bin/ 2025-03-14T05:04:37.7363132Z Removing aten/src/ATen/Config.h 2025-03-14T05:04:37.7363459Z Removing build/ 2025-03-14T05:04:37.7363841Z Removing libtorch-win-shared-with-deps-debug-2.8.0.dev20250314+cpu.zip 2025-03-14T05:04:37.7364313Z Removing third_party/nccl/ 2025-03-14T05:04:37.7365504Z Removing tools/__pycache__/ 2025-03-14T05:04:37.7365834Z Removing tools/autograd/__pycache__/ 2025-03-14T05:04:37.7366150Z Removing tools/setup_helpers/__pycache__/ 2025-03-14T05:04:37.7366475Z Removing tools/shared/_utils_internal.py 2025-03-14T05:04:37.7366775Z Removing torch/bin/ 2025-03-14T05:04:37.7367009Z Removing torch/cmake/ 2025-03-14T05:04:37.7367294Z Removing torch/csrc/api/include/torch/version.h 2025-03-14T05:04:37.7367637Z Removing torch/csrc/autograd/generated/ 2025-03-14T05:04:37.7368027Z Removing torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp 2025-03-14T05:04:37.7368540Z Removing torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-03-14T05:04:37.7368955Z Removing torch/csrc/lazy/generated/LazyIr.h 2025-03-14T05:04:37.7369350Z Removing torch/csrc/lazy/generated/LazyNativeFunctions.cpp 2025-03-14T05:04:37.7369800Z Removing torch/csrc/lazy/generated/LazyNativeFunctions.h 2025-03-14T05:04:37.7370327Z Removing torch/csrc/lazy/generated/LazyNonNativeIr.h 2025-03-14T05:04:37.7370759Z Removing torch/csrc/lazy/generated/RegisterAutogradLazy.cpp 2025-03-14T05:04:37.7371193Z Removing torch/csrc/lazy/generated/RegisterLazy.cpp 2025-03-14T05:04:37.7371539Z Removing torch/lib/cmake/ 2025-03-14T05:04:37.7371813Z Removing torch/lib/mimalloc-1.8/ 2025-03-14T05:04:37.7372105Z Removing torch/lib/pkgconfig/ 2025-03-14T05:04:37.7372464Z Removing torch/testing/_internal/generated/annotated_fn_args.py 2025-03-14T05:04:37.7372862Z Removing torchgen/__pycache__/ 2025-03-14T05:04:37.7373151Z Removing torchgen/aoti/__pycache__/ 2025-03-14T05:04:37.7373461Z Removing torchgen/api/__pycache__/ 2025-03-14T05:04:37.7374228Z Removing torchgen/api/types/__pycache__/ 2025-03-14T05:04:37.7374536Z Removing torchgen/dest/__pycache__/ 2025-03-14T05:04:37.7374849Z Removing torchgen/executorch/__pycache__/ 2025-03-14T05:04:37.7375200Z Removing torchgen/executorch/api/__pycache__/ 2025-03-14T05:04:37.7375577Z Removing torchgen/executorch/api/types/__pycache__/ 2025-03-14T05:04:37.7375961Z Removing torchgen/selective_build/__pycache__/ 2025-03-14T05:04:37.7474323Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD 2025-03-14T05:04:38.5913999Z HEAD is now at aed0b7a7 [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T05:04:38.5973221Z ##[endgroup] 2025-03-14T05:04:38.5977656Z ##[group]Disabling automatic garbage collection 2025-03-14T05:04:38.5990264Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-03-14T05:04:38.6248465Z ##[endgroup] 2025-03-14T05:04:38.6248862Z ##[group]Setting up auth 2025-03-14T05:04:38.6262537Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T05:04:38.6511580Z [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-03-14T05:04:38.9847618Z Entering 'android/libs/fbjni' 2025-03-14T05:04:39.0391646Z Entering 'third_party/FP16' 2025-03-14T05:04:39.0912653Z Entering 'third_party/FXdiv' 2025-03-14T05:04:39.1451298Z Entering 'third_party/NNPACK' 2025-03-14T05:04:39.2020783Z Entering 'third_party/NVTX' 2025-03-14T05:04:39.2548082Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:04:39.3084144Z Entering 'third_party/XNNPACK' 2025-03-14T05:04:39.3626420Z Entering 'third_party/benchmark' 2025-03-14T05:04:39.4168996Z Entering 'third_party/composable_kernel' 2025-03-14T05:04:39.4740118Z Entering 'third_party/cpp-httplib' 2025-03-14T05:04:39.5264371Z Entering 'third_party/cpuinfo' 2025-03-14T05:04:39.5810667Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:04:39.6355240Z Entering 'third_party/cutlass' 2025-03-14T05:04:39.6917134Z Entering 'third_party/eigen' 2025-03-14T05:04:39.7449939Z Entering 'third_party/fbgemm' 2025-03-14T05:04:39.7968630Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:04:39.8505429Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:04:39.9038110Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:04:39.9594423Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:04:40.0130095Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:04:40.0675828Z Entering 'third_party/flash-attention' 2025-03-14T05:04:40.1185780Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:04:40.1733800Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:04:40.2298894Z Entering 'third_party/flatbuffers' 2025-03-14T05:04:40.2841695Z Entering 'third_party/fmt' 2025-03-14T05:04:40.3381642Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:04:40.3908334Z Entering 'third_party/gloo' 2025-03-14T05:04:40.4464433Z Entering 'third_party/googletest' 2025-03-14T05:04:40.4992732Z Entering 'third_party/ideep' 2025-03-14T05:04:40.5496522Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:04:40.6050182Z Entering 'third_party/ittapi' 2025-03-14T05:04:40.6574535Z Entering 'third_party/kineto' 2025-03-14T05:04:40.7086846Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:04:40.7626763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:04:40.8163994Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:04:40.8692730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:04:40.9224691Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:04:40.9740520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:04:41.0297086Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:04:41.0826092Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:04:41.1352288Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:04:41.1884209Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:04:41.2447046Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:04:41.2968347Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:04:41.3508423Z Entering 'third_party/kleidiai' 2025-03-14T05:04:41.4026106Z Entering 'third_party/mimalloc' 2025-03-14T05:04:41.4551976Z Entering 'third_party/nlohmann' 2025-03-14T05:04:41.5075050Z Entering 'third_party/onnx' 2025-03-14T05:04:41.5610856Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:04:41.6148336Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:04:41.6667309Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:04:41.7248364Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:04:41.7766471Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:04:41.8285900Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:04:41.8801537Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:04:41.9320916Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:04:41.9927375Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:04:42.0442473Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:04:42.0970273Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:04:42.1526230Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:04:42.2095941Z Entering 'third_party/pocketfft' 2025-03-14T05:04:42.2606977Z Entering 'third_party/protobuf' 2025-03-14T05:04:42.3118993Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:04:42.3639875Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:04:42.4176816Z Entering 'third_party/psimd' 2025-03-14T05:04:42.4712564Z Entering 'third_party/pthreadpool' 2025-03-14T05:04:42.5230362Z Entering 'third_party/pybind11' 2025-03-14T05:04:42.5756927Z Entering 'third_party/python-peachpy' 2025-03-14T05:04:42.6280602Z Entering 'third_party/sleef' 2025-03-14T05:04:42.6791780Z Entering 'third_party/tensorpipe' 2025-03-14T05:04:42.7293097Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:04:42.7807327Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:04:42.8380534Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:04:42.8905220Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:04:42.9419298Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:04:43.0078628Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T05:04:43.0309447Z [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-03-14T05:04:43.3618704Z Entering 'android/libs/fbjni' 2025-03-14T05:04:43.4183014Z Entering 'third_party/FP16' 2025-03-14T05:04:43.4719929Z Entering 'third_party/FXdiv' 2025-03-14T05:04:43.5232161Z Entering 'third_party/NNPACK' 2025-03-14T05:04:43.5742319Z Entering 'third_party/NVTX' 2025-03-14T05:04:43.6256925Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:04:43.6804477Z Entering 'third_party/XNNPACK' 2025-03-14T05:04:43.7383619Z Entering 'third_party/benchmark' 2025-03-14T05:04:43.7927674Z Entering 'third_party/composable_kernel' 2025-03-14T05:04:43.8469463Z Entering 'third_party/cpp-httplib' 2025-03-14T05:04:43.9000435Z Entering 'third_party/cpuinfo' 2025-03-14T05:04:43.9532967Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:04:44.0064184Z Entering 'third_party/cutlass' 2025-03-14T05:04:44.0605895Z Entering 'third_party/eigen' 2025-03-14T05:04:44.1119548Z Entering 'third_party/fbgemm' 2025-03-14T05:04:44.1632278Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:04:44.2155499Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:04:44.2671395Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:04:44.3217113Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:04:44.3735566Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:04:44.4289448Z Entering 'third_party/flash-attention' 2025-03-14T05:04:44.4794883Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:04:44.5327397Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:04:44.5880397Z Entering 'third_party/flatbuffers' 2025-03-14T05:04:44.6404555Z Entering 'third_party/fmt' 2025-03-14T05:04:44.6943620Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:04:44.7463928Z Entering 'third_party/gloo' 2025-03-14T05:04:44.7989803Z Entering 'third_party/googletest' 2025-03-14T05:04:44.8523636Z Entering 'third_party/ideep' 2025-03-14T05:04:44.9045134Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:04:44.9588625Z Entering 'third_party/ittapi' 2025-03-14T05:04:45.0152151Z Entering 'third_party/kineto' 2025-03-14T05:04:45.0652125Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:04:45.1165505Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:04:45.1699934Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:04:45.2226467Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:04:45.2758132Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:04:45.3275492Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:04:45.3825897Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:04:45.4397206Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:04:45.4921355Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:04:45.5449730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:04:45.5999714Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:04:45.6522281Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:04:45.7068794Z Entering 'third_party/kleidiai' 2025-03-14T05:04:45.7617596Z Entering 'third_party/mimalloc' 2025-03-14T05:04:45.8152989Z Entering 'third_party/nlohmann' 2025-03-14T05:04:45.8685729Z Entering 'third_party/onnx' 2025-03-14T05:04:45.9208681Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:04:45.9743540Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:04:46.0259379Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:04:46.0775777Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:04:46.1312575Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:04:46.1832684Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:04:46.2350168Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:04:46.2891817Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:04:46.3412094Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:04:46.3920867Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:04:46.4460836Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:04:46.5006338Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:04:46.5578515Z Entering 'third_party/pocketfft' 2025-03-14T05:04:46.6138065Z Entering 'third_party/protobuf' 2025-03-14T05:04:46.6638800Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:04:46.7172785Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:04:46.7707386Z Entering 'third_party/psimd' 2025-03-14T05:04:46.8224128Z Entering 'third_party/pthreadpool' 2025-03-14T05:04:46.8748826Z Entering 'third_party/pybind11' 2025-03-14T05:04:46.9268737Z Entering 'third_party/python-peachpy' 2025-03-14T05:04:46.9804793Z Entering 'third_party/sleef' 2025-03-14T05:04:47.0330280Z Entering 'third_party/tensorpipe' 2025-03-14T05:04:47.0836577Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:04:47.1378331Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:04:47.1897475Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:04:47.2408710Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:04:47.2922436Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:04:47.3571120Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T05:04:47.3819919Z ##[endgroup] 2025-03-14T05:04:47.3820347Z ##[group]Fetching the repository 2025-03-14T05:04:47.3837352Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:04:51.8664805Z From https://github.com/pytorch/pytorch 2025-03-14T05:04:51.8665318Z * branch aed0b7a742a2d7b7901790622829cbd2135049a4 -> FETCH_HEAD 2025-03-14T05:04:51.8824216Z ##[endgroup] 2025-03-14T05:04:51.8825243Z ##[group]Determining the checkout info 2025-03-14T05:04:51.8826532Z ##[endgroup] 2025-03-14T05:04:51.8837627Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-03-14T05:04:51.9301737Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-03-14T05:04:51.9538035Z ##[group]Checking out the ref 2025-03-14T05:04:51.9547609Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:04:52.0558954Z HEAD is now at aed0b7a7 [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T05:04:52.0622744Z ##[endgroup] 2025-03-14T05:04:52.0623177Z ##[group]Setting up auth for fetching submodules 2025-03-14T05:04:52.0634338Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T05:04:52.0896311Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-03-14T05:04:52.1129752Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-14T05:04:52.1357500Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-14T05:04:52.1582862Z ##[endgroup] 2025-03-14T05:04:52.1583248Z ##[group]Fetching submodules 2025-03-14T05:04:52.1597297Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-03-14T05:04:52.5004982Z Synchronizing submodule url for 'android/libs/fbjni' 2025-03-14T05:04:52.5126344Z Synchronizing submodule url for 'third_party/FP16' 2025-03-14T05:04:52.5246024Z Synchronizing submodule url for 'third_party/FXdiv' 2025-03-14T05:04:52.5366609Z Synchronizing submodule url for 'third_party/NNPACK' 2025-03-14T05:04:52.5485103Z Synchronizing submodule url for 'third_party/NVTX' 2025-03-14T05:04:52.5599855Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-03-14T05:04:52.5714039Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-03-14T05:04:52.5865678Z Synchronizing submodule url for 'third_party/benchmark' 2025-03-14T05:04:52.5979723Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-03-14T05:04:52.6100126Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-03-14T05:04:52.6210610Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-03-14T05:04:52.6324016Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-03-14T05:04:52.6439583Z Synchronizing submodule url for 'third_party/cutlass' 2025-03-14T05:04:52.6564204Z Synchronizing submodule url for 'third_party/eigen' 2025-03-14T05:04:52.6689569Z Synchronizing submodule url for 'third_party/fbgemm' 2025-03-14T05:04:52.6806014Z Synchronizing submodule url for 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:04:52.6927408Z Synchronizing submodule url for 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:04:52.7045404Z Synchronizing submodule url for 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:04:52.7173486Z Synchronizing submodule url for 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:04:52.7283234Z Synchronizing submodule url for 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:04:52.7421120Z Synchronizing submodule url for 'third_party/flash-attention' 2025-03-14T05:04:52.7528407Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:04:52.7657919Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:04:52.7796963Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-03-14T05:04:52.7914427Z Synchronizing submodule url for 'third_party/fmt' 2025-03-14T05:04:52.8029514Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:04:52.8142825Z Synchronizing submodule url for 'third_party/gloo' 2025-03-14T05:04:52.8259555Z Synchronizing submodule url for 'third_party/googletest' 2025-03-14T05:04:52.8374301Z Synchronizing submodule url for 'third_party/ideep' 2025-03-14T05:04:52.8469039Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-03-14T05:04:52.8608134Z Synchronizing submodule url for 'third_party/ittapi' 2025-03-14T05:04:52.8727187Z Synchronizing submodule url for 'third_party/kineto' 2025-03-14T05:04:52.8838495Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:04:52.8947508Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:04:52.9074244Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:04:52.9193564Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:04:52.9306880Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:04:52.9406965Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:04:52.9542560Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:04:52.9661139Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:04:52.9772046Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:04:52.9889973Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:04:53.0030532Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:04:53.0150295Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:04:53.0281257Z Synchronizing submodule url for 'third_party/kleidiai' 2025-03-14T05:04:53.0396976Z Synchronizing submodule url for 'third_party/mimalloc' 2025-03-14T05:04:53.0516667Z Synchronizing submodule url for 'third_party/nlohmann' 2025-03-14T05:04:53.0631011Z Synchronizing submodule url for 'third_party/onnx' 2025-03-14T05:04:53.0743327Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-03-14T05:04:53.0885098Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-03-14T05:04:53.0994863Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:04:53.1120564Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:04:53.1238844Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:04:53.1351898Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:04:53.1477682Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:04:53.1587340Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:04:53.1706215Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:04:53.1810421Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:04:53.1939019Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:04:53.2068435Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:04:53.2219248Z Synchronizing submodule url for 'third_party/pocketfft' 2025-03-14T05:04:53.2340989Z Synchronizing submodule url for 'third_party/protobuf' 2025-03-14T05:04:53.2450826Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:04:53.2576487Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-03-14T05:04:53.2706152Z Synchronizing submodule url for 'third_party/psimd' 2025-03-14T05:04:53.2817190Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-03-14T05:04:53.2929856Z Synchronizing submodule url for 'third_party/pybind11' 2025-03-14T05:04:53.3051437Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-03-14T05:04:53.3163131Z Synchronizing submodule url for 'third_party/sleef' 2025-03-14T05:04:53.3284567Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-03-14T05:04:53.3389457Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:04:53.3539865Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:04:53.3659686Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:04:53.3773001Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:04:53.3872880Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:04:53.4083141Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-14T05:04:53.7939890Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-03-14T05:04:53.8629523Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-14T05:04:53.9316946Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-14T05:04:54.0034292Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-03-14T05:04:54.0724996Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-03-14T05:04:54.1351958Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-14T05:04:54.2274178Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-03-14T05:04:54.3012442Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-03-14T05:04:54.3740644Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-03-14T05:04:54.4363525Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-03-14T05:04:54.5131989Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-14T05:04:54.5830160Z Submodule path 'third_party/cudnn_frontend': checked out '91b7532f3386768bba4f444ee7672b497f34da8a' 2025-03-14T05:04:54.6710274Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-14T05:04:54.7367122Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-03-14T05:04:54.8191599Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-03-14T05:04:54.8872584Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-03-14T05:04:54.9641306Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-03-14T05:04:55.0935269Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-03-14T05:04:55.1609087Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-03-14T05:04:55.2267358Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-03-14T05:04:55.3059140Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-03-14T05:04:55.3857972Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-03-14T05:04:55.4755026Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-03-14T05:04:55.5431822Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-03-14T05:04:55.6040876Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-03-14T05:04:55.6718995Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-03-14T05:04:55.7481102Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-03-14T05:04:55.8195953Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-03-14T05:04:55.8817600Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-03-14T05:04:55.9594869Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-03-14T05:04:56.0293420Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-03-14T05:04:56.0889980Z Submodule path 'third_party/kineto': checked out '2859721fd9e73d3ca1c56f827dbc64e6d68f78a2' 2025-03-14T05:04:56.1629862Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-03-14T05:04:56.2488781Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-03-14T05:04:56.3167927Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-03-14T05:04:56.3833312Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-03-14T05:04:56.4512407Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-03-14T05:04:56.5085806Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-03-14T05:04:56.5799438Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-03-14T05:04:56.6467650Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-03-14T05:04:56.7322002Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-03-14T05:04:56.7931266Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-03-14T05:04:56.8618778Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-03-14T05:04:56.9394786Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-03-14T05:04:57.0099484Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-03-14T05:04:57.0800950Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-03-14T05:04:57.1727361Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-03-14T05:04:57.2823371Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-03-14T05:04:57.3594413Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-03-14T05:04:57.4395885Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-03-14T05:04:57.5061082Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-03-14T05:04:57.5765089Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-03-14T05:04:57.6382786Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-03-14T05:04:57.7117641Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-03-14T05:04:57.7747658Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-03-14T05:04:57.8467520Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-03-14T05:04:57.9127078Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-03-14T05:04:57.9743454Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-03-14T05:04:58.0373172Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-14T05:04:58.1602038Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-03-14T05:04:58.2245304Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-03-14T05:04:58.3019947Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-03-14T05:04:58.3625638Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-03-14T05:04:58.4453368Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-03-14T05:04:58.5025958Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-03-14T05:04:58.5618335Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-14T05:04:58.6336757Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-14T05:04:58.7001871Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-03-14T05:04:58.7607203Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-03-14T05:04:58.8402608Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-03-14T05:04:58.9007322Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-03-14T05:04:58.9837898Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-03-14T05:04:59.0553485Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-03-14T05:04:59.1216780Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-03-14T05:04:59.1832916Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-03-14T05:04:59.2055763Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-03-14T05:04:59.5596113Z Entering 'android/libs/fbjni' 2025-03-14T05:04:59.5957968Z Entering 'third_party/FP16' 2025-03-14T05:04:59.6318063Z Entering 'third_party/FXdiv' 2025-03-14T05:04:59.6662052Z Entering 'third_party/NNPACK' 2025-03-14T05:04:59.7033437Z Entering 'third_party/NVTX' 2025-03-14T05:04:59.7367137Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:04:59.7697334Z Entering 'third_party/XNNPACK' 2025-03-14T05:04:59.8048137Z Entering 'third_party/benchmark' 2025-03-14T05:04:59.8375628Z Entering 'third_party/composable_kernel' 2025-03-14T05:04:59.8743052Z Entering 'third_party/cpp-httplib' 2025-03-14T05:04:59.9077188Z Entering 'third_party/cpuinfo' 2025-03-14T05:04:59.9416335Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:04:59.9747836Z Entering 'third_party/cutlass' 2025-03-14T05:05:00.0088598Z Entering 'third_party/eigen' 2025-03-14T05:05:00.0470336Z Entering 'third_party/fbgemm' 2025-03-14T05:05:00.0785311Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:05:00.1125267Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:05:00.1474780Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:05:00.1814981Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:05:00.2146909Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:05:00.2514356Z Entering 'third_party/flash-attention' 2025-03-14T05:05:00.2844637Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:05:00.3194092Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:05:00.3553039Z Entering 'third_party/flatbuffers' 2025-03-14T05:05:00.3886146Z Entering 'third_party/fmt' 2025-03-14T05:05:00.4241172Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:05:00.4581129Z Entering 'third_party/gloo' 2025-03-14T05:05:00.4914298Z Entering 'third_party/googletest' 2025-03-14T05:05:00.5248819Z Entering 'third_party/ideep' 2025-03-14T05:05:00.5563487Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:05:00.5934409Z Entering 'third_party/ittapi' 2025-03-14T05:05:00.6269299Z Entering 'third_party/kineto' 2025-03-14T05:05:00.6589644Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:05:00.6909045Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:05:00.7245396Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:05:00.7586301Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:05:00.7926508Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:05:00.8251274Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:05:00.8622810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:05:00.8955626Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:05:00.9305281Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:05:00.9647352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:05:01.0010055Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:05:01.0345617Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:05:01.0707390Z Entering 'third_party/kleidiai' 2025-03-14T05:05:01.1045537Z Entering 'third_party/mimalloc' 2025-03-14T05:05:01.1374870Z Entering 'third_party/nlohmann' 2025-03-14T05:05:01.1722155Z Entering 'third_party/onnx' 2025-03-14T05:05:01.2065661Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:05:01.2421300Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:05:01.2745507Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:05:01.3086158Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:05:01.3417987Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:05:01.3756760Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:05:01.4099351Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:05:01.4431880Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:05:01.4766240Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:05:01.5242416Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:05:01.5582510Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:05:01.5939352Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:05:01.6326101Z Entering 'third_party/pocketfft' 2025-03-14T05:05:01.6654163Z Entering 'third_party/protobuf' 2025-03-14T05:05:01.6998948Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:05:01.7344297Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:05:01.7692058Z Entering 'third_party/psimd' 2025-03-14T05:05:01.8027728Z Entering 'third_party/pthreadpool' 2025-03-14T05:05:01.8362100Z Entering 'third_party/pybind11' 2025-03-14T05:05:01.8705676Z Entering 'third_party/python-peachpy' 2025-03-14T05:05:01.9039360Z Entering 'third_party/sleef' 2025-03-14T05:05:01.9375854Z Entering 'third_party/tensorpipe' 2025-03-14T05:05:01.9704150Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:05:02.0046650Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:05:02.0379144Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:05:02.0710172Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:05:02.1036807Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:05:02.1478689Z ##[endgroup] 2025-03-14T05:05:02.1479224Z ##[group]Persisting credentials for submodules 2025-03-14T05:05:02.1495186Z [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-03-14T05:05:02.4986719Z Entering 'android/libs/fbjni' 2025-03-14T05:05:02.5390441Z url.https://github.com/.insteadof 2025-03-14T05:05:02.5390839Z url.https://github.com/.insteadof 2025-03-14T05:05:02.5699890Z Entering 'third_party/FP16' 2025-03-14T05:05:02.6092842Z url.https://github.com/.insteadof 2025-03-14T05:05:02.6093218Z url.https://github.com/.insteadof 2025-03-14T05:05:02.6380799Z Entering 'third_party/FXdiv' 2025-03-14T05:05:02.6776158Z url.https://github.com/.insteadof 2025-03-14T05:05:02.6776532Z url.https://github.com/.insteadof 2025-03-14T05:05:02.7062796Z Entering 'third_party/NNPACK' 2025-03-14T05:05:02.7463315Z url.https://github.com/.insteadof 2025-03-14T05:05:02.7463690Z url.https://github.com/.insteadof 2025-03-14T05:05:02.7747247Z Entering 'third_party/NVTX' 2025-03-14T05:05:02.8169725Z url.https://github.com/.insteadof 2025-03-14T05:05:02.8170105Z url.https://github.com/.insteadof 2025-03-14T05:05:02.8455801Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:05:02.8880157Z url.https://github.com/.insteadof 2025-03-14T05:05:02.8880514Z url.https://github.com/.insteadof 2025-03-14T05:05:02.9165756Z Entering 'third_party/XNNPACK' 2025-03-14T05:05:02.9568187Z url.https://github.com/.insteadof 2025-03-14T05:05:02.9568580Z url.https://github.com/.insteadof 2025-03-14T05:05:02.9866310Z Entering 'third_party/benchmark' 2025-03-14T05:05:03.0286498Z url.https://github.com/.insteadof 2025-03-14T05:05:03.0286882Z url.https://github.com/.insteadof 2025-03-14T05:05:03.0569255Z Entering 'third_party/composable_kernel' 2025-03-14T05:05:03.0958519Z url.https://github.com/.insteadof 2025-03-14T05:05:03.0958888Z url.https://github.com/.insteadof 2025-03-14T05:05:03.1256133Z Entering 'third_party/cpp-httplib' 2025-03-14T05:05:03.1647261Z url.https://github.com/.insteadof 2025-03-14T05:05:03.1647644Z url.https://github.com/.insteadof 2025-03-14T05:05:03.1929717Z Entering 'third_party/cpuinfo' 2025-03-14T05:05:03.2320905Z url.https://github.com/.insteadof 2025-03-14T05:05:03.2321256Z url.https://github.com/.insteadof 2025-03-14T05:05:03.2610964Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:05:03.3009940Z url.https://github.com/.insteadof 2025-03-14T05:05:03.3010287Z url.https://github.com/.insteadof 2025-03-14T05:05:03.3306781Z Entering 'third_party/cutlass' 2025-03-14T05:05:03.3706492Z url.https://github.com/.insteadof 2025-03-14T05:05:03.3706844Z url.https://github.com/.insteadof 2025-03-14T05:05:03.3995371Z Entering 'third_party/eigen' 2025-03-14T05:05:03.4426659Z url.https://github.com/.insteadof 2025-03-14T05:05:03.4427050Z url.https://github.com/.insteadof 2025-03-14T05:05:03.4713243Z Entering 'third_party/fbgemm' 2025-03-14T05:05:03.5106381Z url.https://github.com/.insteadof 2025-03-14T05:05:03.5106734Z url.https://github.com/.insteadof 2025-03-14T05:05:03.5405162Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:05:03.5810242Z url.https://github.com/.insteadof 2025-03-14T05:05:03.5810599Z url.https://github.com/.insteadof 2025-03-14T05:05:03.6092882Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:05:03.6493555Z url.https://github.com/.insteadof 2025-03-14T05:05:03.6493912Z url.https://github.com/.insteadof 2025-03-14T05:05:03.6773741Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:05:03.7201306Z url.https://github.com/.insteadof 2025-03-14T05:05:03.7201656Z url.https://github.com/.insteadof 2025-03-14T05:05:03.7467727Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:05:03.7866808Z url.https://github.com/.insteadof 2025-03-14T05:05:03.7867157Z url.https://github.com/.insteadof 2025-03-14T05:05:03.8152534Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:05:03.8544570Z url.https://github.com/.insteadof 2025-03-14T05:05:03.8544923Z url.https://github.com/.insteadof 2025-03-14T05:05:03.8861103Z Entering 'third_party/flash-attention' 2025-03-14T05:05:03.9277394Z url.https://github.com/.insteadof 2025-03-14T05:05:03.9277759Z url.https://github.com/.insteadof 2025-03-14T05:05:03.9555697Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:05:03.9971441Z url.https://github.com/.insteadof 2025-03-14T05:05:03.9971808Z url.https://github.com/.insteadof 2025-03-14T05:05:04.0271179Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:05:04.0694716Z url.https://github.com/.insteadof 2025-03-14T05:05:04.0695102Z url.https://github.com/.insteadof 2025-03-14T05:05:04.1006753Z Entering 'third_party/flatbuffers' 2025-03-14T05:05:04.1401922Z url.https://github.com/.insteadof 2025-03-14T05:05:04.1402296Z url.https://github.com/.insteadof 2025-03-14T05:05:04.1688861Z Entering 'third_party/fmt' 2025-03-14T05:05:04.2077711Z url.https://github.com/.insteadof 2025-03-14T05:05:04.2078061Z url.https://github.com/.insteadof 2025-03-14T05:05:04.2379788Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:05:04.2767281Z url.https://github.com/.insteadof 2025-03-14T05:05:04.2767636Z url.https://github.com/.insteadof 2025-03-14T05:05:04.3050833Z Entering 'third_party/gloo' 2025-03-14T05:05:04.3446795Z url.https://github.com/.insteadof 2025-03-14T05:05:04.3447175Z url.https://github.com/.insteadof 2025-03-14T05:05:04.3734799Z Entering 'third_party/googletest' 2025-03-14T05:05:04.4126888Z url.https://github.com/.insteadof 2025-03-14T05:05:04.4127257Z url.https://github.com/.insteadof 2025-03-14T05:05:04.4416468Z Entering 'third_party/ideep' 2025-03-14T05:05:04.4811620Z url.https://github.com/.insteadof 2025-03-14T05:05:04.4811983Z url.https://github.com/.insteadof 2025-03-14T05:05:04.5080118Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:05:04.5481219Z url.https://github.com/.insteadof 2025-03-14T05:05:04.5481635Z url.https://github.com/.insteadof 2025-03-14T05:05:04.5791586Z Entering 'third_party/ittapi' 2025-03-14T05:05:04.6176062Z url.https://github.com/.insteadof 2025-03-14T05:05:04.6176417Z url.https://github.com/.insteadof 2025-03-14T05:05:04.6464781Z Entering 'third_party/kineto' 2025-03-14T05:05:04.6850019Z url.https://github.com/.insteadof 2025-03-14T05:05:04.6850372Z url.https://github.com/.insteadof 2025-03-14T05:05:04.7134572Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:05:04.7527172Z url.https://github.com/.insteadof 2025-03-14T05:05:04.7527533Z url.https://github.com/.insteadof 2025-03-14T05:05:04.7829019Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:05:04.8231897Z url.https://github.com/.insteadof 2025-03-14T05:05:04.8232255Z url.https://github.com/.insteadof 2025-03-14T05:05:04.8525859Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:05:04.8925167Z url.https://github.com/.insteadof 2025-03-14T05:05:04.8925530Z url.https://github.com/.insteadof 2025-03-14T05:05:04.9219834Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:05:04.9622789Z url.https://github.com/.insteadof 2025-03-14T05:05:04.9623147Z url.https://github.com/.insteadof 2025-03-14T05:05:04.9913309Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:05:05.0348261Z url.https://github.com/.insteadof 2025-03-14T05:05:05.0348641Z url.https://github.com/.insteadof 2025-03-14T05:05:05.0622595Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:05:05.1030064Z url.https://github.com/.insteadof 2025-03-14T05:05:05.1030469Z url.https://github.com/.insteadof 2025-03-14T05:05:05.1352950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:05:05.1784445Z url.https://github.com/.insteadof 2025-03-14T05:05:05.1784808Z url.https://github.com/.insteadof 2025-03-14T05:05:05.2073065Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:05:05.2473391Z url.https://github.com/.insteadof 2025-03-14T05:05:05.2473758Z url.https://github.com/.insteadof 2025-03-14T05:05:05.2767806Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:05:05.3161629Z url.https://github.com/.insteadof 2025-03-14T05:05:05.3469885Z url.https://github.com/.insteadof 2025-03-14T05:05:05.3470372Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:05:05.3871648Z url.https://github.com/.insteadof 2025-03-14T05:05:05.3872004Z url.https://github.com/.insteadof 2025-03-14T05:05:05.4193727Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:05:05.4587901Z url.https://github.com/.insteadof 2025-03-14T05:05:05.4588261Z url.https://github.com/.insteadof 2025-03-14T05:05:05.4893393Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:05:05.5296708Z url.https://github.com/.insteadof 2025-03-14T05:05:05.5297059Z url.https://github.com/.insteadof 2025-03-14T05:05:05.5593522Z Entering 'third_party/kleidiai' 2025-03-14T05:05:05.5982418Z url.https://github.com/.insteadof 2025-03-14T05:05:05.5982773Z url.https://github.com/.insteadof 2025-03-14T05:05:05.6270035Z Entering 'third_party/mimalloc' 2025-03-14T05:05:05.6695755Z url.https://github.com/.insteadof 2025-03-14T05:05:05.6696106Z url.https://github.com/.insteadof 2025-03-14T05:05:05.6981369Z Entering 'third_party/nlohmann' 2025-03-14T05:05:05.7382890Z url.https://github.com/.insteadof 2025-03-14T05:05:05.7383265Z url.https://github.com/.insteadof 2025-03-14T05:05:05.7667547Z Entering 'third_party/onnx' 2025-03-14T05:05:05.8053760Z url.https://github.com/.insteadof 2025-03-14T05:05:05.8054115Z url.https://github.com/.insteadof 2025-03-14T05:05:05.8355306Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:05:05.8737083Z url.https://github.com/.insteadof 2025-03-14T05:05:05.8737438Z url.https://github.com/.insteadof 2025-03-14T05:05:05.9053229Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:05:05.9450607Z url.https://github.com/.insteadof 2025-03-14T05:05:05.9450959Z url.https://github.com/.insteadof 2025-03-14T05:05:05.9739668Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:05:06.0149047Z url.https://github.com/.insteadof 2025-03-14T05:05:06.0149413Z url.https://github.com/.insteadof 2025-03-14T05:05:06.0437325Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:05:06.0836956Z url.https://github.com/.insteadof 2025-03-14T05:05:06.0837318Z url.https://github.com/.insteadof 2025-03-14T05:05:06.1127167Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:05:06.1550826Z url.https://github.com/.insteadof 2025-03-14T05:05:06.1551184Z url.https://github.com/.insteadof 2025-03-14T05:05:06.1840583Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:05:06.2239263Z url.https://github.com/.insteadof 2025-03-14T05:05:06.2239619Z url.https://github.com/.insteadof 2025-03-14T05:05:06.2525813Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:05:06.2938028Z url.https://github.com/.insteadof 2025-03-14T05:05:06.2938398Z url.https://github.com/.insteadof 2025-03-14T05:05:06.3232700Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:05:06.3640494Z url.https://github.com/.insteadof 2025-03-14T05:05:06.3640855Z url.https://github.com/.insteadof 2025-03-14T05:05:06.3941141Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:05:06.4341226Z url.https://github.com/.insteadof 2025-03-14T05:05:06.4341629Z url.https://github.com/.insteadof 2025-03-14T05:05:06.4614410Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:05:06.5019872Z url.https://github.com/.insteadof 2025-03-14T05:05:06.5020231Z url.https://github.com/.insteadof 2025-03-14T05:05:06.5309968Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:05:06.5708231Z url.https://github.com/.insteadof 2025-03-14T05:05:06.5708631Z url.https://github.com/.insteadof 2025-03-14T05:05:06.6031533Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:05:06.6438233Z url.https://github.com/.insteadof 2025-03-14T05:05:06.6438597Z url.https://github.com/.insteadof 2025-03-14T05:05:06.6762342Z Entering 'third_party/pocketfft' 2025-03-14T05:05:06.7175507Z url.https://github.com/.insteadof 2025-03-14T05:05:06.7175874Z url.https://github.com/.insteadof 2025-03-14T05:05:06.7461210Z Entering 'third_party/protobuf' 2025-03-14T05:05:06.7875269Z url.https://github.com/.insteadof 2025-03-14T05:05:06.7875627Z url.https://github.com/.insteadof 2025-03-14T05:05:06.8129018Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:05:06.8529652Z url.https://github.com/.insteadof 2025-03-14T05:05:06.8529997Z url.https://github.com/.insteadof 2025-03-14T05:05:06.8816887Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:05:06.9217279Z url.https://github.com/.insteadof 2025-03-14T05:05:06.9217655Z url.https://github.com/.insteadof 2025-03-14T05:05:06.9533157Z Entering 'third_party/psimd' 2025-03-14T05:05:06.9925686Z url.https://github.com/.insteadof 2025-03-14T05:05:06.9926037Z url.https://github.com/.insteadof 2025-03-14T05:05:07.0209986Z Entering 'third_party/pthreadpool' 2025-03-14T05:05:07.0599026Z url.https://github.com/.insteadof 2025-03-14T05:05:07.0599398Z url.https://github.com/.insteadof 2025-03-14T05:05:07.0919358Z Entering 'third_party/pybind11' 2025-03-14T05:05:07.1315180Z url.https://github.com/.insteadof 2025-03-14T05:05:07.1315557Z url.https://github.com/.insteadof 2025-03-14T05:05:07.1612548Z Entering 'third_party/python-peachpy' 2025-03-14T05:05:07.2011513Z url.https://github.com/.insteadof 2025-03-14T05:05:07.2011885Z url.https://github.com/.insteadof 2025-03-14T05:05:07.2299389Z Entering 'third_party/sleef' 2025-03-14T05:05:07.2694543Z url.https://github.com/.insteadof 2025-03-14T05:05:07.2694909Z url.https://github.com/.insteadof 2025-03-14T05:05:07.2983516Z Entering 'third_party/tensorpipe' 2025-03-14T05:05:07.3389991Z url.https://github.com/.insteadof 2025-03-14T05:05:07.3390368Z url.https://github.com/.insteadof 2025-03-14T05:05:07.3660367Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:05:07.4065413Z url.https://github.com/.insteadof 2025-03-14T05:05:07.4065785Z url.https://github.com/.insteadof 2025-03-14T05:05:07.4358710Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:05:07.4776398Z url.https://github.com/.insteadof 2025-03-14T05:05:07.4776850Z url.https://github.com/.insteadof 2025-03-14T05:05:07.5068570Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:05:07.5461075Z url.https://github.com/.insteadof 2025-03-14T05:05:07.5461428Z url.https://github.com/.insteadof 2025-03-14T05:05:07.5743262Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:05:07.6134538Z url.https://github.com/.insteadof 2025-03-14T05:05:07.6134898Z url.https://github.com/.insteadof 2025-03-14T05:05:07.6412218Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:05:07.6829029Z url.https://github.com/.insteadof 2025-03-14T05:05:07.6829390Z url.https://github.com/.insteadof 2025-03-14T05:05:07.7237341Z [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-03-14T05:05:08.0464975Z Entering 'android/libs/fbjni' 2025-03-14T05:05:08.0989008Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-03-14T05:05:08.1114026Z Entering 'third_party/FP16' 2025-03-14T05:05:08.1620234Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-03-14T05:05:08.1742051Z Entering 'third_party/FXdiv' 2025-03-14T05:05:08.2252463Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-03-14T05:05:08.2377403Z Entering 'third_party/NNPACK' 2025-03-14T05:05:08.2886782Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-03-14T05:05:08.3011641Z Entering 'third_party/NVTX' 2025-03-14T05:05:08.3517002Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-03-14T05:05:08.3638955Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:05:08.4147862Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-03-14T05:05:08.4271450Z Entering 'third_party/XNNPACK' 2025-03-14T05:05:08.4771562Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-03-14T05:05:08.4936055Z Entering 'third_party/benchmark' 2025-03-14T05:05:08.5444879Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-03-14T05:05:08.5564566Z Entering 'third_party/composable_kernel' 2025-03-14T05:05:08.6080080Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-03-14T05:05:08.6211135Z Entering 'third_party/cpp-httplib' 2025-03-14T05:05:08.6714983Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-03-14T05:05:08.6843407Z Entering 'third_party/cpuinfo' 2025-03-14T05:05:08.7364808Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T05:05:08.7486681Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:05:08.7992175Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-03-14T05:05:08.8111523Z Entering 'third_party/cutlass' 2025-03-14T05:05:08.8608108Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-03-14T05:05:08.8740171Z Entering 'third_party/eigen' 2025-03-14T05:05:08.9231480Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-03-14T05:05:08.9357932Z Entering 'third_party/fbgemm' 2025-03-14T05:05:08.9860773Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-03-14T05:05:08.9978684Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:05:09.0487432Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-03-14T05:05:09.0609680Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:05:09.1122042Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T05:05:09.1244192Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:05:09.1748311Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-03-14T05:05:09.1879006Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:05:09.2422494Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-03-14T05:05:09.2547957Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:05:09.3059654Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-03-14T05:05:09.3195692Z Entering 'third_party/flash-attention' 2025-03-14T05:05:09.3693365Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-03-14T05:05:09.3808688Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:05:09.4315156Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-03-14T05:05:09.4447542Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:05:09.4957321Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-03-14T05:05:09.5104562Z Entering 'third_party/flatbuffers' 2025-03-14T05:05:09.5600124Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-03-14T05:05:09.5725974Z Entering 'third_party/fmt' 2025-03-14T05:05:09.6223228Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-03-14T05:05:09.6384057Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:05:09.6876168Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-03-14T05:05:09.6996512Z Entering 'third_party/gloo' 2025-03-14T05:05:09.7516952Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-03-14T05:05:09.7636980Z Entering 'third_party/googletest' 2025-03-14T05:05:09.8128117Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-03-14T05:05:09.8251032Z Entering 'third_party/ideep' 2025-03-14T05:05:09.8743737Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-03-14T05:05:09.8857342Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:05:09.9357287Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-03-14T05:05:09.9509778Z Entering 'third_party/ittapi' 2025-03-14T05:05:10.0025829Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-03-14T05:05:10.0146334Z Entering 'third_party/kineto' 2025-03-14T05:05:10.0648333Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-03-14T05:05:10.0759136Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:05:10.1266754Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-03-14T05:05:10.1377498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:05:10.1893977Z 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-03-14T05:05:10.2029425Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:05:10.2537964Z 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-03-14T05:05:10.2665635Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:05:10.3201779Z 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-03-14T05:05:10.3328074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:05:10.3936122Z 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-03-14T05:05:10.4042814Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:05:10.4567915Z 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-03-14T05:05:10.4697807Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:05:10.5221037Z 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-03-14T05:05:10.5341600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:05:10.5845680Z 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-03-14T05:05:10.5971053Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:05:10.6499629Z 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-03-14T05:05:10.6625850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:05:10.7138739Z 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-03-14T05:05:10.7279194Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:05:10.7782829Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-03-14T05:05:10.7903087Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:05:10.8401011Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-03-14T05:05:10.8536623Z Entering 'third_party/kleidiai' 2025-03-14T05:05:10.9029430Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-03-14T05:05:10.9163171Z Entering 'third_party/mimalloc' 2025-03-14T05:05:10.9666992Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-03-14T05:05:10.9777154Z Entering 'third_party/nlohmann' 2025-03-14T05:05:11.0303030Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-03-14T05:05:11.0421408Z Entering 'third_party/onnx' 2025-03-14T05:05:11.0913403Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-03-14T05:05:11.1042000Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:05:11.1545759Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-03-14T05:05:11.1695451Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:05:11.2191510Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-03-14T05:05:11.2300982Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:05:11.2821820Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-03-14T05:05:11.2943820Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:05:11.3457563Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-03-14T05:05:11.3579076Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:05:11.4072896Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-03-14T05:05:11.4202285Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:05:11.4701565Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-03-14T05:05:11.4825486Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:05:11.5363087Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-03-14T05:05:11.5485790Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:05:11.5980496Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-03-14T05:05:11.6107935Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:05:11.6640593Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-03-14T05:05:11.6748612Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:05:11.7252362Z 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-03-14T05:05:11.7459543Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:05:11.7964530Z 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-03-14T05:05:11.8107147Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:05:11.8616655Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-03-14T05:05:11.8784049Z Entering 'third_party/pocketfft' 2025-03-14T05:05:11.9275621Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-03-14T05:05:11.9395149Z Entering 'third_party/protobuf' 2025-03-14T05:05:11.9891779Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-03-14T05:05:12.0008981Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:05:12.0536607Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-03-14T05:05:12.0661425Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:05:12.1173466Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-03-14T05:05:12.1312737Z Entering 'third_party/psimd' 2025-03-14T05:05:12.1808115Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-03-14T05:05:12.1927898Z Entering 'third_party/pthreadpool' 2025-03-14T05:05:12.2416763Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-03-14T05:05:12.2538761Z Entering 'third_party/pybind11' 2025-03-14T05:05:12.3073938Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-03-14T05:05:12.3204119Z Entering 'third_party/python-peachpy' 2025-03-14T05:05:12.3700540Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-03-14T05:05:12.3820551Z Entering 'third_party/sleef' 2025-03-14T05:05:12.4313745Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-03-14T05:05:12.4433784Z Entering 'third_party/tensorpipe' 2025-03-14T05:05:12.4929647Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-03-14T05:05:12.5038180Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:05:12.5569819Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-03-14T05:05:12.5692100Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:05:12.6197693Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-03-14T05:05:12.6317951Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:05:12.6813624Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-03-14T05:05:12.6935315Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:05:12.7436062Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-03-14T05:05:12.7542904Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:05:12.8060172Z 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-03-14T05:05:12.8672074Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-03-14T05:05:13.2106712Z Entering 'android/libs/fbjni' 2025-03-14T05:05:13.2453643Z Entering 'third_party/FP16' 2025-03-14T05:05:13.2801835Z Entering 'third_party/FXdiv' 2025-03-14T05:05:13.3152889Z Entering 'third_party/NNPACK' 2025-03-14T05:05:13.3478697Z Entering 'third_party/NVTX' 2025-03-14T05:05:13.3812789Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:05:13.4138056Z Entering 'third_party/XNNPACK' 2025-03-14T05:05:13.4496257Z Entering 'third_party/benchmark' 2025-03-14T05:05:13.4835580Z Entering 'third_party/composable_kernel' 2025-03-14T05:05:13.5172947Z Entering 'third_party/cpp-httplib' 2025-03-14T05:05:13.5499207Z Entering 'third_party/cpuinfo' 2025-03-14T05:05:13.5836371Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:05:13.6164827Z Entering 'third_party/cutlass' 2025-03-14T05:05:13.6504442Z Entering 'third_party/eigen' 2025-03-14T05:05:13.6840451Z Entering 'third_party/fbgemm' 2025-03-14T05:05:13.7160951Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:05:13.7495599Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:05:13.7832145Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:05:13.8177273Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:05:13.8517366Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:05:13.8867573Z Entering 'third_party/flash-attention' 2025-03-14T05:05:13.9192375Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:05:13.9574912Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:05:13.9937810Z Entering 'third_party/flatbuffers' 2025-03-14T05:05:14.0275775Z Entering 'third_party/fmt' 2025-03-14T05:05:14.0617100Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:05:14.0945811Z Entering 'third_party/gloo' 2025-03-14T05:05:14.1313506Z Entering 'third_party/googletest' 2025-03-14T05:05:14.1655997Z Entering 'third_party/ideep' 2025-03-14T05:05:14.1987495Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:05:14.2349483Z Entering 'third_party/ittapi' 2025-03-14T05:05:14.2674376Z Entering 'third_party/kineto' 2025-03-14T05:05:14.2992745Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:05:14.3312644Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:05:14.3660361Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:05:14.4025752Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:05:14.4373685Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:05:14.4688363Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:05:14.5057466Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:05:14.5407863Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:05:14.5749477Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:05:14.6127821Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:05:14.6477529Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:05:14.6818951Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:05:14.7174023Z Entering 'third_party/kleidiai' 2025-03-14T05:05:14.7505298Z Entering 'third_party/mimalloc' 2025-03-14T05:05:14.7835338Z Entering 'third_party/nlohmann' 2025-03-14T05:05:14.8159621Z Entering 'third_party/onnx' 2025-03-14T05:05:14.8517634Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:05:14.8881308Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:05:14.9209806Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:05:14.9555008Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:05:14.9889764Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:05:15.0222687Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:05:15.0553898Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:05:15.0894572Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:05:15.1274275Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:05:15.1595243Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:05:15.1945952Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:05:15.2303702Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:05:15.2700359Z Entering 'third_party/pocketfft' 2025-03-14T05:05:15.3035735Z Entering 'third_party/protobuf' 2025-03-14T05:05:15.3370114Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:05:15.3698054Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:05:15.4047608Z Entering 'third_party/psimd' 2025-03-14T05:05:15.4386380Z Entering 'third_party/pthreadpool' 2025-03-14T05:05:15.4721419Z Entering 'third_party/pybind11' 2025-03-14T05:05:15.5070937Z Entering 'third_party/python-peachpy' 2025-03-14T05:05:15.5428879Z Entering 'third_party/sleef' 2025-03-14T05:05:15.5762860Z Entering 'third_party/tensorpipe' 2025-03-14T05:05:15.6108560Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:05:15.6455822Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:05:15.6795111Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:05:15.7135043Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:05:15.7457192Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:05:15.7941413Z [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-03-14T05:05:16.1295697Z Entering 'android/libs/fbjni' 2025-03-14T05:05:16.1650992Z Entering 'third_party/FP16' 2025-03-14T05:05:16.2011170Z Entering 'third_party/FXdiv' 2025-03-14T05:05:16.2351178Z Entering 'third_party/NNPACK' 2025-03-14T05:05:16.2695877Z Entering 'third_party/NVTX' 2025-03-14T05:05:16.3046054Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:05:16.3396725Z Entering 'third_party/XNNPACK' 2025-03-14T05:05:16.3774696Z Entering 'third_party/benchmark' 2025-03-14T05:05:16.4114013Z Entering 'third_party/composable_kernel' 2025-03-14T05:05:16.4466196Z Entering 'third_party/cpp-httplib' 2025-03-14T05:05:16.4812818Z Entering 'third_party/cpuinfo' 2025-03-14T05:05:16.5146804Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:05:16.5490968Z Entering 'third_party/cutlass' 2025-03-14T05:05:16.5841846Z Entering 'third_party/eigen' 2025-03-14T05:05:16.6188212Z Entering 'third_party/fbgemm' 2025-03-14T05:05:16.6530581Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:05:16.6884908Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:05:16.7228634Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:05:16.7607242Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:05:16.7963000Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:05:16.8331214Z Entering 'third_party/flash-attention' 2025-03-14T05:05:16.8676256Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:05:16.9050922Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:05:16.9428076Z Entering 'third_party/flatbuffers' 2025-03-14T05:05:16.9766375Z Entering 'third_party/fmt' 2025-03-14T05:05:17.0108376Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:05:17.0440538Z Entering 'third_party/gloo' 2025-03-14T05:05:17.0773059Z Entering 'third_party/googletest' 2025-03-14T05:05:17.1114373Z Entering 'third_party/ideep' 2025-03-14T05:05:17.1434437Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:05:17.1805220Z Entering 'third_party/ittapi' 2025-03-14T05:05:17.2165541Z Entering 'third_party/kineto' 2025-03-14T05:05:17.2497274Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:05:17.2829514Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:05:17.3200555Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:05:17.3543976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:05:17.3886010Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:05:17.4252819Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:05:17.4627567Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:05:17.4949605Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:05:17.5282709Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:05:17.5640324Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:05:17.5999526Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:05:17.6347255Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:05:17.6729512Z Entering 'third_party/kleidiai' 2025-03-14T05:05:17.7082170Z Entering 'third_party/mimalloc' 2025-03-14T05:05:17.7411855Z Entering 'third_party/nlohmann' 2025-03-14T05:05:17.7755631Z Entering 'third_party/onnx' 2025-03-14T05:05:17.8101309Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:05:17.8472956Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:05:17.8806498Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:05:17.9157294Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:05:17.9498728Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:05:17.9889450Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:05:18.0245281Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:05:18.0601753Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:05:18.0946339Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:05:18.1285542Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:05:18.1683844Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:05:18.2057242Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:05:18.2471488Z Entering 'third_party/pocketfft' 2025-03-14T05:05:18.2823512Z Entering 'third_party/protobuf' 2025-03-14T05:05:18.3182735Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:05:18.3560936Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:05:18.4211161Z Entering 'third_party/psimd' 2025-03-14T05:05:18.4552163Z Entering 'third_party/pthreadpool' 2025-03-14T05:05:18.4888260Z Entering 'third_party/pybind11' 2025-03-14T05:05:18.5219608Z Entering 'third_party/python-peachpy' 2025-03-14T05:05:18.5558077Z Entering 'third_party/sleef' 2025-03-14T05:05:18.5896136Z Entering 'third_party/tensorpipe' 2025-03-14T05:05:18.6217243Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:05:18.6607748Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:05:18.6959244Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:05:18.7316780Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:05:18.7661372Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:05:18.8116465Z ##[endgroup] 2025-03-14T05:05:18.8432527Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-03-14T05:05:18.8663049Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:05:18.8906501Z ##[group]Run # Remove any artifacts from the previous checkouts 2025-03-14T05:05:18.8906992Z # Remove any artifacts from the previous checkouts 2025-03-14T05:05:18.8907373Z git clean -fxd 2025-03-14T05:05:18.8944086Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T05:05:18.8944531Z env: 2025-03-14T05:05:18.8944843Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:05:18.8945247Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:05:18.8945545Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:05:18.8946153Z GITHUB_TOKEN: *** 2025-03-14T05:05:18.8946368Z PR_NUMBER: 2025-03-14T05:05:18.8946611Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:05:18.8946913Z SKIP_ALL_TESTS: 1 2025-03-14T05:05:18.8947220Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:05:18.8947574Z PACKAGE_TYPE: libtorch 2025-03-14T05:05:18.8947926Z DESIRED_CUDA: cpu 2025-03-14T05:05:18.8948184Z GPU_ARCH_TYPE: cpu 2025-03-14T05:05:18.8948396Z LIBTORCH_CONFIG: debug 2025-03-14T05:05:18.8948662Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:05:18.8948947Z DESIRED_PYTHON: 3.9 2025-03-14T05:05:18.8949218Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:05:18.8949640Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:05:18.8950018Z ##[endgroup] 2025-03-14T05:05:19.2202134Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T05:05:19.2246950Z Finished 2025-03-14T05:05:19.3319015Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-03-14T05:05:19.3319567Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2025-03-14T05:05:19.3338129Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T05:05:19.3338557Z env: 2025-03-14T05:05:19.3338878Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:05:19.3339279Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:05:19.3339596Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:05:19.3340213Z GITHUB_TOKEN: *** 2025-03-14T05:05:19.3340429Z PR_NUMBER: 2025-03-14T05:05:19.3340671Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:05:19.3340983Z SKIP_ALL_TESTS: 1 2025-03-14T05:05:19.3341276Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:05:19.3341640Z PACKAGE_TYPE: libtorch 2025-03-14T05:05:19.3341876Z DESIRED_CUDA: cpu 2025-03-14T05:05:19.3342117Z GPU_ARCH_TYPE: cpu 2025-03-14T05:05:19.3342339Z LIBTORCH_CONFIG: debug 2025-03-14T05:05:19.3342592Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:05:19.3342871Z DESIRED_PYTHON: 3.9 2025-03-14T05:05:19.3343145Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:05:19.3343558Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:05:19.3343933Z ##[endgroup] 2025-03-14T05:05:19.3749843Z + export TZ=UTC 2025-03-14T05:05:19.3750110Z + TZ=UTC 2025-03-14T05:05:19.3756611Z + envfile='C:\actions-runner\_work\_temp/env' 2025-03-14T05:05:19.3757006Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2025-03-14T05:05:19.3813979Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2025-03-14T05:05:19.3891870Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T05:05:19.3892250Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2025-03-14T05:05:19.3892541Z + export BUILD_PYTHONLESS=1 2025-03-14T05:05:19.3892805Z + BUILD_PYTHONLESS=1 2025-03-14T05:05:19.3893041Z + export DOCKER_IMAGE= 2025-03-14T05:05:19.3893256Z + DOCKER_IMAGE= 2025-03-14T05:05:19.3893465Z + [[ -z '' ]] 2025-03-14T05:05:19.3893647Z + [[ cpu == cpu ]] 2025-03-14T05:05:19.3893893Z + export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-03-14T05:05:19.3894231Z + DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-03-14T05:05:19.3894518Z + USE_GOLD_LINKER=OFF 2025-03-14T05:05:19.3894739Z + [[ cpu == \c\p\u ]] 2025-03-14T05:05:19.3894955Z + USE_GOLD_LINKER=ON 2025-03-14T05:05:19.3895177Z + PIP_UPLOAD_FOLDER=nightly/ 2025-03-14T05:05:19.3947440Z ++ date -u +%Y%m%d 2025-03-14T05:05:19.4065066Z + export DATE=20250314 2025-03-14T05:05:19.4065331Z + DATE=20250314 2025-03-14T05:05:19.4172785Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/version.txt' 2025-03-14T05:05:19.4223910Z ++ cut -da -f1 2025-03-14T05:05:19.4309582Z + BASE_BUILD_VERSION=2.8.0.dev20250314 2025-03-14T05:05:19.4309914Z + tagged_version 2025-03-14T05:05:19.4311175Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2025-03-14T05:05:19.4311896Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2025-03-14T05:05:19.4312559Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2025-03-14T05:05:19.4333392Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2025-03-14T05:05:19.4584271Z fatal: No names found, cannot describe anything. 2025-03-14T05:05:19.4619995Z + return 1 2025-03-14T05:05:19.4679036Z ++ uname 2025-03-14T05:05:19.4811147Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2025-03-14T05:05:19.4811531Z + export PYTORCH_BUILD_VERSION=2.8.0.dev20250314+cpu 2025-03-14T05:05:19.4811887Z + PYTORCH_BUILD_VERSION=2.8.0.dev20250314+cpu 2025-03-14T05:05:19.4812188Z + export PYTORCH_BUILD_NUMBER=1 2025-03-14T05:05:19.4812454Z + PYTORCH_BUILD_NUMBER=1 2025-03-14T05:05:19.4867392Z ++ cat 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/docker/triton_version.txt' 2025-03-14T05:05:19.4935130Z + TRITON_VERSION=3.3.0 2025-03-14T05:05:19.4935604Z + TRITON_CONSTRAINT='platform_system == '\''Linux'\'' and platform_machine == '\''x86_64'\''' 2025-03-14T05:05:19.4936207Z + [[ libtorch =~ .*wheel.* ]] 2025-03-14T05:05:19.4951404Z + [[ libtorch =~ .*wheel.* ]] 2025-03-14T05:05:19.4951917Z + [[ libtorch =~ .*wheel.* ]] 2025-03-14T05:05:19.4952220Z + USE_GLOO_WITH_OPENSSL=ON 2025-03-14T05:05:19.4952468Z + [[ cpu =~ .*aarch64.* ]] 2025-03-14T05:05:19.4952705Z + cat 2025-03-14T05:05:19.5074664Z ++ uname -a 2025-03-14T05:05:19.5256924Z ++ date 2025-03-14T05:05:19.5418545Z ++ uname 2025-03-14T05:05:19.5550899Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2025-03-14T05:05:19.5551236Z + MEMORY_LIMIT_MAX_JOBS=12 2025-03-14T05:05:19.5604432Z ++ nproc 2025-03-14T05:05:19.5718541Z + NUM_CPUS=14 2025-03-14T05:05:19.5718799Z + export MAX_JOBS=12 2025-03-14T05:05:19.5719025Z + MAX_JOBS=12 2025-03-14T05:05:19.5719250Z + cat 2025-03-14T05:05:19.5820397Z + echo 'retry () {' 2025-03-14T05:05:19.5822375Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2025-03-14T05:05:19.5824209Z + echo '}' 2025-03-14T05:05:19.5825586Z + echo 'export -f retry' 2025-03-14T05:05:19.5827885Z + cat 'C:\actions-runner\_work\_temp/env' 2025-03-14T05:05:19.5926628Z # =================== The following code will be executed inside Docker container =================== 2025-03-14T05:05:19.5927122Z export TZ=UTC 2025-03-14T05:05:19.5927845Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-CS1GRM9 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys at Fri Mar 14 05:05:19 GMT 2025" 2025-03-14T05:05:19.5928339Z 2025-03-14T05:05:19.5928443Z export PACKAGE_TYPE="libtorch" 2025-03-14T05:05:19.5928721Z export DESIRED_PYTHON="3.9" 2025-03-14T05:05:19.5928971Z export DESIRED_CUDA="cpu" 2025-03-14T05:05:19.5929282Z export LIBTORCH_VARIANT="shared-with-deps" 2025-03-14T05:05:19.5929722Z export BUILD_PYTHONLESS="1" 2025-03-14T05:05:19.5929996Z export USE_SPLIT_BUILD="" 2025-03-14T05:05:19.5930245Z if [[ "msys" == "msys" ]]; then 2025-03-14T05:05:19.5930502Z export LIBTORCH_CONFIG="debug" 2025-03-14T05:05:19.5930767Z if [[ "debug" == 'debug' ]]; then 2025-03-14T05:05:19.5931013Z export DEBUG=1 2025-03-14T05:05:19.5931211Z fi 2025-03-14T05:05:19.5931410Z export DESIRED_DEVTOOLSET="" 2025-03-14T05:05:19.5931643Z else 2025-03-14T05:05:19.5931826Z export DESIRED_DEVTOOLSET="" 2025-03-14T05:05:19.5932063Z fi 2025-03-14T05:05:19.5932171Z 2025-03-14T05:05:19.5932251Z export DATE="20250314" 2025-03-14T05:05:19.5932500Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-03-14T05:05:19.5932837Z export PYTORCH_BUILD_VERSION="2.8.0.dev20250314+cpu" 2025-03-14T05:05:19.5933165Z export PYTORCH_BUILD_NUMBER="1" 2025-03-14T05:05:19.5933480Z export OVERRIDE_PACKAGE_VERSION="2.8.0.dev20250314+cpu" 2025-03-14T05:05:19.5933846Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2025-03-14T05:05:19.5934074Z 2025-03-14T05:05:19.5934177Z # TODO: We don't need this anymore IIUC 2025-03-14T05:05:19.5934464Z export TORCH_PACKAGE_NAME='torch' 2025-03-14T05:05:19.5934645Z 2025-03-14T05:05:19.5934735Z export USE_FBGEMM=1 2025-03-14T05:05:19.5934963Z export PIP_UPLOAD_FOLDER="nightly/" 2025-03-14T05:05:19.5935328Z export DOCKER_IMAGE="pytorch/manylinux2_28:cpu" 2025-03-14T05:05:19.5935597Z 2025-03-14T05:05:19.5935601Z 2025-03-14T05:05:19.5935691Z export USE_GOLD_LINKER="ON" 2025-03-14T05:05:19.5936088Z export USE_GLOO_WITH_OPENSSL="ON" 2025-03-14T05:05:19.5936612Z # =================== The above code will be executed inside Docker container =================== 2025-03-14T05:05:19.5937020Z export MAX_JOBS="12" 2025-03-14T05:05:19.5937239Z retry () { 2025-03-14T05:05:19.5937518Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-14T05:05:19.5937845Z } 2025-03-14T05:05:19.5938013Z export -f retry 2025-03-14T05:05:19.6045785Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-03-14T05:05:19.6046329Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2025-03-14T05:05:19.6065615Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T05:05:19.6066115Z env: 2025-03-14T05:05:19.6066478Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:05:19.6066883Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:05:19.6067189Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:05:19.6067959Z GITHUB_TOKEN: *** 2025-03-14T05:05:19.6068169Z PR_NUMBER: 2025-03-14T05:05:19.6068403Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:05:19.6068705Z SKIP_ALL_TESTS: 1 2025-03-14T05:05:19.6068998Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:05:19.6069357Z PACKAGE_TYPE: libtorch 2025-03-14T05:05:19.6069592Z DESIRED_CUDA: cpu 2025-03-14T05:05:19.6069839Z GPU_ARCH_TYPE: cpu 2025-03-14T05:05:19.6070062Z LIBTORCH_CONFIG: debug 2025-03-14T05:05:19.6070315Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:05:19.6070592Z DESIRED_PYTHON: 3.9 2025-03-14T05:05:19.6070866Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:05:19.6071281Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:05:19.6071691Z ##[endgroup] 2025-03-14T05:05:19.6446086Z + source 'C:\actions-runner\_work\_temp/env' 2025-03-14T05:05:19.6446640Z ++ export TZ=UTC 2025-03-14T05:05:19.6446843Z ++ TZ=UTC 2025-03-14T05:05:19.6453870Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-CS1GRM9 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys at Fri Mar 14 05:05:19 GMT 2025' 2025-03-14T05:05:19.6454472Z ++ export PACKAGE_TYPE=libtorch 2025-03-14T05:05:19.6454740Z ++ PACKAGE_TYPE=libtorch 2025-03-14T05:05:19.6454979Z ++ export DESIRED_PYTHON=3.9 2025-03-14T05:05:19.6455220Z ++ DESIRED_PYTHON=3.9 2025-03-14T05:05:19.6455461Z ++ export DESIRED_CUDA=cpu 2025-03-14T05:05:19.6455689Z ++ DESIRED_CUDA=cpu 2025-03-14T05:05:19.6455995Z ++ export LIBTORCH_VARIANT=shared-with-deps 2025-03-14T05:05:19.6456306Z ++ LIBTORCH_VARIANT=shared-with-deps 2025-03-14T05:05:19.6456851Z Running on MSYS_NT-10.0-17763 EC2AMAZ-CS1GRM9 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys at Fri Mar 14 05:05:19 GMT 2025 2025-03-14T05:05:19.6457421Z ++ export BUILD_PYTHONLESS=1 2025-03-14T05:05:19.6457666Z ++ BUILD_PYTHONLESS=1 2025-03-14T05:05:19.6457887Z ++ export USE_SPLIT_BUILD= 2025-03-14T05:05:19.6458122Z ++ USE_SPLIT_BUILD= 2025-03-14T05:05:19.6458336Z ++ [[ msys == \m\s\y\s ]] 2025-03-14T05:05:19.6458570Z ++ export LIBTORCH_CONFIG=debug 2025-03-14T05:05:19.6458822Z ++ LIBTORCH_CONFIG=debug 2025-03-14T05:05:19.6459050Z ++ [[ debug == \d\e\b\u\g ]] 2025-03-14T05:05:19.6459283Z ++ export DEBUG=1 2025-03-14T05:05:19.6459481Z ++ DEBUG=1 2025-03-14T05:05:19.6459671Z ++ export DESIRED_DEVTOOLSET= 2025-03-14T05:05:19.6459924Z ++ DESIRED_DEVTOOLSET= 2025-03-14T05:05:19.6460146Z ++ export DATE=20250314 2025-03-14T05:05:19.6460360Z ++ DATE=20250314 2025-03-14T05:05:19.6460590Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-03-14T05:05:19.6460889Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2025-03-14T05:05:19.6461213Z ++ export PYTORCH_BUILD_VERSION=2.8.0.dev20250314+cpu 2025-03-14T05:05:19.6461547Z ++ PYTORCH_BUILD_VERSION=2.8.0.dev20250314+cpu 2025-03-14T05:05:19.6461847Z ++ export PYTORCH_BUILD_NUMBER=1 2025-03-14T05:05:19.6462097Z ++ PYTORCH_BUILD_NUMBER=1 2025-03-14T05:05:19.6462392Z ++ export OVERRIDE_PACKAGE_VERSION=2.8.0.dev20250314+cpu 2025-03-14T05:05:19.6462756Z ++ OVERRIDE_PACKAGE_VERSION=2.8.0.dev20250314+cpu 2025-03-14T05:05:19.6463094Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-03-14T05:05:19.6463404Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2025-03-14T05:05:19.6463691Z ++ export TORCH_PACKAGE_NAME=torch 2025-03-14T05:05:19.6463952Z ++ TORCH_PACKAGE_NAME=torch 2025-03-14T05:05:19.6465753Z ++ export USE_FBGEMM=1 2025-03-14T05:05:19.6466031Z ++ USE_FBGEMM=1 2025-03-14T05:05:19.6466259Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2025-03-14T05:05:19.6466545Z ++ PIP_UPLOAD_FOLDER=nightly/ 2025-03-14T05:05:19.6466825Z ++ export DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-03-14T05:05:19.6467153Z ++ DOCKER_IMAGE=pytorch/manylinux2_28:cpu 2025-03-14T05:05:19.6467456Z ++ export USE_GOLD_LINKER=ON 2025-03-14T05:05:19.6467694Z ++ USE_GOLD_LINKER=ON 2025-03-14T05:05:19.6467922Z ++ export USE_GLOO_WITH_OPENSSL=ON 2025-03-14T05:05:19.6468176Z ++ USE_GLOO_WITH_OPENSSL=ON 2025-03-14T05:05:19.6468410Z ++ export MAX_JOBS=12 2025-03-14T05:05:19.6468629Z ++ MAX_JOBS=12 2025-03-14T05:05:19.6468947Z ++ export -f retry 2025-03-14T05:05:19.6469246Z + export CUDA_VERSION=cpu 2025-03-14T05:05:19.6469481Z + CUDA_VERSION=cpu 2025-03-14T05:05:19.6469691Z + export VC_YEAR=2022 2025-03-14T05:05:19.6469902Z + VC_YEAR=2022 2025-03-14T05:05:19.6470112Z + [[ cpu == \x\p\u ]] 2025-03-14T05:05:19.6470452Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.ci/pytorch/' 2025-03-14T05:05:19.6470867Z + ./windows/internal/smoke_test.bat 2025-03-14T05:05:19.6471392Z /c/actions-runner/_work/pytorch/pytorch/pytorch/.ci/pytorch /c/actions-runner/_work/pytorch/pytorch 2025-03-14T05:05:19.6629785Z 2025-03-14T05:05:19.6630689Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\ 2025-03-14T05:05:19.6632389Z 2025-03-14T05:05:19.6632929Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch>pushd C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\internal\\.. 2025-03-14T05:05:19.6637703Z 2025-03-14T05:05:19.6638265Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if not "cpu" == "cpu" if not "cpu" == "xpu" call internal\driver_update.bat 2025-03-14T05:05:19.6662634Z 2025-03-14T05:05:19.6663470Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if errorlevel 1 exit /b 1 2025-03-14T05:05:19.6663913Z 2025-03-14T05:05:19.6664171Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "cpu" == "xpu" ( 2025-03-14T05:05:19.6664647Z call internal\xpu_install.bat 2025-03-14T05:05:19.6664970Z if errorlevel 1 exit /b 1 2025-03-14T05:05:19.6665298Z call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 2025-03-14T05:05:19.6665644Z if errorlevel 1 exit /b 1 2025-03-14T05:05:19.6665923Z ) 2025-03-14T05:05:19.6666026Z 2025-03-14T05:05:19.6668999Z 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-03-14T05:05:19.6670869Z 2025-03-14T05:05:19.6671231Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>setlocal EnableDelayedExpansion 2025-03-14T05:05:19.6671651Z 2025-03-14T05:05:19.6671940Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>set NVIDIA_GPU_EXISTS=0 2025-03-14T05:05:19.6672319Z 2025-03-14T05:05:19.6672754Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2025-03-14T05:05:19.6674450Z set GPUS=%i 2025-03-14T05:05:19.6674709Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-03-14T05:05:19.6675017Z SET NVIDIA_GPU_EXISTS=1 2025-03-14T05:05:19.6675258Z goto gpu_check_end 2025-03-14T05:05:19.6675470Z ) 2025-03-14T05:05:19.6675632Z ) 2025-03-14T05:05:19.8492819Z 2025-03-14T05:05:19.8493233Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-03-14T05:05:19.8493708Z set GPUS=Name 2025-03-14T05:05:19.8494696Z 2025-03-14T05:05:19.8494912Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-03-14T05:05:19.8495196Z SET NVIDIA_GPU_EXISTS=1 2025-03-14T05:05:19.8495442Z goto gpu_check_end 2025-03-14T05:05:19.8495649Z ) 2025-03-14T05:05:19.8495887Z ) 2025-03-14T05:05:19.8495991Z 2025-03-14T05:05:19.8496202Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-03-14T05:05:19.8496607Z set GPUS=Microsoft Basic Display Adapter 2025-03-14T05:05:19.8496879Z 2025-03-14T05:05:19.8497073Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-03-14T05:05:19.8497349Z SET NVIDIA_GPU_EXISTS=1 2025-03-14T05:05:19.8497595Z goto gpu_check_end 2025-03-14T05:05:19.8497787Z ) 2025-03-14T05:05:19.8497947Z ) 2025-03-14T05:05:19.8498048Z 2025-03-14T05:05:19.8498249Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>( 2025-03-14T05:05:19.8498623Z set GPUS= 2025-03-14T05:05:19.8498794Z 2025-03-14T05:05:19.8498985Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2025-03-14T05:05:19.8499274Z SET NVIDIA_GPU_EXISTS=1 2025-03-14T05:05:19.8499577Z goto gpu_check_end 2025-03-14T05:05:19.8499826Z ) 2025-03-14T05:05:19.8499993Z ) 2025-03-14T05:05:19.8500083Z 2025-03-14T05:05:19.8500398Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2025-03-14T05:05:19.8505236Z 2025-03-14T05:05:19.8505882Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "wheel" goto wheel 2025-03-14T05:05:19.8506442Z 2025-03-14T05:05:19.8506884Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "libtorch" == "libtorch" goto libtorch 2025-03-14T05:05:19.8510436Z 2025-03-14T05:05:19.8511258Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>echo "install and test libtorch" 2025-03-14T05:05:19.8511780Z "install and test libtorch" 2025-03-14T05:05:19.8512653Z 2025-03-14T05:05:19.8513126Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if "2022" == "2022" powershell internal\vs2022_install.ps1 2025-03-14T05:05:20.1751409Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T05:05:20.1824949Z Finished 2025-03-14T05:05:20.1977363Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-14T05:05:20.1977850Z Dload Upload Total Spent Left Speed 2025-03-14T05:05:20.1978143Z 2025-03-14T05:05:20.2274109Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-14T05:05:20.2274562Z 100 2084k 100 2084k 0 0 64.5M 0 --:--:-- --:--:-- --:--:-- 70.2M 2025-03-14T05:05:20.3051704Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools 2025-03-14T05:05:20.3210020Z 2025-03-14T05:05:20.3210527Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-03-14T05:05:20.3212045Z 2025-03-14T05:05:20.3212941Z 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-03-14T05:05:20.3390055Z 2025-03-14T05:05:20.3390970Z 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-03-14T05:05:20.3811618Z 2025-03-14T05:05:20.3812116Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-03-14T05:05:20.3812418Z 2025-03-14T05:05:20.3812561Z Scanning the drive for archives: 2025-03-14T05:05:20.3812830Z 1 file, 965511311 bytes (921 MiB) 2025-03-14T05:05:20.3812998Z 2025-03-14T05:05:20.3813364Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-03-14T05:05:54.8248351Z -- 2025-03-14T05:05:54.8249206Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2025-03-14T05:05:54.8249781Z Type = zip 2025-03-14T05:05:54.8249981Z Physical Size = 965511311 2025-03-14T05:05:54.8250150Z 2025-03-14T05:05:54.8274167Z Everything is Ok 2025-03-14T05:05:54.8274318Z 2025-03-14T05:05:54.8274398Z Folders: 283 2025-03-14T05:05:54.8274583Z Files: 9278 2025-03-14T05:05:54.8274768Z Size: 5731378525 2025-03-14T05:05:54.8274974Z Compressed: 965511311 2025-03-14T05:05:54.8319668Z 2025-03-14T05:05:54.8320369Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>if ERRORLEVEL 1 exit /b 1 2025-03-14T05:05:54.8321125Z 2025-03-14T05:05:54.8321655Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows>pushd tmp\libtorch 2025-03-14T05:05:54.8326494Z 2025-03-14T05:05:54.8326855Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_LOWER=17 2025-03-14T05:05:54.8328627Z 2025-03-14T05:05:54.8329121Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch>set VC_VERSION_UPPER=18 2025-03-14T05:05:54.8332037Z 2025-03-14T05:05:54.8333298Z 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-03-14T05:05:54.8334624Z set "VS15INSTALLDIR=%i" 2025-03-14T05:05:54.8334963Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2025-03-14T05:05:54.8335296Z goto vswhere 2025-03-14T05:05:54.8336518Z ) ) 2025-03-14T05:05:54.8576432Z 2025-03-14T05:05:54.8577617Z 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-03-14T05:05:54.8578916Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" 2025-03-14T05:05:54.8579714Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2025-03-14T05:05:54.8580257Z goto vswhere 2025-03-14T05:05:54.8580468Z ) ) 2025-03-14T05:05:54.8582524Z 2025-03-14T05:05:54.8583247Z 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-03-14T05:05:54.8584212Z echo Visual Studio 2022 C++ BuildTools is required to compile PyTorch test on Windows 2025-03-14T05:05:54.8584692Z exit /b 1 2025-03-14T05:05:54.8584876Z ) 2025-03-14T05:05:54.8585015Z 2025-03-14T05:05:54.8585630Z 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-03-14T05:06:01.5768458Z ********************************************************************** 2025-03-14T05:06:01.5768922Z ** Visual Studio 2022 Developer Command Prompt v17.8.18 2025-03-14T05:06:01.5769291Z ** Copyright (c) 2022 Microsoft Corporation 2025-03-14T05:06:01.5769610Z ********************************************************************** 2025-03-14T05:06:02.5457222Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-03-14T05:06:02.9040643Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33144 for x64 2025-03-14T05:06:02.9041148Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T05:06:02.9041503Z 2025-03-14T05:06:02.9114475Z simple-torch-test.cpp 2025-03-14T05:06:15.7887997Z 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-03-14T05:06:15.7894234Z 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-03-14T05:06:15.7906773Z 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-03-14T05:06:15.7907884Z with 2025-03-14T05:06:15.7908072Z [ 2025-03-14T05:06:15.7908267Z I=size_t, 2025-03-14T05:06:15.7908583Z _Ty2=size_t 2025-03-14T05:06:15.7908830Z ] 2025-03-14T05:06:15.7909775Z 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-03-14T05:06:15.7911659Z 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-03-14T05:06:15.7912835Z with 2025-03-14T05:06:15.7913032Z [ 2025-03-14T05:06:15.7913231Z _Ty=int32_t 2025-03-14T05:06:15.7913438Z ] 2025-03-14T05:06:15.7914641Z 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-03-14T05:06:15.7916112Z with 2025-03-14T05:06:15.7916306Z [ 2025-03-14T05:06:15.7916502Z _Ty=int32_t 2025-03-14T05:06:15.7916729Z ] 2025-03-14T05:06:15.8851921Z 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-03-14T05:06:15.8852853Z with 2025-03-14T05:06:15.8853066Z [ 2025-03-14T05:06:15.8853271Z _Ty=unsigned int 2025-03-14T05:06:15.8853524Z ] 2025-03-14T05:06:15.8854206Z 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-03-14T05:06:15.8855967Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(228): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(const unsigned __int64 &)' being compiled 2025-03-14T05:06:15.8857313Z with 2025-03-14T05:06:15.8857515Z [ 2025-03-14T05:06:15.8857711Z _Ty=std::_Vbase 2025-03-14T05:06:15.8857955Z ] 2025-03-14T05:06:15.8859023Z 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-03-14T05:06:15.8860123Z with 2025-03-14T05:06:15.8860330Z [ 2025-03-14T05:06:15.8860530Z _Ty=std::_Vbase 2025-03-14T05:06:15.8860758Z ] 2025-03-14T05:06:15.8861853Z 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-03-14T05:06:15.8863096Z with 2025-03-14T05:06:15.8863293Z [ 2025-03-14T05:06:15.8863496Z _Ty=std::_Vbase 2025-03-14T05:06:15.8864495Z ] 2025-03-14T05:06:15.8865500Z 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-03-14T05:06:15.8866551Z with 2025-03-14T05:06:15.8866748Z [ 2025-03-14T05:06:15.8866938Z _Ty=size_t 2025-03-14T05:06:15.8867161Z ] 2025-03-14T05:06:15.8867899Z 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-03-14T05:06:15.8868791Z with 2025-03-14T05:06:15.8869034Z [ 2025-03-14T05:06:15.8869246Z _Objty=unsigned int 2025-03-14T05:06:15.8869501Z ] 2025-03-14T05:06:15.8870163Z 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-03-14T05:06:15.8871829Z 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-03-14T05:06:15.8872983Z with 2025-03-14T05:06:15.8873178Z [ 2025-03-14T05:06:15.8873372Z _Ty=size_t 2025-03-14T05:06:15.8873585Z ] 2025-03-14T05:06:15.8874944Z 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-03-14T05:06:15.8876114Z with 2025-03-14T05:06:15.8876297Z [ 2025-03-14T05:06:15.8876525Z _Alloc=std::allocator, 2025-03-14T05:06:15.8876832Z _Ty=unsigned int, 2025-03-14T05:06:15.8877097Z _Objty=unsigned int 2025-03-14T05:06:15.8877343Z ] 2025-03-14T05:06:15.8950508Z 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-03-14T05:06:15.8951361Z with 2025-03-14T05:06:15.8951565Z [ 2025-03-14T05:06:15.8951755Z _Ty=int 2025-03-14T05:06:15.8951991Z ] 2025-03-14T05:06:15.8952657Z 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-03-14T05:06:15.8954276Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(647): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &)' being compiled 2025-03-14T05:06:15.8955586Z with 2025-03-14T05:06:15.8955783Z [ 2025-03-14T05:06:15.8956017Z _Ty=int32_t 2025-03-14T05:06:15.8956280Z ] 2025-03-14T05:06:15.8957458Z 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-03-14T05:06:15.8958692Z with 2025-03-14T05:06:15.8958902Z [ 2025-03-14T05:06:15.8959113Z _Ty=int32_t 2025-03-14T05:06:15.8959371Z ] 2025-03-14T05:06:15.8960806Z 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-03-14T05:06:15.8962100Z with 2025-03-14T05:06:15.8962288Z [ 2025-03-14T05:06:15.8962524Z _Ty=int32_t 2025-03-14T05:06:15.8962781Z ] 2025-03-14T05:06:15.8963791Z 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-03-14T05:06:15.8964873Z with 2025-03-14T05:06:15.8965083Z [ 2025-03-14T05:06:15.8965269Z _Ty=size_t 2025-03-14T05:06:15.8965500Z ] 2025-03-14T05:06:15.8966263Z 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-03-14T05:06:15.8967076Z with 2025-03-14T05:06:15.8967281Z [ 2025-03-14T05:06:15.8967468Z _Objty=int 2025-03-14T05:06:15.8967701Z ] 2025-03-14T05:06:15.8968363Z 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-03-14T05:06:15.8969967Z 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-03-14T05:06:15.8971212Z with 2025-03-14T05:06:15.8971407Z [ 2025-03-14T05:06:15.8971592Z _Ty=size_t 2025-03-14T05:06:15.8971817Z ] 2025-03-14T05:06:15.8972979Z 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-03-14T05:06:15.8974135Z with 2025-03-14T05:06:15.8974371Z [ 2025-03-14T05:06:15.8974692Z _Alloc=std::allocator, 2025-03-14T05:06:15.8975005Z _Ty=int, 2025-03-14T05:06:15.8991571Z _Objty=int 2025-03-14T05:06:15.8991840Z ] 2025-03-14T05:06:16.2858266Z 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-03-14T05:06:16.2859182Z with 2025-03-14T05:06:16.2859391Z [ 2025-03-14T05:06:16.2859581Z _Ty1=int 2025-03-14T05:06:16.2859894Z ] 2025-03-14T05:06:16.2860638Z 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-03-14T05:06:16.2862310Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(641): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &,int &)' being compiled 2025-03-14T05:06:16.2863554Z with 2025-03-14T05:06:16.2863773Z [ 2025-03-14T05:06:16.2864000Z _Ty=std::pair 2025-03-14T05:06:16.2864260Z ] 2025-03-14T05:06:16.2865304Z 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-03-14T05:06:16.2866513Z with 2025-03-14T05:06:16.2866717Z [ 2025-03-14T05:06:16.2866940Z _Ty=std::pair 2025-03-14T05:06:16.2867409Z ] 2025-03-14T05:06:16.2868490Z 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-03-14T05:06:16.2869645Z with 2025-03-14T05:06:16.2869854Z [ 2025-03-14T05:06:16.2870070Z _Ty=std::pair 2025-03-14T05:06:16.2870344Z ] 2025-03-14T05:06:16.2871377Z 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-03-14T05:06:16.2872493Z with 2025-03-14T05:06:16.2872682Z [ 2025-03-14T05:06:16.2872871Z _Ty=size_t 2025-03-14T05:06:16.2873104Z ] 2025-03-14T05:06:16.2873987Z 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-03-14T05:06:16.2874932Z with 2025-03-14T05:06:16.2875118Z [ 2025-03-14T05:06:16.2875322Z _Ty=size_t, 2025-03-14T05:06:16.2875565Z _Other1=size_t &, 2025-03-14T05:06:16.2875822Z _Other2=int & 2025-03-14T05:06:16.2876053Z ] 2025-03-14T05:06:18.2439537Z Microsoft (R) Incremental Linker Version 14.38.33144.0 2025-03-14T05:06:18.2440244Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T05:06:18.2440521Z 2025-03-14T05:06:18.2440628Z /out:simple-torch-test.exe 2025-03-14T05:06:18.2440927Z simple-torch-test.obj 2025-03-14T05:06:18.2441169Z c10.lib 2025-03-14T05:06:18.2441375Z torch_cpu.lib 2025-03-14T05:06:18.7770956Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2025-03-14T05:06:24.0436310Z [W314 05:06:23.000000000 simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2025-03-14T05:06:25.4191654Z Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33144 for x64 2025-03-14T05:06:25.4192163Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T05:06:25.4192431Z 2025-03-14T05:06:25.4224236Z check-torch-mkl.cpp 2025-03-14T05:06:37.2873913Z 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-03-14T05:06:37.2875283Z 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-03-14T05:06:37.2876855Z 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-03-14T05:06:37.2877928Z with 2025-03-14T05:06:37.2878131Z [ 2025-03-14T05:06:37.2878336Z I=size_t, 2025-03-14T05:06:37.2878566Z _Ty2=size_t 2025-03-14T05:06:37.2878789Z ] 2025-03-14T05:06:37.2879698Z 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-03-14T05:06:37.2881583Z 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-03-14T05:06:37.2882983Z with 2025-03-14T05:06:37.2883190Z [ 2025-03-14T05:06:37.2883386Z _Ty=int32_t 2025-03-14T05:06:37.2883623Z ] 2025-03-14T05:06:37.2884787Z 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-03-14T05:06:37.2886009Z with 2025-03-14T05:06:37.2886204Z [ 2025-03-14T05:06:37.2886413Z _Ty=int32_t 2025-03-14T05:06:37.2886652Z ] 2025-03-14T05:06:37.3659801Z 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-03-14T05:06:37.3660660Z with 2025-03-14T05:06:37.3660857Z [ 2025-03-14T05:06:37.3661112Z _Ty=unsigned int 2025-03-14T05:06:37.3661381Z ] 2025-03-14T05:06:37.3662061Z 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-03-14T05:06:37.3663852Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(228): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(const unsigned __int64 &)' being compiled 2025-03-14T05:06:37.3665550Z with 2025-03-14T05:06:37.3665803Z [ 2025-03-14T05:06:37.3666036Z _Ty=std::_Vbase 2025-03-14T05:06:37.3666318Z ] 2025-03-14T05:06:37.3667551Z 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-03-14T05:06:37.3668835Z with 2025-03-14T05:06:37.3669030Z [ 2025-03-14T05:06:37.3669265Z _Ty=std::_Vbase 2025-03-14T05:06:37.3669561Z ] 2025-03-14T05:06:37.3670826Z 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-03-14T05:06:37.3672202Z with 2025-03-14T05:06:37.3672404Z [ 2025-03-14T05:06:37.3672649Z _Ty=std::_Vbase 2025-03-14T05:06:37.3672914Z ] 2025-03-14T05:06:37.3674080Z 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-03-14T05:06:37.3675306Z with 2025-03-14T05:06:37.3675507Z [ 2025-03-14T05:06:37.3675745Z _Ty=size_t 2025-03-14T05:06:37.3676016Z ] 2025-03-14T05:06:37.3676865Z 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-03-14T05:06:37.3677803Z with 2025-03-14T05:06:37.3678045Z [ 2025-03-14T05:06:37.3678253Z _Objty=unsigned int 2025-03-14T05:06:37.3678555Z ] 2025-03-14T05:06:37.3679326Z 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-03-14T05:06:37.3682166Z 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-03-14T05:06:37.3683611Z with 2025-03-14T05:06:37.3683819Z [ 2025-03-14T05:06:37.3684022Z _Ty=size_t 2025-03-14T05:06:37.3684247Z ] 2025-03-14T05:06:37.3685374Z 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-03-14T05:06:37.3686552Z with 2025-03-14T05:06:37.3686751Z [ 2025-03-14T05:06:37.3686983Z _Alloc=std::allocator, 2025-03-14T05:06:37.3687299Z _Ty=unsigned int, 2025-03-14T05:06:37.3687568Z _Objty=unsigned int 2025-03-14T05:06:37.3687821Z ] 2025-03-14T05:06:37.3759638Z 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-03-14T05:06:37.3760503Z with 2025-03-14T05:06:37.3760721Z [ 2025-03-14T05:06:37.3760932Z _Ty=int 2025-03-14T05:06:37.3761161Z ] 2025-03-14T05:06:37.3761819Z 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-03-14T05:06:37.3764413Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(647): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &)' being compiled 2025-03-14T05:06:37.3765571Z with 2025-03-14T05:06:37.3765789Z [ 2025-03-14T05:06:37.3766006Z _Ty=int32_t 2025-03-14T05:06:37.3766234Z ] 2025-03-14T05:06:37.3767232Z 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-03-14T05:06:37.3768295Z with 2025-03-14T05:06:37.3768497Z [ 2025-03-14T05:06:37.3768693Z _Ty=int32_t 2025-03-14T05:06:37.3768918Z ] 2025-03-14T05:06:37.3770067Z 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-03-14T05:06:37.3771172Z with 2025-03-14T05:06:37.3771363Z [ 2025-03-14T05:06:37.3771633Z _Ty=int32_t 2025-03-14T05:06:37.3771864Z ] 2025-03-14T05:06:37.3772815Z 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-03-14T05:06:37.3773764Z with 2025-03-14T05:06:37.3773949Z [ 2025-03-14T05:06:37.3774146Z _Ty=size_t 2025-03-14T05:06:37.3774371Z ] 2025-03-14T05:06:37.3775113Z 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-03-14T05:06:37.3775946Z with 2025-03-14T05:06:37.3776127Z [ 2025-03-14T05:06:37.3776300Z _Objty=int 2025-03-14T05:06:37.3776512Z ] 2025-03-14T05:06:37.3777694Z 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-03-14T05:06:37.3779226Z 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-03-14T05:06:37.3780280Z with 2025-03-14T05:06:37.3780478Z [ 2025-03-14T05:06:37.3780658Z _Ty=size_t 2025-03-14T05:06:37.3780879Z ] 2025-03-14T05:06:37.3781960Z 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-03-14T05:06:37.3783107Z with 2025-03-14T05:06:37.3783304Z [ 2025-03-14T05:06:37.3783518Z _Alloc=std::allocator, 2025-03-14T05:06:37.3783780Z _Ty=int, 2025-03-14T05:06:37.3783997Z _Objty=int 2025-03-14T05:06:37.3784218Z ] 2025-03-14T05:06:37.7668738Z 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-03-14T05:06:37.7669592Z with 2025-03-14T05:06:37.7669802Z [ 2025-03-14T05:06:37.7670005Z _Ty1=int 2025-03-14T05:06:37.7670239Z ] 2025-03-14T05:06:37.7671145Z 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-03-14T05:06:37.7672818Z C:\actions-runner\_work\pytorch\pytorch\pytorch\.ci\pytorch\windows\tmp\libtorch\include\torch/csrc/dynamo/compiled_autograd.h(641): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(size_t &,int &)' being compiled 2025-03-14T05:06:37.7674040Z with 2025-03-14T05:06:37.7674272Z [ 2025-03-14T05:06:37.7674487Z _Ty=std::pair 2025-03-14T05:06:37.7674753Z ] 2025-03-14T05:06:37.7675787Z 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-03-14T05:06:37.7676879Z with 2025-03-14T05:06:37.7677063Z [ 2025-03-14T05:06:37.7677274Z _Ty=std::pair 2025-03-14T05:06:37.7677537Z ] 2025-03-14T05:06:37.7678622Z 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-03-14T05:06:37.7679816Z with 2025-03-14T05:06:37.7680057Z [ 2025-03-14T05:06:37.7680250Z _Ty=std::pair 2025-03-14T05:06:37.7680514Z ] 2025-03-14T05:06:37.7681518Z 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-03-14T05:06:37.7682575Z with 2025-03-14T05:06:37.7682771Z [ 2025-03-14T05:06:37.7682968Z _Ty=size_t 2025-03-14T05:06:37.7683180Z ] 2025-03-14T05:06:37.7684625Z 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-03-14T05:06:37.7685689Z with 2025-03-14T05:06:37.7685900Z [ 2025-03-14T05:06:37.7686087Z _Ty=size_t, 2025-03-14T05:06:37.7686316Z _Other1=size_t &, 2025-03-14T05:06:37.7686570Z _Other2=int & 2025-03-14T05:06:37.7686798Z ] 2025-03-14T05:06:39.0792069Z Microsoft (R) Incremental Linker Version 14.38.33144.0 2025-03-14T05:06:39.0792553Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T05:06:39.0792842Z 2025-03-14T05:06:39.0792949Z /out:check-torch-mkl.exe 2025-03-14T05:06:39.0793248Z check-torch-mkl.obj 2025-03-14T05:06:39.0793476Z c10.lib 2025-03-14T05:06:39.0793662Z torch_cpu.lib 2025-03-14T05:06:39.1359148Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2025-03-14T05:06:45.4505595Z "Skip CUDA tests for machines without a Nvidia GPU card" 2025-03-14T05:06:45.4533643Z + popd 2025-03-14T05:06:45.4537561Z /c/actions-runner/_work/pytorch/pytorch 2025-03-14T05:06:45.4663016Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T05:06:45.4663445Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T05:06:45.4678848Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T05:06:45.4679313Z env: 2025-03-14T05:06:45.4679658Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:06:45.4680084Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:06:45.4680390Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:06:45.4681043Z GITHUB_TOKEN: *** 2025-03-14T05:06:45.4681430Z PR_NUMBER: 2025-03-14T05:06:45.4681689Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:06:45.4682063Z SKIP_ALL_TESTS: 1 2025-03-14T05:06:45.4682410Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:06:45.4682780Z PACKAGE_TYPE: libtorch 2025-03-14T05:06:45.4683025Z DESIRED_CUDA: cpu 2025-03-14T05:06:45.4683295Z GPU_ARCH_TYPE: cpu 2025-03-14T05:06:45.4683529Z LIBTORCH_CONFIG: debug 2025-03-14T05:06:45.4683773Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:06:45.4684055Z DESIRED_PYTHON: 3.9 2025-03-14T05:06:45.4684338Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:06:45.4684773Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:06:45.4685153Z ##[endgroup] 2025-03-14T05:06:45.7933253Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T05:06:45.8000233Z Finished 2025-03-14T05:06:45.9181487Z Holding runner until all ssh sessions have logged out 2025-03-14T05:06:45.9422926Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T05:06:45.9423389Z .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T05:06:45.9438338Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T05:06:45.9438793Z env: 2025-03-14T05:06:45.9439131Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T05:06:45.9439546Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T05:06:45.9439869Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2025-03-14T05:06:45.9440492Z GITHUB_TOKEN: *** 2025-03-14T05:06:45.9440718Z PR_NUMBER: 2025-03-14T05:06:45.9440966Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T05:06:45.9441280Z SKIP_ALL_TESTS: 1 2025-03-14T05:06:45.9441583Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2025-03-14T05:06:45.9441956Z PACKAGE_TYPE: libtorch 2025-03-14T05:06:45.9442199Z DESIRED_CUDA: cpu 2025-03-14T05:06:45.9442472Z GPU_ARCH_TYPE: cpu 2025-03-14T05:06:45.9442696Z LIBTORCH_CONFIG: debug 2025-03-14T05:06:45.9442960Z LIBTORCH_VARIANT: shared-with-deps 2025-03-14T05:06:45.9443243Z DESIRED_PYTHON: 3.9 2025-03-14T05:06:45.9443530Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2025-03-14T05:06:45.9443961Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2025-03-14T05:06:45.9444330Z ##[endgroup] 2025-03-14T05:06:46.2592738Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T05:06:46.2660156Z Finished 2025-03-14T05:06:46.3045551Z Post job cleanup. 2025-03-14T05:06:46.4399125Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T05:06:46.4601429Z git version 2.47.1.windows.2 2025-03-14T05:06:46.4659769Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\de284d77-76d9-4dc6-94d2-d64b80f50a8f\.gitconfig' 2025-03-14T05:06:46.4677011Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\de284d77-76d9-4dc6-94d2-d64b80f50a8f' before making global git config changes 2025-03-14T05:06:46.4677867Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T05:06:46.4688283Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch\pytorch 2025-03-14T05:06:46.4934840Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T05:06:46.5173584Z [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-03-14T05:06:46.8587623Z Entering 'android/libs/fbjni' 2025-03-14T05:06:46.9123146Z Entering 'third_party/FP16' 2025-03-14T05:06:46.9633799Z Entering 'third_party/FXdiv' 2025-03-14T05:06:47.0176290Z Entering 'third_party/NNPACK' 2025-03-14T05:06:47.0704755Z Entering 'third_party/NVTX' 2025-03-14T05:06:47.1233859Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:06:47.1784045Z Entering 'third_party/XNNPACK' 2025-03-14T05:06:47.2318959Z Entering 'third_party/benchmark' 2025-03-14T05:06:47.2838130Z Entering 'third_party/composable_kernel' 2025-03-14T05:06:47.3364699Z Entering 'third_party/cpp-httplib' 2025-03-14T05:06:47.3878789Z Entering 'third_party/cpuinfo' 2025-03-14T05:06:47.4419473Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:06:47.4940056Z Entering 'third_party/cutlass' 2025-03-14T05:06:47.5520184Z Entering 'third_party/eigen' 2025-03-14T05:06:47.6043797Z Entering 'third_party/fbgemm' 2025-03-14T05:06:47.6568270Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:06:47.7113910Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:06:47.7644169Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:06:47.8167620Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:06:47.8687357Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:06:47.9220119Z Entering 'third_party/flash-attention' 2025-03-14T05:06:47.9736245Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:06:48.0275536Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:06:48.0818239Z Entering 'third_party/flatbuffers' 2025-03-14T05:06:48.1347110Z Entering 'third_party/fmt' 2025-03-14T05:06:48.1888116Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:06:48.2402811Z Entering 'third_party/gloo' 2025-03-14T05:06:48.2932225Z Entering 'third_party/googletest' 2025-03-14T05:06:48.3446979Z Entering 'third_party/ideep' 2025-03-14T05:06:48.3988829Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:06:48.4533303Z Entering 'third_party/ittapi' 2025-03-14T05:06:48.5048612Z Entering 'third_party/kineto' 2025-03-14T05:06:48.5564231Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:06:48.6075577Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:06:48.6619743Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:06:48.7159021Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:06:48.7688217Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:06:48.8205989Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:06:48.8755931Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:06:48.9286545Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:06:48.9817341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:06:49.0357078Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:06:49.0948229Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:06:49.1487958Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:06:49.2037499Z Entering 'third_party/kleidiai' 2025-03-14T05:06:49.2578039Z Entering 'third_party/mimalloc' 2025-03-14T05:06:49.3108232Z Entering 'third_party/nlohmann' 2025-03-14T05:06:49.3636968Z Entering 'third_party/onnx' 2025-03-14T05:06:49.4202116Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:06:49.4761128Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:06:49.5277699Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:06:49.5805772Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:06:49.6337078Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:06:49.6873020Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:06:49.7412843Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:06:49.7935587Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:06:49.8472983Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:06:49.8983513Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:06:49.9524670Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:06:50.0110066Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:06:50.0680940Z Entering 'third_party/pocketfft' 2025-03-14T05:06:50.1200810Z Entering 'third_party/protobuf' 2025-03-14T05:06:50.1716712Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:06:50.2259383Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:06:50.2819701Z Entering 'third_party/psimd' 2025-03-14T05:06:50.3347379Z Entering 'third_party/pthreadpool' 2025-03-14T05:06:50.3870905Z Entering 'third_party/pybind11' 2025-03-14T05:06:50.4406991Z Entering 'third_party/python-peachpy' 2025-03-14T05:06:50.4917579Z Entering 'third_party/sleef' 2025-03-14T05:06:50.5461152Z Entering 'third_party/tensorpipe' 2025-03-14T05:06:50.5984862Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:06:50.6514504Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:06:50.7033916Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:06:50.7564363Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:06:50.8074917Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:06:50.8719742Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T05:06:50.8910012Z http.https://github.com/.extraheader 2025-03-14T05:06:50.8953391Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-03-14T05:06:50.9192918Z [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-03-14T05:06:51.2315657Z Entering 'android/libs/fbjni' 2025-03-14T05:06:51.2720092Z http.https://github.com/.extraheader 2025-03-14T05:06:51.3012238Z Entering 'third_party/FP16' 2025-03-14T05:06:51.3445762Z http.https://github.com/.extraheader 2025-03-14T05:06:51.3732471Z Entering 'third_party/FXdiv' 2025-03-14T05:06:51.4130397Z http.https://github.com/.extraheader 2025-03-14T05:06:51.4414730Z Entering 'third_party/NNPACK' 2025-03-14T05:06:51.4813436Z http.https://github.com/.extraheader 2025-03-14T05:06:51.5104865Z Entering 'third_party/NVTX' 2025-03-14T05:06:51.5503251Z http.https://github.com/.extraheader 2025-03-14T05:06:51.5791245Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T05:06:51.6222588Z http.https://github.com/.extraheader 2025-03-14T05:06:51.6513884Z Entering 'third_party/XNNPACK' 2025-03-14T05:06:51.6907048Z http.https://github.com/.extraheader 2025-03-14T05:06:51.7216001Z Entering 'third_party/benchmark' 2025-03-14T05:06:51.7607365Z http.https://github.com/.extraheader 2025-03-14T05:06:51.7891824Z Entering 'third_party/composable_kernel' 2025-03-14T05:06:51.8287672Z http.https://github.com/.extraheader 2025-03-14T05:06:51.8581151Z Entering 'third_party/cpp-httplib' 2025-03-14T05:06:51.8987411Z http.https://github.com/.extraheader 2025-03-14T05:06:51.9270736Z Entering 'third_party/cpuinfo' 2025-03-14T05:06:51.9695257Z http.https://github.com/.extraheader 2025-03-14T05:06:51.9981374Z Entering 'third_party/cudnn_frontend' 2025-03-14T05:06:52.0379443Z http.https://github.com/.extraheader 2025-03-14T05:06:52.0668944Z Entering 'third_party/cutlass' 2025-03-14T05:06:52.1106203Z http.https://github.com/.extraheader 2025-03-14T05:06:52.1400727Z Entering 'third_party/eigen' 2025-03-14T05:06:52.1796903Z http.https://github.com/.extraheader 2025-03-14T05:06:52.2086636Z Entering 'third_party/fbgemm' 2025-03-14T05:06:52.2474411Z http.https://github.com/.extraheader 2025-03-14T05:06:52.2790987Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T05:06:52.3187334Z http.https://github.com/.extraheader 2025-03-14T05:06:52.3488204Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T05:06:52.3882621Z http.https://github.com/.extraheader 2025-03-14T05:06:52.4173313Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T05:06:52.4569447Z http.https://github.com/.extraheader 2025-03-14T05:06:52.4860381Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T05:06:52.5286243Z http.https://github.com/.extraheader 2025-03-14T05:06:52.5571256Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T05:06:52.5977148Z http.https://github.com/.extraheader 2025-03-14T05:06:52.6301056Z Entering 'third_party/flash-attention' 2025-03-14T05:06:52.6695687Z http.https://github.com/.extraheader 2025-03-14T05:06:52.6981836Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T05:06:52.7380901Z http.https://github.com/.extraheader 2025-03-14T05:06:52.7686341Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T05:06:52.8077044Z http.https://github.com/.extraheader 2025-03-14T05:06:52.8398464Z Entering 'third_party/flatbuffers' 2025-03-14T05:06:52.8786332Z http.https://github.com/.extraheader 2025-03-14T05:06:52.9074061Z Entering 'third_party/fmt' 2025-03-14T05:06:52.9464539Z http.https://github.com/.extraheader 2025-03-14T05:06:52.9755352Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T05:06:53.0154261Z http.https://github.com/.extraheader 2025-03-14T05:06:53.0433363Z Entering 'third_party/gloo' 2025-03-14T05:06:53.0847867Z http.https://github.com/.extraheader 2025-03-14T05:06:53.1140350Z Entering 'third_party/googletest' 2025-03-14T05:06:53.1533031Z http.https://github.com/.extraheader 2025-03-14T05:06:53.1820260Z Entering 'third_party/ideep' 2025-03-14T05:06:53.2232082Z http.https://github.com/.extraheader 2025-03-14T05:06:53.2497617Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T05:06:53.2892367Z http.https://github.com/.extraheader 2025-03-14T05:06:53.3203643Z Entering 'third_party/ittapi' 2025-03-14T05:06:53.3586211Z http.https://github.com/.extraheader 2025-03-14T05:06:53.3867397Z Entering 'third_party/kineto' 2025-03-14T05:06:53.4259854Z http.https://github.com/.extraheader 2025-03-14T05:06:53.4538231Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T05:06:53.4939764Z http.https://github.com/.extraheader 2025-03-14T05:06:53.5219114Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T05:06:53.5662084Z http.https://github.com/.extraheader 2025-03-14T05:06:53.5950959Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T05:06:53.6359541Z http.https://github.com/.extraheader 2025-03-14T05:06:53.6642992Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T05:06:53.7045235Z http.https://github.com/.extraheader 2025-03-14T05:06:53.7336425Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T05:06:53.7747909Z http.https://github.com/.extraheader 2025-03-14T05:06:53.8017837Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T05:06:53.8425091Z http.https://github.com/.extraheader 2025-03-14T05:06:53.8742208Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T05:06:53.9134518Z http.https://github.com/.extraheader 2025-03-14T05:06:53.9432296Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T05:06:53.9831241Z http.https://github.com/.extraheader 2025-03-14T05:06:54.0127992Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T05:06:54.0528181Z http.https://github.com/.extraheader 2025-03-14T05:06:54.0818919Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T05:06:54.1216264Z http.https://github.com/.extraheader 2025-03-14T05:06:54.1521879Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T05:06:54.1915820Z http.https://github.com/.extraheader 2025-03-14T05:06:54.2199863Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T05:06:54.2604424Z http.https://github.com/.extraheader 2025-03-14T05:06:54.2911014Z Entering 'third_party/kleidiai' 2025-03-14T05:06:54.3336519Z http.https://github.com/.extraheader 2025-03-14T05:06:54.3626753Z Entering 'third_party/mimalloc' 2025-03-14T05:06:54.4023630Z http.https://github.com/.extraheader 2025-03-14T05:06:54.4312373Z Entering 'third_party/nlohmann' 2025-03-14T05:06:54.4699427Z http.https://github.com/.extraheader 2025-03-14T05:06:54.5015894Z Entering 'third_party/onnx' 2025-03-14T05:06:54.5408078Z http.https://github.com/.extraheader 2025-03-14T05:06:54.5694299Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T05:06:54.6098290Z http.https://github.com/.extraheader 2025-03-14T05:06:54.6412430Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T05:06:54.6799521Z http.https://github.com/.extraheader 2025-03-14T05:06:54.7078839Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T05:06:54.7504957Z http.https://github.com/.extraheader 2025-03-14T05:06:54.7797392Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T05:06:54.8200825Z http.https://github.com/.extraheader 2025-03-14T05:06:54.8495334Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T05:06:54.8903936Z http.https://github.com/.extraheader 2025-03-14T05:06:54.9191813Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T05:06:54.9620378Z http.https://github.com/.extraheader 2025-03-14T05:06:54.9917141Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T05:06:55.0317024Z http.https://github.com/.extraheader 2025-03-14T05:06:55.0601774Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T05:06:55.0996796Z http.https://github.com/.extraheader 2025-03-14T05:06:55.1311131Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T05:06:55.1714253Z http.https://github.com/.extraheader 2025-03-14T05:06:55.1996202Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T05:06:55.2404752Z http.https://github.com/.extraheader 2025-03-14T05:06:55.2686410Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T05:06:55.3126191Z http.https://github.com/.extraheader 2025-03-14T05:06:55.3434456Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T05:06:55.3833413Z http.https://github.com/.extraheader 2025-03-14T05:06:55.4158038Z Entering 'third_party/pocketfft' 2025-03-14T05:06:55.4553238Z http.https://github.com/.extraheader 2025-03-14T05:06:55.4834288Z Entering 'third_party/protobuf' 2025-03-14T05:06:55.5228466Z http.https://github.com/.extraheader 2025-03-14T05:06:55.5524214Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T05:06:55.5939066Z http.https://github.com/.extraheader 2025-03-14T05:06:55.6246972Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T05:06:55.6655186Z http.https://github.com/.extraheader 2025-03-14T05:06:55.6964455Z Entering 'third_party/psimd' 2025-03-14T05:06:55.7354870Z http.https://github.com/.extraheader 2025-03-14T05:06:55.7646916Z Entering 'third_party/pthreadpool' 2025-03-14T05:06:55.8048579Z http.https://github.com/.extraheader 2025-03-14T05:06:55.8336591Z Entering 'third_party/pybind11' 2025-03-14T05:06:55.8726793Z http.https://github.com/.extraheader 2025-03-14T05:06:55.9013646Z Entering 'third_party/python-peachpy' 2025-03-14T05:06:55.9433478Z http.https://github.com/.extraheader 2025-03-14T05:06:55.9717107Z Entering 'third_party/sleef' 2025-03-14T05:06:56.0113957Z http.https://github.com/.extraheader 2025-03-14T05:06:56.0399196Z Entering 'third_party/tensorpipe' 2025-03-14T05:06:56.0787427Z http.https://github.com/.extraheader 2025-03-14T05:06:56.1071178Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T05:06:56.1489280Z http.https://github.com/.extraheader 2025-03-14T05:06:56.1778749Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T05:06:56.2177212Z http.https://github.com/.extraheader 2025-03-14T05:06:56.2487004Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T05:06:56.2879351Z http.https://github.com/.extraheader 2025-03-14T05:06:56.3161326Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T05:06:56.3559705Z http.https://github.com/.extraheader 2025-03-14T05:06:56.3826294Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T05:06:56.4238600Z http.https://github.com/.extraheader 2025-03-14T05:06:56.4785360Z Cleaning up orphan processes 2025-03-14T05:06:56.5030540Z Terminate orphan process: pid (3956) (vctip)