2025-07-17T06:33:19.5303988Z Current runner version: '2.326.0' 2025-07-17T06:33:19.5327380Z ##[group]Runner Image Provisioner 2025-07-17T06:33:19.5328193Z Hosted Compute Agent 2025-07-17T06:33:19.5328738Z Version: 20250711.363 2025-07-17T06:33:19.5329347Z Commit: 6785254374ce925a23743850c1cb91912ce5c14c 2025-07-17T06:33:19.5330045Z Build Date: 2025-07-11T20:04:25Z 2025-07-17T06:33:19.5330592Z ##[endgroup] 2025-07-17T06:33:19.5331190Z ##[group]Operating System 2025-07-17T06:33:19.5331770Z Ubuntu 2025-07-17T06:33:19.5332213Z 24.04.2 2025-07-17T06:33:19.5332702Z LTS 2025-07-17T06:33:19.5333139Z ##[endgroup] 2025-07-17T06:33:19.5333621Z ##[group]Runner Image 2025-07-17T06:33:19.5334143Z Image: ubuntu-24.04 2025-07-17T06:33:19.5334733Z Version: 20250710.1.0 2025-07-17T06:33:19.5335694Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250710.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-17T06:33:19.5337514Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250710.1 2025-07-17T06:33:19.5338510Z ##[endgroup] 2025-07-17T06:33:19.5339506Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:33:19.5341239Z Contents: write 2025-07-17T06:33:19.5341749Z Metadata: read 2025-07-17T06:33:19.5342327Z ##[endgroup] 2025-07-17T06:33:19.5344283Z Secret source: Actions 2025-07-17T06:33:19.5344988Z Prepare workflow directory 2025-07-17T06:33:19.5661841Z Prepare all required actions 2025-07-17T06:33:19.5698258Z Getting action download info 2025-07-17T06:33:20.0274621Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:33:20.1168586Z Download action repository 'softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631' (SHA:da05d552573ad5aba039eaac05058a918a7bf631) 2025-07-17T06:33:20.7023936Z Download action repository 'actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874' (SHA:50769540e7f4bd5e21e526ee35c689e35e0d6874) 2025-07-17T06:33:20.9054603Z Complete job name: Create Release 2025-07-17T06:33:20.9756606Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-17T06:33:20.9757759Z with: 2025-07-17T06:33:20.9758148Z show-progress: false 2025-07-17T06:33:20.9758584Z submodules: recursive 2025-07-17T06:33:20.9759052Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:20.9759597Z repository: pytorch/pytorch 2025-07-17T06:33:20.9760194Z token: *** 2025-07-17T06:33:20.9760558Z ssh-strict: true 2025-07-17T06:33:20.9760937Z ssh-user: git 2025-07-17T06:33:20.9761333Z persist-credentials: true 2025-07-17T06:33:20.9761765Z clean: true 2025-07-17T06:33:20.9762162Z sparse-checkout-cone-mode: true 2025-07-17T06:33:20.9762630Z fetch-depth: 1 2025-07-17T06:33:20.9763007Z fetch-tags: false 2025-07-17T06:33:20.9763383Z lfs: false 2025-07-17T06:33:20.9763774Z set-safe-directory: true 2025-07-17T06:33:20.9764425Z ##[endgroup] 2025-07-17T06:33:21.0817913Z Syncing repository: pytorch/pytorch 2025-07-17T06:33:21.0819799Z ##[group]Getting Git version info 2025-07-17T06:33:21.0820508Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-17T06:33:21.0821509Z [command]/usr/bin/git version 2025-07-17T06:33:21.0875220Z git version 2.50.1 2025-07-17T06:33:21.0900901Z ##[endgroup] 2025-07-17T06:33:21.0915128Z Temporarily overriding HOME='/home/runner/work/_temp/2e7225ac-8c59-43ca-b39e-3383f0b0dd48' before making global git config changes 2025-07-17T06:33:21.0916606Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:33:21.0920281Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:33:21.0953324Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-17T06:33:21.0956980Z ##[group]Initializing the repository 2025-07-17T06:33:21.0960752Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-17T06:33:21.1023804Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-17T06:33:21.1025435Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-17T06:33:21.1027432Z hint: of your new repositories, which will suppress this warning, call: 2025-07-17T06:33:21.1028427Z hint: 2025-07-17T06:33:21.1028906Z hint: git config --global init.defaultBranch 2025-07-17T06:33:21.1029484Z hint: 2025-07-17T06:33:21.1030010Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-17T06:33:21.1030871Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-17T06:33:21.1031618Z hint: 2025-07-17T06:33:21.1032233Z hint: git branch -m 2025-07-17T06:33:21.1032859Z hint: 2025-07-17T06:33:21.1033430Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-17T06:33:21.1034363Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-17T06:33:21.1037789Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:33:21.1069357Z ##[endgroup] 2025-07-17T06:33:21.1070490Z ##[group]Disabling automatic garbage collection 2025-07-17T06:33:21.1073015Z [command]/usr/bin/git config --local gc.auto 0 2025-07-17T06:33:21.1101253Z ##[endgroup] 2025-07-17T06:33:21.1102258Z ##[group]Setting up auth 2025-07-17T06:33:21.1107801Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:33:21.1136743Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-07-17T06:33:21.1400980Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:33:21.1432108Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-07-17T06:33:21.1651689Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:33:21.1687698Z ##[endgroup] 2025-07-17T06:33:21.1689267Z ##[group]Fetching the repository 2025-07-17T06:33:21.1697564Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:34.5784128Z From https://github.com/pytorch/pytorch 2025-07-17T06:33:34.5785002Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T06:33:34.5810434Z ##[endgroup] 2025-07-17T06:33:34.5811148Z ##[group]Determining the checkout info 2025-07-17T06:33:34.5813601Z ##[endgroup] 2025-07-17T06:33:34.5819762Z [command]/usr/bin/git sparse-checkout disable 2025-07-17T06:33:34.5863220Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-17T06:33:34.5890623Z ##[group]Checking out the ref 2025-07-17T06:33:34.5894593Z [command]/usr/bin/git checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:35.6161140Z Updating files: 91% (17860/19589) 2025-07-17T06:33:35.6272784Z Updating files: 92% (18022/19589) 2025-07-17T06:33:35.6414749Z Updating files: 93% (18218/19589) 2025-07-17T06:33:35.6573589Z Updating files: 94% (18414/19589) 2025-07-17T06:33:35.6750569Z Updating files: 95% (18610/19589) 2025-07-17T06:33:35.6890880Z Updating files: 96% (18806/19589) 2025-07-17T06:33:35.7040447Z Updating files: 97% (19002/19589) 2025-07-17T06:33:35.7279856Z Updating files: 98% (19198/19589) 2025-07-17T06:33:35.7428127Z Updating files: 99% (19394/19589) 2025-07-17T06:33:35.7428771Z Updating files: 100% (19589/19589) 2025-07-17T06:33:35.7429279Z Updating files: 100% (19589/19589), done. 2025-07-17T06:33:35.7610574Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:33:35.7611176Z 2025-07-17T06:33:35.7613334Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:33:35.7614549Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:33:35.7616410Z state without impacting any branches by switching back to a branch. 2025-07-17T06:33:35.7617103Z 2025-07-17T06:33:35.7617573Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:33:35.7618465Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:33:35.7618996Z 2025-07-17T06:33:35.7619260Z git switch -c 2025-07-17T06:33:35.7619623Z 2025-07-17T06:33:35.7619864Z Or undo this operation with: 2025-07-17T06:33:35.7620224Z 2025-07-17T06:33:35.7620451Z git switch - 2025-07-17T06:33:35.7620704Z 2025-07-17T06:33:35.7621124Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:33:35.7621751Z 2025-07-17T06:33:35.7622168Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:33:35.7647618Z ##[endgroup] 2025-07-17T06:33:35.7648359Z ##[group]Setting up auth for fetching submodules 2025-07-17T06:33:35.7655032Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:33:35.7692623Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-07-17T06:33:35.7720448Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-17T06:33:35.7751085Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-17T06:33:35.7776116Z ##[endgroup] 2025-07-17T06:33:35.7777104Z ##[group]Fetching submodules 2025-07-17T06:33:35.7781021Z [command]/usr/bin/git submodule sync --recursive 2025-07-17T06:33:35.8018268Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-07-17T06:33:35.8250239Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-07-17T06:33:35.8253110Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-07-17T06:33:35.8257609Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-07-17T06:33:35.8261497Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-07-17T06:33:35.8269189Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-07-17T06:33:35.8274361Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-07-17T06:33:35.8278647Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-07-17T06:33:35.8283005Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-07-17T06:33:35.8289195Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-07-17T06:33:35.8294400Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-07-17T06:33:35.8299119Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-07-17T06:33:35.8308309Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-07-17T06:33:35.8313597Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-07-17T06:33:35.8318799Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-07-17T06:33:35.8328267Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-07-17T06:33:35.8335732Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-07-17T06:33:35.8342648Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-07-17T06:33:35.8347461Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-07-17T06:33:35.8354943Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:33:35.8360243Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-07-17T06:33:35.8366491Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-07-17T06:33:35.8376567Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-07-17T06:33:35.8382191Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-07-17T06:33:35.8387912Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-07-17T06:33:35.8394273Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-07-17T06:33:35.8400483Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-07-17T06:33:35.8406692Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-07-17T06:33:35.8412878Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-07-17T06:33:35.8419492Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-07-17T06:33:35.8427827Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-07-17T06:33:35.8434333Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-07-17T06:33:35.8440678Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-07-17T06:33:35.8447615Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-07-17T06:33:35.8455666Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-07-17T06:33:35.8462403Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-07-17T06:33:35.8468776Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-07-17T06:33:35.8476897Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-07-17T06:33:35.8506581Z Cloning into '/home/runner/work/pytorch/pytorch/android/libs/fbjni'... 2025-07-17T06:33:36.4402404Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FP16'... 2025-07-17T06:33:36.9407336Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FXdiv'... 2025-07-17T06:33:37.4180630Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/NNPACK'... 2025-07-17T06:33:38.0366968Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/NVTX'... 2025-07-17T06:33:38.7789392Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-07-17T06:33:39.4248484Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/XNNPACK'... 2025-07-17T06:33:40.4436641Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/aiter'... 2025-07-17T06:33:41.4106825Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/benchmark'... 2025-07-17T06:33:41.9908886Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/composable_kernel'... 2025-07-17T06:33:43.7633145Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cpp-httplib'... 2025-07-17T06:33:44.3798171Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cpuinfo'... 2025-07-17T06:33:45.0470387Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-07-17T06:33:45.8131097Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cutlass'... 2025-07-17T06:33:48.8821365Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm'... 2025-07-17T06:33:49.9362249Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flash-attention'... 2025-07-17T06:33:50.7865001Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flatbuffers'... 2025-07-17T06:33:51.4192993Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fmt'... 2025-07-17T06:33:52.1673853Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-07-17T06:33:53.0738020Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gloo'... 2025-07-17T06:33:53.6532234Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/googletest'... 2025-07-17T06:33:54.2444442Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep'... 2025-07-17T06:33:54.7734642Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ittapi'... 2025-07-17T06:33:55.3670138Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto'... 2025-07-17T06:33:56.2183001Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kleidiai'... 2025-07-17T06:33:56.8090717Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/mimalloc'... 2025-07-17T06:33:57.5067762Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nlohmann'... 2025-07-17T06:34:00.8698008Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx'... 2025-07-17T06:34:01.6347676Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-07-17T06:34:02.4534744Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pocketfft'... 2025-07-17T06:34:02.9555717Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf'... 2025-07-17T06:34:04.5786339Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/psimd'... 2025-07-17T06:34:05.0961122Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pthreadpool'... 2025-07-17T06:34:05.6367881Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pybind11'... 2025-07-17T06:34:06.5307033Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-peachpy'... 2025-07-17T06:34:07.1147969Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/sleef'... 2025-07-17T06:34:07.8510851Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe'... 2025-07-17T06:34:09.5956306Z From https://github.com/facebookincubator/fbjni 2025-07-17T06:34:09.5957330Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2025-07-17T06:34:09.6086920Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-07-17T06:34:10.7323559Z From https://github.com/Maratyszcza/FP16 2025-07-17T06:34:10.7324236Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-07-17T06:34:10.7416711Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-07-17T06:34:11.7343224Z From https://github.com/Maratyszcza/FXdiv 2025-07-17T06:34:11.7343957Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-07-17T06:34:11.7400729Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-07-17T06:34:12.8617957Z From https://github.com/Maratyszcza/NNPACK 2025-07-17T06:34:12.8618659Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2025-07-17T06:34:12.8809075Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-07-17T06:34:13.8643480Z From https://github.com/NVIDIA/NVTX 2025-07-17T06:34:13.8644009Z * branch 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 -> FETCH_HEAD 2025-07-17T06:34:13.9378520Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-07-17T06:34:15.1274770Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-07-17T06:34:15.1275581Z * branch 1d8f600fd424278486eade7ed3e877c99f0846b1 -> FETCH_HEAD 2025-07-17T06:34:15.1582749Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-07-17T06:34:18.5994495Z From https://github.com/google/XNNPACK 2025-07-17T06:34:18.5995149Z * branch 51a0103656eff6fc9bfd39a4597923c4b542c883 -> FETCH_HEAD 2025-07-17T06:34:19.2504834Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-07-17T06:34:20.5308102Z From https://github.com/ROCm/aiter 2025-07-17T06:34:20.5308733Z * branch 01aae101b9e5e94d6c16a9514c9fb8df99c93150 -> FETCH_HEAD 2025-07-17T06:34:20.6526973Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-07-17T06:34:20.6548693Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:34:20.6576768Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-07-17T06:34:23.9172268Z From https://github.com/ROCm/composable_kernel 2025-07-17T06:34:23.9172953Z * branch cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf -> FETCH_HEAD 2025-07-17T06:34:24.1696885Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-07-17T06:34:25.2825840Z From https://github.com/google/benchmark 2025-07-17T06:34:25.2827084Z * branch 299e5928955cc62af9968370293b916f5130916f -> FETCH_HEAD 2025-07-17T06:34:25.2988330Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-07-17T06:34:26.8823615Z From https://github.com/ROCm/composable_kernel 2025-07-17T06:34:26.8824327Z * branch 434d19f696da62c12b5372b32cbc9ba968588d7e -> FETCH_HEAD 2025-07-17T06:34:27.1305875Z Submodule path 'third_party/composable_kernel': checked out '434d19f696da62c12b5372b32cbc9ba968588d7e' 2025-07-17T06:34:28.2593888Z From https://github.com/yhirose/cpp-httplib 2025-07-17T06:34:28.2594599Z * branch 3af7f2c16147f3fbc6e4d717032daf505dc1652c -> FETCH_HEAD 2025-07-17T06:34:28.3024982Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-07-17T06:34:29.4273310Z From https://github.com/pytorch/cpuinfo 2025-07-17T06:34:29.4273756Z * branch 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d -> FETCH_HEAD 2025-07-17T06:34:29.5141028Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-07-17T06:34:30.5733466Z From https://github.com/NVIDIA/cudnn-frontend 2025-07-17T06:34:30.5734120Z * branch f937055efc6d414d11f4c6577e3977fe74f35fb6 -> FETCH_HEAD 2025-07-17T06:34:30.6094585Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-07-17T06:34:31.9061819Z From https://github.com/NVIDIA/cutlass 2025-07-17T06:34:31.9062471Z * branch b995f933179c22d3fe0d871c3a53d11e4681950f -> FETCH_HEAD 2025-07-17T06:34:32.5136420Z Submodule path 'third_party/cutlass': checked out 'b995f933179c22d3fe0d871c3a53d11e4681950f' 2025-07-17T06:34:33.9641507Z From https://github.com/pytorch/fbgemm 2025-07-17T06:34:33.9642154Z * branch 157e88b750c452bef2ab4653fe9d1eeb151ce4c3 -> FETCH_HEAD 2025-07-17T06:34:34.0655716Z Submodule path 'third_party/fbgemm': checked out '157e88b750c452bef2ab4653fe9d1eeb151ce4c3' 2025-07-17T06:34:34.0678127Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-07-17T06:34:34.0682753Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:34:34.0687525Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:34:34.0692149Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-07-17T06:34:34.0697301Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-07-17T06:34:34.0702343Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:34:34.0707216Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-07-17T06:34:34.0734540Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-07-17T06:34:34.9201293Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-07-17T06:34:35.6982921Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-07-17T06:34:36.3977509Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-07-17T06:34:37.9747792Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-07-17T06:34:38.5341666Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-07-17T06:34:39.0865223Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-07-17T06:34:41.1298394Z From https://github.com/asmjit/asmjit 2025-07-17T06:34:41.1299319Z * branch e5d7c0bd5d9aec44d68830187138149e6a8c4e32 -> FETCH_HEAD 2025-07-17T06:34:41.1771759Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'e5d7c0bd5d9aec44d68830187138149e6a8c4e32' 2025-07-17T06:34:42.5720995Z From https://github.com/jwfromm/composable_kernel 2025-07-17T06:34:42.5721705Z * branch 4a61bdd4bd4ed730e078aebc7c0fcf046ff29406 -> FETCH_HEAD 2025-07-17T06:34:42.7929638Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '4a61bdd4bd4ed730e078aebc7c0fcf046ff29406' 2025-07-17T06:34:43.9325351Z From https://github.com/pytorch/cpuinfo 2025-07-17T06:34:43.9325994Z * branch 6543fec09b2f04ac4a666882998b534afc9c1349 -> FETCH_HEAD 2025-07-17T06:34:44.0200901Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-07-17T06:34:46.1022788Z From https://github.com/jwfromm/cutlass 2025-07-17T06:34:46.1023372Z * branch 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 -> FETCH_HEAD 2025-07-17T06:34:46.6826793Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3' 2025-07-17T06:34:47.9102901Z From https://github.com/google/googletest 2025-07-17T06:34:47.9103575Z * branch f8d7d77c06936315286eb55f8de22cd23c188571 -> FETCH_HEAD 2025-07-17T06:34:47.9435439Z Submodule path 'third_party/fbgemm/external/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' 2025-07-17T06:34:47.9550601Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-07-17T06:34:49.2729137Z From https://github.com/nlohmann/json 2025-07-17T06:34:49.2729775Z * branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD 2025-07-17T06:34:49.3687419Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-07-17T06:34:50.5634252Z From https://github.com/Dao-AILab/flash-attention 2025-07-17T06:34:50.5634976Z * branch 979702c87a8713a8e0a5e9fee122b90d2ef13be5 -> FETCH_HEAD 2025-07-17T06:34:50.6289872Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-07-17T06:34:50.6311109Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:34:50.6314931Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:34:50.6343546Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-07-17T06:34:52.3897626Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-07-17T06:34:55.5059550Z From https://github.com/ROCm/composable_kernel 2025-07-17T06:34:55.5060245Z * branch 888317e698e9803c62bd38568abc9e05d7709f33 -> FETCH_HEAD 2025-07-17T06:34:55.7357407Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-07-17T06:34:57.7826992Z From https://github.com/NVIDIA/cutlass 2025-07-17T06:34:57.7827710Z * branch c506e16788cb08416a4a57e11a9067beeee29420 -> FETCH_HEAD 2025-07-17T06:34:58.3378160Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-07-17T06:34:59.6682811Z From https://github.com/google/flatbuffers 2025-07-17T06:34:59.6683299Z * branch a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 -> FETCH_HEAD 2025-07-17T06:34:59.7828998Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-07-17T06:35:00.8476710Z From https://github.com/fmtlib/fmt 2025-07-17T06:35:00.8477331Z * branch 40626af88bd7df9a5fb80be7b25ac85b122d6c21 -> FETCH_HEAD 2025-07-17T06:35:00.8701148Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-07-17T06:35:02.0529625Z From https://github.com/google/gemmlowp 2025-07-17T06:35:02.0530261Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2025-07-17T06:35:02.0810038Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-07-17T06:35:03.2183166Z From https://github.com/pytorch/gloo 2025-07-17T06:35:03.2245157Z * branch c7b7b022c124d9643957d9bd55f57ac59fce8fa2 -> FETCH_HEAD 2025-07-17T06:35:03.2395229Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-07-17T06:35:04.3732359Z From https://github.com/google/googletest 2025-07-17T06:35:04.3732941Z * branch 52eb8108c5bdec04579160ae17225d66034bd723 -> FETCH_HEAD 2025-07-17T06:35:04.4054872Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-07-17T06:35:05.4969331Z From https://github.com/intel/ideep 2025-07-17T06:35:05.4969947Z * branch 719d8e6cd7f7a0e01b155657526d693acf97c2b3 -> FETCH_HEAD 2025-07-17T06:35:05.5047425Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-07-17T06:35:05.5067175Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-07-17T06:35:05.5092956Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-07-17T06:35:10.1826655Z From https://github.com/intel/mkl-dnn 2025-07-17T06:35:10.1827312Z * branch 8d263e693366ef8db40acc569cc7d8edf644556d -> FETCH_HEAD 2025-07-17T06:35:10.6370505Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-07-17T06:35:11.7200308Z From https://github.com/intel/ittapi 2025-07-17T06:35:11.7200975Z * branch dec1d23ca65ab069d225dfe40dea14f455170959 -> FETCH_HEAD 2025-07-17T06:35:11.7354690Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-07-17T06:35:12.8225769Z From https://github.com/pytorch/kineto 2025-07-17T06:35:12.8226852Z * branch 5e7501833f1021ce6f618572d3baf657b6319658 -> FETCH_HEAD 2025-07-17T06:35:12.8979727Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-07-17T06:35:12.9002201Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:35:12.9006626Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:35:12.9011164Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:35:12.9037765Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-07-17T06:35:13.7246634Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-07-17T06:35:14.3353569Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-07-17T06:35:16.3187486Z From https://github.com/facebookincubator/dynolog 2025-07-17T06:35:16.3188145Z * branch 7d04a0053a845370ae06ce317a22a48e9edcc74e -> FETCH_HEAD 2025-07-17T06:35:16.3887375Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-07-17T06:35:16.3906798Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:35:16.3910951Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:35:16.3917256Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:35:16.3923676Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:35:16.3928241Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:35:16.3934729Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:35:16.3939585Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:35:16.3944815Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:35:16.3974421Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-07-17T06:35:18.3159041Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-07-17T06:35:18.8910995Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-07-17T06:35:19.6193019Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-07-17T06:35:20.1352474Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-07-17T06:35:20.7135208Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-07-17T06:35:21.3422182Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-07-17T06:35:22.0847427Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-07-17T06:35:24.6065156Z From https://github.com/NVIDIA/DCGM 2025-07-17T06:35:24.6065826Z * branch ffde4e54bc7249a6039a5e6b45b395141e1217f9 -> FETCH_HEAD 2025-07-17T06:35:24.7747013Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-07-17T06:35:25.9331470Z From https://github.com/libcpr/cpr 2025-07-17T06:35:25.9332096Z * branch 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 -> FETCH_HEAD 2025-07-17T06:35:25.9460722Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-07-17T06:35:27.2084807Z From https://github.com/fmtlib/fmt 2025-07-17T06:35:27.2085436Z * branch cd4af11efc9c622896a3e4cb599fa28668ca3d05 -> FETCH_HEAD 2025-07-17T06:35:27.2357848Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-07-17T06:35:28.3482709Z From https://github.com/gflags/gflags 2025-07-17T06:35:28.3484753Z * branch e171aa2d15ed9eb17054558e0b3a6a413bb01067 -> FETCH_HEAD 2025-07-17T06:35:28.3579130Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-07-17T06:35:28.3597030Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:35:28.3622863Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-07-17T06:35:29.9646580Z From https://github.com/gflags/gflags 2025-07-17T06:35:29.9647236Z * branch 8411df715cf522606e3b1aca386ddfc0b63d34b4 -> FETCH_HEAD 2025-07-17T06:35:29.9699316Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-07-17T06:35:31.1308395Z From https://github.com/google/glog 2025-07-17T06:35:31.1308952Z * branch b33e3bad4c46c8a6345525fd822af355e5ef9446 -> FETCH_HEAD 2025-07-17T06:35:31.1454189Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-07-17T06:35:32.4830534Z From https://github.com/google/googletest 2025-07-17T06:35:32.4831074Z * branch 58d77fa8070e8cec2dc1ed015d66b454c8d78850 -> FETCH_HEAD 2025-07-17T06:35:32.5167650Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-07-17T06:35:33.9265477Z From https://github.com/nlohmann/json 2025-07-17T06:35:33.9266307Z * branch 4f8fba14066156b73f1189a2b8bd568bde5284c5 -> FETCH_HEAD 2025-07-17T06:35:34.0064754Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-07-17T06:35:35.1218323Z From https://github.com/dtrugman/pfs 2025-07-17T06:35:35.1218949Z * branch f68a2fa8ea36c783bdd760371411fcb495aa3150 -> FETCH_HEAD 2025-07-17T06:35:35.1356683Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-07-17T06:35:36.3866624Z From https://github.com/fmtlib/fmt 2025-07-17T06:35:36.3867283Z * branch 0041a40c1350ba702d475b9c4ad62da77caea164 -> FETCH_HEAD 2025-07-17T06:35:36.4110836Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-07-17T06:35:37.7324674Z From https://github.com/google/googletest 2025-07-17T06:35:37.7325315Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2025-07-17T06:35:37.7662091Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-07-17T06:35:38.9389141Z From https://github.com/ARM-software/kleidiai 2025-07-17T06:35:38.9389837Z * branch cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 -> FETCH_HEAD 2025-07-17T06:35:38.9759851Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-07-17T06:35:40.1336929Z From https://github.com/microsoft/mimalloc 2025-07-17T06:35:40.1337585Z * branch fbd8b99c2b828428947d70fdc046bb55609be93e -> FETCH_HEAD 2025-07-17T06:35:40.1647497Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-07-17T06:35:41.4987867Z From https://github.com/nlohmann/json 2025-07-17T06:35:41.4988487Z * branch 55f93686c01528224f448c19128836e7df245f72 -> FETCH_HEAD 2025-07-17T06:35:41.6012470Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-07-17T06:35:43.0953331Z From https://github.com/onnx/onnx 2025-07-17T06:35:43.0953982Z * branch e709452ef2bbc1d113faf678c24e6d3467696e83 -> FETCH_HEAD 2025-07-17T06:35:43.5714007Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-07-17T06:35:43.5750083Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-07-17T06:35:43.5777237Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-07-17T06:35:45.3815987Z From https://github.com/pybind/pybind11 2025-07-17T06:35:45.3816822Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-07-17T06:35:45.4105334Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T06:35:46.6873446Z From https://github.com/open-telemetry/opentelemetry-cpp 2025-07-17T06:35:46.6873931Z * branch a799f4aed9c94b765dcdaabaeab7d5e7e2310878 -> FETCH_HEAD 2025-07-17T06:35:46.7511389Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-07-17T06:35:46.7533050Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:35:46.7539498Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:35:46.7543338Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:35:46.7547829Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:35:46.7552145Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:35:46.7557599Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:35:46.7562612Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:35:46.7566639Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:35:46.7593088Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-07-17T06:35:47.3259696Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-07-17T06:35:47.9396875Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-07-17T06:35:48.4689756Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-07-17T06:35:49.2046566Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-07-17T06:35:49.7373286Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-07-17T06:35:50.2667575Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-07-17T06:35:50.8057675Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-07-17T06:35:52.8021338Z From https://github.com/google/benchmark 2025-07-17T06:35:52.8021975Z * branch d572f4777349d43653b21d6c2fc63020ab326db2 -> FETCH_HEAD 2025-07-17T06:35:52.8178399Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-07-17T06:35:54.1091875Z From https://github.com/google/googletest 2025-07-17T06:35:54.1092568Z * branch b796f7d44681514f58a683a3a71ff17c94edb0c1 -> FETCH_HEAD 2025-07-17T06:35:54.1428421Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-07-17T06:35:55.2787112Z From https://github.com/microsoft/GSL 2025-07-17T06:35:55.2787762Z * branch 6f4529395c5b7c2d661812257cd6780c67e54afa -> FETCH_HEAD 2025-07-17T06:35:55.2882829Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-07-17T06:35:56.8294652Z From https://github.com/nlohmann/json 2025-07-17T06:35:56.8295251Z * branch bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d -> FETCH_HEAD 2025-07-17T06:35:56.9249108Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-07-17T06:35:58.0106477Z From https://github.com/open-telemetry/opentelemetry-proto 2025-07-17T06:35:58.0107261Z * branch 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce -> FETCH_HEAD 2025-07-17T06:35:58.0206872Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-07-17T06:35:58.9775885Z From https://github.com/opentracing/opentracing-cpp 2025-07-17T06:35:58.9776756Z * branch 06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5 -> FETCH_HEAD 2025-07-17T06:35:58.9889303Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-07-17T06:36:00.0829473Z From https://github.com/jupp0r/prometheus-cpp 2025-07-17T06:36:00.0830159Z * branch c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d -> FETCH_HEAD 2025-07-17T06:36:00.0972645Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-07-17T06:36:00.0990575Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:36:00.0994928Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:36:00.1021485Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-07-17T06:36:02.7381124Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-07-17T06:36:04.5391976Z From https://github.com/civetweb/civetweb 2025-07-17T06:36:04.5392648Z * branch eefb26f82b233268fc98577d265352720d477ba4 -> FETCH_HEAD 2025-07-17T06:36:04.7448715Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-07-17T06:36:06.0353534Z From https://github.com/google/googletest 2025-07-17T06:36:06.0354227Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-07-17T06:36:06.0702221Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-07-17T06:36:08.0175944Z From https://github.com/Microsoft/vcpkg 2025-07-17T06:36:08.0176803Z * branch 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 -> FETCH_HEAD 2025-07-17T06:36:08.5389385Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-07-17T06:36:08.5507201Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-07-17T06:36:11.6050870Z From https://github.com/protocolbuffers/protobuf 2025-07-17T06:36:11.6051560Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2025-07-17T06:36:11.8353146Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-07-17T06:36:11.8376737Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:36:11.8380514Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-07-17T06:36:11.8407436Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-07-17T06:36:12.4417182Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-07-17T06:36:14.1441307Z From https://github.com/google/benchmark 2025-07-17T06:36:14.1441959Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2025-07-17T06:36:14.1563807Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-07-17T06:36:15.6152574Z From https://github.com/google/googletest 2025-07-17T06:36:15.6153369Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2025-07-17T06:36:15.6547846Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-07-17T06:36:15.6642692Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-07-17T06:36:16.7427571Z From https://github.com/Maratyszcza/pthreadpool 2025-07-17T06:36:16.7428218Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-07-17T06:36:16.7511935Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-07-17T06:36:17.9981148Z From https://github.com/pybind/pybind11 2025-07-17T06:36:17.9981788Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-07-17T06:36:18.0273252Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T06:36:19.0770616Z From https://github.com/malfet/PeachPy 2025-07-17T06:36:19.0771329Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2025-07-17T06:36:19.1002099Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-07-17T06:36:20.4071527Z From https://github.com/shibatch/sleef 2025-07-17T06:36:20.4072135Z * branch 5a1d179df9cf652951b59010a2d2075372d67f68 -> FETCH_HEAD 2025-07-17T06:36:20.4444404Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-07-17T06:36:21.5426850Z From https://github.com/pytorch/tensorpipe 2025-07-17T06:36:21.5427549Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2025-07-17T06:36:21.5631504Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-07-17T06:36:21.5664190Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:36:21.5668584Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:36:21.5674560Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:36:21.5681406Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:36:21.5709050Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-07-17T06:36:22.1921661Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-07-17T06:36:22.7445017Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-07-17T06:36:23.4751530Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-07-17T06:36:25.8416714Z From https://github.com/google/googletest 2025-07-17T06:36:25.8417347Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2025-07-17T06:36:25.8760951Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-07-17T06:36:26.8221764Z From https://github.com/google/libnop 2025-07-17T06:36:26.8222324Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2025-07-17T06:36:26.8336051Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-07-17T06:36:28.1940234Z From https://github.com/libuv/libuv 2025-07-17T06:36:28.1940856Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2025-07-17T06:36:28.2378728Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-07-17T06:36:29.4854803Z From https://github.com/pybind/pybind11 2025-07-17T06:36:29.4855251Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2025-07-17T06:36:29.5095140Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-07-17T06:36:29.5113877Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:36:29.5140276Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-07-17T06:36:31.0522054Z From https://github.com/wjakob/clang-cindex-python3 2025-07-17T06:36:31.0522763Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2025-07-17T06:36:31.0579727Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-07-17T06:36:31.0620449Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-07-17T06:36:31.0856009Z Entering 'android/libs/fbjni' 2025-07-17T06:36:31.0897844Z Entering 'third_party/FP16' 2025-07-17T06:36:31.0935730Z Entering 'third_party/FXdiv' 2025-07-17T06:36:31.0973709Z Entering 'third_party/NNPACK' 2025-07-17T06:36:31.1012486Z Entering 'third_party/NVTX' 2025-07-17T06:36:31.1051300Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:36:31.1090014Z Entering 'third_party/XNNPACK' 2025-07-17T06:36:31.1140321Z Entering 'third_party/aiter' 2025-07-17T06:36:31.1177938Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:36:31.1224997Z Entering 'third_party/benchmark' 2025-07-17T06:36:31.1262954Z Entering 'third_party/composable_kernel' 2025-07-17T06:36:31.1307707Z Entering 'third_party/cpp-httplib' 2025-07-17T06:36:31.1345056Z Entering 'third_party/cpuinfo' 2025-07-17T06:36:31.1383353Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:36:31.1421061Z Entering 'third_party/cutlass' 2025-07-17T06:36:31.1467091Z Entering 'third_party/fbgemm' 2025-07-17T06:36:31.1504417Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:36:31.1541838Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:36:31.1584635Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:36:31.1622038Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:36:31.1666390Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:36:31.1704321Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:36:31.1740987Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:36:31.1781807Z Entering 'third_party/flash-attention' 2025-07-17T06:36:31.1819544Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:36:31.1863178Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:36:31.1909773Z Entering 'third_party/flatbuffers' 2025-07-17T06:36:31.1950598Z Entering 'third_party/fmt' 2025-07-17T06:36:31.1987567Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:36:31.2024764Z Entering 'third_party/gloo' 2025-07-17T06:36:31.2062857Z Entering 'third_party/googletest' 2025-07-17T06:36:31.2100754Z Entering 'third_party/ideep' 2025-07-17T06:36:31.2135634Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:36:31.2181248Z Entering 'third_party/ittapi' 2025-07-17T06:36:31.2218493Z Entering 'third_party/kineto' 2025-07-17T06:36:31.2254447Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:36:31.2291026Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:36:31.2329992Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:36:31.2367993Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:36:31.2405405Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:36:31.2441835Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:36:31.2482168Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:36:31.2520156Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:36:31.2558801Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:36:31.2597821Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:36:31.2637696Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:36:31.2675483Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:36:31.2715190Z Entering 'third_party/kleidiai' 2025-07-17T06:36:31.2753167Z Entering 'third_party/mimalloc' 2025-07-17T06:36:31.2791239Z Entering 'third_party/nlohmann' 2025-07-17T06:36:31.2830063Z Entering 'third_party/onnx' 2025-07-17T06:36:31.2881179Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:36:31.2922854Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:36:31.2960199Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:36:31.2997366Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:36:31.3034331Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:36:31.3071708Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:36:31.3109716Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:36:31.3146006Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:36:31.3183003Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:36:31.3219276Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:36:31.3257810Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:36:31.3296866Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:36:31.3350981Z Entering 'third_party/pocketfft' 2025-07-17T06:36:31.3388458Z Entering 'third_party/protobuf' 2025-07-17T06:36:31.3427636Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:36:31.3464602Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:36:31.3503953Z Entering 'third_party/psimd' 2025-07-17T06:36:31.3541913Z Entering 'third_party/pthreadpool' 2025-07-17T06:36:31.3579511Z Entering 'third_party/pybind11' 2025-07-17T06:36:31.3617076Z Entering 'third_party/python-peachpy' 2025-07-17T06:36:31.3654117Z Entering 'third_party/sleef' 2025-07-17T06:36:31.3691527Z Entering 'third_party/tensorpipe' 2025-07-17T06:36:31.3727716Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:36:31.3764469Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:36:31.3801033Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:36:31.3837954Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:36:31.3873354Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:36:31.3924221Z ##[endgroup] 2025-07-17T06:36:31.3924802Z ##[group]Persisting credentials for submodules 2025-07-17T06:36:31.3932537Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-07-17T06:36:31.4165968Z Entering 'android/libs/fbjni' 2025-07-17T06:36:31.4209071Z Entering 'third_party/FP16' 2025-07-17T06:36:31.4251802Z Entering 'third_party/FXdiv' 2025-07-17T06:36:31.4294285Z Entering 'third_party/NNPACK' 2025-07-17T06:36:31.4337181Z Entering 'third_party/NVTX' 2025-07-17T06:36:31.4382790Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:36:31.4425271Z Entering 'third_party/XNNPACK' 2025-07-17T06:36:31.4482070Z Entering 'third_party/aiter' 2025-07-17T06:36:31.4524606Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:36:31.4577034Z Entering 'third_party/benchmark' 2025-07-17T06:36:31.4620324Z Entering 'third_party/composable_kernel' 2025-07-17T06:36:31.4670671Z Entering 'third_party/cpp-httplib' 2025-07-17T06:36:31.4713797Z Entering 'third_party/cpuinfo' 2025-07-17T06:36:31.4757719Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:36:31.4801359Z Entering 'third_party/cutlass' 2025-07-17T06:36:31.4851888Z Entering 'third_party/fbgemm' 2025-07-17T06:36:31.4895092Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:36:31.4937981Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:36:31.4985530Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:36:31.5028293Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:36:31.5077463Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:36:31.5120545Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:36:31.5162366Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:36:31.5208704Z Entering 'third_party/flash-attention' 2025-07-17T06:36:31.5251331Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:36:31.5300251Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:36:31.5351177Z Entering 'third_party/flatbuffers' 2025-07-17T06:36:31.5396783Z Entering 'third_party/fmt' 2025-07-17T06:36:31.5440334Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:36:31.5483463Z Entering 'third_party/gloo' 2025-07-17T06:36:31.5526728Z Entering 'third_party/googletest' 2025-07-17T06:36:31.5569595Z Entering 'third_party/ideep' 2025-07-17T06:36:31.5610329Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:36:31.5660134Z Entering 'third_party/ittapi' 2025-07-17T06:36:31.5703292Z Entering 'third_party/kineto' 2025-07-17T06:36:31.5745392Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:36:31.5787406Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:36:31.5831206Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:36:31.5874398Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:36:31.5917491Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:36:31.5958591Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:36:31.6004146Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:36:31.6047787Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:36:31.6090706Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:36:31.6134341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:36:31.6179137Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:36:31.6221716Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:36:31.6266982Z Entering 'third_party/kleidiai' 2025-07-17T06:36:31.6310591Z Entering 'third_party/mimalloc' 2025-07-17T06:36:31.6353329Z Entering 'third_party/nlohmann' 2025-07-17T06:36:31.6397056Z Entering 'third_party/onnx' 2025-07-17T06:36:31.6453410Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:36:31.6500426Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:36:31.6543748Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:36:31.6585455Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:36:31.6628075Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:36:31.6670508Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:36:31.6714361Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:36:31.6756980Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:36:31.6799074Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:36:31.6840094Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:36:31.6884709Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:36:31.6929195Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:36:31.6989680Z Entering 'third_party/pocketfft' 2025-07-17T06:36:31.7031516Z Entering 'third_party/protobuf' 2025-07-17T06:36:31.7075195Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:36:31.7118926Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:36:31.7165163Z Entering 'third_party/psimd' 2025-07-17T06:36:31.7208378Z Entering 'third_party/pthreadpool' 2025-07-17T06:36:31.7251503Z Entering 'third_party/pybind11' 2025-07-17T06:36:31.7294649Z Entering 'third_party/python-peachpy' 2025-07-17T06:36:31.7338053Z Entering 'third_party/sleef' 2025-07-17T06:36:31.7381297Z Entering 'third_party/tensorpipe' 2025-07-17T06:36:31.7422780Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:36:31.7464638Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:36:31.7506779Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:36:31.7549017Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:36:31.7590703Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:36:31.7653210Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-07-17T06:36:31.7881163Z Entering 'android/libs/fbjni' 2025-07-17T06:36:31.7919047Z file:/home/runner/work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-07-17T06:36:31.7938073Z Entering 'third_party/FP16' 2025-07-17T06:36:31.7975420Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-07-17T06:36:31.7994318Z Entering 'third_party/FXdiv' 2025-07-17T06:36:31.8031753Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-07-17T06:36:31.8051394Z Entering 'third_party/NNPACK' 2025-07-17T06:36:31.8088467Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-07-17T06:36:31.8107824Z Entering 'third_party/NVTX' 2025-07-17T06:36:31.8144855Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-07-17T06:36:31.8165341Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:36:31.8202300Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-07-17T06:36:31.8221721Z Entering 'third_party/XNNPACK' 2025-07-17T06:36:31.8259195Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-07-17T06:36:31.8291667Z Entering 'third_party/aiter' 2025-07-17T06:36:31.8328806Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-07-17T06:36:31.8347989Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:36:31.8385867Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-07-17T06:36:31.8413541Z Entering 'third_party/benchmark' 2025-07-17T06:36:31.8451100Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-07-17T06:36:31.8470380Z Entering 'third_party/composable_kernel' 2025-07-17T06:36:31.8508836Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-07-17T06:36:31.8535177Z Entering 'third_party/cpp-httplib' 2025-07-17T06:36:31.8573281Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-07-17T06:36:31.8592706Z Entering 'third_party/cpuinfo' 2025-07-17T06:36:31.8631068Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-07-17T06:36:31.8650388Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:36:31.8688098Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-07-17T06:36:31.8707708Z Entering 'third_party/cutlass' 2025-07-17T06:36:31.8745597Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-07-17T06:36:31.8772819Z Entering 'third_party/fbgemm' 2025-07-17T06:36:31.8811197Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-07-17T06:36:31.8830896Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:36:31.8867490Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-07-17T06:36:31.8887424Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:36:31.8925034Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-07-17T06:36:31.8950006Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:36:31.8987316Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-07-17T06:36:31.9006720Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:36:31.9043360Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-07-17T06:36:31.9070770Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:36:31.9107905Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-07-17T06:36:31.9127243Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:36:31.9164317Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-07-17T06:36:31.9183630Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:36:31.9220899Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-07-17T06:36:31.9243071Z Entering 'third_party/flash-attention' 2025-07-17T06:36:31.9281258Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-07-17T06:36:31.9300700Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:36:31.9338397Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-07-17T06:36:31.9363076Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:36:31.9399800Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-07-17T06:36:31.9428745Z Entering 'third_party/flatbuffers' 2025-07-17T06:36:31.9466054Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-07-17T06:36:31.9488280Z Entering 'third_party/fmt' 2025-07-17T06:36:31.9525297Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-07-17T06:36:31.9544557Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:36:31.9582497Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-07-17T06:36:31.9601813Z Entering 'third_party/gloo' 2025-07-17T06:36:31.9638841Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-07-17T06:36:31.9658629Z Entering 'third_party/googletest' 2025-07-17T06:36:31.9695726Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:36:31.9715106Z Entering 'third_party/ideep' 2025-07-17T06:36:31.9752195Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-07-17T06:36:31.9770163Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:36:31.9807413Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-07-17T06:36:31.9834424Z Entering 'third_party/ittapi' 2025-07-17T06:36:31.9872040Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-07-17T06:36:31.9891503Z Entering 'third_party/kineto' 2025-07-17T06:36:31.9929420Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-07-17T06:36:31.9947875Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:36:31.9985431Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-07-17T06:36:32.0003645Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:36:32.0042203Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-07-17T06:36:32.0062590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:36:32.0101320Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-07-17T06:36:32.0120267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:36:32.0158638Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-07-17T06:36:32.0178028Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:36:32.0216762Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-07-17T06:36:32.0234343Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:36:32.0272712Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-07-17T06:36:32.0294413Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:36:32.0333480Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-07-17T06:36:32.0353452Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:36:32.0392297Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:36:32.0411786Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:36:32.0450401Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-07-17T06:36:32.0470563Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:36:32.0508810Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-07-17T06:36:32.0530228Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:36:32.0567973Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-07-17T06:36:32.0587755Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:36:32.0625526Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-07-17T06:36:32.0648179Z Entering 'third_party/kleidiai' 2025-07-17T06:36:32.0686741Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-07-17T06:36:32.0707912Z Entering 'third_party/mimalloc' 2025-07-17T06:36:32.0744750Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-07-17T06:36:32.0764803Z Entering 'third_party/nlohmann' 2025-07-17T06:36:32.0802947Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-07-17T06:36:32.0823367Z Entering 'third_party/onnx' 2025-07-17T06:36:32.0861164Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-07-17T06:36:32.0894178Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:36:32.0931719Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-07-17T06:36:32.0954776Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:36:32.0992744Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-07-17T06:36:32.1012780Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:36:32.1050538Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-07-17T06:36:32.1069794Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:36:32.1107087Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:36:32.1126955Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:36:32.1165105Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-07-17T06:36:32.1183861Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:36:32.1222003Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-07-17T06:36:32.1241573Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:36:32.1279746Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-07-17T06:36:32.1299185Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:36:32.1336646Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-07-17T06:36:32.1355511Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:36:32.1392718Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-07-17T06:36:32.1410221Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:36:32.1448014Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-07-17T06:36:32.1469679Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:36:32.1507077Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-07-17T06:36:32.1528607Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:36:32.1565086Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-07-17T06:36:32.1603147Z Entering 'third_party/pocketfft' 2025-07-17T06:36:32.1640662Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-07-17T06:36:32.1659529Z Entering 'third_party/protobuf' 2025-07-17T06:36:32.1696613Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-07-17T06:36:32.1718543Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:36:32.1755996Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-07-17T06:36:32.1775604Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:36:32.1812786Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:36:32.1834231Z Entering 'third_party/psimd' 2025-07-17T06:36:32.1871704Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-07-17T06:36:32.1891367Z Entering 'third_party/pthreadpool' 2025-07-17T06:36:32.1929008Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-07-17T06:36:32.1948676Z Entering 'third_party/pybind11' 2025-07-17T06:36:32.1985611Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-07-17T06:36:32.2006010Z Entering 'third_party/python-peachpy' 2025-07-17T06:36:32.2043591Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-07-17T06:36:32.2063065Z Entering 'third_party/sleef' 2025-07-17T06:36:32.2100697Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-07-17T06:36:32.2121250Z Entering 'third_party/tensorpipe' 2025-07-17T06:36:32.2158695Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-07-17T06:36:32.2176941Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:36:32.2214941Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:36:32.2234219Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:36:32.2271200Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-07-17T06:36:32.2290735Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:36:32.2327859Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-07-17T06:36:32.2347386Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:36:32.2384813Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-07-17T06:36:32.2402473Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:36:32.2440241Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-07-17T06:36:32.2829857Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-07-17T06:36:32.3060550Z Entering 'android/libs/fbjni' 2025-07-17T06:36:32.3098630Z Entering 'third_party/FP16' 2025-07-17T06:36:32.3136510Z Entering 'third_party/FXdiv' 2025-07-17T06:36:32.3173742Z Entering 'third_party/NNPACK' 2025-07-17T06:36:32.3211817Z Entering 'third_party/NVTX' 2025-07-17T06:36:32.3250462Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:36:32.3288418Z Entering 'third_party/XNNPACK' 2025-07-17T06:36:32.3338825Z Entering 'third_party/aiter' 2025-07-17T06:36:32.3376004Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:36:32.3422531Z Entering 'third_party/benchmark' 2025-07-17T06:36:32.3461168Z Entering 'third_party/composable_kernel' 2025-07-17T06:36:32.3505916Z Entering 'third_party/cpp-httplib' 2025-07-17T06:36:32.3544339Z Entering 'third_party/cpuinfo' 2025-07-17T06:36:32.3583060Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:36:32.3621054Z Entering 'third_party/cutlass' 2025-07-17T06:36:32.3666727Z Entering 'third_party/fbgemm' 2025-07-17T06:36:32.3705612Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:36:32.3743033Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:36:32.3786095Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:36:32.3823807Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:36:32.3868588Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:36:32.3906087Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:36:32.3943859Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:36:32.3984749Z Entering 'third_party/flash-attention' 2025-07-17T06:36:32.4022808Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:36:32.4065389Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:36:32.4111905Z Entering 'third_party/flatbuffers' 2025-07-17T06:36:32.4152651Z Entering 'third_party/fmt' 2025-07-17T06:36:32.4190947Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:36:32.4228599Z Entering 'third_party/gloo' 2025-07-17T06:36:32.4265675Z Entering 'third_party/googletest' 2025-07-17T06:36:32.4303140Z Entering 'third_party/ideep' 2025-07-17T06:36:32.4339071Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:36:32.4384505Z Entering 'third_party/ittapi' 2025-07-17T06:36:32.4421464Z Entering 'third_party/kineto' 2025-07-17T06:36:32.4457895Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:36:32.4495835Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:36:32.4537199Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:36:32.4576435Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:36:32.4616074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:36:32.4653118Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:36:32.4694230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:36:32.4732059Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:36:32.4769570Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:36:32.4808579Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:36:32.4848097Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:36:32.4885303Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:36:32.4924928Z Entering 'third_party/kleidiai' 2025-07-17T06:36:32.4964372Z Entering 'third_party/mimalloc' 2025-07-17T06:36:32.5003953Z Entering 'third_party/nlohmann' 2025-07-17T06:36:32.5044159Z Entering 'third_party/onnx' 2025-07-17T06:36:32.5095504Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:36:32.5137773Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:36:32.5175612Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:36:32.5213327Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:36:32.5250579Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:36:32.5288239Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:36:32.5326549Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:36:32.5363331Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:36:32.5400194Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:36:32.5435941Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:36:32.5474572Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:36:32.5514113Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:36:32.5569679Z Entering 'third_party/pocketfft' 2025-07-17T06:36:32.5608302Z Entering 'third_party/protobuf' 2025-07-17T06:36:32.5647452Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:36:32.5685184Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:36:32.5725256Z Entering 'third_party/psimd' 2025-07-17T06:36:32.5763239Z Entering 'third_party/pthreadpool' 2025-07-17T06:36:32.5800880Z Entering 'third_party/pybind11' 2025-07-17T06:36:32.5839379Z Entering 'third_party/python-peachpy' 2025-07-17T06:36:32.5875934Z Entering 'third_party/sleef' 2025-07-17T06:36:32.5913677Z Entering 'third_party/tensorpipe' 2025-07-17T06:36:32.5949855Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:36:32.5987163Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:36:32.6023563Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:36:32.6060976Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:36:32.6095905Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:36:32.6152943Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-07-17T06:36:32.6381373Z Entering 'android/libs/fbjni' 2025-07-17T06:36:32.6420346Z Entering 'third_party/FP16' 2025-07-17T06:36:32.6458796Z Entering 'third_party/FXdiv' 2025-07-17T06:36:32.6496088Z Entering 'third_party/NNPACK' 2025-07-17T06:36:32.6534094Z Entering 'third_party/NVTX' 2025-07-17T06:36:32.6572925Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:36:32.6610404Z Entering 'third_party/XNNPACK' 2025-07-17T06:36:32.6661208Z Entering 'third_party/aiter' 2025-07-17T06:36:32.6698593Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:36:32.6744580Z Entering 'third_party/benchmark' 2025-07-17T06:36:32.6783965Z Entering 'third_party/composable_kernel' 2025-07-17T06:36:32.6828150Z Entering 'third_party/cpp-httplib' 2025-07-17T06:36:32.6865768Z Entering 'third_party/cpuinfo' 2025-07-17T06:36:32.6904249Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:36:32.6941860Z Entering 'third_party/cutlass' 2025-07-17T06:36:32.6987566Z Entering 'third_party/fbgemm' 2025-07-17T06:36:32.7040157Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:36:32.7062682Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:36:32.7105469Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:36:32.7143284Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:36:32.7188168Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:36:32.7225345Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:36:32.7262201Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:36:32.7302969Z Entering 'third_party/flash-attention' 2025-07-17T06:36:32.7340199Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:36:32.7383460Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:36:32.7429922Z Entering 'third_party/flatbuffers' 2025-07-17T06:36:32.7470035Z Entering 'third_party/fmt' 2025-07-17T06:36:32.7507442Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:36:32.7544787Z Entering 'third_party/gloo' 2025-07-17T06:36:32.7583729Z Entering 'third_party/googletest' 2025-07-17T06:36:32.7621111Z Entering 'third_party/ideep' 2025-07-17T06:36:32.7656945Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:36:32.7702867Z Entering 'third_party/ittapi' 2025-07-17T06:36:32.7740339Z Entering 'third_party/kineto' 2025-07-17T06:36:32.7776401Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:36:32.7813341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:36:32.7852961Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:36:32.7891103Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:36:32.7928436Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:36:32.7963887Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:36:32.8004382Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:36:32.8042911Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:36:32.8080566Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:36:32.8120735Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:36:32.8159506Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:36:32.8197204Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:36:32.8236496Z Entering 'third_party/kleidiai' 2025-07-17T06:36:32.8274998Z Entering 'third_party/mimalloc' 2025-07-17T06:36:32.8312725Z Entering 'third_party/nlohmann' 2025-07-17T06:36:32.8351921Z Entering 'third_party/onnx' 2025-07-17T06:36:32.8403612Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:36:32.8444263Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:36:32.8482492Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:36:32.8520032Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:36:32.8557204Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:36:32.8593859Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:36:32.8632218Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:36:32.8669195Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:36:32.8706378Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:36:32.8741741Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:36:32.8780574Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:36:32.8819724Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:36:32.8874948Z Entering 'third_party/pocketfft' 2025-07-17T06:36:32.8912818Z Entering 'third_party/protobuf' 2025-07-17T06:36:32.8951991Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:36:32.8989568Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:36:32.9029307Z Entering 'third_party/psimd' 2025-07-17T06:36:32.9066396Z Entering 'third_party/pthreadpool' 2025-07-17T06:36:32.9103945Z Entering 'third_party/pybind11' 2025-07-17T06:36:32.9142165Z Entering 'third_party/python-peachpy' 2025-07-17T06:36:32.9179766Z Entering 'third_party/sleef' 2025-07-17T06:36:32.9217946Z Entering 'third_party/tensorpipe' 2025-07-17T06:36:32.9254358Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:36:32.9291882Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:36:32.9328943Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:36:32.9366031Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:36:32.9401352Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:36:32.9452209Z ##[endgroup] 2025-07-17T06:36:32.9488934Z [command]/usr/bin/git log -1 --format=%H 2025-07-17T06:36:32.9510650Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:36:32.9681060Z ##[group]Run echo "PT_GITHUB_REF=$GITHUB_REF" >> "$GITHUB_ENV" 2025-07-17T06:36:32.9681547Z echo "PT_GITHUB_REF=$GITHUB_REF" >> "$GITHUB_ENV" 2025-07-17T06:36:32.9712973Z shell: /usr/bin/bash -e {0} 2025-07-17T06:36:32.9713210Z ##[endgroup] 2025-07-17T06:36:32.9810140Z ##[group]Run tag_or_branch="${PT_GITHUB_REF#refs/tags/}" 2025-07-17T06:36:32.9810517Z tag_or_branch="${PT_GITHUB_REF#refs/tags/}" 2025-07-17T06:36:32.9810833Z tag_or_branch="${tag_or_branch#refs/heads/}" 2025-07-17T06:36:32.9811179Z # replace directory separators with _ in branch name 2025-07-17T06:36:32.9811501Z tag_or_branch="${tag_or_branch//\//_}" 2025-07-17T06:36:32.9811833Z echo "PT_RELEASE_NAME=pytorch-$tag_or_branch" >> "$GITHUB_ENV" 2025-07-17T06:36:32.9812247Z echo "PT_RELEASE_FILE=pytorch-$tag_or_branch.tar.gz" >> "$GITHUB_ENV" 2025-07-17T06:36:32.9838126Z shell: /usr/bin/bash -e {0} 2025-07-17T06:36:32.9838338Z env: 2025-07-17T06:36:32.9838515Z PT_GITHUB_REF: refs/heads/main 2025-07-17T06:36:32.9838726Z ##[endgroup] 2025-07-17T06:36:32.9903658Z ##[group]Run python3 tools/optional_submodules.py 2025-07-17T06:36:32.9904022Z python3 tools/optional_submodules.py 2025-07-17T06:36:32.9929216Z shell: /usr/bin/bash -e {0} 2025-07-17T06:36:32.9929428Z env: 2025-07-17T06:36:32.9929606Z PT_GITHUB_REF: refs/heads/main 2025-07-17T06:36:32.9929834Z PT_RELEASE_NAME: pytorch-main 2025-07-17T06:36:32.9930082Z PT_RELEASE_FILE: pytorch-main.tar.gz 2025-07-17T06:36:32.9930321Z ##[endgroup] 2025-07-17T06:36:33.0233426Z Cloning into 'nccl'... 2025-07-17T06:36:33.6348672Z Note: switching to '3ea7eedf3b9b94f1d9f99f4e55536dfcbd23c1ca'. 2025-07-17T06:36:33.6349225Z 2025-07-17T06:36:33.6349559Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:36:33.6350373Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:36:33.6351196Z state without impacting any branches by switching back to a branch. 2025-07-17T06:36:33.6351678Z 2025-07-17T06:36:33.6352059Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:36:33.6352796Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:36:33.6353251Z 2025-07-17T06:36:33.6353417Z git switch -c 2025-07-17T06:36:33.6353710Z 2025-07-17T06:36:33.6353878Z Or undo this operation with: 2025-07-17T06:36:33.6354148Z 2025-07-17T06:36:33.6354272Z git switch - 2025-07-17T06:36:33.6354471Z 2025-07-17T06:36:33.6354830Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:36:33.6355356Z 2025-07-17T06:36:33.6586678Z Cloning into 'eigen'... 2025-07-17T06:36:34.0603648Z warning: redirecting to https://gitlab.com/libeigen/eigen.git/ 2025-07-17T06:36:34.8538614Z Note: switching to '3147391d946bb4b6c68edd901f2add6ac1f31f8c'. 2025-07-17T06:36:34.8539105Z 2025-07-17T06:36:34.8539413Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:36:34.8540207Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:36:34.8540979Z state without impacting any branches by switching back to a branch. 2025-07-17T06:36:34.8541716Z 2025-07-17T06:36:34.8542008Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:36:34.8542697Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:36:34.8543085Z 2025-07-17T06:36:34.8543242Z git switch -c 2025-07-17T06:36:34.8543513Z 2025-07-17T06:36:34.8543656Z Or undo this operation with: 2025-07-17T06:36:34.8543912Z 2025-07-17T06:36:34.8544032Z git switch - 2025-07-17T06:36:34.8544213Z 2025-07-17T06:36:34.8544542Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:36:34.8545036Z 2025-07-17T06:36:34.9703082Z -- Checkout nccl release tag: v2.27.5-1 2025-07-17T06:36:34.9703468Z -- Checkout Eigen release tag: 3.4.0 2025-07-17T06:36:34.9787630Z ##[group]Run # Create new folder with specified name so extracting the archive yields that 2025-07-17T06:36:34.9788229Z # Create new folder with specified name so extracting the archive yields that 2025-07-17T06:36:34.9788635Z rm -rf "/tmp/$PT_RELEASE_NAME" 2025-07-17T06:36:34.9788906Z cp -r "$PWD" "/tmp/$PT_RELEASE_NAME" 2025-07-17T06:36:34.9789182Z mv "/tmp/$PT_RELEASE_NAME" . 2025-07-17T06:36:34.9789421Z # Cleanup 2025-07-17T06:36:34.9789637Z rm -rf "$PT_RELEASE_NAME"/{.circleci,.ci} 2025-07-17T06:36:34.9789991Z find "$PT_RELEASE_NAME" -name '.git*' -exec rm -rv {} \; || true 2025-07-17T06:36:34.9790304Z # Create archive 2025-07-17T06:36:34.9790550Z tar -czf "$PT_RELEASE_FILE" "$PT_RELEASE_NAME" 2025-07-17T06:36:34.9790980Z echo "Created source archive $PT_RELEASE_FILE with content: $(ls -a "$PT_RELEASE_NAME")" 2025-07-17T06:36:34.9819440Z shell: /usr/bin/bash -e {0} 2025-07-17T06:36:34.9819697Z env: 2025-07-17T06:36:34.9819872Z PT_GITHUB_REF: refs/heads/main 2025-07-17T06:36:34.9820112Z PT_RELEASE_NAME: pytorch-main 2025-07-17T06:36:34.9820351Z PT_RELEASE_FILE: pytorch-main.tar.gz 2025-07-17T06:36:34.9820601Z ##[endgroup] 2025-07-17T06:36:41.5768349Z removed 'pytorch-main/third_party/flatbuffers/rust/flexbuffers/.gitignore' 2025-07-17T06:36:41.5781856Z removed 'pytorch-main/third_party/flatbuffers/grpc/examples/go/greeter/.gitignore' 2025-07-17T06:36:41.5806973Z removed 'pytorch-main/third_party/flatbuffers/python/.gitignore' 2025-07-17T06:36:41.5827025Z removed 'pytorch-main/third_party/flatbuffers/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:41.5827534Z removed 'pytorch-main/third_party/flatbuffers/.github/labeler.yml' 2025-07-17T06:36:41.5828219Z removed 'pytorch-main/third_party/flatbuffers/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:41.5829044Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/extrabuild.yml' 2025-07-17T06:36:41.5829918Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/main.yml' 2025-07-17T06:36:41.5830717Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/label.yml' 2025-07-17T06:36:41.5831491Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/stale.yml' 2025-07-17T06:36:41.5831960Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/codeql.yml' 2025-07-17T06:36:41.5832392Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/build.yml' 2025-07-17T06:36:41.5832841Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/scorecards.yml' 2025-07-17T06:36:41.5833306Z removed 'pytorch-main/third_party/flatbuffers/.github/workflows/release.yml' 2025-07-17T06:36:41.5835901Z find: ‘pytorch-main/third_party/flatbuffers/.github’: No such file or directory 2025-07-17T06:36:41.5836652Z removed directory 'pytorch-main/third_party/flatbuffers/.github/workflows' 2025-07-17T06:36:41.5837078Z removed directory 'pytorch-main/third_party/flatbuffers/.github' 2025-07-17T06:36:41.5839605Z removed 'pytorch-main/third_party/flatbuffers/.git' 2025-07-17T06:36:41.5854991Z removed 'pytorch-main/third_party/flatbuffers/android/app/.gitignore' 2025-07-17T06:36:41.5865345Z removed 'pytorch-main/third_party/flatbuffers/.gitattributes' 2025-07-17T06:36:41.5878892Z removed 'pytorch-main/third_party/flatbuffers/tests/FlatBuffers.Test/.gitignore' 2025-07-17T06:36:41.5904589Z removed 'pytorch-main/third_party/flatbuffers/tests/rust_usage_test/outdir/.gitignore' 2025-07-17T06:36:41.5920107Z removed 'pytorch-main/third_party/flatbuffers/tests/fuzzer/.gitignore' 2025-07-17T06:36:41.5935694Z removed 'pytorch-main/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/.gitignore' 2025-07-17T06:36:41.5949405Z removed 'pytorch-main/third_party/flatbuffers/tests/.gitignore' 2025-07-17T06:36:41.5960373Z removed 'pytorch-main/third_party/flatbuffers/tests/bazel_repository_test_dir/.gitignore' 2025-07-17T06:36:41.5980362Z removed 'pytorch-main/third_party/flatbuffers/.gitignore' 2025-07-17T06:36:41.5992690Z removed 'pytorch-main/third_party/FP16/.git' 2025-07-17T06:36:41.6003252Z removed 'pytorch-main/third_party/FP16/.gitignore' 2025-07-17T06:36:41.6013939Z removed 'pytorch-main/third_party/pocketfft/.git' 2025-07-17T06:36:41.6029632Z removed 'pytorch-main/third_party/VulkanMemoryAllocator/.github/workflows/linux.yaml' 2025-07-17T06:36:41.6030512Z removed 'pytorch-main/third_party/VulkanMemoryAllocator/.github/workflows/windows.yaml' 2025-07-17T06:36:41.6031328Z removed 'pytorch-main/third_party/VulkanMemoryAllocator/.github/workflows/static_code_analysis.yaml' 2025-07-17T06:36:41.6031952Z removed directory 'pytorch-main/third_party/VulkanMemoryAllocator/.github/workflows' 2025-07-17T06:36:41.6032452Z removed directory 'pytorch-main/third_party/VulkanMemoryAllocator/.github' 2025-07-17T06:36:41.6033245Z find: ‘pytorch-main/third_party/VulkanMemoryAllocator/.github’: No such file or directory 2025-07-17T06:36:41.6040487Z removed 'pytorch-main/third_party/VulkanMemoryAllocator/.git' 2025-07-17T06:36:41.6051896Z removed 'pytorch-main/third_party/VulkanMemoryAllocator/.gitignore' 2025-07-17T06:36:41.6070062Z removed 'pytorch-main/third_party/NNPACK/.git' 2025-07-17T06:36:41.6081505Z removed 'pytorch-main/third_party/NNPACK/.gitignore' 2025-07-17T06:36:41.6149203Z removed 'pytorch-main/third_party/cutlass/test/unit/nvrtc/thread/.gitignore' 2025-07-17T06:36:41.6173974Z removed 'pytorch-main/third_party/cutlass/.github/ISSUE_TEMPLATE/submit_question.md' 2025-07-17T06:36:41.6174679Z removed 'pytorch-main/third_party/cutlass/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.6175537Z removed 'pytorch-main/third_party/cutlass/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.6176554Z removed 'pytorch-main/third_party/cutlass/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.6177676Z find: ‘pytorch-main/third_party/cutlass/.github’: No such file or directory 2025-07-17T06:36:41.6178569Z removed 'pytorch-main/third_party/cutlass/.github/ISSUE_TEMPLATE/documentation_request.md' 2025-07-17T06:36:41.6179495Z removed directory 'pytorch-main/third_party/cutlass/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.6180267Z removed 'pytorch-main/third_party/cutlass/.github/workflows/stale.yml' 2025-07-17T06:36:41.6181177Z removed 'pytorch-main/third_party/cutlass/.github/workflows/new-issues-to-triage-projects.yml' 2025-07-17T06:36:41.6182101Z removed 'pytorch-main/third_party/cutlass/.github/workflows/blossom-ci.yml' 2025-07-17T06:36:41.6182876Z removed 'pytorch-main/third_party/cutlass/.github/workflows/labeler.yml' 2025-07-17T06:36:41.6183624Z removed directory 'pytorch-main/third_party/cutlass/.github/workflows' 2025-07-17T06:36:41.6184301Z removed directory 'pytorch-main/third_party/cutlass/.github' 2025-07-17T06:36:41.6210603Z removed 'pytorch-main/third_party/cutlass/.git' 2025-07-17T06:36:41.6220580Z removed 'pytorch-main/third_party/cutlass/.gitmodules' 2025-07-17T06:36:41.6250106Z removed 'pytorch-main/third_party/cutlass/.gitignore' 2025-07-17T06:36:41.6260931Z removed 'pytorch-main/third_party/ideep/.git' 2025-07-17T06:36:41.6270929Z removed 'pytorch-main/third_party/ideep/.gitmodules' 2025-07-17T06:36:41.6334702Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/documentation.md' 2025-07-17T06:36:41.6335787Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/question.md' 2025-07-17T06:36:41.6336883Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.6337851Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.6338775Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.6339762Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/performance/bench_performance.sh' 2025-07-17T06:36:41.6340874Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/performance/benchdnn_comparison.py' 2025-07-17T06:36:41.6341667Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/performance/inputs/matmul' 2025-07-17T06:36:41.6342247Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/performance/inputs/conv' 2025-07-17T06:36:41.6342810Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/performance/inputs' 2025-07-17T06:36:41.6343377Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/performance' 2025-07-17T06:36:41.6343916Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/.azure-pipeline.yml' 2025-07-17T06:36:41.6344431Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/clang-format.sh' 2025-07-17T06:36:41.6344950Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/commit-msg-check.py' 2025-07-17T06:36:41.6345432Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/test.sh' 2025-07-17T06:36:41.6345884Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/build.sh' 2025-07-17T06:36:41.6346559Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/test.sh' 2025-07-17T06:36:41.6347063Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/ci.json' 2025-07-17T06:36:41.6347613Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/skipped-tests.sh' 2025-07-17T06:36:41.6348509Z find: ‘pytorch-main/third_party/ideep/mkl-dnn/.github’: No such file or directory 2025-07-17T06:36:41.6349184Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/build_acl.sh' 2025-07-17T06:36:41.6349884Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/build.sh' 2025-07-17T06:36:41.6350787Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/common.sh' 2025-07-17T06:36:41.6351500Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64/get_acl.sh' 2025-07-17T06:36:41.6352016Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/aarch64' 2025-07-17T06:36:41.6352517Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/build.bat' 2025-07-17T06:36:41.6352984Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/env/qemu.sh' 2025-07-17T06:36:41.6353455Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/env/clang.sh' 2025-07-17T06:36:41.6353937Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/env' 2025-07-17T06:36:41.6354396Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation/test.bat' 2025-07-17T06:36:41.6354847Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/automation' 2025-07-17T06:36:41.6355309Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/pull_request_template.md' 2025-07-17T06:36:41.6355763Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/dependabot.yml' 2025-07-17T06:36:41.6356394Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows/pr-linter.yml' 2025-07-17T06:36:41.6356913Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows/openssf-scorecard.yml' 2025-07-17T06:36:41.6357447Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows/nightly-aarch64.yml' 2025-07-17T06:36:41.6357947Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows/ci-aarch64.yml' 2025-07-17T06:36:41.6358628Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows/labeler.yml' 2025-07-17T06:36:41.6359213Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows/aarch64-acl.yml' 2025-07-17T06:36:41.6359687Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github/workflows' 2025-07-17T06:36:41.6360291Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/labels.yml' 2025-07-17T06:36:41.6361002Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.github/CODEOWNERS' 2025-07-17T06:36:41.6361718Z removed directory 'pytorch-main/third_party/ideep/mkl-dnn/.github' 2025-07-17T06:36:41.6362358Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.git' 2025-07-17T06:36:41.6362969Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.gitattributes' 2025-07-17T06:36:41.6406101Z removed 'pytorch-main/third_party/ideep/mkl-dnn/.gitignore' 2025-07-17T06:36:41.6417136Z removed 'pytorch-main/third_party/ideep/.gitignore' 2025-07-17T06:36:41.6434550Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/matchers/pylint.json' 2025-07-17T06:36:41.6437259Z find: ‘pytorch-main/third_party/onnx/third_party/pybind11/.github’: No such file or directory 2025-07-17T06:36:41.6438264Z removed directory 'pytorch-main/third_party/onnx/third_party/pybind11/.github/matchers' 2025-07-17T06:36:41.6439310Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-07-17T06:36:41.6440340Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.6441328Z removed directory 'pytorch-main/third_party/onnx/third_party/pybind11/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.6442300Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/CONTRIBUTING.md' 2025-07-17T06:36:41.6443279Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/pull_request_template.md' 2025-07-17T06:36:41.6444213Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/labeler.yml' 2025-07-17T06:36:41.6445094Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/dependabot.yml' 2025-07-17T06:36:41.6445910Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/ci.yml' 2025-07-17T06:36:41.6446756Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/configure.yml' 2025-07-17T06:36:41.6447334Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/upstream.yml' 2025-07-17T06:36:41.6448239Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/format.yml' 2025-07-17T06:36:41.6449039Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/emscripten.yaml' 2025-07-17T06:36:41.6450046Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/pip.yml' 2025-07-17T06:36:41.6451015Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows/labeler.yml' 2025-07-17T06:36:41.6451654Z removed directory 'pytorch-main/third_party/onnx/third_party/pybind11/.github/workflows' 2025-07-17T06:36:41.6452186Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/labeler_merged.yml' 2025-07-17T06:36:41.6452678Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.github/CODEOWNERS' 2025-07-17T06:36:41.6453149Z removed directory 'pytorch-main/third_party/onnx/third_party/pybind11/.github' 2025-07-17T06:36:41.6453590Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.git' 2025-07-17T06:36:41.6461976Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.gitattributes' 2025-07-17T06:36:41.6480298Z removed 'pytorch-main/third_party/onnx/third_party/pybind11/.gitignore' 2025-07-17T06:36:41.6493126Z removed 'pytorch-main/third_party/onnx/docs/docsgen/source/repo-docs/.gitignore' 2025-07-17T06:36:41.6518177Z removed 'pytorch-main/third_party/onnx/.github/ISSUE_TEMPLATE/operator.md' 2025-07-17T06:36:41.6519080Z removed 'pytorch-main/third_party/onnx/.github/ISSUE_TEMPLATE/feature_request.yml' 2025-07-17T06:36:41.6520244Z removed 'pytorch-main/third_party/onnx/.github/ISSUE_TEMPLATE/question.md' 2025-07-17T06:36:41.6521025Z removed 'pytorch-main/third_party/onnx/.github/ISSUE_TEMPLATE/bug.md' 2025-07-17T06:36:41.6521780Z removed 'pytorch-main/third_party/onnx/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.6522539Z removed directory 'pytorch-main/third_party/onnx/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.6523263Z removed 'pytorch-main/third_party/onnx/.github/Install_test.yml' 2025-07-17T06:36:41.6523975Z removed 'pytorch-main/third_party/onnx/.github/pull_request_template.md' 2025-07-17T06:36:41.6524753Z removed 'pytorch-main/third_party/onnx/.github/codeql/codeql-config.yml' 2025-07-17T06:36:41.6525470Z removed directory 'pytorch-main/third_party/onnx/.github/codeql' 2025-07-17T06:36:41.6526468Z removed 'pytorch-main/third_party/onnx/.github/dependabot.yml' 2025-07-17T06:36:41.6527197Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_win.yml' 2025-07-17T06:36:41.6528005Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_win_arm64.yml' 2025-07-17T06:36:41.6528890Z removed 'pytorch-main/third_party/onnx/.github/workflows/clang_tidy_review_post.yml' 2025-07-17T06:36:41.6529694Z removed 'pytorch-main/third_party/onnx/.github/workflows/reuse.yml' 2025-07-17T06:36:41.6530390Z removed 'pytorch-main/third_party/onnx/.github/workflows/main.yml' 2025-07-17T06:36:41.6531210Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_win_freethreading.yml' 2025-07-17T06:36:41.6532103Z removed 'pytorch-main/third_party/onnx/.github/workflows/clang_tidy_review.yml' 2025-07-17T06:36:41.6532875Z removed 'pytorch-main/third_party/onnx/.github/workflows/stale.yml' 2025-07-17T06:36:41.6533645Z removed 'pytorch-main/third_party/onnx/.github/workflows/main_freethreading.yml' 2025-07-17T06:36:41.6534438Z removed 'pytorch-main/third_party/onnx/.github/workflows/codeql.yml' 2025-07-17T06:36:41.6535222Z removed 'pytorch-main/third_party/onnx/.github/workflows/win_no_exception_ci.yml' 2025-07-17T06:36:41.6536106Z removed 'pytorch-main/third_party/onnx/.github/workflows/preview_source_dist_test.yml' 2025-07-17T06:36:41.6537887Z removed 'pytorch-main/third_party/onnx/.github/workflows/pr_checks.yml' 2025-07-17T06:36:41.6538840Z removed 'pytorch-main/third_party/onnx/.github/workflows/manylinux/entrypoint.sh' 2025-07-17T06:36:41.6539770Z removed directory 'pytorch-main/third_party/onnx/.github/workflows/manylinux' 2025-07-17T06:36:41.6540554Z removed 'pytorch-main/third_party/onnx/.github/workflows/check_urls.yml' 2025-07-17T06:36:41.6541457Z removed 'pytorch-main/third_party/onnx/.github/workflows/lint.yml' 2025-07-17T06:36:41.6542189Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_mac.yml' 2025-07-17T06:36:41.6543033Z removed 'pytorch-main/third_party/onnx/.github/workflows/scorecard.yml' 2025-07-17T06:36:41.6543997Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_linux_aarch64.yml' 2025-07-17T06:36:41.6545158Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_mac_freethreading.yml' 2025-07-17T06:36:41.6546043Z removed 'pytorch-main/third_party/onnx/.github/workflows/create_release.yml' 2025-07-17T06:36:41.6547012Z removed 'pytorch-main/third_party/onnx/.github/workflows/dco_merge_group.yml' 2025-07-17T06:36:41.6547823Z removed 'pytorch-main/third_party/onnx/.github/workflows/weekly_mac_ci.yml' 2025-07-17T06:36:41.6548624Z removed 'pytorch-main/third_party/onnx/.github/workflows/auto_update_doc.yml' 2025-07-17T06:36:41.6549414Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_sdist.yml' 2025-07-17T06:36:41.6550243Z removed 'pytorch-main/third_party/onnx/.github/workflows/release_linux_x86_64.yml' 2025-07-17T06:36:41.6551033Z removed 'pytorch-main/third_party/onnx/.github/workflows/pages.yml' 2025-07-17T06:36:41.6551755Z removed directory 'pytorch-main/third_party/onnx/.github/workflows' 2025-07-17T06:36:41.6552413Z removed directory 'pytorch-main/third_party/onnx/.github' 2025-07-17T06:36:41.6553320Z find: ‘pytorch-main/third_party/onnx/.github’: No such file or directory 2025-07-17T06:36:41.7068708Z removed 'pytorch-main/third_party/onnx/.git' 2025-07-17T06:36:41.7081369Z removed 'pytorch-main/third_party/onnx/.gitmodules' 2025-07-17T06:36:41.7092133Z removed 'pytorch-main/third_party/onnx/.gitattributes' 2025-07-17T06:36:41.7102955Z removed 'pytorch-main/third_party/onnx/.git-blame-ignore-revs' 2025-07-17T06:36:41.7113524Z removed 'pytorch-main/third_party/onnx/.gitignore' 2025-07-17T06:36:41.7126288Z removed 'pytorch-main/third_party/python-peachpy/.git' 2025-07-17T06:36:41.7137541Z removed 'pytorch-main/third_party/python-peachpy/.gitignore' 2025-07-17T06:36:41.7154314Z removed 'pytorch-main/third_party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.yml' 2025-07-17T06:36:41.7155876Z find: ‘pytorch-main/third_party/googletest/.github’: No such file or directory 2025-07-17T06:36:41.7157012Z removed 'pytorch-main/third_party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.yml' 2025-07-17T06:36:41.7157965Z removed 'pytorch-main/third_party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.7158825Z removed directory 'pytorch-main/third_party/googletest/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.7159572Z removed directory 'pytorch-main/third_party/googletest/.github' 2025-07-17T06:36:41.7170861Z removed 'pytorch-main/third_party/googletest/.git' 2025-07-17T06:36:41.7181671Z removed 'pytorch-main/third_party/googletest/.gitignore' 2025-07-17T06:36:41.7193599Z removed 'pytorch-main/third_party/pthreadpool/.git' 2025-07-17T06:36:41.7204588Z removed 'pytorch-main/third_party/pthreadpool/.gitignore' 2025-07-17T06:36:41.7217627Z removed 'pytorch-main/third_party/kineto/.github/workflows/libkineto_cuda.yml' 2025-07-17T06:36:41.7218422Z removed 'pytorch-main/third_party/kineto/.github/workflows/tb_plugin_ci.yml' 2025-07-17T06:36:41.7219126Z removed 'pytorch-main/third_party/kineto/.github/workflows/tb_plugin_build_pip_package.yml' 2025-07-17T06:36:41.7219631Z removed directory 'pytorch-main/third_party/kineto/.github/workflows' 2025-07-17T06:36:41.7220035Z removed directory 'pytorch-main/third_party/kineto/.github' 2025-07-17T06:36:41.7220584Z find: ‘pytorch-main/third_party/kineto/.github’: No such file or directory 2025-07-17T06:36:41.7234639Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/googletest/.git' 2025-07-17T06:36:41.7245403Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/googletest/.gitignore' 2025-07-17T06:36:41.7258150Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/test/fuzzing/.gitignore' 2025-07-17T06:36:41.7272598Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/issue_template.md' 2025-07-17T06:36:41.7273656Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/pull_request_template.md' 2025-07-17T06:36:41.7274342Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/dependabot.yml' 2025-07-17T06:36:41.7274911Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/doc.yml' 2025-07-17T06:36:41.7275512Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/windows.yml' 2025-07-17T06:36:41.7276099Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/linux.yml' 2025-07-17T06:36:41.7277413Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/cifuzz.yml' 2025-07-17T06:36:41.7278009Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/lint.yml' 2025-07-17T06:36:41.7278600Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/scorecard.yml' 2025-07-17T06:36:41.7279196Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows/macos.yml' 2025-07-17T06:36:41.7279775Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github/workflows' 2025-07-17T06:36:41.7280322Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github' 2025-07-17T06:36:41.7281276Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/fmt/.github’: No such file or directory 2025-07-17T06:36:41.7283340Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.git' 2025-07-17T06:36:41.7294375Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/fmt/.gitignore' 2025-07-17T06:36:41.7309773Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md' 2025-07-17T06:36:41.7311129Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github’: No such file or directory 2025-07-17T06:36:41.7312193Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md' 2025-07-17T06:36:41.7313052Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.7313850Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.7314650Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/workflows/gtest-ci.yml' 2025-07-17T06:36:41.7315425Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github/workflows' 2025-07-17T06:36:41.7316376Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.github' 2025-07-17T06:36:41.7324710Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.git' 2025-07-17T06:36:41.7335324Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest/.gitignore' 2025-07-17T06:36:41.7347461Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.git' 2025-07-17T06:36:41.7357596Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.gitmodules' 2025-07-17T06:36:41.7367819Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.gitattributes' 2025-07-17T06:36:41.7378333Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc/.git' 2025-07-17T06:36:41.7388474Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/.gitignore' 2025-07-17T06:36:41.7400579Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/test/fuzzing/.gitignore' 2025-07-17T06:36:41.7412594Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.github/pull_request_template.md' 2025-07-17T06:36:41.7413724Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.github' 2025-07-17T06:36:41.7415262Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.github’: No such file or directory 2025-07-17T06:36:41.7423256Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.git' 2025-07-17T06:36:41.7435852Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt/.gitignore' 2025-07-17T06:36:41.7457835Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:41.7458865Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/FUNDING.yml' 2025-07-17T06:36:41.7460070Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/stale.yml' 2025-07-17T06:36:41.7461040Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.7461826Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/ISSUE_TEMPLATE/Bug_report.md' 2025-07-17T06:36:41.7462606Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.7463517Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/SECURITY.md' 2025-07-17T06:36:41.7464198Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/CONTRIBUTING.md' 2025-07-17T06:36:41.7464915Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/windows.yml' 2025-07-17T06:36:41.7465676Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:41.7466790Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/macos.yml' 2025-07-17T06:36:41.7467531Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows/ubuntu.yml' 2025-07-17T06:36:41.7468637Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github’: No such file or directory 2025-07-17T06:36:41.7469519Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/workflows' 2025-07-17T06:36:41.7470779Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/config.yml' 2025-07-17T06:36:41.7471974Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github/CODEOWNERS' 2025-07-17T06:36:41.7473155Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.github' 2025-07-17T06:36:41.7474252Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.git' 2025-07-17T06:36:41.7491027Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/json/.gitignore' 2025-07-17T06:36:41.7506429Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.7507611Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.7509019Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.7510270Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/dependabot.yml' 2025-07-17T06:36:41.7511556Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/ci.yml' 2025-07-17T06:36:41.7512688Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/build-deb.yml' 2025-07-17T06:36:41.7513675Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:41.7514467Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/clang-tidy.yml' 2025-07-17T06:36:41.7515212Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/cppcheck.yml' 2025-07-17T06:36:41.7515967Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows/clang-format.yml' 2025-07-17T06:36:41.7517180Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github/workflows' 2025-07-17T06:36:41.7518143Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github' 2025-07-17T06:36:41.7519647Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.github’: No such file or directory 2025-07-17T06:36:41.7522156Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.git' 2025-07-17T06:36:41.7533700Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr/.gitignore' 2025-07-17T06:36:41.7550829Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github/workflows/cmake.yml' 2025-07-17T06:36:41.7552705Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github/workflows' 2025-07-17T06:36:41.7554457Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github’: No such file or directory 2025-07-17T06:36:41.7556073Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.github' 2025-07-17T06:36:41.7564106Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.git' 2025-07-17T06:36:41.7577715Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs/.gitignore' 2025-07-17T06:36:41.7593926Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/windows.yml' 2025-07-17T06:36:41.7595344Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/linux.yml' 2025-07-17T06:36:41.7596837Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/android.yml' 2025-07-17T06:36:41.7598162Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows/macos.yml' 2025-07-17T06:36:41.7599264Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github/workflows' 2025-07-17T06:36:41.7599975Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github' 2025-07-17T06:36:41.7600936Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.github’: No such file or directory 2025-07-17T06:36:41.7609109Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.git' 2025-07-17T06:36:41.7621456Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.gitattributes' 2025-07-17T06:36:41.7632341Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/glog/.gitignore' 2025-07-17T06:36:41.7652362Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/.git' 2025-07-17T06:36:41.7665652Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/.gitattributes' 2025-07-17T06:36:41.7695238Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/.gitignore' 2025-07-17T06:36:41.7715753Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.github/workflows/dynolog-ci.yml' 2025-07-17T06:36:41.7716905Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.github/workflows' 2025-07-17T06:36:41.7717959Z removed directory 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.github' 2025-07-17T06:36:41.7719226Z find: ‘pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.github’: No such file or directory 2025-07-17T06:36:41.7727704Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.git' 2025-07-17T06:36:41.7743128Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.gitmodules' 2025-07-17T06:36:41.7757184Z removed 'pytorch-main/third_party/kineto/libkineto/third_party/dynolog/.gitignore' 2025-07-17T06:36:41.7769978Z removed 'pytorch-main/third_party/kineto/.git' 2025-07-17T06:36:41.7780422Z removed 'pytorch-main/third_party/kineto/.gitmodules' 2025-07-17T06:36:41.7790417Z removed 'pytorch-main/third_party/kineto/.gitignore' 2025-07-17T06:36:41.7803582Z removed 'pytorch-main/third_party/kineto/tb_plugin/fe/.gitignore' 2025-07-17T06:36:41.7815128Z removed 'pytorch-main/third_party/kineto/tb_plugin/.gitignore' 2025-07-17T06:36:41.7830518Z removed 'pytorch-main/third_party/kleidiai/.gitlab-ci.yml' 2025-07-17T06:36:41.7841744Z removed 'pytorch-main/third_party/kleidiai/.git' 2025-07-17T06:36:41.7853693Z removed 'pytorch-main/third_party/kleidiai/docker/.gitignore' 2025-07-17T06:36:41.7870214Z removed 'pytorch-main/third_party/kleidiai/.gitignore' 2025-07-17T06:36:41.7887570Z removed 'pytorch-main/third_party/benchmark/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.7888137Z removed 'pytorch-main/third_party/benchmark/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.7889066Z removed directory 'pytorch-main/third_party/benchmark/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.7889894Z removed 'pytorch-main/third_party/benchmark/.github/libcxx-setup.sh' 2025-07-17T06:36:41.7890649Z removed 'pytorch-main/third_party/benchmark/.github/install_bazel.sh' 2025-07-17T06:36:41.7891177Z removed 'pytorch-main/third_party/benchmark/.github/workflows/sanitizer.yml' 2025-07-17T06:36:41.7891820Z removed 'pytorch-main/third_party/benchmark/.github/workflows/test_bindings.yml' 2025-07-17T06:36:41.7892291Z removed 'pytorch-main/third_party/benchmark/.github/workflows/wheels.yml' 2025-07-17T06:36:41.7892749Z removed 'pytorch-main/third_party/benchmark/.github/workflows/pre-commit.yml' 2025-07-17T06:36:41.7893237Z removed 'pytorch-main/third_party/benchmark/.github/workflows/clang-format-lint.yml' 2025-07-17T06:36:41.7893706Z removed 'pytorch-main/third_party/benchmark/.github/workflows/bazel.yml' 2025-07-17T06:36:41.7894133Z removed 'pytorch-main/third_party/benchmark/.github/workflows/doxygen.yml' 2025-07-17T06:36:41.7894595Z removed 'pytorch-main/third_party/benchmark/.github/workflows/clang-tidy-lint.yml' 2025-07-17T06:36:41.7895129Z removed 'pytorch-main/third_party/benchmark/.github/workflows/build-and-test-perfcounters.yml' 2025-07-17T06:36:41.7895706Z removed 'pytorch-main/third_party/benchmark/.github/workflows/build-and-test-min-cmake.yml' 2025-07-17T06:36:41.7896454Z removed 'pytorch-main/third_party/benchmark/.github/workflows/build-and-test.yml' 2025-07-17T06:36:41.7896915Z removed directory 'pytorch-main/third_party/benchmark/.github/workflows' 2025-07-17T06:36:41.7897313Z removed directory 'pytorch-main/third_party/benchmark/.github' 2025-07-17T06:36:41.7908038Z find: ‘pytorch-main/third_party/benchmark/.github’: No such file or directory 2025-07-17T06:36:41.7908775Z removed 'pytorch-main/third_party/benchmark/.git' 2025-07-17T06:36:41.7911837Z removed 'pytorch-main/third_party/benchmark/.gitignore' 2025-07-17T06:36:41.8058988Z removed 'pytorch-main/third_party/XNNPACK/.github/workflows/on-push.yml' 2025-07-17T06:36:41.8061177Z find: ‘pytorch-main/third_party/XNNPACK/.github’: No such file or directory 2025-07-17T06:36:41.8062112Z removed 'pytorch-main/third_party/XNNPACK/.github/workflows/sde-tests-linux-windows.yml' 2025-07-17T06:36:41.8063058Z removed 'pytorch-main/third_party/XNNPACK/.github/workflows/on-pr-approved.yml' 2025-07-17T06:36:41.8063990Z removed 'pytorch-main/third_party/XNNPACK/.github/workflows/build-linux-windows.yml' 2025-07-17T06:36:41.8064839Z removed 'pytorch-main/third_party/XNNPACK/.github/workflows/build.yml' 2025-07-17T06:36:41.8065692Z removed 'pytorch-main/third_party/XNNPACK/.github/workflows/on-pr-merge-to-master.yml' 2025-07-17T06:36:41.8066867Z removed directory 'pytorch-main/third_party/XNNPACK/.github/workflows' 2025-07-17T06:36:41.8067599Z removed directory 'pytorch-main/third_party/XNNPACK/.github' 2025-07-17T06:36:41.8074136Z removed 'pytorch-main/third_party/XNNPACK/.git' 2025-07-17T06:36:41.8087203Z removed 'pytorch-main/third_party/XNNPACK/.gitignore' 2025-07-17T06:36:41.8103939Z removed 'pytorch-main/third_party/pybind11/.github/matchers/pylint.json' 2025-07-17T06:36:41.8104747Z removed directory 'pytorch-main/third_party/pybind11/.github/matchers' 2025-07-17T06:36:41.8107893Z removed 'pytorch-main/third_party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-07-17T06:36:41.8108756Z removed 'pytorch-main/third_party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.8109540Z removed directory 'pytorch-main/third_party/pybind11/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.8110315Z removed 'pytorch-main/third_party/pybind11/.github/CONTRIBUTING.md' 2025-07-17T06:36:41.8111342Z removed 'pytorch-main/third_party/pybind11/.github/pull_request_template.md' 2025-07-17T06:36:41.8112071Z removed 'pytorch-main/third_party/pybind11/.github/labeler.yml' 2025-07-17T06:36:41.8112794Z removed 'pytorch-main/third_party/pybind11/.github/dependabot.yml' 2025-07-17T06:36:41.8113459Z removed 'pytorch-main/third_party/pybind11/.github/workflows/ci.yml' 2025-07-17T06:36:41.8114209Z removed 'pytorch-main/third_party/pybind11/.github/workflows/configure.yml' 2025-07-17T06:36:41.8114994Z removed 'pytorch-main/third_party/pybind11/.github/workflows/upstream.yml' 2025-07-17T06:36:41.8115750Z removed 'pytorch-main/third_party/pybind11/.github/workflows/format.yml' 2025-07-17T06:36:41.8116861Z removed 'pytorch-main/third_party/pybind11/.github/workflows/emscripten.yaml' 2025-07-17T06:36:41.8117633Z removed 'pytorch-main/third_party/pybind11/.github/workflows/pip.yml' 2025-07-17T06:36:41.8118376Z removed 'pytorch-main/third_party/pybind11/.github/workflows/labeler.yml' 2025-07-17T06:36:41.8119141Z removed directory 'pytorch-main/third_party/pybind11/.github/workflows' 2025-07-17T06:36:41.8119875Z removed 'pytorch-main/third_party/pybind11/.github/labeler_merged.yml' 2025-07-17T06:36:41.8120568Z removed 'pytorch-main/third_party/pybind11/.github/CODEOWNERS' 2025-07-17T06:36:41.8121204Z removed directory 'pytorch-main/third_party/pybind11/.github' 2025-07-17T06:36:41.8122233Z find: ‘pytorch-main/third_party/pybind11/.github’: No such file or directory 2025-07-17T06:36:41.8122907Z removed 'pytorch-main/third_party/pybind11/.git' 2025-07-17T06:36:41.8125762Z removed 'pytorch-main/third_party/pybind11/.gitattributes' 2025-07-17T06:36:41.8140280Z removed 'pytorch-main/third_party/pybind11/.gitignore' 2025-07-17T06:36:41.8160328Z removed 'pytorch-main/third_party/sleef/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:41.8161167Z removed 'pytorch-main/third_party/sleef/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.8161978Z removed 'pytorch-main/third_party/sleef/.github/ISSUE_TEMPLATE/docs_request.md' 2025-07-17T06:36:41.8162784Z removed 'pytorch-main/third_party/sleef/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.8163599Z removed 'pytorch-main/third_party/sleef/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.8164413Z removed directory 'pytorch-main/third_party/sleef/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.8165243Z removed 'pytorch-main/third_party/sleef/.github/workflows/build-and-test-macos.yml' 2025-07-17T06:36:41.8166095Z removed 'pytorch-main/third_party/sleef/.github/workflows/build-examples.yml' 2025-07-17T06:36:41.8166968Z removed 'pytorch-main/third_party/sleef/.github/workflows/check_compatibility.yml' 2025-07-17T06:36:41.8167509Z removed 'pytorch-main/third_party/sleef/.github/workflows/build-cross-llvm-mingw.yml' 2025-07-17T06:36:41.8168041Z removed 'pytorch-main/third_party/sleef/.github/workflows/build-and-test-msys2.yml' 2025-07-17T06:36:41.8168538Z removed 'pytorch-main/third_party/sleef/.github/workflows/build-as-subproject.yml' 2025-07-17T06:36:41.8169014Z removed 'pytorch-main/third_party/sleef/.github/workflows/build_and_test.yml' 2025-07-17T06:36:41.8169447Z removed 'pytorch-main/third_party/sleef/.github/workflows/pages.yml' 2025-07-17T06:36:41.8169854Z removed directory 'pytorch-main/third_party/sleef/.github/workflows' 2025-07-17T06:36:41.8170233Z removed directory 'pytorch-main/third_party/sleef/.github' 2025-07-17T06:36:41.8171031Z find: ‘pytorch-main/third_party/sleef/.github’: No such file or directory 2025-07-17T06:36:41.8171660Z removed 'pytorch-main/third_party/sleef/.git' 2025-07-17T06:36:41.8201081Z removed 'pytorch-main/third_party/nlohmann/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:41.8201900Z removed 'pytorch-main/third_party/nlohmann/.github/FUNDING.yml' 2025-07-17T06:36:41.8202632Z removed 'pytorch-main/third_party/nlohmann/.github/ISSUE_TEMPLATE/bug.yaml' 2025-07-17T06:36:41.8203441Z removed 'pytorch-main/third_party/nlohmann/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.8204245Z removed directory 'pytorch-main/third_party/nlohmann/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.8205212Z removed 'pytorch-main/third_party/nlohmann/.github/SECURITY.md' 2025-07-17T06:36:41.8205869Z removed 'pytorch-main/third_party/nlohmann/.github/CONTRIBUTING.md' 2025-07-17T06:36:41.8206723Z removed 'pytorch-main/third_party/nlohmann/.github/CODE_OF_CONDUCT.md' 2025-07-17T06:36:41.8207395Z removed 'pytorch-main/third_party/nlohmann/.github/labeler.yml' 2025-07-17T06:36:41.8208061Z removed 'pytorch-main/third_party/nlohmann/.github/dependabot.yml' 2025-07-17T06:36:41.8208793Z removed 'pytorch-main/third_party/nlohmann/.github/external_ci/appveyor.yml' 2025-07-17T06:36:41.8209570Z removed directory 'pytorch-main/third_party/nlohmann/.github/external_ci' 2025-07-17T06:36:41.9004220Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/windows.yml' 2025-07-17T06:36:41.9005292Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/publish_documentation.yml' 2025-07-17T06:36:41.9006107Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/stale.yml' 2025-07-17T06:36:41.9007172Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/comment_check_amalgamation.yml' 2025-07-17T06:36:41.9008117Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:41.9008891Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/cifuzz.yml' 2025-07-17T06:36:41.9009739Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/scorecards.yml' 2025-07-17T06:36:41.9010614Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/check_amalgamation.yml' 2025-07-17T06:36:41.9011478Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/labeler.yml' 2025-07-17T06:36:41.9012235Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/macos.yml' 2025-07-17T06:36:41.9013019Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/dependency-review.yml' 2025-07-17T06:36:41.9013766Z removed 'pytorch-main/third_party/nlohmann/.github/workflows/ubuntu.yml' 2025-07-17T06:36:41.9014309Z removed directory 'pytorch-main/third_party/nlohmann/.github/workflows' 2025-07-17T06:36:41.9015001Z removed 'pytorch-main/third_party/nlohmann/.github/config.yml' 2025-07-17T06:36:41.9015481Z removed 'pytorch-main/third_party/nlohmann/.github/CODEOWNERS' 2025-07-17T06:36:41.9015848Z removed directory 'pytorch-main/third_party/nlohmann/.github' 2025-07-17T06:36:41.9016723Z find: ‘pytorch-main/third_party/nlohmann/.github’: No such file or directory 2025-07-17T06:36:41.9017736Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github’: No such file or directory 2025-07-17T06:36:41.9018874Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github’: No such file or directory 2025-07-17T06:36:41.9019595Z removed 'pytorch-main/third_party/nlohmann/.git' 2025-07-17T06:36:41.9020114Z removed 'pytorch-main/third_party/nlohmann/.gitignore' 2025-07-17T06:36:41.9020950Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/auto_assign.yml' 2025-07-17T06:36:41.9022240Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/workflows/auto-assign-owners.yml' 2025-07-17T06:36:41.9023600Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/workflows/build-check.yaml' 2025-07-17T06:36:41.9024870Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/workflows' 2025-07-17T06:36:41.9026048Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github/CODEOWNERS' 2025-07-17T06:36:41.9027308Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.github' 2025-07-17T06:36:41.9028394Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.git' 2025-07-17T06:36:41.9029412Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.gitattributes' 2025-07-17T06:36:41.9030672Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentelemetry-proto/.gitignore' 2025-07-17T06:36:41.9031815Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.yml' 2025-07-17T06:36:41.9033091Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.yml' 2025-07-17T06:36:41.9034360Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.9035526Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.9044308Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github/workflows/gtest-ci.yml' 2025-07-17T06:36:41.9045536Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github/workflows' 2025-07-17T06:36:41.9046788Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.github' 2025-07-17T06:36:41.9047777Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.git' 2025-07-17T06:36:41.9048686Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/googletest/.gitignore' 2025-07-17T06:36:41.9064610Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.9065929Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.9068877Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github’: No such file or directory 2025-07-17T06:36:41.9070147Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.9071310Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/.libcxx-setup.sh' 2025-07-17T06:36:41.9072601Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/install_bazel.sh' 2025-07-17T06:36:41.9073933Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/sanitizer.yml' 2025-07-17T06:36:41.9074824Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/test_bindings.yml' 2025-07-17T06:36:41.9076047Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/wheels.yml' 2025-07-17T06:36:41.9077563Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/clang-format-lint.yml' 2025-07-17T06:36:41.9078776Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/bazel.yml' 2025-07-17T06:36:41.9079937Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/doxygen.yml' 2025-07-17T06:36:41.9081234Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/build-and-test-perfcounters.yml' 2025-07-17T06:36:41.9082681Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/clang-tidy.yml' 2025-07-17T06:36:41.9083910Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/build-and-test.yml' 2025-07-17T06:36:41.9085103Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows/pylint.yml' 2025-07-17T06:36:41.9086615Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github/workflows' 2025-07-17T06:36:41.9087932Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.github' 2025-07-17T06:36:41.9088889Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.git' 2025-07-17T06:36:41.9091970Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/benchmark/.gitignore' 2025-07-17T06:36:41.9119678Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:41.9121234Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github’: No such file or directory 2025-07-17T06:36:41.9122060Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/FUNDING.yml' 2025-07-17T06:36:41.9122686Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/stale.yml' 2025-07-17T06:36:41.9123339Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/ISSUE_TEMPLATE/bug.yaml' 2025-07-17T06:36:41.9124046Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.9124904Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.9125573Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/SECURITY.md' 2025-07-17T06:36:41.9126423Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/CONTRIBUTING.md' 2025-07-17T06:36:41.9127101Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/CODE_OF_CONDUCT.md' 2025-07-17T06:36:41.9127738Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/labeler.yml' 2025-07-17T06:36:41.9128416Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/external_ci/.drone.yml' 2025-07-17T06:36:41.9129124Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/external_ci/appveyor.yml' 2025-07-17T06:36:41.9129812Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/external_ci' 2025-07-17T06:36:41.9130914Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/windows.yml' 2025-07-17T06:36:41.9131662Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/publish_documentation.yml' 2025-07-17T06:36:41.9132463Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:41.9133187Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/labeler.yml' 2025-07-17T06:36:41.9133858Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/macos.yml' 2025-07-17T06:36:41.9134533Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows/ubuntu.yml' 2025-07-17T06:36:41.9135194Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/workflows' 2025-07-17T06:36:41.9135835Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/config.yml' 2025-07-17T06:36:41.9136624Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github/CODEOWNERS' 2025-07-17T06:36:41.9137245Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.github' 2025-07-17T06:36:41.9137834Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.git' 2025-07-17T06:36:41.9153184Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/nlohmann-json/.gitignore' 2025-07-17T06:36:41.9167568Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md' 2025-07-17T06:36:41.9169441Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github’: No such file or directory 2025-07-17T06:36:41.9170400Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md' 2025-07-17T06:36:41.9171328Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.9172211Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.9173302Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.github' 2025-07-17T06:36:41.9183608Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.git' 2025-07-17T06:36:41.9194259Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/.gitignore' 2025-07-17T06:36:41.9229077Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:41.9230593Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github’: No such file or directory 2025-07-17T06:36:41.9231460Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github/workflows' 2025-07-17T06:36:41.9232261Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.github' 2025-07-17T06:36:41.9241437Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.git' 2025-07-17T06:36:41.9256873Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.gitattributes' 2025-07-17T06:36:41.9268480Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/.gitignore' 2025-07-17T06:36:41.9281822Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/doxygen.yml' 2025-07-17T06:36:41.9282874Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/linting.yml' 2025-07-17T06:36:41.9284140Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/cmake-ci.yml' 2025-07-17T06:36:41.9285384Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/bazel-ci.yml' 2025-07-17T06:36:41.9286805Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/coverage.yml' 2025-07-17T06:36:41.9288032Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows/release.yml' 2025-07-17T06:36:41.9289251Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github/workflows' 2025-07-17T06:36:41.9290097Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github' 2025-07-17T06:36:41.9290921Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.github’: No such file or directory 2025-07-17T06:36:41.9297969Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.git' 2025-07-17T06:36:41.9308482Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.gitmodules' 2025-07-17T06:36:41.9319223Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/prometheus-cpp/.gitignore' 2025-07-17T06:36:41.9332546Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentracing-cpp/.git' 2025-07-17T06:36:41.9344154Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/opentracing-cpp/.gitignore' 2025-07-17T06:36:41.9355640Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.github/workflows/android.yml' 2025-07-17T06:36:41.9356607Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.github/workflows/ios.yml' 2025-07-17T06:36:41.9357708Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.github/workflows' 2025-07-17T06:36:41.9358545Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.github' 2025-07-17T06:36:41.9359305Z find: ‘pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.github’: No such file or directory 2025-07-17T06:36:41.9366020Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.git' 2025-07-17T06:36:41.9377331Z removed 'pytorch-main/third_party/opentelemetry-cpp/third_party/ms-gsl/.gitignore' 2025-07-17T06:36:41.9395400Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:41.9396517Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:41.9397500Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.9398042Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/repository-settings.md' 2025-07-17T06:36:41.9398603Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/pull_request_template.md' 2025-07-17T06:36:41.9399318Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/dependabot.yml' 2025-07-17T06:36:41.9399905Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/project_management_comment.yml' 2025-07-17T06:36:41.9400468Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/ci.yml' 2025-07-17T06:36:41.9400957Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/stale.yml' 2025-07-17T06:36:41.9401492Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:41.9402101Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/project_management_issue_open.yml' 2025-07-17T06:36:41.9402721Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/dependencies_image.yml' 2025-07-17T06:36:41.9403273Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows/benchmark.yml' 2025-07-17T06:36:41.9403769Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/.github/workflows' 2025-07-17T06:36:41.9404250Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/.codecov.yaml' 2025-07-17T06:36:41.9404689Z removed 'pytorch-main/third_party/opentelemetry-cpp/.github/CODEOWNERS' 2025-07-17T06:36:41.9405136Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/.github' 2025-07-17T06:36:41.9405773Z find: ‘pytorch-main/third_party/opentelemetry-cpp/.github’: No such file or directory 2025-07-17T06:36:41.9410774Z removed 'pytorch-main/third_party/opentelemetry-cpp/.git' 2025-07-17T06:36:41.9422183Z removed 'pytorch-main/third_party/opentelemetry-cpp/.gitmodules' 2025-07-17T06:36:41.9433035Z removed 'pytorch-main/third_party/opentelemetry-cpp/.gitattributes' 2025-07-17T06:36:41.9481255Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml' 2025-07-17T06:36:41.9482947Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/05-other-type-of-bug-report.md' 2025-07-17T06:36:41.9485435Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/03-request-a-feature-or-improvement-to-a-port.yml' 2025-07-17T06:36:41.9487198Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml' 2025-07-17T06:36:41.9488592Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/01-request-a-new-port.yml' 2025-07-17T06:36:41.9489772Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:41.9491043Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/00-report-package-build-failure.yml' 2025-07-17T06:36:41.9492317Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:41.9493391Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/pull_request_template.md' 2025-07-17T06:36:41.9494447Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows/stale.yml' 2025-07-17T06:36:41.9495521Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows/check_issues.yml' 2025-07-17T06:36:41.9496777Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows/untrustedPR.yml' 2025-07-17T06:36:41.9498064Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github/workflows' 2025-07-17T06:36:41.9499007Z removed directory 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github' 2025-07-17T06:36:41.9500213Z find: ‘pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.github’: No such file or directory 2025-07-17T06:36:41.9501136Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.git' 2025-07-17T06:36:41.9510232Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.gitattributes' 2025-07-17T06:36:41.9532705Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/scripts/boost/.gitignore' 2025-07-17T06:36:41.9984935Z removed 'pytorch-main/third_party/opentelemetry-cpp/tools/vcpkg/.gitignore' 2025-07-17T06:36:41.9996471Z removed 'pytorch-main/third_party/opentelemetry-cpp/docker/.gitignore' 2025-07-17T06:36:42.0028151Z removed 'pytorch-main/third_party/opentelemetry-cpp/.gitignore' 2025-07-17T06:36:42.0048642Z removed 'pytorch-main/third_party/fmt/test/fuzzing/.gitignore' 2025-07-17T06:36:42.0062956Z removed 'pytorch-main/third_party/fmt/.github/issue_template.md' 2025-07-17T06:36:42.0063730Z removed 'pytorch-main/third_party/fmt/.github/pull_request_template.md' 2025-07-17T06:36:42.0064418Z removed 'pytorch-main/third_party/fmt/.github/dependabot.yml' 2025-07-17T06:36:42.0065063Z removed 'pytorch-main/third_party/fmt/.github/workflows/doc.yml' 2025-07-17T06:36:42.0066073Z find: ‘pytorch-main/third_party/fmt/.github’: No such file or directory 2025-07-17T06:36:42.0066924Z removed 'pytorch-main/third_party/fmt/.github/workflows/windows.yml' 2025-07-17T06:36:42.0067623Z removed 'pytorch-main/third_party/fmt/.github/workflows/linux.yml' 2025-07-17T06:36:42.0068298Z removed 'pytorch-main/third_party/fmt/.github/workflows/cifuzz.yml' 2025-07-17T06:36:42.0068970Z removed 'pytorch-main/third_party/fmt/.github/workflows/lint.yml' 2025-07-17T06:36:42.0069673Z removed 'pytorch-main/third_party/fmt/.github/workflows/scorecard.yml' 2025-07-17T06:36:42.0070360Z removed 'pytorch-main/third_party/fmt/.github/workflows/macos.yml' 2025-07-17T06:36:42.0071017Z removed directory 'pytorch-main/third_party/fmt/.github/workflows' 2025-07-17T06:36:42.0071625Z removed directory 'pytorch-main/third_party/fmt/.github' 2025-07-17T06:36:42.0073890Z removed 'pytorch-main/third_party/fmt/.git' 2025-07-17T06:36:42.0084884Z removed 'pytorch-main/third_party/fmt/.gitignore' 2025-07-17T06:36:42.3013200Z removed 'pytorch-main/third_party/protobuf/third_party/googletest/.git' 2025-07-17T06:36:42.3014300Z removed 'pytorch-main/third_party/protobuf/third_party/googletest/.gitignore' 2025-07-17T06:36:42.3027961Z removed 'pytorch-main/third_party/protobuf/third_party/benchmark/.git' 2025-07-17T06:36:42.3039699Z removed 'pytorch-main/third_party/protobuf/third_party/benchmark/.gitignore' 2025-07-17T06:36:42.3069965Z removed 'pytorch-main/third_party/protobuf/.github/mergeable.yml' 2025-07-17T06:36:42.3070769Z removed 'pytorch-main/third_party/protobuf/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:42.3071676Z find: ‘pytorch-main/third_party/protobuf/.github’: No such file or directory 2025-07-17T06:36:42.3072212Z removed 'pytorch-main/third_party/protobuf/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:42.3072726Z removed directory 'pytorch-main/third_party/protobuf/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3073166Z removed directory 'pytorch-main/third_party/protobuf/.github' 2025-07-17T06:36:42.3081283Z removed 'pytorch-main/third_party/protobuf/examples/.gitignore' 2025-07-17T06:36:42.3106358Z removed 'pytorch-main/third_party/protobuf/.git' 2025-07-17T06:36:42.3123837Z removed 'pytorch-main/third_party/protobuf/objectivec/.gitignore' 2025-07-17T06:36:42.3140095Z removed 'pytorch-main/third_party/protobuf/.gitmodules' 2025-07-17T06:36:42.3173227Z removed 'pytorch-main/third_party/protobuf/ruby/.gitignore' 2025-07-17T06:36:42.3191088Z removed 'pytorch-main/third_party/protobuf/csharp/.gitignore' 2025-07-17T06:36:42.3201524Z removed 'pytorch-main/third_party/protobuf/.gitignore' 2025-07-17T06:36:42.3221286Z removed 'pytorch-main/third_party/NVTX/.github/workflows/cibw.yml' 2025-07-17T06:36:42.3222038Z removed 'pytorch-main/third_party/NVTX/.github/workflows/test.yml' 2025-07-17T06:36:42.3222766Z removed directory 'pytorch-main/third_party/NVTX/.github/workflows' 2025-07-17T06:36:42.3223434Z removed directory 'pytorch-main/third_party/NVTX/.github' 2025-07-17T06:36:42.3224145Z find: ‘pytorch-main/third_party/NVTX/.github’: No such file or directory 2025-07-17T06:36:42.3231798Z removed 'pytorch-main/third_party/NVTX/.git' 2025-07-17T06:36:42.3244192Z removed 'pytorch-main/third_party/NVTX/tools/sample-injection/.gitignore' 2025-07-17T06:36:42.3257687Z removed 'pytorch-main/third_party/NVTX/tests/.gitignore' 2025-07-17T06:36:42.3267767Z removed 'pytorch-main/third_party/NVTX/.gitignore' 2025-07-17T06:36:42.3292851Z removed 'pytorch-main/third_party/fbgemm/.github/metrics/__init__.py' 2025-07-17T06:36:42.3293543Z removed 'pytorch-main/third_party/fbgemm/.github/metrics/datatypes.py' 2025-07-17T06:36:42.3294355Z removed 'pytorch-main/third_party/fbgemm/.github/metrics/requirements.txt' 2025-07-17T06:36:42.3295121Z removed 'pytorch-main/third_party/fbgemm/.github/metrics/github.py' 2025-07-17T06:36:42.3295873Z removed 'pytorch-main/third_party/fbgemm/.github/metrics/reporters.py' 2025-07-17T06:36:42.3296791Z removed 'pytorch-main/third_party/fbgemm/.github/metrics/scrape.py' 2025-07-17T06:36:42.3297251Z removed directory 'pytorch-main/third_party/fbgemm/.github/metrics' 2025-07-17T06:36:42.3297687Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_ci.yml' 2025-07-17T06:36:42.3298189Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_benchmark_rocm.yml' 2025-07-17T06:36:42.3298731Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_benchmark_cuda.yml' 2025-07-17T06:36:42.3299249Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_ci_cuda.yml' 2025-07-17T06:36:42.3299764Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_release_cpu.yml' 2025-07-17T06:36:42.3300323Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_ci_genai_generic_infra.yml' 2025-07-17T06:36:42.3300853Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_lint.yml' 2025-07-17T06:36:42.3301372Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/build_wheels_genai_linux_x86.yml' 2025-07-17T06:36:42.3301920Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_benchmark_cpu.yml' 2025-07-17T06:36:42.3302423Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_docs.yml' 2025-07-17T06:36:42.3302904Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_ci_cpu.yml' 2025-07-17T06:36:42.3303409Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_release_genai.yml' 2025-07-17T06:36:42.3303916Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_ci_rocm.yml' 2025-07-17T06:36:42.3304551Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_pip.yml' 2025-07-17T06:36:42.3305198Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/build_wheels_genai_linux_aarch64.yml' 2025-07-17T06:36:42.3305939Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/build_wheels_linux_x86.yml' 2025-07-17T06:36:42.3307036Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/fbgemm_gpu_release_cuda.yml' 2025-07-17T06:36:42.3307781Z removed 'pytorch-main/third_party/fbgemm/.github/workflows/build_wheels_linux_aarch64.yml' 2025-07-17T06:36:42.3308439Z find: ‘pytorch-main/third_party/fbgemm/.github’: No such file or directory 2025-07-17T06:36:42.3308897Z removed directory 'pytorch-main/third_party/fbgemm/.github/workflows' 2025-07-17T06:36:42.3309338Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_rocm.bash' 2025-07-17T06:36:42.3309792Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_test.bash' 2025-07-17T06:36:42.3310436Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_lint.bash' 2025-07-17T06:36:42.3310902Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_build.bash' 2025-07-17T06:36:42.3311382Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/nova_postscript.bash' 2025-07-17T06:36:42.3311864Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_benchmarks.bash' 2025-07-17T06:36:42.3312362Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_install.bash' 2025-07-17T06:36:42.3312834Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_triton.bash' 2025-07-17T06:36:42.3313274Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_pip.bash' 2025-07-17T06:36:42.3313822Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_system.bash' 2025-07-17T06:36:42.3314264Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_build.bash' 2025-07-17T06:36:42.3314739Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/nova_prescript.bash' 2025-07-17T06:36:42.3315527Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/nova_dir.bash' 2025-07-17T06:36:42.3315981Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_docs.bash' 2025-07-17T06:36:42.3317084Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_conda.bash' 2025-07-17T06:36:42.3317897Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/test_torchrec.bash' 2025-07-17T06:36:42.3318698Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_cuda.bash' 2025-07-17T06:36:42.3319535Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/fbgemm_gpu_postbuild.bash' 2025-07-17T06:36:42.3320410Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_torchrec.bash' 2025-07-17T06:36:42.3321234Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_pytorch.bash' 2025-07-17T06:36:42.3322021Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_base.bash' 2025-07-17T06:36:42.3322813Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/utils_build.bash' 2025-07-17T06:36:42.3323585Z removed 'pytorch-main/third_party/fbgemm/.github/scripts/setup_env.bash' 2025-07-17T06:36:42.3324328Z removed directory 'pytorch-main/third_party/fbgemm/.github/scripts' 2025-07-17T06:36:42.3325002Z removed directory 'pytorch-main/third_party/fbgemm/.github' 2025-07-17T06:36:42.3325567Z removed 'pytorch-main/third_party/fbgemm/.git' 2025-07-17T06:36:42.3326099Z removed 'pytorch-main/third_party/fbgemm/.gitmodules' 2025-07-17T06:36:42.3414384Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/test/unit/nvrtc/thread/.gitignore' 2025-07-17T06:36:42.3437036Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/ISSUE_TEMPLATE/submit_question.md' 2025-07-17T06:36:42.3437745Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:42.3438812Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.3439879Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:42.3441031Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/ISSUE_TEMPLATE/documentation_request.md' 2025-07-17T06:36:42.3442120Z removed directory 'pytorch-main/third_party/fbgemm/external/cutlass/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3443074Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/workflows/stale.yml' 2025-07-17T06:36:42.3444175Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/workflows/new-issues-to-triage-projects.yml' 2025-07-17T06:36:42.3445278Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.github/workflows/labeler.yml' 2025-07-17T06:36:42.3446374Z removed directory 'pytorch-main/third_party/fbgemm/external/cutlass/.github/workflows' 2025-07-17T06:36:42.3447253Z removed directory 'pytorch-main/third_party/fbgemm/external/cutlass/.github' 2025-07-17T06:36:42.3448552Z find: ‘pytorch-main/third_party/fbgemm/external/cutlass/.github’: No such file or directory 2025-07-17T06:36:42.3472224Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.git' 2025-07-17T06:36:42.3482206Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.gitmodules' 2025-07-17T06:36:42.3511773Z removed 'pytorch-main/third_party/fbgemm/external/cutlass/.gitignore' 2025-07-17T06:36:42.3525548Z removed 'pytorch-main/third_party/fbgemm/external/googletest/.github/ISSUE_TEMPLATE/00-bug_report.yml' 2025-07-17T06:36:42.3526526Z removed 'pytorch-main/third_party/fbgemm/external/googletest/.github/ISSUE_TEMPLATE/10-feature_request.yml' 2025-07-17T06:36:42.3527889Z removed 'pytorch-main/third_party/fbgemm/external/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.3528955Z removed directory 'pytorch-main/third_party/fbgemm/external/googletest/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3529960Z removed 'pytorch-main/third_party/fbgemm/external/googletest/.github/workflows/gtest-ci.yml' 2025-07-17T06:36:42.3530959Z removed directory 'pytorch-main/third_party/fbgemm/external/googletest/.github/workflows' 2025-07-17T06:36:42.3531855Z removed directory 'pytorch-main/third_party/fbgemm/external/googletest/.github' 2025-07-17T06:36:42.3532994Z find: ‘pytorch-main/third_party/fbgemm/external/googletest/.github’: No such file or directory 2025-07-17T06:36:42.3543155Z removed 'pytorch-main/third_party/fbgemm/external/googletest/.git' 2025-07-17T06:36:42.3553443Z removed 'pytorch-main/third_party/fbgemm/external/googletest/.gitignore' 2025-07-17T06:36:42.3564153Z removed 'pytorch-main/third_party/fbgemm/external/hipify_torch/.git' 2025-07-17T06:36:42.3574813Z removed 'pytorch-main/third_party/fbgemm/external/hipify_torch/.gitignore' 2025-07-17T06:36:42.3600891Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.3601800Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/ISSUE_TEMPLATE/issue_report.yml' 2025-07-17T06:36:42.3603008Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.3603956Z removed directory 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3604562Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/CONTRIBUTING.md' 2025-07-17T06:36:42.3605138Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:42.3605707Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/dependabot.yml' 2025-07-17T06:36:42.3606443Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github/CODEOWNERS' 2025-07-17T06:36:42.3606983Z removed directory 'pytorch-main/third_party/fbgemm/external/composable_kernel/.github' 2025-07-17T06:36:42.3607695Z find: ‘pytorch-main/third_party/fbgemm/external/composable_kernel/.github’: No such file or directory 2025-07-17T06:36:42.3611940Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.git' 2025-07-17T06:36:42.3713892Z removed 'pytorch-main/third_party/fbgemm/external/composable_kernel/.gitignore' 2025-07-17T06:36:42.3739228Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.3740053Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/FUNDING.yml' 2025-07-17T06:36:42.3740883Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/stale.yml' 2025-07-17T06:36:42.3741748Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/ISSUE_TEMPLATE/bug.yaml' 2025-07-17T06:36:42.3742520Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.3743086Z removed directory 'pytorch-main/third_party/fbgemm/external/json/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3743591Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/SECURITY.md' 2025-07-17T06:36:42.3744230Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/CONTRIBUTING.md' 2025-07-17T06:36:42.3744715Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/CODE_OF_CONDUCT.md' 2025-07-17T06:36:42.3745191Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/labeler.yml' 2025-07-17T06:36:42.3745850Z find: ‘pytorch-main/third_party/fbgemm/external/json/.github’: No such file or directory 2025-07-17T06:36:42.3746675Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/external_ci/appveyor.yml' 2025-07-17T06:36:42.3747214Z removed directory 'pytorch-main/third_party/fbgemm/external/json/.github/external_ci' 2025-07-17T06:36:42.3747747Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/windows.yml' 2025-07-17T06:36:42.3748476Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/publish_documentation.yml' 2025-07-17T06:36:42.3749134Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/comment_check_amalgamation.yml' 2025-07-17T06:36:42.3749842Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/codeql-analysis.yml' 2025-07-17T06:36:42.3750641Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/cifuzz.yml' 2025-07-17T06:36:42.3751321Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/check_amalgamation.yml' 2025-07-17T06:36:42.3752323Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/labeler.yml' 2025-07-17T06:36:42.3753234Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/macos.yml' 2025-07-17T06:36:42.3754137Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/workflows/ubuntu.yml' 2025-07-17T06:36:42.3755031Z removed directory 'pytorch-main/third_party/fbgemm/external/json/.github/workflows' 2025-07-17T06:36:42.3755873Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/config.yml' 2025-07-17T06:36:42.3756848Z removed 'pytorch-main/third_party/fbgemm/external/json/.github/CODEOWNERS' 2025-07-17T06:36:42.3757645Z removed directory 'pytorch-main/third_party/fbgemm/external/json/.github' 2025-07-17T06:36:42.3758358Z removed 'pytorch-main/third_party/fbgemm/external/json/.git' 2025-07-17T06:36:42.3774601Z removed 'pytorch-main/third_party/fbgemm/external/json/.gitignore' 2025-07-17T06:36:42.3790470Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/FUNDING.yml' 2025-07-17T06:36:42.3791327Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/ISSUE_TEMPLATE/99_other_issues.yml' 2025-07-17T06:36:42.3792448Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/ISSUE_TEMPLATE/01_bug_report.yml' 2025-07-17T06:36:42.3793300Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/ISSUE_TEMPLATE/02_feature_request.yml' 2025-07-17T06:36:42.3793951Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/ISSUE_TEMPLATE/03_help_question.yml' 2025-07-17T06:36:42.3794543Z removed directory 'pytorch-main/third_party/fbgemm/external/asmjit/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3795230Z find: ‘pytorch-main/third_party/fbgemm/external/asmjit/.github’: No such file or directory 2025-07-17T06:36:42.3795820Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/workflows/build-config.json' 2025-07-17T06:36:42.3796569Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.github/workflows/build.yml' 2025-07-17T06:36:42.3797102Z removed directory 'pytorch-main/third_party/fbgemm/external/asmjit/.github/workflows' 2025-07-17T06:36:42.3797587Z removed directory 'pytorch-main/third_party/fbgemm/external/asmjit/.github' 2025-07-17T06:36:42.3800999Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.git' 2025-07-17T06:36:42.3812001Z removed 'pytorch-main/third_party/fbgemm/external/asmjit/.gitignore' 2025-07-17T06:36:42.3831365Z removed 'pytorch-main/third_party/fbgemm/external/cpuinfo/.github/workflows/clang-format-check.yml' 2025-07-17T06:36:42.3832092Z removed 'pytorch-main/third_party/fbgemm/external/cpuinfo/.github/workflows/build.yml' 2025-07-17T06:36:42.3833331Z removed 'pytorch-main/third_party/fbgemm/external/cpuinfo/.github/workflows/build_bazel.yml' 2025-07-17T06:36:42.3834304Z removed directory 'pytorch-main/third_party/fbgemm/external/cpuinfo/.github/workflows' 2025-07-17T06:36:42.3834932Z removed directory 'pytorch-main/third_party/fbgemm/external/cpuinfo/.github' 2025-07-17T06:36:42.3835588Z find: ‘pytorch-main/third_party/fbgemm/external/cpuinfo/.github’: No such file or directory 2025-07-17T06:36:42.3842696Z removed 'pytorch-main/third_party/fbgemm/external/cpuinfo/.git' 2025-07-17T06:36:42.3855411Z removed 'pytorch-main/third_party/fbgemm/external/cpuinfo/deps/clog/.gitignore' 2025-07-17T06:36:42.3866987Z removed 'pytorch-main/third_party/fbgemm/external/cpuinfo/.gitignore' 2025-07-17T06:36:42.3877643Z removed 'pytorch-main/third_party/fbgemm/.gitignore' 2025-07-17T06:36:42.3916030Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.3917358Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/ISSUE_TEMPLATE/issue_report.yml' 2025-07-17T06:36:42.3918544Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.3919241Z removed directory 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.3919846Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/CONTRIBUTING.md' 2025-07-17T06:36:42.3920434Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:42.3921021Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/dependabot.yml' 2025-07-17T06:36:42.3921580Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github/CODEOWNERS' 2025-07-17T06:36:42.3922100Z removed directory 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github' 2025-07-17T06:36:42.3922841Z find: ‘pytorch-main/third_party/aiter/3rdparty/composable_kernel/.github’: No such file or directory 2025-07-17T06:36:42.3927542Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.git' 2025-07-17T06:36:42.4044582Z removed 'pytorch-main/third_party/aiter/3rdparty/composable_kernel/.gitignore' 2025-07-17T06:36:42.4056945Z removed 'pytorch-main/third_party/aiter/.github/workflows/black.yaml' 2025-07-17T06:36:42.4057683Z removed 'pytorch-main/third_party/aiter/.github/workflows/ruff.yaml' 2025-07-17T06:36:42.4058344Z removed 'pytorch-main/third_party/aiter/.github/workflows/deps.yaml' 2025-07-17T06:36:42.4058793Z removed directory 'pytorch-main/third_party/aiter/.github/workflows' 2025-07-17T06:36:42.4059211Z removed 'pytorch-main/third_party/aiter/.github/scripts/check_deps.sh' 2025-07-17T06:36:42.4059668Z removed directory 'pytorch-main/third_party/aiter/.github/scripts' 2025-07-17T06:36:42.4060050Z removed directory 'pytorch-main/third_party/aiter/.github' 2025-07-17T06:36:42.4060587Z find: ‘pytorch-main/third_party/aiter/.github’: No such file or directory 2025-07-17T06:36:42.4074305Z removed 'pytorch-main/third_party/aiter/.git' 2025-07-17T06:36:42.4084322Z removed 'pytorch-main/third_party/aiter/.gitmodules' 2025-07-17T06:36:42.4099287Z removed 'pytorch-main/third_party/aiter/.githooks/pre-commit' 2025-07-17T06:36:42.4099944Z removed 'pytorch-main/third_party/aiter/.githooks/install' 2025-07-17T06:36:42.4100493Z removed directory 'pytorch-main/third_party/aiter/.githooks' 2025-07-17T06:36:42.4101157Z find: ‘pytorch-main/third_party/aiter/.githooks’: No such file or directory 2025-07-17T06:36:42.4110062Z removed 'pytorch-main/third_party/aiter/.gitignore' 2025-07-17T06:36:42.4124008Z removed 'pytorch-main/third_party/flash-attention/.github/workflows/publish.yml' 2025-07-17T06:36:42.4124829Z removed directory 'pytorch-main/third_party/flash-attention/.github/workflows' 2025-07-17T06:36:42.4125551Z removed directory 'pytorch-main/third_party/flash-attention/.github' 2025-07-17T06:36:42.4126679Z find: ‘pytorch-main/third_party/flash-attention/.github’: No such file or directory 2025-07-17T06:36:42.4195383Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/test/unit/nvrtc/thread/.gitignore' 2025-07-17T06:36:42.4217200Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/submit_question.md' 2025-07-17T06:36:42.4218034Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:42.4219139Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.4220262Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/feature_request.md' 2025-07-17T06:36:42.4221695Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/documentation_request.md' 2025-07-17T06:36:42.4222856Z removed directory 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.4223881Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/workflows/stale.yml' 2025-07-17T06:36:42.4225036Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/workflows/new-issues-to-triage-projects.yml' 2025-07-17T06:36:42.4226389Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/workflows/labeler.yml' 2025-07-17T06:36:42.4227396Z removed directory 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github/workflows' 2025-07-17T06:36:42.4228311Z removed directory 'pytorch-main/third_party/flash-attention/csrc/cutlass/.github' 2025-07-17T06:36:42.4229475Z find: ‘pytorch-main/third_party/flash-attention/csrc/cutlass/.github’: No such file or directory 2025-07-17T06:36:42.4247385Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.git' 2025-07-17T06:36:42.4257562Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.gitmodules' 2025-07-17T06:36:42.4285343Z removed 'pytorch-main/third_party/flash-attention/csrc/cutlass/.gitignore' 2025-07-17T06:36:42.4311946Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.4312981Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE/issue_report.yml' 2025-07-17T06:36:42.4314238Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.4315133Z removed directory 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.4315773Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/CONTRIBUTING.md' 2025-07-17T06:36:42.4316585Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:42.4317206Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/dependabot.yml' 2025-07-17T06:36:42.4317784Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github/CODEOWNERS' 2025-07-17T06:36:42.4318337Z removed directory 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github' 2025-07-17T06:36:42.4319097Z find: ‘pytorch-main/third_party/flash-attention/csrc/composable_kernel/.github’: No such file or directory 2025-07-17T06:36:42.4322688Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.git' 2025-07-17T06:36:42.4425400Z removed 'pytorch-main/third_party/flash-attention/csrc/composable_kernel/.gitignore' 2025-07-17T06:36:42.4436465Z removed 'pytorch-main/third_party/flash-attention/.git' 2025-07-17T06:36:42.4450465Z removed 'pytorch-main/third_party/flash-attention/.gitmodules' 2025-07-17T06:36:42.4461907Z removed 'pytorch-main/third_party/flash-attention/.gitignore' 2025-07-17T06:36:42.4488982Z removed 'pytorch-main/third_party/composable_kernel/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.4489604Z removed 'pytorch-main/third_party/composable_kernel/.github/ISSUE_TEMPLATE/issue_report.yml' 2025-07-17T06:36:42.4490611Z removed 'pytorch-main/third_party/composable_kernel/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.4491807Z removed directory 'pytorch-main/third_party/composable_kernel/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.4492378Z removed 'pytorch-main/third_party/composable_kernel/.github/CONTRIBUTING.md' 2025-07-17T06:36:42.4492839Z removed 'pytorch-main/third_party/composable_kernel/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:42.4493303Z removed 'pytorch-main/third_party/composable_kernel/.github/dependabot.yml' 2025-07-17T06:36:42.4493752Z removed 'pytorch-main/third_party/composable_kernel/.github/CODEOWNERS' 2025-07-17T06:36:42.4494170Z removed directory 'pytorch-main/third_party/composable_kernel/.github' 2025-07-17T06:36:42.4494928Z find: ‘pytorch-main/third_party/composable_kernel/.github’: No such file or directory 2025-07-17T06:36:42.4499832Z removed 'pytorch-main/third_party/composable_kernel/.git' 2025-07-17T06:36:42.4612267Z removed 'pytorch-main/third_party/composable_kernel/.gitignore' 2025-07-17T06:36:42.4623647Z removed 'pytorch-main/third_party/FXdiv/.git' 2025-07-17T06:36:42.4633947Z removed 'pytorch-main/third_party/FXdiv/.gitignore' 2025-07-17T06:36:42.4650561Z removed 'pytorch-main/third_party/tensorpipe/third_party/googletest/.git' 2025-07-17T06:36:42.4661090Z removed 'pytorch-main/third_party/tensorpipe/third_party/googletest/.gitignore' 2025-07-17T06:36:42.4682566Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.github/stale.yml' 2025-07-17T06:36:42.4683158Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:42.4684192Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.github/workflows/sanitizer.yml' 2025-07-17T06:36:42.4685128Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.github/workflows/CI.yml' 2025-07-17T06:36:42.4685679Z removed directory 'pytorch-main/third_party/tensorpipe/third_party/libuv/.github/workflows' 2025-07-17T06:36:42.4686400Z removed directory 'pytorch-main/third_party/tensorpipe/third_party/libuv/.github' 2025-07-17T06:36:42.4687161Z find: ‘pytorch-main/third_party/tensorpipe/third_party/libuv/.github’: No such file or directory 2025-07-17T06:36:42.4693680Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.git' 2025-07-17T06:36:42.4703921Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.gitattributes' 2025-07-17T06:36:42.4714851Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/m4/.gitignore' 2025-07-17T06:36:42.4724820Z removed 'pytorch-main/third_party/tensorpipe/third_party/libuv/.gitignore' 2025-07-17T06:36:42.4736492Z removed 'pytorch-main/third_party/tensorpipe/third_party/pybind11/.git' 2025-07-17T06:36:42.4746779Z removed 'pytorch-main/third_party/tensorpipe/third_party/pybind11/.gitmodules' 2025-07-17T06:36:42.4758728Z removed 'pytorch-main/third_party/tensorpipe/third_party/pybind11/tools/clang/.git' 2025-07-17T06:36:42.4768772Z removed 'pytorch-main/third_party/tensorpipe/third_party/pybind11/tools/clang/.gitignore' 2025-07-17T06:36:42.4781149Z removed 'pytorch-main/third_party/tensorpipe/third_party/pybind11/.gitignore' 2025-07-17T06:36:42.4792516Z removed 'pytorch-main/third_party/tensorpipe/third_party/libnop/.git' 2025-07-17T06:36:42.4804296Z removed 'pytorch-main/third_party/tensorpipe/third_party/libnop/.gitignore' 2025-07-17T06:36:42.4814720Z removed 'pytorch-main/third_party/tensorpipe/.git' 2025-07-17T06:36:42.4824667Z removed 'pytorch-main/third_party/tensorpipe/.gitmodules' 2025-07-17T06:36:42.4842286Z removed 'pytorch-main/third_party/tensorpipe/.gitignore' 2025-07-17T06:36:42.4865148Z removed 'pytorch-main/third_party/eigen/.gitlab/issue_templates/Bug Report.md' 2025-07-17T06:36:42.4865705Z removed 'pytorch-main/third_party/eigen/.gitlab/issue_templates/Feature Request.md' 2025-07-17T06:36:42.4866704Z removed directory 'pytorch-main/third_party/eigen/.gitlab/issue_templates' 2025-07-17T06:36:42.4867635Z removed 'pytorch-main/third_party/eigen/.gitlab/merge_request_templates/Merge Request Template.md' 2025-07-17T06:36:42.4868886Z removed directory 'pytorch-main/third_party/eigen/.gitlab/merge_request_templates' 2025-07-17T06:36:42.4869644Z removed directory 'pytorch-main/third_party/eigen/.gitlab' 2025-07-17T06:36:42.4870526Z find: ‘pytorch-main/third_party/eigen/.gitlab’: No such file or directory 2025-07-17T06:36:42.4884139Z removed 'pytorch-main/third_party/eigen/.gitlab-ci.yml' 2025-07-17T06:36:42.4916738Z removed 'pytorch-main/third_party/eigen/.git/hooks/commit-msg.sample' 2025-07-17T06:36:42.4917297Z removed 'pytorch-main/third_party/eigen/.git/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.4918105Z removed 'pytorch-main/third_party/eigen/.git/hooks/pre-commit.sample' 2025-07-17T06:36:42.4918850Z removed 'pytorch-main/third_party/eigen/.git/hooks/pre-rebase.sample' 2025-07-17T06:36:42.4919826Z removed 'pytorch-main/third_party/eigen/.git/hooks/post-update.sample' 2025-07-17T06:36:42.4920597Z removed 'pytorch-main/third_party/eigen/.git/hooks/pre-receive.sample' 2025-07-17T06:36:42.4921406Z removed 'pytorch-main/third_party/eigen/.git/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.4922243Z removed 'pytorch-main/third_party/eigen/.git/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.4923071Z removed 'pytorch-main/third_party/eigen/.git/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.4923877Z removed 'pytorch-main/third_party/eigen/.git/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.4924643Z removed 'pytorch-main/third_party/eigen/.git/hooks/pre-push.sample' 2025-07-17T06:36:42.4925343Z removed 'pytorch-main/third_party/eigen/.git/hooks/update.sample' 2025-07-17T06:36:42.4926120Z removed 'pytorch-main/third_party/eigen/.git/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.4927171Z removed 'pytorch-main/third_party/eigen/.git/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.4927937Z removed directory 'pytorch-main/third_party/eigen/.git/hooks' 2025-07-17T06:36:42.4928527Z removed 'pytorch-main/third_party/eigen/.git/index' 2025-07-17T06:36:42.4929103Z removed 'pytorch-main/third_party/eigen/.git/description' 2025-07-17T06:36:42.4929741Z removed 'pytorch-main/third_party/eigen/.git/logs/HEAD' 2025-07-17T06:36:42.4930155Z removed directory 'pytorch-main/third_party/eigen/.git/logs' 2025-07-17T06:36:42.4930526Z removed 'pytorch-main/third_party/eigen/.git/shallow' 2025-07-17T06:36:42.4930852Z removed 'pytorch-main/third_party/eigen/.git/config' 2025-07-17T06:36:42.4931161Z removed 'pytorch-main/third_party/eigen/.git/HEAD' 2025-07-17T06:36:42.4931484Z removed 'pytorch-main/third_party/eigen/.git/packed-refs' 2025-07-17T06:36:42.4931864Z removed directory 'pytorch-main/third_party/eigen/.git/refs/tags' 2025-07-17T06:36:42.4932260Z removed directory 'pytorch-main/third_party/eigen/.git/refs/heads' 2025-07-17T06:36:42.4932645Z removed directory 'pytorch-main/third_party/eigen/.git/refs' 2025-07-17T06:36:42.4933003Z removed 'pytorch-main/third_party/eigen/.git/info/exclude' 2025-07-17T06:36:42.4933355Z removed directory 'pytorch-main/third_party/eigen/.git/info' 2025-07-17T06:36:42.4933904Z removed 'pytorch-main/third_party/eigen/.git/objects/pack/pack-5f935e235c94aee81b9e19d09bc1d9c542c25b3a.pack' 2025-07-17T06:36:42.4934611Z removed 'pytorch-main/third_party/eigen/.git/objects/pack/pack-5f935e235c94aee81b9e19d09bc1d9c542c25b3a.idx' 2025-07-17T06:36:42.4935291Z removed 'pytorch-main/third_party/eigen/.git/objects/pack/pack-5f935e235c94aee81b9e19d09bc1d9c542c25b3a.rev' 2025-07-17T06:36:42.4935826Z removed directory 'pytorch-main/third_party/eigen/.git/objects/pack' 2025-07-17T06:36:42.4936444Z removed directory 'pytorch-main/third_party/eigen/.git/objects/info' 2025-07-17T06:36:42.4936850Z removed directory 'pytorch-main/third_party/eigen/.git/objects' 2025-07-17T06:36:42.4937376Z find: ‘pytorch-main/third_party/eigen/.git’: No such file or directory 2025-07-17T06:36:42.4938050Z removed directory 'pytorch-main/third_party/eigen/.git' 2025-07-17T06:36:42.4938417Z removed 'pytorch-main/third_party/eigen/.gitignore' 2025-07-17T06:36:42.4951417Z removed 'pytorch-main/third_party/cudnn_frontend/.github/ISSUE_TEMPLATE/bug_report.md' 2025-07-17T06:36:42.4952533Z removed directory 'pytorch-main/third_party/cudnn_frontend/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.4953181Z removed directory 'pytorch-main/third_party/cudnn_frontend/.github' 2025-07-17T06:36:42.4953878Z find: ‘pytorch-main/third_party/cudnn_frontend/.github’: No such file or directory 2025-07-17T06:36:42.4962951Z removed 'pytorch-main/third_party/cudnn_frontend/.git' 2025-07-17T06:36:42.4983027Z removed 'pytorch-main/third_party/mimalloc/.git' 2025-07-17T06:36:42.4993580Z removed 'pytorch-main/third_party/mimalloc/.gitattributes' 2025-07-17T06:36:42.5007474Z removed 'pytorch-main/third_party/mimalloc/.gitignore' 2025-07-17T06:36:42.5026041Z removed 'pytorch-main/third_party/cpuinfo/.github/workflows/clang-format-check.yml' 2025-07-17T06:36:42.5027385Z removed 'pytorch-main/third_party/cpuinfo/.github/workflows/build.yml' 2025-07-17T06:36:42.5027934Z removed 'pytorch-main/third_party/cpuinfo/.github/workflows/build_bazel.yml' 2025-07-17T06:36:42.5028420Z removed directory 'pytorch-main/third_party/cpuinfo/.github/workflows' 2025-07-17T06:36:42.5028834Z removed directory 'pytorch-main/third_party/cpuinfo/.github' 2025-07-17T06:36:42.5029549Z find: ‘pytorch-main/third_party/cpuinfo/.github’: No such file or directory 2025-07-17T06:36:42.5038216Z removed 'pytorch-main/third_party/cpuinfo/.git' 2025-07-17T06:36:42.5050110Z removed 'pytorch-main/third_party/cpuinfo/deps/clog/.gitignore' 2025-07-17T06:36:42.5060757Z removed 'pytorch-main/third_party/cpuinfo/.gitignore' 2025-07-17T06:36:42.5072173Z removed 'pytorch-main/third_party/ittapi/rust/scripts/.gitignore' 2025-07-17T06:36:42.5083493Z removed 'pytorch-main/third_party/ittapi/rust/.gitignore' 2025-07-17T06:36:42.5094701Z removed 'pytorch-main/third_party/ittapi/src/ittnotify_refcol/.gitignore' 2025-07-17T06:36:42.5105966Z removed 'pytorch-main/third_party/ittapi/python/.gitignore' 2025-07-17T06:36:42.5118732Z removed 'pytorch-main/third_party/ittapi/.github/dependabot.yml' 2025-07-17T06:36:42.5119477Z removed 'pytorch-main/third_party/ittapi/.github/workflows/main.yml' 2025-07-17T06:36:42.5120220Z removed 'pytorch-main/third_party/ittapi/.github/workflows/codeql.yml' 2025-07-17T06:36:42.5120676Z removed 'pytorch-main/third_party/ittapi/.github/workflows/release.yml' 2025-07-17T06:36:42.5121099Z removed directory 'pytorch-main/third_party/ittapi/.github/workflows' 2025-07-17T06:36:42.5121708Z removed directory 'pytorch-main/third_party/ittapi/.github' 2025-07-17T06:36:42.5122712Z find: ‘pytorch-main/third_party/ittapi/.github’: No such file or directory 2025-07-17T06:36:42.5130189Z removed 'pytorch-main/third_party/ittapi/.git' 2025-07-17T06:36:42.5141247Z removed 'pytorch-main/third_party/ittapi/.gitignore' 2025-07-17T06:36:42.5151870Z removed 'pytorch-main/third_party/psimd/.git' 2025-07-17T06:36:42.5162291Z removed 'pytorch-main/third_party/psimd/.gitignore' 2025-07-17T06:36:42.5177631Z removed 'pytorch-main/third_party/cpp-httplib/.github/workflows/test.yaml' 2025-07-17T06:36:42.5178239Z removed 'pytorch-main/third_party/cpp-httplib/.github/workflows/abidiff.yaml' 2025-07-17T06:36:42.5179106Z removed 'pytorch-main/third_party/cpp-httplib/.github/workflows/cifuzz.yaml' 2025-07-17T06:36:42.5180131Z find: ‘pytorch-main/third_party/cpp-httplib/.github’: No such file or directory 2025-07-17T06:36:42.5180790Z removed directory 'pytorch-main/third_party/cpp-httplib/.github/workflows' 2025-07-17T06:36:42.5181222Z removed directory 'pytorch-main/third_party/cpp-httplib/.github' 2025-07-17T06:36:42.5188747Z removed 'pytorch-main/third_party/cpp-httplib/.git' 2025-07-17T06:36:42.5199816Z removed 'pytorch-main/third_party/cpp-httplib/.gitattributes' 2025-07-17T06:36:42.5210675Z removed 'pytorch-main/third_party/cpp-httplib/.gitignore' 2025-07-17T06:36:42.5226591Z removed 'pytorch-main/third_party/nccl/pkg/debian/.gitignore' 2025-07-17T06:36:42.5247986Z removed 'pytorch-main/third_party/nccl/.git/hooks/commit-msg.sample' 2025-07-17T06:36:42.5248641Z removed 'pytorch-main/third_party/nccl/.git/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5249695Z removed 'pytorch-main/third_party/nccl/.git/hooks/pre-commit.sample' 2025-07-17T06:36:42.5250425Z removed 'pytorch-main/third_party/nccl/.git/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5250841Z removed 'pytorch-main/third_party/nccl/.git/hooks/post-update.sample' 2025-07-17T06:36:42.5251255Z removed 'pytorch-main/third_party/nccl/.git/hooks/pre-receive.sample' 2025-07-17T06:36:42.5251712Z removed 'pytorch-main/third_party/nccl/.git/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5252167Z removed 'pytorch-main/third_party/nccl/.git/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5252599Z removed 'pytorch-main/third_party/nccl/.git/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5253038Z removed 'pytorch-main/third_party/nccl/.git/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5253612Z removed 'pytorch-main/third_party/nccl/.git/hooks/pre-push.sample' 2025-07-17T06:36:42.5254006Z removed 'pytorch-main/third_party/nccl/.git/hooks/update.sample' 2025-07-17T06:36:42.5254425Z removed 'pytorch-main/third_party/nccl/.git/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5254895Z removed 'pytorch-main/third_party/nccl/.git/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5255305Z removed directory 'pytorch-main/third_party/nccl/.git/hooks' 2025-07-17T06:36:42.5255647Z removed 'pytorch-main/third_party/nccl/.git/index' 2025-07-17T06:36:42.5255969Z removed 'pytorch-main/third_party/nccl/.git/description' 2025-07-17T06:36:42.5256544Z removed 'pytorch-main/third_party/nccl/.git/logs/HEAD' 2025-07-17T06:36:42.5256890Z removed directory 'pytorch-main/third_party/nccl/.git/logs' 2025-07-17T06:36:42.5257424Z find: ‘pytorch-main/third_party/nccl/.git’: No such file or directory 2025-07-17T06:36:42.5257806Z removed 'pytorch-main/third_party/nccl/.git/shallow' 2025-07-17T06:36:42.5258287Z removed 'pytorch-main/third_party/nccl/.git/config' 2025-07-17T06:36:42.5258787Z removed 'pytorch-main/third_party/nccl/.git/HEAD' 2025-07-17T06:36:42.5259119Z removed 'pytorch-main/third_party/nccl/.git/packed-refs' 2025-07-17T06:36:42.5259647Z removed directory 'pytorch-main/third_party/nccl/.git/refs/tags' 2025-07-17T06:36:42.5260347Z removed directory 'pytorch-main/third_party/nccl/.git/refs/heads' 2025-07-17T06:36:42.5261019Z removed directory 'pytorch-main/third_party/nccl/.git/refs' 2025-07-17T06:36:42.5261631Z removed 'pytorch-main/third_party/nccl/.git/info/exclude' 2025-07-17T06:36:42.5262235Z removed directory 'pytorch-main/third_party/nccl/.git/info' 2025-07-17T06:36:42.5263141Z removed 'pytorch-main/third_party/nccl/.git/objects/pack/pack-c2793f863e0bb9f500a06a63c8b3233ade699a36.idx' 2025-07-17T06:36:42.5264063Z removed 'pytorch-main/third_party/nccl/.git/objects/pack/pack-c2793f863e0bb9f500a06a63c8b3233ade699a36.pack' 2025-07-17T06:36:42.5264760Z removed 'pytorch-main/third_party/nccl/.git/objects/pack/pack-c2793f863e0bb9f500a06a63c8b3233ade699a36.rev' 2025-07-17T06:36:42.5265309Z removed directory 'pytorch-main/third_party/nccl/.git/objects/pack' 2025-07-17T06:36:42.5265715Z removed directory 'pytorch-main/third_party/nccl/.git/objects/info' 2025-07-17T06:36:42.5266100Z removed directory 'pytorch-main/third_party/nccl/.git/objects' 2025-07-17T06:36:42.5266638Z removed directory 'pytorch-main/third_party/nccl/.git' 2025-07-17T06:36:42.5266960Z removed 'pytorch-main/third_party/nccl/.gitignore' 2025-07-17T06:36:42.5273673Z removed 'pytorch-main/third_party/gloo/.github/config/lint/.clang-format' 2025-07-17T06:36:42.5274190Z removed 'pytorch-main/third_party/gloo/.github/config/lint/.yaml-lint.yml' 2025-07-17T06:36:42.5274858Z removed directory 'pytorch-main/third_party/gloo/.github/config/lint' 2025-07-17T06:36:42.5275590Z removed directory 'pytorch-main/third_party/gloo/.github/config' 2025-07-17T06:36:42.5276534Z removed 'pytorch-main/third_party/gloo/.github/workflows/super-linter.yml' 2025-07-17T06:36:42.5277234Z removed 'pytorch-main/third_party/gloo/.github/workflows/build-windows.yml' 2025-07-17T06:36:42.5277694Z removed 'pytorch-main/third_party/gloo/.github/workflows/build-linux.yml' 2025-07-17T06:36:42.5278279Z removed directory 'pytorch-main/third_party/gloo/.github/workflows' 2025-07-17T06:36:42.5278658Z removed directory 'pytorch-main/third_party/gloo/.github' 2025-07-17T06:36:42.5279164Z find: ‘pytorch-main/third_party/gloo/.github’: No such file or directory 2025-07-17T06:36:42.5284860Z removed 'pytorch-main/third_party/gloo/.git' 2025-07-17T06:36:42.5294888Z removed 'pytorch-main/third_party/gloo/.gitmodules' 2025-07-17T06:36:42.5305556Z removed 'pytorch-main/third_party/gloo/.gitignore' 2025-07-17T06:36:42.5323063Z removed 'pytorch-main/third_party/gemmlowp/gemmlowp/.git' 2025-07-17T06:36:42.5333998Z removed 'pytorch-main/third_party/gemmlowp/gemmlowp/.gitignore' 2025-07-17T06:36:42.5353081Z removed 'pytorch-main/docs/.gitignore' 2025-07-17T06:36:42.5384666Z removed 'pytorch-main/test/inductor/cpp/.gitignore' 2025-07-17T06:36:42.5490488Z removed 'pytorch-main/test/inductor_skips/.gitkeep' 2025-07-17T06:36:42.5546466Z removed 'pytorch-main/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.5547193Z removed 'pytorch-main/.github/actions/teardown-xpu/action.yml' 2025-07-17T06:36:42.5547868Z removed directory 'pytorch-main/.github/actions/teardown-xpu' 2025-07-17T06:36:42.5548529Z removed 'pytorch-main/.github/actions/setup-rocm/action.yml' 2025-07-17T06:36:42.5549178Z removed directory 'pytorch-main/.github/actions/setup-rocm' 2025-07-17T06:36:42.5549901Z removed 'pytorch-main/.github/actions/download-build-artifacts/action.yml' 2025-07-17T06:36:42.5550704Z removed directory 'pytorch-main/.github/actions/download-build-artifacts' 2025-07-17T06:36:42.5551481Z removed 'pytorch-main/.github/actions/download-td-artifacts/action.yml' 2025-07-17T06:36:42.5552234Z removed directory 'pytorch-main/.github/actions/download-td-artifacts' 2025-07-17T06:36:42.5552951Z removed 'pytorch-main/.github/actions/build-android/action.yml' 2025-07-17T06:36:42.5553620Z removed directory 'pytorch-main/.github/actions/build-android' 2025-07-17T06:36:42.5554317Z removed 'pytorch-main/.github/actions/reuse-old-whl/reuse_old_whl.py' 2025-07-17T06:36:42.5555023Z removed 'pytorch-main/.github/actions/reuse-old-whl/action.yml' 2025-07-17T06:36:42.5555675Z removed directory 'pytorch-main/.github/actions/reuse-old-whl' 2025-07-17T06:36:42.5556547Z removed 'pytorch-main/.github/actions/get-workflow-job-id/action.yml' 2025-07-17T06:36:42.5557295Z removed directory 'pytorch-main/.github/actions/get-workflow-job-id' 2025-07-17T06:36:42.5558018Z removed 'pytorch-main/.github/actions/binary-docker-build/action.yml' 2025-07-17T06:36:42.5558745Z removed directory 'pytorch-main/.github/actions/binary-docker-build' 2025-07-17T06:36:42.5559482Z removed 'pytorch-main/.github/actions/test-pytorch-binary/action.yml' 2025-07-17T06:36:42.5560215Z removed directory 'pytorch-main/.github/actions/test-pytorch-binary' 2025-07-17T06:36:42.5560908Z removed 'pytorch-main/.github/actions/setup-xpu/action.yml' 2025-07-17T06:36:42.5561530Z removed directory 'pytorch-main/.github/actions/setup-xpu' 2025-07-17T06:36:42.5562173Z removed 'pytorch-main/.github/actions/teardown-win/action.yml' 2025-07-17T06:36:42.5562829Z removed directory 'pytorch-main/.github/actions/teardown-win' 2025-07-17T06:36:42.5563526Z removed 'pytorch-main/.github/actions/filter-test-configs/action.yml' 2025-07-17T06:36:42.5564262Z removed directory 'pytorch-main/.github/actions/filter-test-configs' 2025-07-17T06:36:42.5564936Z removed 'pytorch-main/.github/actions/setup-win/action.yml' 2025-07-17T06:36:42.5565573Z removed directory 'pytorch-main/.github/actions/setup-win' 2025-07-17T06:36:42.5566393Z removed 'pytorch-main/.github/actions/setup-linux/action.yml' 2025-07-17T06:36:42.5567065Z removed directory 'pytorch-main/.github/actions/setup-linux' 2025-07-17T06:36:42.5567795Z removed 'pytorch-main/.github/actions/upload-utilization-stats/action.yml' 2025-07-17T06:36:42.5568625Z removed directory 'pytorch-main/.github/actions/upload-utilization-stats' 2025-07-17T06:36:42.5569416Z removed 'pytorch-main/.github/actions/upload-sccache-stats/action.yml' 2025-07-17T06:36:42.5570168Z removed directory 'pytorch-main/.github/actions/upload-sccache-stats' 2025-07-17T06:36:42.5571133Z removed 'pytorch-main/.github/actions/pytest-cache-upload/action.yml' 2025-07-17T06:36:42.5571879Z removed directory 'pytorch-main/.github/actions/pytest-cache-upload' 2025-07-17T06:36:42.5572616Z removed 'pytorch-main/.github/actions/diskspace-cleanup/action.yml' 2025-07-17T06:36:42.5573335Z removed directory 'pytorch-main/.github/actions/diskspace-cleanup' 2025-07-17T06:36:42.5574049Z removed 'pytorch-main/.github/actions/chown-workspace/action.yml' 2025-07-17T06:36:42.5574748Z removed directory 'pytorch-main/.github/actions/chown-workspace' 2025-07-17T06:36:42.5575408Z removed 'pytorch-main/.github/actions/linux-test/action.yml' 2025-07-17T06:36:42.5576368Z removed directory 'pytorch-main/.github/actions/linux-test' 2025-07-17T06:36:42.5577118Z removed 'pytorch-main/.github/actions/upload-test-artifacts/action.yml' 2025-07-17T06:36:42.5577911Z removed directory 'pytorch-main/.github/actions/upload-test-artifacts' 2025-07-17T06:36:42.5578640Z removed 'pytorch-main/.github/actions/teardown-rocm/action.yml' 2025-07-17T06:36:42.5579314Z removed directory 'pytorch-main/.github/actions/teardown-rocm' 2025-07-17T06:36:42.5580002Z removed 'pytorch-main/.github/actions/checkout-pytorch/action.yml' 2025-07-17T06:36:42.5580713Z removed directory 'pytorch-main/.github/actions/checkout-pytorch' 2025-07-17T06:36:42.5581459Z removed 'pytorch-main/.github/actions/pytest-cache-download/action.yml' 2025-07-17T06:36:42.5582223Z removed directory 'pytorch-main/.github/actions/pytest-cache-download' 2025-07-17T06:36:42.5582868Z removed directory 'pytorch-main/.github/actions' 2025-07-17T06:36:42.5583368Z removed 'pytorch-main/.github/nitpicks.yml' 2025-07-17T06:36:42.5583893Z removed 'pytorch-main/.github/auto_request_review.yml' 2025-07-17T06:36:42.5584537Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/pt2-bug-report.yml' 2025-07-17T06:36:42.5585279Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/release-feature-request.yml' 2025-07-17T06:36:42.5586042Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/feature-request.yml' 2025-07-17T06:36:42.5586879Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/documentation.yml' 2025-07-17T06:36:42.5587543Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-07-17T06:36:42.5588160Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/config.yml' 2025-07-17T06:36:42.5588800Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/disable-ci-jobs.md' 2025-07-17T06:36:42.5589427Z removed 'pytorch-main/.github/ISSUE_TEMPLATE/ci-sev.md' 2025-07-17T06:36:42.5590008Z removed directory 'pytorch-main/.github/ISSUE_TEMPLATE' 2025-07-17T06:36:42.5590615Z removed 'pytorch-main/.github/pytorch-circleci-labels.yml' 2025-07-17T06:36:42.5591254Z removed 'pytorch-main/.github/requirements/README.md' 2025-07-17T06:36:42.5591947Z removed 'pytorch-main/.github/requirements/conda-env-macOS-ARM64' 2025-07-17T06:36:42.5592680Z removed 'pytorch-main/.github/requirements/pip-requirements-macOS.txt' 2025-07-17T06:36:42.5593452Z removed 'pytorch-main/.github/requirements/regenerate-requirements.txt' 2025-07-17T06:36:42.5594145Z removed directory 'pytorch-main/.github/requirements' 2025-07-17T06:36:42.5594697Z removed 'pytorch-main/.github/pytorch-probot.yml' 2025-07-17T06:36:42.5595223Z removed 'pytorch-main/.github/actionlint.yaml' 2025-07-17T06:36:42.5595708Z removed 'pytorch-main/.github/labeler.yml' 2025-07-17T06:36:42.5596349Z removed 'pytorch-main/.github/regenerate.sh' 2025-07-17T06:36:42.5596867Z removed 'pytorch-main/.github/workflows/slow.yml' 2025-07-17T06:36:42.5597471Z removed 'pytorch-main/.github/workflows/assigntome-docathon.yml' 2025-07-17T06:36:42.5598121Z removed 'pytorch-main/.github/workflows/h100-symm-mem.yml' 2025-07-17T06:36:42.5598842Z removed 'pytorch-main/.github/workflows/upload-test-stats-while-running.yml' 2025-07-17T06:36:42.5599616Z removed 'pytorch-main/.github/workflows/unstable.yml' 2025-07-17T06:36:42.5600314Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly-rocm.yml' 2025-07-17T06:36:42.5601026Z removed 'pytorch-main/.github/workflows/tryrebase.yml' 2025-07-17T06:36:42.5602030Z removed 'pytorch-main/.github/workflows/generated-windows-binary-libtorch-release-nightly.yml' 2025-07-17T06:36:42.5603013Z removed 'pytorch-main/.github/workflows/upload-torch-dynamo-perf-stats.yml' 2025-07-17T06:36:42.5603753Z removed 'pytorch-main/.github/workflows/linux-aarch64.yml' 2025-07-17T06:36:42.5604657Z removed 'pytorch-main/.github/workflows/generated-windows-arm64-binary-libtorch-release-nightly.yml' 2025-07-17T06:36:42.5605588Z removed 'pytorch-main/.github/workflows/_linux-build.yml' 2025-07-17T06:36:42.5606321Z removed 'pytorch-main/.github/workflows/pull.yml' 2025-07-17T06:36:42.5606968Z removed 'pytorch-main/.github/workflows/build-almalinux-images.yml' 2025-07-17T06:36:42.5607801Z removed 'pytorch-main/.github/workflows/cherry-pick.yml' 2025-07-17T06:36:42.5608557Z removed 'pytorch-main/.github/workflows/docathon-sync-label.yml' 2025-07-17T06:36:42.5609210Z removed 'pytorch-main/.github/workflows/_mac-build.yml' 2025-07-17T06:36:42.5609971Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly-aarch64.yml' 2025-07-17T06:36:42.5610927Z removed 'pytorch-main/.github/workflows/generated-linux-binary-manywheel-nightly.yml' 2025-07-17T06:36:42.5611806Z removed 'pytorch-main/.github/workflows/build-magma-rocm-linux.yml' 2025-07-17T06:36:42.5612535Z removed 'pytorch-main/.github/workflows/update_pytorch_labels.yml' 2025-07-17T06:36:42.5613230Z removed 'pytorch-main/.github/workflows/_bazel-build-test.yml' 2025-07-17T06:36:42.5614037Z removed 'pytorch-main/.github/workflows/generated-windows-binary-wheel-nightly.yml' 2025-07-17T06:36:42.5614877Z removed 'pytorch-main/.github/workflows/periodic-rocm-mi300.yml' 2025-07-17T06:36:42.5615489Z removed 'pytorch-main/.github/workflows/stale.yml' 2025-07-17T06:36:42.5616033Z removed 'pytorch-main/.github/workflows/s390.yml' 2025-07-17T06:36:42.5616769Z removed 'pytorch-main/.github/workflows/_mac-test.yml' 2025-07-17T06:36:42.5617409Z removed 'pytorch-main/.github/workflows/nightly-s3-uploads.yml' 2025-07-17T06:36:42.5618201Z removed 'pytorch-main/.github/workflows/close-nonexistent-disable-issues.yml' 2025-07-17T06:36:42.5619219Z removed 'pytorch-main/.github/workflows/generated-windows-binary-libtorch-release-main.yml' 2025-07-17T06:36:42.5620076Z removed 'pytorch-main/.github/workflows/_rocm-test.yml' 2025-07-17T06:36:42.5620654Z removed 'pytorch-main/.github/workflows/rocm-mi300.yml' 2025-07-17T06:36:42.5621269Z removed 'pytorch-main/.github/workflows/llm_td_retrieval.yml' 2025-07-17T06:36:42.5621915Z removed 'pytorch-main/.github/workflows/check-labels.yml' 2025-07-17T06:36:42.5631692Z removed 'pytorch-main/.github/workflows/auto_request_review.yml' 2025-07-17T06:36:42.5632462Z removed 'pytorch-main/.github/workflows/runner_determinator_script_sync.yaml' 2025-07-17T06:36:42.5633173Z removed 'pytorch-main/.github/workflows/trymerge.yml' 2025-07-17T06:36:42.5633873Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly-macos.yml' 2025-07-17T06:36:42.5634724Z removed 'pytorch-main/.github/workflows/generated-linux-binary-manywheel-rocm-main.yml' 2025-07-17T06:36:42.5635248Z removed 'pytorch-main/.github/workflows/test-check-binary.yml' 2025-07-17T06:36:42.5635652Z removed 'pytorch-main/.github/workflows/operator_benchmark.yml' 2025-07-17T06:36:42.5636054Z removed 'pytorch-main/.github/workflows/update-viablestrict.yml' 2025-07-17T06:36:42.5636627Z removed 'pytorch-main/.github/workflows/_xpu-test.yml' 2025-07-17T06:36:42.5637036Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly-h100.yml' 2025-07-17T06:36:42.5637433Z removed 'pytorch-main/.github/workflows/rocm.yml' 2025-07-17T06:36:42.5637765Z removed 'pytorch-main/.github/workflows/build-magma-linux.yml' 2025-07-17T06:36:42.5638127Z removed 'pytorch-main/.github/workflows/torchbench.yml' 2025-07-17T06:36:42.5638480Z removed 'pytorch-main/.github/workflows/build-magma-windows.yml' 2025-07-17T06:36:42.5639017Z removed 'pytorch-main/.github/workflows/generated-windows-arm64-binary-libtorch-debug-nightly.yml' 2025-07-17T06:36:42.5639732Z removed 'pytorch-main/.github/workflows/build-libtorch-images.yml' 2025-07-17T06:36:42.5640098Z removed 'pytorch-main/.github/workflows/nitpicker.yml' 2025-07-17T06:36:42.5640417Z removed 'pytorch-main/.github/workflows/periodic.yml' 2025-07-17T06:36:42.5640867Z removed 'pytorch-main/.github/workflows/generated-linux-s390x-binary-manywheel-nightly.yml' 2025-07-17T06:36:42.5641348Z removed 'pytorch-main/.github/workflows/s390x-periodic.yml' 2025-07-17T06:36:42.5641709Z removed 'pytorch-main/.github/workflows/docker-cache-mi300.yml' 2025-07-17T06:36:42.5642219Z removed 'pytorch-main/.github/workflows/generated-macos-arm64-binary-libtorch-release-nightly.yml' 2025-07-17T06:36:42.5642713Z removed 'pytorch-main/.github/workflows/_link_check.yml' 2025-07-17T06:36:42.5643165Z removed 'pytorch-main/.github/workflows/_get-changed-files.yml' 2025-07-17T06:36:42.5643633Z removed 'pytorch-main/.github/workflows/generated-macos-arm64-binary-wheel-nightly.yml' 2025-07-17T06:36:42.5644143Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly.yml' 2025-07-17T06:36:42.5644519Z removed 'pytorch-main/.github/workflows/_docs.yml' 2025-07-17T06:36:42.5644950Z removed 'pytorch-main/.github/workflows/generated-linux-binary-libtorch-release-main.yml' 2025-07-17T06:36:42.5645404Z removed 'pytorch-main/.github/workflows/revert.yml' 2025-07-17T06:36:42.5645718Z removed 'pytorch-main/.github/workflows/test-h100.yml' 2025-07-17T06:36:42.5646062Z removed 'pytorch-main/.github/workflows/inductor-periodic.yml' 2025-07-17T06:36:42.5646724Z removed 'pytorch-main/.github/workflows/build-manywheel-images-s390x.yml' 2025-07-17T06:36:42.5647249Z removed 'pytorch-main/.github/workflows/generated-windows-binary-libtorch-debug-main.yml' 2025-07-17T06:36:42.5647725Z removed 'pytorch-main/.github/workflows/_binary-upload.yml' 2025-07-17T06:36:42.5648047Z removed 'pytorch-main/.github/workflows/trunk.yml' 2025-07-17T06:36:42.5648411Z removed 'pytorch-main/.github/workflows/target-determination-indexer.yml' 2025-07-17T06:36:42.5648790Z removed 'pytorch-main/.github/workflows/weekly.yml' 2025-07-17T06:36:42.5649219Z removed 'pytorch-main/.github/workflows/generated-windows-arm64-binary-wheel-nightly.yml' 2025-07-17T06:36:42.5649693Z removed 'pytorch-main/.github/workflows/h100-distributed.yml' 2025-07-17T06:36:42.5650023Z removed 'pytorch-main/.github/workflows/mac-mps.yml' 2025-07-17T06:36:42.5650404Z removed 'pytorch-main/.github/workflows/inductor-micro-benchmark-x86.yml' 2025-07-17T06:36:42.5650790Z removed 'pytorch-main/.github/workflows/_win-test.yml' 2025-07-17T06:36:42.5651146Z removed 'pytorch-main/.github/workflows/lint-autoformat.yml' 2025-07-17T06:36:42.5651635Z removed 'pytorch-main/.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml' 2025-07-17T06:36:42.5652174Z removed 'pytorch-main/.github/workflows/upload_test_stats_intermediate.yml' 2025-07-17T06:36:42.5652553Z removed 'pytorch-main/.github/workflows/lint.yml' 2025-07-17T06:36:42.5652879Z removed 'pytorch-main/.github/workflows/_binary-test-linux.yml' 2025-07-17T06:36:42.5653266Z removed 'pytorch-main/.github/workflows/target_determination.yml' 2025-07-17T06:36:42.5653629Z removed 'pytorch-main/.github/workflows/scorecards.yml' 2025-07-17T06:36:42.5654046Z removed 'pytorch-main/.github/workflows/generated-linux-binary-manywheel-main.yml' 2025-07-17T06:36:42.5654504Z removed 'pytorch-main/.github/workflows/delete_old_branches.yml' 2025-07-17T06:36:42.5654866Z removed 'pytorch-main/.github/workflows/docker-release.yml' 2025-07-17T06:36:42.5655216Z removed 'pytorch-main/.github/workflows/docker-builds.yml' 2025-07-17T06:36:42.5655574Z removed 'pytorch-main/.github/workflows/_binary-build-linux.yml' 2025-07-17T06:36:42.5656072Z removed 'pytorch-main/.github/workflows/generated-windows-binary-libtorch-debug-nightly.yml' 2025-07-17T06:36:42.5656724Z removed 'pytorch-main/.github/workflows/inductor.yml' 2025-07-17T06:36:42.5657080Z removed 'pytorch-main/.github/workflows/inductor-perf-compare.yml' 2025-07-17T06:36:42.5657478Z removed 'pytorch-main/.github/workflows/build-triton-wheel.yml' 2025-07-17T06:36:42.5657985Z removed 'pytorch-main/.github/workflows/_win-build.yml' 2025-07-17T06:36:42.5658318Z removed 'pytorch-main/.github/workflows/create_release.yml' 2025-07-17T06:36:42.5658656Z removed 'pytorch-main/.github/workflows/_linux-test.yml' 2025-07-17T06:36:42.5659066Z removed 'pytorch-main/.github/workflows/unstable-periodic.yml' 2025-07-17T06:36:42.5659668Z removed 'pytorch-main/.github/workflows/lint-bc.yml' 2025-07-17T06:36:42.5660195Z removed 'pytorch-main/.github/workflows/runner-determinator-validator.yml' 2025-07-17T06:36:42.5660621Z removed 'pytorch-main/.github/workflows/inductor-nightly.yml' 2025-07-17T06:36:42.5660947Z removed 'pytorch-main/.github/workflows/xpu.yml' 2025-07-17T06:36:42.5661404Z removed 'pytorch-main/.github/workflows/inductor-rocm-mi300.yml' 2025-07-17T06:36:42.5661812Z removed 'pytorch-main/.github/workflows/inductor-micro-benchmark.yml' 2025-07-17T06:36:42.5662264Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly-x86.yml' 2025-07-17T06:36:42.5662716Z removed 'pytorch-main/.github/workflows/build-manywheel-images.yml' 2025-07-17T06:36:42.5663093Z removed 'pytorch-main/.github/workflows/inductor-rocm.yml' 2025-07-17T06:36:42.5663452Z removed 'pytorch-main/.github/workflows/upload-test-stats.yml' 2025-07-17T06:36:42.5663901Z removed 'pytorch-main/.github/workflows/generated-linux-binary-libtorch-nightly.yml' 2025-07-17T06:36:42.5664362Z removed 'pytorch-main/.github/workflows/inductor-unittest.yml' 2025-07-17T06:36:42.5664735Z removed 'pytorch-main/.github/workflows/_runner-determinator.yml' 2025-07-17T06:36:42.5665181Z removed 'pytorch-main/.github/workflows/inductor-perf-test-nightly-x86-zen.yml' 2025-07-17T06:36:42.5665612Z removed 'pytorch-main/.github/workflows/trunk-tagging.yml' 2025-07-17T06:36:42.5665934Z removed 'pytorch-main/.github/workflows/nightly.yml' 2025-07-17T06:36:42.5666561Z removed 'pytorch-main/.github/workflows/check_mergeability_ghstack.yml' 2025-07-17T06:36:42.5667164Z removed directory 'pytorch-main/.github/workflows' 2025-07-17T06:36:42.5667748Z removed 'pytorch-main/.github/scripts/update_runner_determinator.py' 2025-07-17T06:36:42.5668637Z find: ‘pytorch-main/.github’: No such file or directory 2025-07-17T06:36:42.5669216Z removed 'pytorch-main/.github/scripts/report_git_status.sh' 2025-07-17T06:36:42.5669874Z removed 'pytorch-main/.github/scripts/generate_ci_workflows.py' 2025-07-17T06:36:42.5670571Z removed 'pytorch-main/.github/scripts/generate_pytorch_version.py' 2025-07-17T06:36:42.5671249Z removed 'pytorch-main/.github/scripts/pytest_caching_utils.py' 2025-07-17T06:36:42.5671876Z removed 'pytorch-main/.github/scripts/drci_mocks.json.gz' 2025-07-17T06:36:42.5672432Z removed 'pytorch-main/.github/scripts/tryrebase.py' 2025-07-17T06:36:42.5672965Z removed 'pytorch-main/.github/scripts/label_utils.py' 2025-07-17T06:36:42.5673312Z removed 'pytorch-main/.github/scripts/delete_old_branches.py' 2025-07-17T06:36:42.5673748Z removed 'pytorch-main/.github/scripts/convert_lintrunner_annotations_to_github.py' 2025-07-17T06:36:42.5674213Z removed 'pytorch-main/.github/scripts/test_pytest_caching_utils.py' 2025-07-17T06:36:42.5674599Z removed 'pytorch-main/.github/scripts/rockset_mocks.json.gz' 2025-07-17T06:36:42.5674964Z removed 'pytorch-main/.github/scripts/runner_determinator.py' 2025-07-17T06:36:42.5675332Z removed 'pytorch-main/.github/scripts/get_aws_session_tokens.py' 2025-07-17T06:36:42.5675683Z removed 'pytorch-main/.github/scripts/cherry_pick.py' 2025-07-17T06:36:42.5676028Z removed 'pytorch-main/.github/scripts/windows/install_vs2022.ps1' 2025-07-17T06:36:42.5676641Z removed 'pytorch-main/.github/scripts/windows/build_magma.bat' 2025-07-17T06:36:42.5677015Z removed 'pytorch-main/.github/scripts/windows/build_triton.bat' 2025-07-17T06:36:42.5677378Z removed directory 'pytorch-main/.github/scripts/windows' 2025-07-17T06:36:42.5677696Z removed 'pytorch-main/.github/scripts/README.md' 2025-07-17T06:36:42.5678040Z removed 'pytorch-main/.github/scripts/kill_active_ssh_sessions.ps1' 2025-07-17T06:36:42.5678612Z removed 'pytorch-main/.github/scripts/generate_docker_release_matrix.py' 2025-07-17T06:36:42.5678995Z removed 'pytorch-main/.github/scripts/test_gitutils.py' 2025-07-17T06:36:42.5679359Z removed 'pytorch-main/.github/scripts/amd/package_triton_wheel.sh' 2025-07-17T06:36:42.5679743Z removed 'pytorch-main/.github/scripts/amd/patch_triton_wheel.sh' 2025-07-17T06:36:42.5680092Z removed directory 'pytorch-main/.github/scripts/amd' 2025-07-17T06:36:42.5680468Z removed 'pytorch-main/.github/scripts/close_nonexistent_disable_issues.py' 2025-07-17T06:36:42.5680879Z removed 'pytorch-main/.github/scripts/stop_runner_service.sh' 2025-07-17T06:36:42.5681222Z removed 'pytorch-main/.github/scripts/gitutils.py' 2025-07-17T06:36:42.5681671Z removed 'pytorch-main/.github/scripts/test_delete_old_branches.py' 2025-07-17T06:36:42.5682063Z removed 'pytorch-main/.github/scripts/filter_test_configs.py' 2025-07-17T06:36:42.5682432Z removed 'pytorch-main/.github/scripts/wait_for_ssh_to_drain.ps1' 2025-07-17T06:36:42.5682805Z removed 'pytorch-main/.github/scripts/upload_aws_ossci.sh' 2025-07-17T06:36:42.5683151Z removed 'pytorch-main/.github/scripts/test_check_labels.py' 2025-07-17T06:36:42.5683515Z removed 'pytorch-main/.github/scripts/export_pytorch_labels.py' 2025-07-17T06:36:42.5683882Z removed 'pytorch-main/.github/scripts/pr-sanity-check.sh' 2025-07-17T06:36:42.5684233Z removed 'pytorch-main/.github/scripts/trymerge_explainer.py' 2025-07-17T06:36:42.5684577Z removed 'pytorch-main/.github/scripts/gql_mocks.json.gz' 2025-07-17T06:36:42.5684932Z removed 'pytorch-main/.github/scripts/test_filter_test_configs.py' 2025-07-17T06:36:42.5685317Z removed 'pytorch-main/.github/scripts/collect_ciflow_labels.py' 2025-07-17T06:36:42.5685718Z removed 'pytorch-main/.github/scripts/ensure_actions_will_cancel.py' 2025-07-17T06:36:42.5686088Z removed 'pytorch-main/.github/scripts/file_io_utils.py' 2025-07-17T06:36:42.5686548Z removed 'pytorch-main/.github/scripts/test_runner_determinator.py' 2025-07-17T06:36:42.5686910Z removed 'pytorch-main/.github/scripts/comment_on_pr.py' 2025-07-17T06:36:42.5687224Z removed 'pytorch-main/.github/scripts/trymerge.py' 2025-07-17T06:36:42.5687557Z removed 'pytorch-main/.github/scripts/get_workflow_job_id.py' 2025-07-17T06:36:42.5687908Z removed 'pytorch-main/.github/scripts/test_tryrebase.py' 2025-07-17T06:36:42.5688233Z removed 'pytorch-main/.github/scripts/pytest_cache.py' 2025-07-17T06:36:42.5688566Z removed 'pytorch-main/.github/scripts/s390x-ci/README.md' 2025-07-17T06:36:42.5689028Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile' 2025-07-17T06:36:42.5689605Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/actions-runner@.service' 2025-07-17T06:36:42.5690164Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/entrypoint' 2025-07-17T06:36:42.5690720Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/actions-runner' 2025-07-17T06:36:42.5691267Z removed directory 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin' 2025-07-17T06:36:42.5691788Z removed directory 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/fs/usr' 2025-07-17T06:36:42.5692313Z removed directory 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/fs' 2025-07-17T06:36:42.5692842Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/qemu-user-static.service' 2025-07-17T06:36:42.5693390Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/helpers/app_token.sh' 2025-07-17T06:36:42.5693955Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/helpers/gh_cat_token.sh' 2025-07-17T06:36:42.5694538Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/helpers/gh_token_generator.sh' 2025-07-17T06:36:42.5695102Z removed directory 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/helpers' 2025-07-17T06:36:42.5695687Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/podman-patches/podman-25245.patch' 2025-07-17T06:36:42.5696580Z removed 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/podman-patches/podman-25102-backport.patch' 2025-07-17T06:36:42.5697218Z removed directory 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder/podman-patches' 2025-07-17T06:36:42.5697728Z removed directory 'pytorch-main/.github/scripts/s390x-ci/self-hosted-builder' 2025-07-17T06:36:42.5698134Z removed directory 'pytorch-main/.github/scripts/s390x-ci' 2025-07-17T06:36:42.5698462Z removed 'pytorch-main/.github/scripts/github_utils.py' 2025-07-17T06:36:42.5698795Z removed 'pytorch-main/.github/scripts/td_llm_indexer.sh' 2025-07-17T06:36:42.5699135Z removed 'pytorch-main/.github/scripts/test_label_utils.py' 2025-07-17T06:36:42.5699479Z removed 'pytorch-main/.github/scripts/build_triton_wheel.py' 2025-07-17T06:36:42.5699948Z removed 'pytorch-main/.github/scripts/docathon-label-sync.py' 2025-07-17T06:36:42.5700475Z removed 'pytorch-main/.github/scripts/get_ci_variable.py' 2025-07-17T06:36:42.5701148Z removed 'pytorch-main/.github/scripts/generate_binary_build_matrix.py' 2025-07-17T06:36:42.5701611Z removed 'pytorch-main/.github/scripts/lint_native_functions.py' 2025-07-17T06:36:42.5701971Z removed 'pytorch-main/.github/scripts/test_trymerge.py' 2025-07-17T06:36:42.5702285Z removed 'pytorch-main/.github/scripts/parse_ref.py' 2025-07-17T06:36:42.5702593Z removed 'pytorch-main/.github/scripts/check_labels.py' 2025-07-17T06:36:42.5702908Z removed 'pytorch-main/.github/scripts/lintrunner.sh' 2025-07-17T06:36:42.5703205Z removed directory 'pytorch-main/.github/scripts' 2025-07-17T06:36:42.5703511Z removed 'pytorch-main/.github/templates/upload.yml.j2' 2025-07-17T06:36:42.5703893Z removed 'pytorch-main/.github/templates/linux_binary_build_workflow.yml.j2' 2025-07-17T06:36:42.5704366Z removed 'pytorch-main/.github/templates/windows_binary_build_workflow.yml.j2' 2025-07-17T06:36:42.5704827Z removed 'pytorch-main/.github/templates/macos_binary_build_workflow.yml.j2' 2025-07-17T06:36:42.5705205Z removed 'pytorch-main/.github/templates/common.yml.j2' 2025-07-17T06:36:42.5705519Z removed directory 'pytorch-main/.github/templates' 2025-07-17T06:36:42.5705844Z removed 'pytorch-main/.github/ci_commit_pins/fbgemm_rocm.txt' 2025-07-17T06:36:42.5706294Z removed 'pytorch-main/.github/ci_commit_pins/text.txt' 2025-07-17T06:36:42.5706615Z removed 'pytorch-main/.github/ci_commit_pins/fbgemm.txt' 2025-07-17T06:36:42.5706952Z removed 'pytorch-main/.github/ci_commit_pins/torchao.txt' 2025-07-17T06:36:42.5707296Z removed 'pytorch-main/.github/ci_commit_pins/torchrec.txt' 2025-07-17T06:36:42.5707641Z removed 'pytorch-main/.github/ci_commit_pins/torchbench.txt' 2025-07-17T06:36:42.5707975Z removed 'pytorch-main/.github/ci_commit_pins/xla.txt' 2025-07-17T06:36:42.5708292Z removed 'pytorch-main/.github/ci_commit_pins/multipy.txt' 2025-07-17T06:36:42.5708627Z removed 'pytorch-main/.github/ci_commit_pins/data.txt' 2025-07-17T06:36:42.5708938Z removed 'pytorch-main/.github/ci_commit_pins/audio.txt' 2025-07-17T06:36:42.5709263Z removed 'pytorch-main/.github/ci_commit_pins/vision.txt' 2025-07-17T06:36:42.5709590Z removed 'pytorch-main/.github/ci_commit_pins/triton.txt' 2025-07-17T06:36:42.5709913Z removed directory 'pytorch-main/.github/ci_commit_pins' 2025-07-17T06:36:42.5710220Z removed 'pytorch-main/.github/merge_rules.yaml' 2025-07-17T06:36:42.5710503Z removed 'pytorch-main/.github/label_to_label.yml' 2025-07-17T06:36:42.5710827Z removed 'pytorch-main/.github/requirements-gha-cache.txt' 2025-07-17T06:36:42.5711127Z removed directory 'pytorch-main/.github' 2025-07-17T06:36:42.5711522Z removed 'pytorch-main/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/.gitignore' 2025-07-17T06:36:42.5712044Z removed 'pytorch-main/aten/src/ATen/native/quantized/cpu/qnnpack/.gitignore' 2025-07-17T06:36:42.5712437Z removed 'pytorch-main/aten/src/ATen/.gitignore' 2025-07-17T06:36:42.5733157Z removed 'pytorch-main/.git/hooks/commit-msg.sample' 2025-07-17T06:36:42.5733742Z removed 'pytorch-main/.git/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5734309Z removed 'pytorch-main/.git/hooks/pre-commit.sample' 2025-07-17T06:36:42.5735006Z removed 'pytorch-main/.git/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5735535Z removed 'pytorch-main/.git/hooks/post-update.sample' 2025-07-17T06:36:42.5736305Z removed 'pytorch-main/.git/hooks/pre-receive.sample' 2025-07-17T06:36:42.5736835Z removed 'pytorch-main/.git/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5737261Z removed 'pytorch-main/.git/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5737666Z removed 'pytorch-main/.git/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5738092Z removed 'pytorch-main/.git/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5738515Z removed 'pytorch-main/.git/hooks/pre-push.sample' 2025-07-17T06:36:42.5738883Z removed 'pytorch-main/.git/hooks/update.sample' 2025-07-17T06:36:42.5739416Z removed 'pytorch-main/.git/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5739866Z removed 'pytorch-main/.git/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5740254Z removed directory 'pytorch-main/.git/hooks' 2025-07-17T06:36:42.5740569Z removed 'pytorch-main/.git/index' 2025-07-17T06:36:42.5740858Z removed 'pytorch-main/.git/FETCH_HEAD' 2025-07-17T06:36:42.5741162Z removed 'pytorch-main/.git/description' 2025-07-17T06:36:42.5741467Z removed 'pytorch-main/.git/logs/HEAD' 2025-07-17T06:36:42.5741768Z removed directory 'pytorch-main/.git/logs' 2025-07-17T06:36:42.5742082Z removed 'pytorch-main/.git/shallow' 2025-07-17T06:36:42.5742367Z removed 'pytorch-main/.git/config' 2025-07-17T06:36:42.5742652Z removed 'pytorch-main/.git/HEAD' 2025-07-17T06:36:42.5743104Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/commit-msg.sample' 2025-07-17T06:36:42.5743766Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5744423Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/pre-commit.sample' 2025-07-17T06:36:42.5745035Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5745661Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/post-update.sample' 2025-07-17T06:36:42.5746427Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/pre-receive.sample' 2025-07-17T06:36:42.5746961Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5747501Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5748037Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5748579Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5749108Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/pre-push.sample' 2025-07-17T06:36:42.5749609Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/update.sample' 2025-07-17T06:36:42.5750131Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5750694Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5751200Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/hooks' 2025-07-17T06:36:42.5751861Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/index' 2025-07-17T06:36:42.5752567Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/FETCH_HEAD' 2025-07-17T06:36:42.5753314Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/description' 2025-07-17T06:36:42.5754045Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/logs/HEAD' 2025-07-17T06:36:42.5754834Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/logs/refs/heads/master' 2025-07-17T06:36:42.5755713Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/logs/refs/heads' 2025-07-17T06:36:42.5756779Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5757343Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/logs/refs/remotes/origin' 2025-07-17T06:36:42.5758036Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/logs/refs/remotes' 2025-07-17T06:36:42.5758537Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/logs/refs' 2025-07-17T06:36:42.5758989Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/logs' 2025-07-17T06:36:42.5759413Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/shallow' 2025-07-17T06:36:42.5759811Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/config' 2025-07-17T06:36:42.5760191Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/HEAD' 2025-07-17T06:36:42.5760600Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/packed-refs' 2025-07-17T06:36:42.5761194Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/refs/tags' 2025-07-17T06:36:42.5761652Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/refs/heads/master' 2025-07-17T06:36:42.5762122Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/refs/heads' 2025-07-17T06:36:42.5762613Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5763133Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/refs/remotes/origin' 2025-07-17T06:36:42.5764025Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/refs/remotes' 2025-07-17T06:36:42.5764696Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/refs' 2025-07-17T06:36:42.5765167Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/info/exclude' 2025-07-17T06:36:42.5765595Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/info' 2025-07-17T06:36:42.5766428Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack/pack-36004b4eccfc77f4519fddc4dd945e5aee14c415.pack' 2025-07-17T06:36:42.5767245Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack/pack-36004b4eccfc77f4519fddc4dd945e5aee14c415.rev' 2025-07-17T06:36:42.5768038Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack/pack-36004b4eccfc77f4519fddc4dd945e5aee14c415.idx' 2025-07-17T06:36:42.5768816Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack/pack-10895d2812527c652c5f6a87ab4854008e19b58c.pack' 2025-07-17T06:36:42.5769576Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack/pack-10895d2812527c652c5f6a87ab4854008e19b58c.idx' 2025-07-17T06:36:42.5770333Z removed 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack/pack-10895d2812527c652c5f6a87ab4854008e19b58c.rev' 2025-07-17T06:36:42.5770955Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/objects/pack' 2025-07-17T06:36:42.5771450Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/objects/info' 2025-07-17T06:36:42.5771932Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers/objects' 2025-07-17T06:36:42.5772375Z removed directory 'pytorch-main/.git/modules/third_party/flatbuffers' 2025-07-17T06:36:42.5772837Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/commit-msg.sample' 2025-07-17T06:36:42.5773349Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5773865Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/pre-commit.sample' 2025-07-17T06:36:42.5774355Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5774841Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/post-update.sample' 2025-07-17T06:36:42.5775334Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/pre-receive.sample' 2025-07-17T06:36:42.5775846Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5776488Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5777225Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5778374Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5779281Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/pre-push.sample' 2025-07-17T06:36:42.5780114Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/update.sample' 2025-07-17T06:36:42.5781000Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5781955Z removed 'pytorch-main/.git/modules/third_party/pocketfft/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5782463Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/hooks' 2025-07-17T06:36:42.5782882Z removed 'pytorch-main/.git/modules/third_party/pocketfft/index' 2025-07-17T06:36:42.5783398Z removed 'pytorch-main/.git/modules/third_party/pocketfft/description' 2025-07-17T06:36:42.5783810Z removed 'pytorch-main/.git/modules/third_party/pocketfft/logs/HEAD' 2025-07-17T06:36:42.5784237Z removed 'pytorch-main/.git/modules/third_party/pocketfft/logs/refs/heads/cpp' 2025-07-17T06:36:42.5784718Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/logs/refs/heads' 2025-07-17T06:36:42.5785228Z removed 'pytorch-main/.git/modules/third_party/pocketfft/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5785769Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/logs/refs/remotes/origin' 2025-07-17T06:36:42.5786428Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/logs/refs/remotes' 2025-07-17T06:36:42.5786908Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/logs/refs' 2025-07-17T06:36:42.5787359Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/logs' 2025-07-17T06:36:42.5787774Z removed 'pytorch-main/.git/modules/third_party/pocketfft/shallow' 2025-07-17T06:36:42.5788161Z removed 'pytorch-main/.git/modules/third_party/pocketfft/config' 2025-07-17T06:36:42.5788537Z removed 'pytorch-main/.git/modules/third_party/pocketfft/HEAD' 2025-07-17T06:36:42.5788944Z removed 'pytorch-main/.git/modules/third_party/pocketfft/packed-refs' 2025-07-17T06:36:42.5789386Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/refs/tags' 2025-07-17T06:36:42.5789832Z removed 'pytorch-main/.git/modules/third_party/pocketfft/refs/heads/cpp' 2025-07-17T06:36:42.5790283Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/refs/heads' 2025-07-17T06:36:42.5791064Z removed 'pytorch-main/.git/modules/third_party/pocketfft/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5791959Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/refs/remotes/origin' 2025-07-17T06:36:42.5792839Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/refs/remotes' 2025-07-17T06:36:42.5793648Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/refs' 2025-07-17T06:36:42.5794098Z removed 'pytorch-main/.git/modules/third_party/pocketfft/info/exclude' 2025-07-17T06:36:42.5794518Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/info' 2025-07-17T06:36:42.5795126Z removed 'pytorch-main/.git/modules/third_party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.idx' 2025-07-17T06:36:42.5795895Z removed 'pytorch-main/.git/modules/third_party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.rev' 2025-07-17T06:36:42.5796870Z removed 'pytorch-main/.git/modules/third_party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.pack' 2025-07-17T06:36:42.5797510Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/objects/pack' 2025-07-17T06:36:42.5797983Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/objects/info' 2025-07-17T06:36:42.5798449Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft/objects' 2025-07-17T06:36:42.5798877Z removed directory 'pytorch-main/.git/modules/third_party/pocketfft' 2025-07-17T06:36:42.5799379Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/commit-msg.sample' 2025-07-17T06:36:42.5800138Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5800744Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-commit.sample' 2025-07-17T06:36:42.5801320Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5801900Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/post-update.sample' 2025-07-17T06:36:42.5802487Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-receive.sample' 2025-07-17T06:36:42.5803092Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5804259Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5805347Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5806597Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5807231Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/pre-push.sample' 2025-07-17T06:36:42.5807799Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/update.sample' 2025-07-17T06:36:42.5808398Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5809041Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5809623Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/hooks' 2025-07-17T06:36:42.5810128Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/index' 2025-07-17T06:36:42.5810600Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/FETCH_HEAD' 2025-07-17T06:36:42.5811097Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/description' 2025-07-17T06:36:42.5811627Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/HEAD' 2025-07-17T06:36:42.5812148Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/heads/master' 2025-07-17T06:36:42.5812727Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/heads' 2025-07-17T06:36:42.5813327Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5813962Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes/origin' 2025-07-17T06:36:42.5814586Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/refs/remotes' 2025-07-17T06:36:42.5815160Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs/refs' 2025-07-17T06:36:42.5815692Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/logs' 2025-07-17T06:36:42.5816447Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/shallow' 2025-07-17T06:36:42.5817286Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/config' 2025-07-17T06:36:42.5818077Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/HEAD' 2025-07-17T06:36:42.5818909Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/packed-refs' 2025-07-17T06:36:42.5819690Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs/tags' 2025-07-17T06:36:42.5820230Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs/heads/master' 2025-07-17T06:36:42.5820777Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs/heads' 2025-07-17T06:36:42.5821350Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5821951Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes/origin' 2025-07-17T06:36:42.5822722Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs/remotes' 2025-07-17T06:36:42.5823265Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/refs' 2025-07-17T06:36:42.5823768Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/info/exclude' 2025-07-17T06:36:42.5824273Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/info' 2025-07-17T06:36:42.5824904Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/3b/a57c0fc04e27f77563c0fafa178f6f84152362' 2025-07-17T06:36:42.5825569Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/3b' 2025-07-17T06:36:42.5826549Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1e/569e4fd63b7ef33683a8f279e30d7aed92b774' 2025-07-17T06:36:42.5827328Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1e/7572b24a292da05edcddcc9f37f0764173e072' 2025-07-17T06:36:42.5827986Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1e' 2025-07-17T06:36:42.5828755Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/f6/7172874984154680e2ff6b8532d12977c828e1' 2025-07-17T06:36:42.5829913Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/f6' 2025-07-17T06:36:42.5831063Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/26/c0b491ca88f05461874b741e5a12fc85a8cf9b' 2025-07-17T06:36:42.5832065Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/26' 2025-07-17T06:36:42.5832722Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/d0/6d51825b38a1165477ff9ff1c1ea4a491ef1e2' 2025-07-17T06:36:42.5833366Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/d0' 2025-07-17T06:36:42.5834020Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/b7/14c4bc9a8789ecfa024536bf57e5edf1cc6ad4' 2025-07-17T06:36:42.5834673Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/b7' 2025-07-17T06:36:42.5835316Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/06/873a25150753ee84b9674db9057a074b013371' 2025-07-17T06:36:42.5835959Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/06' 2025-07-17T06:36:42.5836725Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/72/bfb81ec54af968a2a1fb6d86493998045aa3cf' 2025-07-17T06:36:42.5837374Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/72' 2025-07-17T06:36:42.5838027Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1d/8f600fd424278486eade7ed3e877c99f0846b1' 2025-07-17T06:36:42.5838669Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1d' 2025-07-17T06:36:42.5839326Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/41/3de058f1b9bd85c7896ec61d24012525ba4ad0' 2025-07-17T06:36:42.5840001Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/41' 2025-07-17T06:36:42.5841132Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/14/999e8f1f72deda9d74e6f5c9cfa98d1d6b3418' 2025-07-17T06:36:42.5841798Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/14' 2025-07-17T06:36:42.5842444Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/2f/9c2356fccd6d17d37c520476d4c733b4064243' 2025-07-17T06:36:42.5843089Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/2f' 2025-07-17T06:36:42.5843737Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1b/9e262ad75a7ddbd63e1719b11df526e7f10860' 2025-07-17T06:36:42.5844385Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/1b' 2025-07-17T06:36:42.5845184Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/d3/03ddb209e5fc14311e765bf467b88fddb63c24' 2025-07-17T06:36:42.5845830Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/d3' 2025-07-17T06:36:42.5846650Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-a778921f7666341e025813a2f3ad2b85d91c9613.idx' 2025-07-17T06:36:42.5847515Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-a778921f7666341e025813a2f3ad2b85d91c9613.pack' 2025-07-17T06:36:42.5848365Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/pack/pack-a778921f7666341e025813a2f3ad2b85d91c9613.rev' 2025-07-17T06:36:42.5849185Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/pack' 2025-07-17T06:36:42.5849853Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/2a/e80133b8d9cc6febaaeef61c374d0da711e079' 2025-07-17T06:36:42.5850521Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/2a' 2025-07-17T06:36:42.5851175Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/8d/f03649b5b97acc1e43839d2857d32d267958ca' 2025-07-17T06:36:42.5852166Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/8d' 2025-07-17T06:36:42.5852989Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/6f/f3025e7400cef78615db0b04392516469e1d5d' 2025-07-17T06:36:42.5853639Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/6f' 2025-07-17T06:36:42.5854288Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/b5/68009a319e103b335f2bc223a9d4b335b93c9c' 2025-07-17T06:36:42.5854933Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/b5' 2025-07-17T06:36:42.5855584Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/3e/2ade33d05730e7e75afd061da974d328a47e02' 2025-07-17T06:36:42.5856338Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/3e' 2025-07-17T06:36:42.5856988Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/12/8f9de0c7f1182ba5fe247eb4978ac143535471' 2025-07-17T06:36:42.5857635Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/12' 2025-07-17T06:36:42.5858280Z removed 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/24/2c88fa34cee41a076faa829e76dc47076bce14' 2025-07-17T06:36:42.5858926Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/24' 2025-07-17T06:36:42.5859475Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects/info' 2025-07-17T06:36:42.5860022Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator/objects' 2025-07-17T06:36:42.5860530Z removed directory 'pytorch-main/.git/modules/third_party/VulkanMemoryAllocator' 2025-07-17T06:36:42.5861011Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/commit-msg.sample' 2025-07-17T06:36:42.5861503Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5861992Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/pre-commit.sample' 2025-07-17T06:36:42.5862457Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5862924Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/post-update.sample' 2025-07-17T06:36:42.5863643Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/pre-receive.sample' 2025-07-17T06:36:42.5864386Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5864891Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5865390Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5866060Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5866777Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/pre-push.sample' 2025-07-17T06:36:42.5867236Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/update.sample' 2025-07-17T06:36:42.5867716Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5868235Z removed 'pytorch-main/.git/modules/third_party/NNPACK/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5868710Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/hooks' 2025-07-17T06:36:42.5869105Z removed 'pytorch-main/.git/modules/third_party/NNPACK/index' 2025-07-17T06:36:42.5869597Z removed 'pytorch-main/.git/modules/third_party/NNPACK/FETCH_HEAD' 2025-07-17T06:36:42.5869991Z removed 'pytorch-main/.git/modules/third_party/NNPACK/description' 2025-07-17T06:36:42.5870381Z removed 'pytorch-main/.git/modules/third_party/NNPACK/logs/HEAD' 2025-07-17T06:36:42.5870803Z removed 'pytorch-main/.git/modules/third_party/NNPACK/logs/refs/heads/master' 2025-07-17T06:36:42.5871277Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/logs/refs/heads' 2025-07-17T06:36:42.5871760Z removed 'pytorch-main/.git/modules/third_party/NNPACK/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5872280Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/logs/refs/remotes/origin' 2025-07-17T06:36:42.5872793Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/logs/refs/remotes' 2025-07-17T06:36:42.5873250Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/logs/refs' 2025-07-17T06:36:42.5873687Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/logs' 2025-07-17T06:36:42.5874075Z removed 'pytorch-main/.git/modules/third_party/NNPACK/shallow' 2025-07-17T06:36:42.5874445Z removed 'pytorch-main/.git/modules/third_party/NNPACK/config' 2025-07-17T06:36:42.5874804Z removed 'pytorch-main/.git/modules/third_party/NNPACK/HEAD' 2025-07-17T06:36:42.5875176Z removed 'pytorch-main/.git/modules/third_party/NNPACK/packed-refs' 2025-07-17T06:36:42.5875590Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/refs/tags' 2025-07-17T06:36:42.5876021Z removed 'pytorch-main/.git/modules/third_party/NNPACK/refs/heads/master' 2025-07-17T06:36:42.5876668Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/refs/heads' 2025-07-17T06:36:42.5877129Z removed 'pytorch-main/.git/modules/third_party/NNPACK/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5877616Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/refs/remotes/origin' 2025-07-17T06:36:42.5878089Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/refs/remotes' 2025-07-17T06:36:42.5878531Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/refs' 2025-07-17T06:36:42.5878984Z removed 'pytorch-main/.git/modules/third_party/NNPACK/info/exclude' 2025-07-17T06:36:42.5879697Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/info' 2025-07-17T06:36:42.5880367Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/c0/7e3a0400713d546e0dea2d5466dd22ea389c73' 2025-07-17T06:36:42.5880918Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/c0' 2025-07-17T06:36:42.5881457Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/93/e58d08af649297231ec2b7ad3214b3f6e5d43a' 2025-07-17T06:36:42.5881993Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/93' 2025-07-17T06:36:42.5882581Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/pack/pack-531b7d7bb0dd365755911e2d9db573368f468839.rev' 2025-07-17T06:36:42.5883334Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/pack/pack-531b7d7bb0dd365755911e2d9db573368f468839.pack' 2025-07-17T06:36:42.5884065Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/pack/pack-531b7d7bb0dd365755911e2d9db573368f468839.idx' 2025-07-17T06:36:42.5884660Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/pack' 2025-07-17T06:36:42.5885350Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/29/26babb9a8747e598b488024b644b5542f856e5' 2025-07-17T06:36:42.5885883Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/29' 2025-07-17T06:36:42.5886536Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/0d/904501987603fd79348f9a69c8ed6ed95a4dce' 2025-07-17T06:36:42.5887064Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/0d' 2025-07-17T06:36:42.5887591Z removed 'pytorch-main/.git/modules/third_party/NNPACK/objects/1c/20c905109929cd97402b498b167533669df765' 2025-07-17T06:36:42.5888112Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/1c' 2025-07-17T06:36:42.5888668Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects/info' 2025-07-17T06:36:42.5889115Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK/objects' 2025-07-17T06:36:42.5889522Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK' 2025-07-17T06:36:42.5889984Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/commit-msg.sample' 2025-07-17T06:36:42.5890538Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5891105Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-commit.sample' 2025-07-17T06:36:42.5891652Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5892182Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/post-update.sample' 2025-07-17T06:36:42.5892716Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-receive.sample' 2025-07-17T06:36:42.5893272Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5893847Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5894409Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5894979Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5895537Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/pre-push.sample' 2025-07-17T06:36:42.5896037Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/update.sample' 2025-07-17T06:36:42.5896682Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5897257Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5897792Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/hooks' 2025-07-17T06:36:42.5898244Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/index' 2025-07-17T06:36:42.5898666Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/FETCH_HEAD' 2025-07-17T06:36:42.5899126Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/description' 2025-07-17T06:36:42.5899568Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/HEAD' 2025-07-17T06:36:42.5900045Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/heads/master' 2025-07-17T06:36:42.5900574Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/heads' 2025-07-17T06:36:42.5901128Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5901710Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes/origin' 2025-07-17T06:36:42.5902286Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/refs/remotes' 2025-07-17T06:36:42.5902810Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs/refs' 2025-07-17T06:36:42.5903291Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/logs' 2025-07-17T06:36:42.5903862Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/shallow' 2025-07-17T06:36:42.5904289Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/config' 2025-07-17T06:36:42.5904696Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/HEAD' 2025-07-17T06:36:42.5905123Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/packed-refs' 2025-07-17T06:36:42.5905593Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs/tags' 2025-07-17T06:36:42.5906085Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs/heads/master' 2025-07-17T06:36:42.5906790Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs/heads' 2025-07-17T06:36:42.5907427Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5907980Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes/origin' 2025-07-17T06:36:42.5908522Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs/remotes' 2025-07-17T06:36:42.5909016Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/refs' 2025-07-17T06:36:42.5909475Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/info/exclude' 2025-07-17T06:36:42.5909935Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/info' 2025-07-17T06:36:42.5910521Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/ec/9ee020744e9438f2e5953b8d413d4994d58d2c' 2025-07-17T06:36:42.5911134Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/ec' 2025-07-17T06:36:42.5911775Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/89/ebc95e3535616bbd5179f9cbe0228404491dfd' 2025-07-17T06:36:42.5912370Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/89' 2025-07-17T06:36:42.5912968Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/a7/57a5f6f0f3235b11c80d5c406ad8be4609a215' 2025-07-17T06:36:42.5913571Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/a7' 2025-07-17T06:36:42.5914165Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/be/cd2eb045e41c39d2693ca9b1f4c41b8ee0cf51' 2025-07-17T06:36:42.5914760Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/be' 2025-07-17T06:36:42.5915352Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/c4/92b36403ccc6c1968f32d619ecf3f5148ec1a6' 2025-07-17T06:36:42.5915945Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/c4' 2025-07-17T06:36:42.5916678Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9c/3094b3d2a4b0baa0b5e2b2deed3746d81b42fb' 2025-07-17T06:36:42.5917273Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9c' 2025-07-17T06:36:42.5917868Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/e0/d87f86cf501b08c2407884ab4f44283a26297d' 2025-07-17T06:36:42.5918461Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/e0' 2025-07-17T06:36:42.5919067Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/76/7c4b6c744ed232ae08ef3dd2ba2b28f1257d3e' 2025-07-17T06:36:42.5919667Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/76' 2025-07-17T06:36:42.5920264Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/d6/9d19a3a865ec8fc1186d7cd8f03172c08c210d' 2025-07-17T06:36:42.5920859Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/d6' 2025-07-17T06:36:42.5921455Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/4d/fe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-07-17T06:36:42.5922051Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/4d' 2025-07-17T06:36:42.5922538Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/6d/1074a4191fdcf6e6e246208f48dc077bed9cb1' 2025-07-17T06:36:42.5922750Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/6d' 2025-07-17T06:36:42.5923051Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/42/8ab0651de9158daf580a91f8628c6d0b51aa76' 2025-07-17T06:36:42.5923256Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/42' 2025-07-17T06:36:42.5923567Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/61/fd35e68ea72af68788fc04011a02decb333bc4' 2025-07-17T06:36:42.5923769Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/61' 2025-07-17T06:36:42.5924170Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/10/95138cbce2a88cc6abeb7d360f38f3b2fdefe4' 2025-07-17T06:36:42.5924377Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/10' 2025-07-17T06:36:42.5924693Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/2b/61fff5c1b9a6bde62d84f2a8428b6fcfdada42' 2025-07-17T06:36:42.5924931Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/2b' 2025-07-17T06:36:42.5925233Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/86/a4e22c48b2a544e5ea0201b67903c0b00fa59d' 2025-07-17T06:36:42.5925436Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/86' 2025-07-17T06:36:42.5925741Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/7f/c683180652da207532fdea736b3b1de35da7ac' 2025-07-17T06:36:42.5925943Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/7f' 2025-07-17T06:36:42.5926417Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.pack' 2025-07-17T06:36:42.5926784Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.rev' 2025-07-17T06:36:42.5927143Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.idx' 2025-07-17T06:36:42.5927362Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/pack' 2025-07-17T06:36:42.5927671Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/3a/4f93e6f8da37df0ed486963807eacd312d10ee' 2025-07-17T06:36:42.5927877Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/3a' 2025-07-17T06:36:42.5928178Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/8e/074bc5944eed3cd5b3c9f903646c9eb74e82e5' 2025-07-17T06:36:42.5928488Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/8e/f4f1916bc7d560ba34ef82b378f42837255a5d' 2025-07-17T06:36:42.5928693Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/8e' 2025-07-17T06:36:42.5928990Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/ce/eb8390950d96aa3aa3375503ab1b0879a4b3fd' 2025-07-17T06:36:42.5929204Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/ce' 2025-07-17T06:36:42.5929527Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/6c/d2ac22addd14de5765d81852de9cc17583a828' 2025-07-17T06:36:42.5929739Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/6c' 2025-07-17T06:36:42.5930047Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391' 2025-07-17T06:36:42.5930257Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/e6' 2025-07-17T06:36:42.5930562Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/a9/fbf5675a3fd004f21b3100eebe94101316c47f' 2025-07-17T06:36:42.5930768Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/a9' 2025-07-17T06:36:42.5931195Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/0f/660e31640d6d8fce3f91a5d9437fa2da219dc2' 2025-07-17T06:36:42.5931410Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/0f' 2025-07-17T06:36:42.5931708Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/5c/1f942470fbc4ecb176f425d1772a691a1ad246' 2025-07-17T06:36:42.5931919Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/5c' 2025-07-17T06:36:42.5932214Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/0a/019d85941c4ddfc0ca609302770079983fe80a' 2025-07-17T06:36:42.5932422Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/0a' 2025-07-17T06:36:42.5932822Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9d/7366e997dadef17922225bcbb489288f6f9cdc' 2025-07-17T06:36:42.5933032Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9d' 2025-07-17T06:36:42.5933337Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/a0/c7f582b7a453ce0ed826a1ed8287c696416ac2' 2025-07-17T06:36:42.5933544Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/a0' 2025-07-17T06:36:42.5933845Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/b1/08cb5f4df5c13334ddf5d3d160537fb2c0ce4b' 2025-07-17T06:36:42.5934048Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/b1' 2025-07-17T06:36:42.5934348Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/f0/598abba32362d612ba9462754d254f703f1dea' 2025-07-17T06:36:42.5934552Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/f0' 2025-07-17T06:36:42.5934848Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/b5/710061707a730e90830713896825d3d7f1add3' 2025-07-17T06:36:42.5935058Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/b5' 2025-07-17T06:36:42.5935361Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/59/da7a6b5c16d4f2bb2a84d5d9956f7148288c40' 2025-07-17T06:36:42.5935566Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/59' 2025-07-17T06:36:42.5935870Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/cb/62386edf02324fd916574a013ad77824374fbb' 2025-07-17T06:36:42.5936074Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/cb' 2025-07-17T06:36:42.5936498Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/16/3fb25e56cc7dea72ff60812fb7023d961b08cf' 2025-07-17T06:36:42.5936710Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/16' 2025-07-17T06:36:42.5937015Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/7e/54453b19907fae0a0476c34d5e04ba36119c99' 2025-07-17T06:36:42.5937222Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/7e' 2025-07-17T06:36:42.5937531Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/75/f3fc909f91e4acfd9e89afef7375b33f735a78' 2025-07-17T06:36:42.5937742Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/75' 2025-07-17T06:36:42.5938040Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/60/2e3419b00c4ab2c1bc9e5234099701e5bc5440' 2025-07-17T06:36:42.5938245Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/60' 2025-07-17T06:36:42.5938554Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/f7/be29de2680ced39e3ec20cfd3b0d79018a0766' 2025-07-17T06:36:42.5938758Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/f7' 2025-07-17T06:36:42.5938973Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/info' 2025-07-17T06:36:42.5939278Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/b0/653e3ad200bcaf22d7103174fae395c14ce02c' 2025-07-17T06:36:42.5939600Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/b0' 2025-07-17T06:36:42.5939902Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9e/13ee1bf311c3d307b9843ce8ee2f6fe19f770c' 2025-07-17T06:36:42.5940209Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9e/58bd8efb75da94f7776309e2a197624d2f30d0' 2025-07-17T06:36:42.5940415Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects/9e' 2025-07-17T06:36:42.5940619Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16/objects' 2025-07-17T06:36:42.5940804Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FP16' 2025-07-17T06:36:42.5941156Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/commit-msg.sample' 2025-07-17T06:36:42.5941431Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5941687Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-commit.sample' 2025-07-17T06:36:42.5941934Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5942186Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/post-update.sample' 2025-07-17T06:36:42.5942439Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-receive.sample' 2025-07-17T06:36:42.5942703Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5942965Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5943229Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5943513Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5943763Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/pre-push.sample' 2025-07-17T06:36:42.5943999Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/update.sample' 2025-07-17T06:36:42.5944282Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5944560Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5944776Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/hooks' 2025-07-17T06:36:42.5944974Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/index' 2025-07-17T06:36:42.5945182Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/FETCH_HEAD' 2025-07-17T06:36:42.5945394Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/description' 2025-07-17T06:36:42.5945600Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/HEAD' 2025-07-17T06:36:42.5945846Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/heads/master' 2025-07-17T06:36:42.5946097Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/heads' 2025-07-17T06:36:42.5946717Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5947225Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/remotes/origin' 2025-07-17T06:36:42.5947696Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs/remotes' 2025-07-17T06:36:42.5948128Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs/refs' 2025-07-17T06:36:42.5948514Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/logs' 2025-07-17T06:36:42.5948860Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/shallow' 2025-07-17T06:36:42.5949384Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/config' 2025-07-17T06:36:42.5949716Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/HEAD' 2025-07-17T06:36:42.5950086Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/packed-refs' 2025-07-17T06:36:42.5950497Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/tags' 2025-07-17T06:36:42.5950900Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/heads/master' 2025-07-17T06:36:42.5951326Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/heads' 2025-07-17T06:36:42.5951721Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5951994Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/remotes/origin' 2025-07-17T06:36:42.5952233Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs/remotes' 2025-07-17T06:36:42.5952455Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/refs' 2025-07-17T06:36:42.5952669Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/info/exclude' 2025-07-17T06:36:42.5952879Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/info' 2025-07-17T06:36:42.5953227Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/17/cc94250b6780aa678fe8211fade7f4bd245ea5' 2025-07-17T06:36:42.5953470Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/17' 2025-07-17T06:36:42.5953813Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/46/5b5a2217d68cd39f22cbee9c55f747015557fc' 2025-07-17T06:36:42.5954044Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/46' 2025-07-17T06:36:42.5954376Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/07/6d73980b5635db4d48685854f723ad04cfa699' 2025-07-17T06:36:42.5954610Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/07' 2025-07-17T06:36:42.5954937Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/0b/81360a03683b089b44b54870975e5fa76ff062' 2025-07-17T06:36:42.5955174Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/0b' 2025-07-17T06:36:42.5955564Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack/pack-11a86d7c42c8f665d4051978c5389b5799bfe2b4.idx' 2025-07-17T06:36:42.5955946Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack/pack-11a86d7c42c8f665d4051978c5389b5799bfe2b4.rev' 2025-07-17T06:36:42.5956566Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack/pack-11a86d7c42c8f665d4051978c5389b5799bfe2b4.pack' 2025-07-17T06:36:42.5956820Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/pack' 2025-07-17T06:36:42.5957169Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/4f/e0e1e183925bf8cfa6aae24237e724a96479b8' 2025-07-17T06:36:42.5957411Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/4f' 2025-07-17T06:36:42.5957748Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/f5/5a49348b568b7befb6e574ca3cfcfb7c7cb11b' 2025-07-17T06:36:42.5958240Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/f5' 2025-07-17T06:36:42.5958671Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects/info' 2025-07-17T06:36:42.5959080Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool/objects' 2025-07-17T06:36:42.5959434Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/pthreadpool' 2025-07-17T06:36:42.5959668Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/commit-msg.sample' 2025-07-17T06:36:42.5960083Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5960306Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-commit.sample' 2025-07-17T06:36:42.5960528Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5960762Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/post-update.sample' 2025-07-17T06:36:42.5960986Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-receive.sample' 2025-07-17T06:36:42.5961232Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5961578Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5961853Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5962329Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5962719Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/pre-push.sample' 2025-07-17T06:36:42.5963029Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/update.sample' 2025-07-17T06:36:42.5963285Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5963541Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5963744Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/hooks' 2025-07-17T06:36:42.5963923Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/index' 2025-07-17T06:36:42.5964113Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/FETCH_HEAD' 2025-07-17T06:36:42.5964300Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/description' 2025-07-17T06:36:42.5964487Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/HEAD' 2025-07-17T06:36:42.5964707Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/heads/master' 2025-07-17T06:36:42.5964943Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/heads' 2025-07-17T06:36:42.5965183Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5965443Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes/origin' 2025-07-17T06:36:42.5965692Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs/remotes' 2025-07-17T06:36:42.5965906Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs/refs' 2025-07-17T06:36:42.5966102Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/logs' 2025-07-17T06:36:42.5966412Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/shallow' 2025-07-17T06:36:42.5966593Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/config' 2025-07-17T06:36:42.5966761Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/HEAD' 2025-07-17T06:36:42.5966955Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/packed-refs' 2025-07-17T06:36:42.5967163Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs/tags' 2025-07-17T06:36:42.5967365Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs/heads/master' 2025-07-17T06:36:42.5967578Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs/heads' 2025-07-17T06:36:42.5967807Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5968048Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes/origin' 2025-07-17T06:36:42.5968263Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs/remotes' 2025-07-17T06:36:42.5968593Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/refs' 2025-07-17T06:36:42.5968781Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/info/exclude' 2025-07-17T06:36:42.5968971Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/info' 2025-07-17T06:36:42.5969292Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/b4/08327ac2a15ec3e43352421954f5b1967701d1' 2025-07-17T06:36:42.5969504Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/b4' 2025-07-17T06:36:42.5969813Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/78/613e826a675f4ed72c4571935e5d398db44cd1' 2025-07-17T06:36:42.5970128Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/78' 2025-07-17T06:36:42.5970499Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.rev' 2025-07-17T06:36:42.5970871Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.pack' 2025-07-17T06:36:42.5971233Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.idx' 2025-07-17T06:36:42.5971456Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/pack' 2025-07-17T06:36:42.5971768Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/7b/0ba72129f2e0edfa754a663aa0ef4adfa01614' 2025-07-17T06:36:42.5971983Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/7b' 2025-07-17T06:36:42.5972204Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects/info' 2025-07-17T06:36:42.5972406Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv/objects' 2025-07-17T06:36:42.5972593Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/FXdiv' 2025-07-17T06:36:42.5972822Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/commit-msg.sample' 2025-07-17T06:36:42.5973068Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5973297Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-commit.sample' 2025-07-17T06:36:42.5973516Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5973742Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/post-update.sample' 2025-07-17T06:36:42.5973966Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-receive.sample' 2025-07-17T06:36:42.5974221Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5974465Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5974708Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5974968Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5975190Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/pre-push.sample' 2025-07-17T06:36:42.5975399Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/update.sample' 2025-07-17T06:36:42.5975657Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5975908Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5976111Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/hooks' 2025-07-17T06:36:42.5976388Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/index' 2025-07-17T06:36:42.5976579Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/description' 2025-07-17T06:36:42.5976874Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/HEAD' 2025-07-17T06:36:42.5977100Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/heads/master' 2025-07-17T06:36:42.5977332Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/heads' 2025-07-17T06:36:42.5977572Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5977837Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/remotes/origin' 2025-07-17T06:36:42.5978072Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/refs/remotes' 2025-07-17T06:36:42.5978376Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs/refs' 2025-07-17T06:36:42.5978573Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/logs' 2025-07-17T06:36:42.5978754Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/shallow' 2025-07-17T06:36:42.5978931Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/config' 2025-07-17T06:36:42.5979098Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/HEAD' 2025-07-17T06:36:42.5979292Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/packed-refs' 2025-07-17T06:36:42.5979499Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs/tags' 2025-07-17T06:36:42.5979700Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs/heads/master' 2025-07-17T06:36:42.5979917Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs/heads' 2025-07-17T06:36:42.5980145Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5980384Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs/remotes/origin' 2025-07-17T06:36:42.5980603Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs/remotes' 2025-07-17T06:36:42.5980801Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/refs' 2025-07-17T06:36:42.5980985Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/info/exclude' 2025-07-17T06:36:42.5981181Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/info' 2025-07-17T06:36:42.5981547Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/objects/pack/pack-1995e1af9004a5a831e558fa126cef5d85df0739.rev' 2025-07-17T06:36:42.5981918Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/objects/pack/pack-1995e1af9004a5a831e558fa126cef5d85df0739.pack' 2025-07-17T06:36:42.5982286Z removed 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/objects/pack/pack-1995e1af9004a5a831e558fa126cef5d85df0739.idx' 2025-07-17T06:36:42.5982505Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/objects/pack' 2025-07-17T06:36:42.5982722Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/objects/info' 2025-07-17T06:36:42.5982926Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd/objects' 2025-07-17T06:36:42.5983134Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps/psimd' 2025-07-17T06:36:42.5983298Z removed directory 'pytorch-main/.git/modules/third_party/NNPACK_deps' 2025-07-17T06:36:42.5983499Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/commit-msg.sample' 2025-07-17T06:36:42.5983708Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5983901Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/pre-commit.sample' 2025-07-17T06:36:42.5984094Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5984294Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/post-update.sample' 2025-07-17T06:36:42.5984489Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/pre-receive.sample' 2025-07-17T06:36:42.5984787Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5984992Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5985196Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5985422Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5985609Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/pre-push.sample' 2025-07-17T06:36:42.5985787Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/update.sample' 2025-07-17T06:36:42.5986004Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5986521Z removed 'pytorch-main/.git/modules/third_party/cutlass/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5986730Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/hooks' 2025-07-17T06:36:42.5986887Z removed 'pytorch-main/.git/modules/third_party/cutlass/index' 2025-07-17T06:36:42.5987050Z removed 'pytorch-main/.git/modules/third_party/cutlass/FETCH_HEAD' 2025-07-17T06:36:42.5987213Z removed 'pytorch-main/.git/modules/third_party/cutlass/description' 2025-07-17T06:36:42.5987365Z removed 'pytorch-main/.git/modules/third_party/cutlass/logs/HEAD' 2025-07-17T06:36:42.5987556Z removed 'pytorch-main/.git/modules/third_party/cutlass/logs/refs/heads/main' 2025-07-17T06:36:42.5987757Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/logs/refs/heads' 2025-07-17T06:36:42.5987970Z removed 'pytorch-main/.git/modules/third_party/cutlass/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5988208Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/logs/refs/remotes/origin' 2025-07-17T06:36:42.5988411Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/logs/refs/remotes' 2025-07-17T06:36:42.5988595Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/logs/refs' 2025-07-17T06:36:42.5988768Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/logs' 2025-07-17T06:36:42.5988920Z removed 'pytorch-main/.git/modules/third_party/cutlass/shallow' 2025-07-17T06:36:42.5989062Z removed 'pytorch-main/.git/modules/third_party/cutlass/config' 2025-07-17T06:36:42.5989196Z removed 'pytorch-main/.git/modules/third_party/cutlass/HEAD' 2025-07-17T06:36:42.5989360Z removed 'pytorch-main/.git/modules/third_party/cutlass/packed-refs' 2025-07-17T06:36:42.5989540Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/refs/tags' 2025-07-17T06:36:42.5989709Z removed 'pytorch-main/.git/modules/third_party/cutlass/refs/heads/main' 2025-07-17T06:36:42.5989895Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/refs/heads' 2025-07-17T06:36:42.5990094Z removed 'pytorch-main/.git/modules/third_party/cutlass/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5990302Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/refs/remotes/origin' 2025-07-17T06:36:42.5990498Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/refs/remotes' 2025-07-17T06:36:42.5990662Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/refs' 2025-07-17T06:36:42.5990820Z removed 'pytorch-main/.git/modules/third_party/cutlass/info/exclude' 2025-07-17T06:36:42.5990982Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/info' 2025-07-17T06:36:42.5991328Z removed 'pytorch-main/.git/modules/third_party/cutlass/objects/pack/pack-5c3131c2799d09e95d9fa9ededbb87878bad0685.rev' 2025-07-17T06:36:42.5991661Z removed 'pytorch-main/.git/modules/third_party/cutlass/objects/pack/pack-59c0a83f1f815bfcccc039cb967c2ebc8543e579.idx' 2025-07-17T06:36:42.5992003Z removed 'pytorch-main/.git/modules/third_party/cutlass/objects/pack/pack-59c0a83f1f815bfcccc039cb967c2ebc8543e579.pack' 2025-07-17T06:36:42.5992338Z removed 'pytorch-main/.git/modules/third_party/cutlass/objects/pack/pack-5c3131c2799d09e95d9fa9ededbb87878bad0685.pack' 2025-07-17T06:36:42.5992665Z removed 'pytorch-main/.git/modules/third_party/cutlass/objects/pack/pack-5c3131c2799d09e95d9fa9ededbb87878bad0685.idx' 2025-07-17T06:36:42.5993143Z removed 'pytorch-main/.git/modules/third_party/cutlass/objects/pack/pack-59c0a83f1f815bfcccc039cb967c2ebc8543e579.rev' 2025-07-17T06:36:42.5993339Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/objects/pack' 2025-07-17T06:36:42.5993524Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/objects/info' 2025-07-17T06:36:42.5993702Z removed directory 'pytorch-main/.git/modules/third_party/cutlass/objects' 2025-07-17T06:36:42.5993863Z removed directory 'pytorch-main/.git/modules/third_party/cutlass' 2025-07-17T06:36:42.5994052Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/commit-msg.sample' 2025-07-17T06:36:42.5994336Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.5994528Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/pre-commit.sample' 2025-07-17T06:36:42.5994715Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/pre-rebase.sample' 2025-07-17T06:36:42.5994904Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/post-update.sample' 2025-07-17T06:36:42.5995095Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/pre-receive.sample' 2025-07-17T06:36:42.5995298Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.5995503Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.5995701Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.5995918Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.5996104Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/pre-push.sample' 2025-07-17T06:36:42.5996479Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/update.sample' 2025-07-17T06:36:42.5996711Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.5996929Z removed 'pytorch-main/.git/modules/third_party/ideep/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.5997093Z removed directory 'pytorch-main/.git/modules/third_party/ideep/hooks' 2025-07-17T06:36:42.5997234Z removed 'pytorch-main/.git/modules/third_party/ideep/index' 2025-07-17T06:36:42.5997384Z removed 'pytorch-main/.git/modules/third_party/ideep/FETCH_HEAD' 2025-07-17T06:36:42.5997533Z removed 'pytorch-main/.git/modules/third_party/ideep/description' 2025-07-17T06:36:42.5997684Z removed 'pytorch-main/.git/modules/third_party/ideep/logs/HEAD' 2025-07-17T06:36:42.5997887Z removed 'pytorch-main/.git/modules/third_party/ideep/logs/refs/heads/ideep_pytorch' 2025-07-17T06:36:42.5998085Z removed directory 'pytorch-main/.git/modules/third_party/ideep/logs/refs/heads' 2025-07-17T06:36:42.5998287Z removed 'pytorch-main/.git/modules/third_party/ideep/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.5998510Z removed directory 'pytorch-main/.git/modules/third_party/ideep/logs/refs/remotes/origin' 2025-07-17T06:36:42.5998708Z removed directory 'pytorch-main/.git/modules/third_party/ideep/logs/refs/remotes' 2025-07-17T06:36:42.5998882Z removed directory 'pytorch-main/.git/modules/third_party/ideep/logs/refs' 2025-07-17T06:36:42.5999049Z removed directory 'pytorch-main/.git/modules/third_party/ideep/logs' 2025-07-17T06:36:42.5999191Z removed 'pytorch-main/.git/modules/third_party/ideep/shallow' 2025-07-17T06:36:42.5999326Z removed 'pytorch-main/.git/modules/third_party/ideep/config' 2025-07-17T06:36:42.5999463Z removed 'pytorch-main/.git/modules/third_party/ideep/HEAD' 2025-07-17T06:36:42.5999613Z removed 'pytorch-main/.git/modules/third_party/ideep/packed-refs' 2025-07-17T06:36:42.5999858Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/commit-msg.sample' 2025-07-17T06:36:42.6000129Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6000365Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-commit.sample' 2025-07-17T06:36:42.6000721Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6000963Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/post-update.sample' 2025-07-17T06:36:42.6001209Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-receive.sample' 2025-07-17T06:36:42.6001470Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6001729Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6002083Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6002359Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6002594Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/pre-push.sample' 2025-07-17T06:36:42.6002828Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/update.sample' 2025-07-17T06:36:42.6003104Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6003371Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6003586Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/hooks' 2025-07-17T06:36:42.6003768Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/index' 2025-07-17T06:36:42.6003963Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/FETCH_HEAD' 2025-07-17T06:36:42.6004170Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/description' 2025-07-17T06:36:42.6004361Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/HEAD' 2025-07-17T06:36:42.6016260Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/heads/main' 2025-07-17T06:36:42.6016712Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/heads' 2025-07-17T06:36:42.6017088Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6017366Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/remotes/origin' 2025-07-17T06:36:42.6017622Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs/remotes' 2025-07-17T06:36:42.6017846Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs/refs' 2025-07-17T06:36:42.6018061Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/logs' 2025-07-17T06:36:42.6018250Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/shallow' 2025-07-17T06:36:42.6018430Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/config' 2025-07-17T06:36:42.6018611Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/HEAD' 2025-07-17T06:36:42.6018812Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/packed-refs' 2025-07-17T06:36:42.6019040Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs/tags' 2025-07-17T06:36:42.6019247Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs/heads/main' 2025-07-17T06:36:42.6019470Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs/heads' 2025-07-17T06:36:42.6019714Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6019970Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs/remotes/origin' 2025-07-17T06:36:42.6020201Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs/remotes' 2025-07-17T06:36:42.6020412Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/refs' 2025-07-17T06:36:42.6020755Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/info/exclude' 2025-07-17T06:36:42.6020959Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/info' 2025-07-17T06:36:42.6021365Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-72d5391c93441f4dc6cc38c4d21f9c41d131af58.idx' 2025-07-17T06:36:42.6021777Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-7df943b3086a3f6fa6566f68eb26eca173688f87.rev' 2025-07-17T06:36:42.6022153Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-7df943b3086a3f6fa6566f68eb26eca173688f87.idx' 2025-07-17T06:36:42.6022632Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-72d5391c93441f4dc6cc38c4d21f9c41d131af58.rev' 2025-07-17T06:36:42.6023014Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-72d5391c93441f4dc6cc38c4d21f9c41d131af58.pack' 2025-07-17T06:36:42.6023396Z removed 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack/pack-7df943b3086a3f6fa6566f68eb26eca173688f87.pack' 2025-07-17T06:36:42.6023636Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/pack' 2025-07-17T06:36:42.6023866Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects/info' 2025-07-17T06:36:42.6024081Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn/objects' 2025-07-17T06:36:42.6024277Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules/mkl-dnn' 2025-07-17T06:36:42.6024454Z removed directory 'pytorch-main/.git/modules/third_party/ideep/modules' 2025-07-17T06:36:42.6024629Z removed directory 'pytorch-main/.git/modules/third_party/ideep/refs/tags' 2025-07-17T06:36:42.6024822Z removed 'pytorch-main/.git/modules/third_party/ideep/refs/heads/ideep_pytorch' 2025-07-17T06:36:42.6025003Z removed directory 'pytorch-main/.git/modules/third_party/ideep/refs/heads' 2025-07-17T06:36:42.6025187Z removed 'pytorch-main/.git/modules/third_party/ideep/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6025396Z removed directory 'pytorch-main/.git/modules/third_party/ideep/refs/remotes/origin' 2025-07-17T06:36:42.6025577Z removed directory 'pytorch-main/.git/modules/third_party/ideep/refs/remotes' 2025-07-17T06:36:42.6025743Z removed directory 'pytorch-main/.git/modules/third_party/ideep/refs' 2025-07-17T06:36:42.6025895Z removed 'pytorch-main/.git/modules/third_party/ideep/info/exclude' 2025-07-17T06:36:42.6026058Z removed directory 'pytorch-main/.git/modules/third_party/ideep/info' 2025-07-17T06:36:42.6026577Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/71/9d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-07-17T06:36:42.6026763Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/71' 2025-07-17T06:36:42.6027097Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/5f/424e1097986b96a477698c82f2e710f598a993' 2025-07-17T06:36:42.6027282Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/5f' 2025-07-17T06:36:42.6027553Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/61/9db4748978deb79cbe2bcff9667641ccacdadf' 2025-07-17T06:36:42.6033579Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/61' 2025-07-17T06:36:42.6034075Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/0e/fc292c427cea4732cbd86b56f9bdddeb23d09d' 2025-07-17T06:36:42.6034388Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/0e' 2025-07-17T06:36:42.6034876Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/d9/3b69b1f8132a5fc655d560feaa7c54196bd242' 2025-07-17T06:36:42.6035209Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/d9' 2025-07-17T06:36:42.6035790Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/pack/pack-ea540b4d9d03fdff699bfc0f494892a8a476dec1.rev' 2025-07-17T06:36:42.6036703Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/pack/pack-ea540b4d9d03fdff699bfc0f494892a8a476dec1.pack' 2025-07-17T06:36:42.6037037Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/pack/pack-ea540b4d9d03fdff699bfc0f494892a8a476dec1.idx' 2025-07-17T06:36:42.6037224Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/pack' 2025-07-17T06:36:42.6037498Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/6b/779427f8535e051a42d1efe1cdc3756bb364ca' 2025-07-17T06:36:42.6037672Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/6b' 2025-07-17T06:36:42.6037943Z removed 'pytorch-main/.git/modules/third_party/ideep/objects/74/dfffc76f22b6d196994b2b3264dc9a9631bf6b' 2025-07-17T06:36:42.6038247Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/74' 2025-07-17T06:36:42.6038433Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects/info' 2025-07-17T06:36:42.6038604Z removed directory 'pytorch-main/.git/modules/third_party/ideep/objects' 2025-07-17T06:36:42.6038766Z removed directory 'pytorch-main/.git/modules/third_party/ideep' 2025-07-17T06:36:42.6038949Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/commit-msg.sample' 2025-07-17T06:36:42.6039157Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6039344Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/pre-commit.sample' 2025-07-17T06:36:42.6039524Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6039709Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/post-update.sample' 2025-07-17T06:36:42.6039891Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/pre-receive.sample' 2025-07-17T06:36:42.6040103Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6040305Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6040504Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6040726Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6040903Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/pre-push.sample' 2025-07-17T06:36:42.6041078Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/update.sample' 2025-07-17T06:36:42.6041292Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6041499Z removed 'pytorch-main/.git/modules/third_party/onnx/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6041660Z removed directory 'pytorch-main/.git/modules/third_party/onnx/hooks' 2025-07-17T06:36:42.6041803Z removed 'pytorch-main/.git/modules/third_party/onnx/index' 2025-07-17T06:36:42.6041950Z removed 'pytorch-main/.git/modules/third_party/onnx/FETCH_HEAD' 2025-07-17T06:36:42.6042098Z removed 'pytorch-main/.git/modules/third_party/onnx/description' 2025-07-17T06:36:42.6042243Z removed 'pytorch-main/.git/modules/third_party/onnx/logs/HEAD' 2025-07-17T06:36:42.6042423Z removed 'pytorch-main/.git/modules/third_party/onnx/logs/refs/heads/main' 2025-07-17T06:36:42.6042610Z removed directory 'pytorch-main/.git/modules/third_party/onnx/logs/refs/heads' 2025-07-17T06:36:42.6042810Z removed 'pytorch-main/.git/modules/third_party/onnx/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6043030Z removed directory 'pytorch-main/.git/modules/third_party/onnx/logs/refs/remotes/origin' 2025-07-17T06:36:42.6043224Z removed directory 'pytorch-main/.git/modules/third_party/onnx/logs/refs/remotes' 2025-07-17T06:36:42.6043395Z removed directory 'pytorch-main/.git/modules/third_party/onnx/logs/refs' 2025-07-17T06:36:42.6043562Z removed directory 'pytorch-main/.git/modules/third_party/onnx/logs' 2025-07-17T06:36:42.6043696Z removed 'pytorch-main/.git/modules/third_party/onnx/shallow' 2025-07-17T06:36:42.6043828Z removed 'pytorch-main/.git/modules/third_party/onnx/config' 2025-07-17T06:36:42.6044079Z removed 'pytorch-main/.git/modules/third_party/onnx/HEAD' 2025-07-17T06:36:42.6044230Z removed 'pytorch-main/.git/modules/third_party/onnx/packed-refs' 2025-07-17T06:36:42.6044523Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/commit-msg.sample' 2025-07-17T06:36:42.6044842Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6045135Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-commit.sample' 2025-07-17T06:36:42.6045412Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6047211Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/post-update.sample' 2025-07-17T06:36:42.6047746Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-receive.sample' 2025-07-17T06:36:42.6048290Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6048811Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6049337Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6049814Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6050096Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/pre-push.sample' 2025-07-17T06:36:42.6050383Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/update.sample' 2025-07-17T06:36:42.6050699Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6051008Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6051267Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/hooks' 2025-07-17T06:36:42.6051489Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/index' 2025-07-17T06:36:42.6051724Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/FETCH_HEAD' 2025-07-17T06:36:42.6051969Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/description' 2025-07-17T06:36:42.6052201Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/HEAD' 2025-07-17T06:36:42.6052479Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/heads/master' 2025-07-17T06:36:42.6052771Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/heads' 2025-07-17T06:36:42.6053067Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6053385Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/remotes/origin' 2025-07-17T06:36:42.6053680Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs/remotes' 2025-07-17T06:36:42.6053942Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs/refs' 2025-07-17T06:36:42.6054189Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/logs' 2025-07-17T06:36:42.6054420Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/shallow' 2025-07-17T06:36:42.6054644Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/config' 2025-07-17T06:36:42.6054859Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/HEAD' 2025-07-17T06:36:42.6055103Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/packed-refs' 2025-07-17T06:36:42.6055491Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/tags' 2025-07-17T06:36:42.6055749Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/heads/master' 2025-07-17T06:36:42.6056018Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/heads' 2025-07-17T06:36:42.6056434Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6056731Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/remotes/origin' 2025-07-17T06:36:42.6057122Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs/remotes' 2025-07-17T06:36:42.6057372Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/refs' 2025-07-17T06:36:42.6057612Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/info/exclude' 2025-07-17T06:36:42.6057866Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/info' 2025-07-17T06:36:42.6058312Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-db2c70ebf328d3ec5a9cbf8e5a497a14880d3204.idx' 2025-07-17T06:36:42.6058746Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-5802ac94ad49a4a15951e1cf2bf5766626b5e24e.idx' 2025-07-17T06:36:42.6059189Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-db2c70ebf328d3ec5a9cbf8e5a497a14880d3204.pack' 2025-07-17T06:36:42.6079553Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-5802ac94ad49a4a15951e1cf2bf5766626b5e24e.pack' 2025-07-17T06:36:42.6080306Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-5802ac94ad49a4a15951e1cf2bf5766626b5e24e.rev' 2025-07-17T06:36:42.6081084Z removed 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack/pack-db2c70ebf328d3ec5a9cbf8e5a497a14880d3204.rev' 2025-07-17T06:36:42.6081570Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/pack' 2025-07-17T06:36:42.6082020Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects/info' 2025-07-17T06:36:42.6082286Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11/objects' 2025-07-17T06:36:42.6082520Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party/pybind11' 2025-07-17T06:36:42.6082730Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules/third_party' 2025-07-17T06:36:42.6082905Z removed directory 'pytorch-main/.git/modules/third_party/onnx/modules' 2025-07-17T06:36:42.6083079Z removed directory 'pytorch-main/.git/modules/third_party/onnx/refs/tags' 2025-07-17T06:36:42.6083240Z removed 'pytorch-main/.git/modules/third_party/onnx/refs/heads/main' 2025-07-17T06:36:42.6083420Z removed directory 'pytorch-main/.git/modules/third_party/onnx/refs/heads' 2025-07-17T06:36:42.6083605Z removed 'pytorch-main/.git/modules/third_party/onnx/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6083804Z removed directory 'pytorch-main/.git/modules/third_party/onnx/refs/remotes/origin' 2025-07-17T06:36:42.6083990Z removed directory 'pytorch-main/.git/modules/third_party/onnx/refs/remotes' 2025-07-17T06:36:42.6084150Z removed directory 'pytorch-main/.git/modules/third_party/onnx/refs' 2025-07-17T06:36:42.6084305Z removed 'pytorch-main/.git/modules/third_party/onnx/info/exclude' 2025-07-17T06:36:42.6084463Z removed directory 'pytorch-main/.git/modules/third_party/onnx/info' 2025-07-17T06:36:42.6084800Z removed 'pytorch-main/.git/modules/third_party/onnx/objects/pack/pack-fd3c927fa6753049aaf636175df2ccf5645ed439.pack' 2025-07-17T06:36:42.6085266Z removed 'pytorch-main/.git/modules/third_party/onnx/objects/pack/pack-fd3c927fa6753049aaf636175df2ccf5645ed439.idx' 2025-07-17T06:36:42.6085585Z removed 'pytorch-main/.git/modules/third_party/onnx/objects/pack/pack-31f503c57fb91dba0e44f94ce7c5c84448de1bee.idx' 2025-07-17T06:36:42.6085917Z removed 'pytorch-main/.git/modules/third_party/onnx/objects/pack/pack-31f503c57fb91dba0e44f94ce7c5c84448de1bee.pack' 2025-07-17T06:36:42.6086452Z removed 'pytorch-main/.git/modules/third_party/onnx/objects/pack/pack-31f503c57fb91dba0e44f94ce7c5c84448de1bee.rev' 2025-07-17T06:36:42.6086772Z removed 'pytorch-main/.git/modules/third_party/onnx/objects/pack/pack-fd3c927fa6753049aaf636175df2ccf5645ed439.rev' 2025-07-17T06:36:42.6087077Z removed directory 'pytorch-main/.git/modules/third_party/onnx/objects/pack' 2025-07-17T06:36:42.6087259Z removed directory 'pytorch-main/.git/modules/third_party/onnx/objects/info' 2025-07-17T06:36:42.6087427Z removed directory 'pytorch-main/.git/modules/third_party/onnx/objects' 2025-07-17T06:36:42.6087581Z removed directory 'pytorch-main/.git/modules/third_party/onnx' 2025-07-17T06:36:42.6087806Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/commit-msg.sample' 2025-07-17T06:36:42.6088052Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6088275Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/pre-commit.sample' 2025-07-17T06:36:42.6088492Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6088716Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/post-update.sample' 2025-07-17T06:36:42.6088941Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/pre-receive.sample' 2025-07-17T06:36:42.6089188Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6089425Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6089661Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6089918Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6090131Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/pre-push.sample' 2025-07-17T06:36:42.6090337Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/update.sample' 2025-07-17T06:36:42.6090589Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6090836Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6091033Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/hooks' 2025-07-17T06:36:42.6091199Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/index' 2025-07-17T06:36:42.6091380Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/FETCH_HEAD' 2025-07-17T06:36:42.6092845Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/description' 2025-07-17T06:36:42.6093161Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/logs/HEAD' 2025-07-17T06:36:42.6093535Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/logs/refs/heads/master' 2025-07-17T06:36:42.6093928Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/logs/refs/heads' 2025-07-17T06:36:42.6094346Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6094801Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/logs/refs/remotes/origin' 2025-07-17T06:36:42.6095310Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/logs/refs/remotes' 2025-07-17T06:36:42.6095772Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/logs/refs' 2025-07-17T06:36:42.6096004Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/logs' 2025-07-17T06:36:42.6096586Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/shallow' 2025-07-17T06:36:42.6096791Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/config' 2025-07-17T06:36:42.6096986Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/HEAD' 2025-07-17T06:36:42.6097406Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/packed-refs' 2025-07-17T06:36:42.6097645Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/refs/tags' 2025-07-17T06:36:42.6097892Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/refs/heads/master' 2025-07-17T06:36:42.6098174Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/refs/heads' 2025-07-17T06:36:42.6098545Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6098803Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/refs/remotes/origin' 2025-07-17T06:36:42.6099198Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/refs/remotes' 2025-07-17T06:36:42.6099429Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/refs' 2025-07-17T06:36:42.6099648Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/info/exclude' 2025-07-17T06:36:42.6099900Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/info' 2025-07-17T06:36:42.6100247Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/71/27a189ca7ce1fd8d492c499cb0a4bd7231fa18' 2025-07-17T06:36:42.6100478Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/71' 2025-07-17T06:36:42.6100919Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/5b/1b83acca21ca1569b8acce6ab046d4d841bbe3' 2025-07-17T06:36:42.6101163Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/5b' 2025-07-17T06:36:42.6101504Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/78/bdb04dcc5426e5bbe0ad2672a084bc8973accd' 2025-07-17T06:36:42.6109621Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/78' 2025-07-17T06:36:42.6110237Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/4c/7d2f57d489b0e9a38d2126c375c5c8cae8e08e' 2025-07-17T06:36:42.6110639Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/4c' 2025-07-17T06:36:42.6111198Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/9a/9510edcb70c48f2d17816a28ff04f94f91050b' 2025-07-17T06:36:42.6111570Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/9a' 2025-07-17T06:36:42.6112211Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/pack/pack-de991ea5f84c94d482722b46503e02181f7d504a.pack' 2025-07-17T06:36:42.6112858Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/pack/pack-de991ea5f84c94d482722b46503e02181f7d504a.idx' 2025-07-17T06:36:42.6113375Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/pack/pack-de991ea5f84c94d482722b46503e02181f7d504a.rev' 2025-07-17T06:36:42.6113625Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/pack' 2025-07-17T06:36:42.6113957Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/f4/5429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-07-17T06:36:42.6114181Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/f4' 2025-07-17T06:36:42.6114487Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/f2/887481083c1c2b177930ada974f7da78061850' 2025-07-17T06:36:42.6114699Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/f2' 2025-07-17T06:36:42.6115002Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/73/68c857e9ccb1fcc7d6f67b0051214f7023b262' 2025-07-17T06:36:42.6115221Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/73' 2025-07-17T06:36:42.6115543Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/cd/a9077b9910facbbd2136fa1dc44eb5a6efd4b1' 2025-07-17T06:36:42.6115919Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/cd' 2025-07-17T06:36:42.6116462Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/8f/c2fdd6e67c8a6743c0f487fe85fe3cd14a7a4b' 2025-07-17T06:36:42.6116719Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/8f' 2025-07-17T06:36:42.6117024Z removed 'pytorch-main/.git/modules/third_party/python-peachpy/objects/52/40e081cdf89eaada5416b13ba2c7c279dd2aa2' 2025-07-17T06:36:42.6117227Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/52' 2025-07-17T06:36:42.6117575Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects/info' 2025-07-17T06:36:42.6117783Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy/objects' 2025-07-17T06:36:42.6117968Z removed directory 'pytorch-main/.git/modules/third_party/python-peachpy' 2025-07-17T06:36:42.6118192Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.6118424Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6118628Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.6118827Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6119044Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.6119257Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.6119487Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6119716Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6119936Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6120176Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6120512Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.6120848Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/update.sample' 2025-07-17T06:36:42.6121265Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6121679Z removed 'pytorch-main/.git/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6122000Z removed directory 'pytorch-main/.git/modules/third_party/googletest/hooks' 2025-07-17T06:36:42.6122185Z removed 'pytorch-main/.git/modules/third_party/googletest/index' 2025-07-17T06:36:42.6122372Z removed 'pytorch-main/.git/modules/third_party/googletest/FETCH_HEAD' 2025-07-17T06:36:42.6122546Z removed 'pytorch-main/.git/modules/third_party/googletest/description' 2025-07-17T06:36:42.6122709Z removed 'pytorch-main/.git/modules/third_party/googletest/logs/HEAD' 2025-07-17T06:36:42.6122902Z removed 'pytorch-main/.git/modules/third_party/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.6123115Z removed directory 'pytorch-main/.git/modules/third_party/googletest/logs/refs/heads' 2025-07-17T06:36:42.6123336Z removed 'pytorch-main/.git/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6123575Z removed directory 'pytorch-main/.git/modules/third_party/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.6123790Z removed directory 'pytorch-main/.git/modules/third_party/googletest/logs/refs/remotes' 2025-07-17T06:36:42.6123976Z removed directory 'pytorch-main/.git/modules/third_party/googletest/logs/refs' 2025-07-17T06:36:42.6124157Z removed directory 'pytorch-main/.git/modules/third_party/googletest/logs' 2025-07-17T06:36:42.6124317Z removed 'pytorch-main/.git/modules/third_party/googletest/shallow' 2025-07-17T06:36:42.6124470Z removed 'pytorch-main/.git/modules/third_party/googletest/config' 2025-07-17T06:36:42.6124795Z removed 'pytorch-main/.git/modules/third_party/googletest/HEAD' 2025-07-17T06:36:42.6124972Z removed 'pytorch-main/.git/modules/third_party/googletest/packed-refs' 2025-07-17T06:36:42.6125158Z removed directory 'pytorch-main/.git/modules/third_party/googletest/refs/tags' 2025-07-17T06:36:42.6125334Z removed 'pytorch-main/.git/modules/third_party/googletest/refs/heads/main' 2025-07-17T06:36:42.6125523Z removed directory 'pytorch-main/.git/modules/third_party/googletest/refs/heads' 2025-07-17T06:36:42.6125737Z removed 'pytorch-main/.git/modules/third_party/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6125954Z removed directory 'pytorch-main/.git/modules/third_party/googletest/refs/remotes/origin' 2025-07-17T06:36:42.6126469Z removed directory 'pytorch-main/.git/modules/third_party/googletest/refs/remotes' 2025-07-17T06:36:42.6126676Z removed directory 'pytorch-main/.git/modules/third_party/googletest/refs' 2025-07-17T06:36:42.6126850Z removed 'pytorch-main/.git/modules/third_party/googletest/info/exclude' 2025-07-17T06:36:42.6127030Z removed directory 'pytorch-main/.git/modules/third_party/googletest/info' 2025-07-17T06:36:42.6127331Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/89/68cf1f688b0d2b691e40e2c505f2e835a1a725' 2025-07-17T06:36:42.6127523Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/89' 2025-07-17T06:36:42.6127818Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/ef/680c1819944ae8b51015cf8b6a1517c08c82a2' 2025-07-17T06:36:42.6128103Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/ef/4d8a9028d7c7078c0b570f884c2ec1799f22ed' 2025-07-17T06:36:42.6128313Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/ef' 2025-07-17T06:36:42.6128614Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/ca/dc244e85d34f3d4497be9c3665a1600a2c8017' 2025-07-17T06:36:42.6128899Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/ca/88af0291df76506e9528639aea2d5d89040af1' 2025-07-17T06:36:42.6129091Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/ca' 2025-07-17T06:36:42.6129379Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/a7/60759eb0a58a6061bcc772ed393574c7eb5296' 2025-07-17T06:36:42.6129566Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/a7' 2025-07-17T06:36:42.6129850Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/f8/c7877b7b1879830a87e3c5ff8b86e98051dc33' 2025-07-17T06:36:42.6130042Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/f8' 2025-07-17T06:36:42.6130336Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/9c/845aaacafdfeaaac0af7928fe0977d9e7bfafb' 2025-07-17T06:36:42.6130526Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/9c' 2025-07-17T06:36:42.6130817Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/e4/ede8b199d176ad9f76217bc9759bc394943855' 2025-07-17T06:36:42.6131008Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/e4' 2025-07-17T06:36:42.6131291Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/25/b7d194dba422f866c5d42c1085e5730c5a33c0' 2025-07-17T06:36:42.6131479Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/25' 2025-07-17T06:36:42.6131761Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/46/b0e91871c580aec4f8283914b782eb37c82012' 2025-07-17T06:36:42.6131947Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/46' 2025-07-17T06:36:42.6132226Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/e2/664c538da64aa01a781a083a99473575ff3ae5' 2025-07-17T06:36:42.6132421Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/e2' 2025-07-17T06:36:42.6132778Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/ad/23b2ceac4a6eef2278c48545b62ffc1f0c134a' 2025-07-17T06:36:42.6133290Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/ad' 2025-07-17T06:36:42.6133666Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/4d/81d5ebab81bca8851ac7bb36cba3c934f8995c' 2025-07-17T06:36:42.6133859Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/4d' 2025-07-17T06:36:42.6134144Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/09/af15179f1f9fe328a7dff8402a615a039b1e5a' 2025-07-17T06:36:42.6134337Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/09' 2025-07-17T06:36:42.6134626Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/57/50f026f2af900bf91efca365b108fc908a60ee' 2025-07-17T06:36:42.6134901Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/57' 2025-07-17T06:36:42.6135195Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/78/160f0e418da68d597b72fbe2bba5335b633744' 2025-07-17T06:36:42.6135380Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/78' 2025-07-17T06:36:42.6135668Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/55/9d34c013d07f97aec2e002a0903a4355f8afc8' 2025-07-17T06:36:42.6135860Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/55' 2025-07-17T06:36:42.6136253Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/a8/4ac18edbca46493f585e1e81e215d9041f6512' 2025-07-17T06:36:42.6136451Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/a8' 2025-07-17T06:36:42.6136764Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/e3/acecba8e4dec902013e0356bd97773b06328aa' 2025-07-17T06:36:42.6136958Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/e3' 2025-07-17T06:36:42.6137258Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/0e/bdc1e8433c5554d7dad74dd6753cf2c717e817' 2025-07-17T06:36:42.6137447Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/0e' 2025-07-17T06:36:42.6137741Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/a2/83d6666d23f4f2878878529166c7e0fe21324f' 2025-07-17T06:36:42.6137929Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/a2' 2025-07-17T06:36:42.6138210Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/05/67ae7daa32b008e5c1640228128432a3bd29c4' 2025-07-17T06:36:42.6138409Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/05' 2025-07-17T06:36:42.6138764Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.6139106Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.6139445Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.6139666Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/pack' 2025-07-17T06:36:42.6139968Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/19/8a7693493a33bc8b63de458efe1301c3d4268f' 2025-07-17T06:36:42.6140157Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/19' 2025-07-17T06:36:42.6140442Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/0d/15935d86c7ef557a56ca26369f0846033785e3' 2025-07-17T06:36:42.6140629Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/0d' 2025-07-17T06:36:42.6140923Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/7b/e0caaf515cf87e5aa97aaee9ae6968e32664f9' 2025-07-17T06:36:42.6141108Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/7b' 2025-07-17T06:36:42.6141399Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/53/501454ce4f8509bad857cc6f4b0e1fbaf00bef' 2025-07-17T06:36:42.6141685Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/53/70ed60d3d8040295877aeb68481d433c54f0da' 2025-07-17T06:36:42.6142088Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/53/3eb8c6e0792747d711c48e5a66aa19c852f174' 2025-07-17T06:36:42.6142276Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/53' 2025-07-17T06:36:42.6142565Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/c7/f331b87d7ddd4102791fd4d5b4122bfb0dd4b3' 2025-07-17T06:36:42.6142751Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/c7' 2025-07-17T06:36:42.6143042Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/cd/ac79b7e7cc4fddd0af7deee839a2c86975de10' 2025-07-17T06:36:42.6143234Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/cd' 2025-07-17T06:36:42.6143620Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/ff/df03dd45e577798d10be4c5cac995d06bd5095' 2025-07-17T06:36:42.6143808Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/ff' 2025-07-17T06:36:42.6144106Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/aa/3a5eb16fcc968f90d5d8524f6f6ccc0c75f6ca' 2025-07-17T06:36:42.6144293Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/aa' 2025-07-17T06:36:42.6144580Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/5c/b0b156f40cd87d1b3fcdf46cb5b352a60a81ac' 2025-07-17T06:36:42.6144770Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/5c' 2025-07-17T06:36:42.6145053Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/bc/1306019783069681fbdb41af5db777cd874de0' 2025-07-17T06:36:42.6145275Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/bc' 2025-07-17T06:36:42.6145568Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/64/91e79844b87553bb2653df024f67c2c163340c' 2025-07-17T06:36:42.6145754Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/64' 2025-07-17T06:36:42.6146040Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/db/3dad41049296099e19c5fa234c520f85c12481' 2025-07-17T06:36:42.6146322Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/db' 2025-07-17T06:36:42.6146693Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/8f/f9e0bc97bab8f0964f8a019f37780b97db8356' 2025-07-17T06:36:42.6147032Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/8f' 2025-07-17T06:36:42.6147546Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/a4/383a0d29f912fd0306b2425e2f29b99fced289' 2025-07-17T06:36:42.6147883Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/a4' 2025-07-17T06:36:42.6148238Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/2d/df800b987940d827ea7c3d259f81462ee1cc45' 2025-07-17T06:36:42.6148428Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/2d' 2025-07-17T06:36:42.6148718Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/59/8cf31242b763b9df672a8a1bd84621f50dd3dc' 2025-07-17T06:36:42.6148912Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/59' 2025-07-17T06:36:42.6149194Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/52/eb8108c5bdec04579160ae17225d66034bd723' 2025-07-17T06:36:42.6149484Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/52/b2c497d740a0bbad327a6ac268ce54d3286852' 2025-07-17T06:36:42.6149671Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/52' 2025-07-17T06:36:42.6149951Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/30/9869aa7c56be7776119ab673dc720b6593403d' 2025-07-17T06:36:42.6150149Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/30' 2025-07-17T06:36:42.6150437Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/6b/414db263391deeb4cba180ff0cadb3e87a6c15' 2025-07-17T06:36:42.6150625Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/6b' 2025-07-17T06:36:42.6151056Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/f5/854ba9ba1bdc6d3df0316e25feaad277dc0051' 2025-07-17T06:36:42.6151259Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/f5' 2025-07-17T06:36:42.6151543Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/dc/e6a7c9ee6f2a5468bd98938d4362f9be301991' 2025-07-17T06:36:42.6151736Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/dc' 2025-07-17T06:36:42.6152019Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/4e/422b74f8302614ea66d2906ad0d8d3a1622ab4' 2025-07-17T06:36:42.6152206Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/4e' 2025-07-17T06:36:42.6152595Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/9b/1220a1e09ada1f1ef304a6b0cb8b08d25f9c0c' 2025-07-17T06:36:42.6152785Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/9b' 2025-07-17T06:36:42.6152992Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/info' 2025-07-17T06:36:42.6153286Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/87/eca08f5ad22e5911cac5c7ec444a50d1ef144e' 2025-07-17T06:36:42.6153474Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/87' 2025-07-17T06:36:42.6153758Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/b0/24f9c3de8ec86d4026d45e7dfe9e2a7846af8e' 2025-07-17T06:36:42.6153950Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/b0' 2025-07-17T06:36:42.6154236Z removed 'pytorch-main/.git/modules/third_party/googletest/objects/9e/68aa0cbecae1f7179a66246723a6216329cb41' 2025-07-17T06:36:42.6154427Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects/9e' 2025-07-17T06:36:42.6154612Z removed directory 'pytorch-main/.git/modules/third_party/googletest/objects' 2025-07-17T06:36:42.6154783Z removed directory 'pytorch-main/.git/modules/third_party/googletest' 2025-07-17T06:36:42.6154978Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/commit-msg.sample' 2025-07-17T06:36:42.6155194Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6155391Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/pre-commit.sample' 2025-07-17T06:36:42.6155576Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6155842Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/post-update.sample' 2025-07-17T06:36:42.6156334Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/pre-receive.sample' 2025-07-17T06:36:42.6156722Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6157112Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6157481Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6157874Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6158197Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/pre-push.sample' 2025-07-17T06:36:42.6158513Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/update.sample' 2025-07-17T06:36:42.6158891Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6159268Z removed 'pytorch-main/.git/modules/third_party/kineto/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6159569Z removed directory 'pytorch-main/.git/modules/third_party/kineto/hooks' 2025-07-17T06:36:42.6159732Z removed 'pytorch-main/.git/modules/third_party/kineto/index' 2025-07-17T06:36:42.6159889Z removed 'pytorch-main/.git/modules/third_party/kineto/FETCH_HEAD' 2025-07-17T06:36:42.6160047Z removed 'pytorch-main/.git/modules/third_party/kineto/description' 2025-07-17T06:36:42.6160197Z removed 'pytorch-main/.git/modules/third_party/kineto/logs/HEAD' 2025-07-17T06:36:42.6160520Z removed 'pytorch-main/.git/modules/third_party/kineto/logs/refs/heads/main' 2025-07-17T06:36:42.6160718Z removed directory 'pytorch-main/.git/modules/third_party/kineto/logs/refs/heads' 2025-07-17T06:36:42.6160927Z removed 'pytorch-main/.git/modules/third_party/kineto/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6161153Z removed directory 'pytorch-main/.git/modules/third_party/kineto/logs/refs/remotes/origin' 2025-07-17T06:36:42.6161354Z removed directory 'pytorch-main/.git/modules/third_party/kineto/logs/refs/remotes' 2025-07-17T06:36:42.6161535Z removed directory 'pytorch-main/.git/modules/third_party/kineto/logs/refs' 2025-07-17T06:36:42.6161700Z removed directory 'pytorch-main/.git/modules/third_party/kineto/logs' 2025-07-17T06:36:42.6161944Z removed 'pytorch-main/.git/modules/third_party/kineto/shallow' 2025-07-17T06:36:42.6162087Z removed 'pytorch-main/.git/modules/third_party/kineto/config' 2025-07-17T06:36:42.6162226Z removed 'pytorch-main/.git/modules/third_party/kineto/HEAD' 2025-07-17T06:36:42.6162388Z removed 'pytorch-main/.git/modules/third_party/kineto/packed-refs' 2025-07-17T06:36:42.6162734Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.6163112Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6163453Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.6163807Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6164155Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.6164493Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.6164862Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6165218Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6165570Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6165942Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6166508Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.6166848Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/update.sample' 2025-07-17T06:36:42.6167215Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6167592Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6167896Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/hooks' 2025-07-17T06:36:42.6168168Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/index' 2025-07-17T06:36:42.6168461Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/FETCH_HEAD' 2025-07-17T06:36:42.6168754Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/description' 2025-07-17T06:36:42.6169039Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/HEAD' 2025-07-17T06:36:42.6169373Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.6169840Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/heads' 2025-07-17T06:36:42.6170198Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6170577Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.6171152Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs/remotes' 2025-07-17T06:36:42.6171718Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs/refs' 2025-07-17T06:36:42.6172447Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/logs' 2025-07-17T06:36:42.6172939Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/shallow' 2025-07-17T06:36:42.6173422Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config' 2025-07-17T06:36:42.6173894Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/HEAD' 2025-07-17T06:36:42.6174412Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/packed-refs' 2025-07-17T06:36:42.6174818Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/tags' 2025-07-17T06:36:42.6175144Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/heads/main' 2025-07-17T06:36:42.6175476Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/heads' 2025-07-17T06:36:42.6175814Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6176352Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/remotes/origin' 2025-07-17T06:36:42.6176695Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs/remotes' 2025-07-17T06:36:42.6177002Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/refs' 2025-07-17T06:36:42.6177302Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/info/exclude' 2025-07-17T06:36:42.6177612Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/info' 2025-07-17T06:36:42.6178118Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.6178609Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-0f5f922dcd0639e8575e4b8db94e7e6ff882d089.pack' 2025-07-17T06:36:42.6179094Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-0f5f922dcd0639e8575e4b8db94e7e6ff882d089.rev' 2025-07-17T06:36:42.6179573Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.6180048Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-0f5f922dcd0639e8575e4b8db94e7e6ff882d089.idx' 2025-07-17T06:36:42.6180521Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.6180859Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/pack' 2025-07-17T06:36:42.6181183Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects/info' 2025-07-17T06:36:42.6181627Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/objects' 2025-07-17T06:36:42.6182102Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest' 2025-07-17T06:36:42.6182672Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/commit-msg.sample' 2025-07-17T06:36:42.6183264Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6183812Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-commit.sample' 2025-07-17T06:36:42.6184516Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6185091Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/post-update.sample' 2025-07-17T06:36:42.6185458Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-receive.sample' 2025-07-17T06:36:42.6185795Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6186125Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6186566Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6186920Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6187235Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/pre-push.sample' 2025-07-17T06:36:42.6187535Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/update.sample' 2025-07-17T06:36:42.6187879Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6188217Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6188495Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/hooks' 2025-07-17T06:36:42.6188745Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/index' 2025-07-17T06:36:42.6189010Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/FETCH_HEAD' 2025-07-17T06:36:42.6189281Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/description' 2025-07-17T06:36:42.6189544Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/HEAD' 2025-07-17T06:36:42.6189848Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/heads/master' 2025-07-17T06:36:42.6190162Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/heads' 2025-07-17T06:36:42.6190496Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6190853Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/remotes/origin' 2025-07-17T06:36:42.6191176Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs/remotes' 2025-07-17T06:36:42.6191602Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs/refs' 2025-07-17T06:36:42.6192096Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/logs' 2025-07-17T06:36:42.6192544Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/shallow' 2025-07-17T06:36:42.6193146Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config' 2025-07-17T06:36:42.6193565Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/HEAD' 2025-07-17T06:36:42.6194041Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/packed-refs' 2025-07-17T06:36:42.6194551Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/tags' 2025-07-17T06:36:42.6194953Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/heads/master' 2025-07-17T06:36:42.6195359Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/heads' 2025-07-17T06:36:42.6195681Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6196006Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/remotes/origin' 2025-07-17T06:36:42.6196418Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs/remotes' 2025-07-17T06:36:42.6196694Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/refs' 2025-07-17T06:36:42.6196963Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/info/exclude' 2025-07-17T06:36:42.6197231Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/info' 2025-07-17T06:36:42.6197649Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3f/31d1e94faf04ab5b60374a59d00d7eb04ee6c5' 2025-07-17T06:36:42.6197946Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3f' 2025-07-17T06:36:42.6198345Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d8/30e7e5915b5f45f9317102effa954731816c5e' 2025-07-17T06:36:42.6198645Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d8' 2025-07-17T06:36:42.6199044Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c8/2e7378cd94d12bf36abce63eee275f17d58bac' 2025-07-17T06:36:42.6199335Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c8' 2025-07-17T06:36:42.6199735Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3b/fb5bbd4034b109e5e12f3006132347f624d0f0' 2025-07-17T06:36:42.6200029Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3b' 2025-07-17T06:36:42.6200417Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f6/8157e32e7585578c468f4d4559481d024cd30c' 2025-07-17T06:36:42.6200713Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f6' 2025-07-17T06:36:42.6201097Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/01/4396b9461c40086998e4914d57210477c1ba72' 2025-07-17T06:36:42.6201492Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/01/a61cee61fbde07b40e69f705a098b24050c7f4' 2025-07-17T06:36:42.6201932Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/01' 2025-07-17T06:36:42.6202642Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c4/a160688d4c2c12e59f3bfb8dfd9f4710e3f048' 2025-07-17T06:36:42.6203164Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c4' 2025-07-17T06:36:42.6203870Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/45/7857c4f8984d417eba2cfd2974098bb5f23234' 2025-07-17T06:36:42.6204608Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/45' 2025-07-17T06:36:42.6205216Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/25/7b6ead7a8f75415160109e06c81a667cd0153e' 2025-07-17T06:36:42.6205517Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/25' 2025-07-17T06:36:42.6205924Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/26/35026a69db8a38d24182657b9da470b1764a6b' 2025-07-17T06:36:42.6206554Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/26' 2025-07-17T06:36:42.6206961Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/17/c95cfe57ed2d97573a3866edbf6e5d11324a7f' 2025-07-17T06:36:42.6207251Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/17' 2025-07-17T06:36:42.6207664Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5b/4e213a0d3aeebf5de8b829eb01e5538babdfd2' 2025-07-17T06:36:42.6208062Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5b/efcab6c58099d46b452eb8e31bd3b058406e1d' 2025-07-17T06:36:42.6208350Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5b' 2025-07-17T06:36:42.6208748Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/58/d57c69da43696bfe74bc061a0484553a23459a' 2025-07-17T06:36:42.6209043Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/58' 2025-07-17T06:36:42.6209441Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/57/fe7a5857ad30f32ee0c7dbd16dfcf8b33e8e49' 2025-07-17T06:36:42.6209737Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/57' 2025-07-17T06:36:42.6210127Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/55/a31d0a87dc788d2d10d7db17751632a5e4f4a6' 2025-07-17T06:36:42.6210415Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/55' 2025-07-17T06:36:42.6210809Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a8/a188756826dae72582b230aa315701fb096149' 2025-07-17T06:36:42.6211094Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a8' 2025-07-17T06:36:42.6211681Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ee/4b06fd5e724f55eb591584fa9cfe48fca6f610' 2025-07-17T06:36:42.6212222Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ee' 2025-07-17T06:36:42.6212940Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/31/2e632bdccd661e26be3b619de58f21d3be98dc' 2025-07-17T06:36:42.6213649Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/31/a60e8faf1a6dc52a65e13b7581c6f87b316b0d' 2025-07-17T06:36:42.6214167Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/31' 2025-07-17T06:36:42.6214764Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b2/afc2c309f438b0120bd59a574cc7dfc5ee010e' 2025-07-17T06:36:42.6215059Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b2' 2025-07-17T06:36:42.6215461Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/07/b7eb3535ee9e4283c61550bf1cc8392e607750' 2025-07-17T06:36:42.6215884Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/07' 2025-07-17T06:36:42.6216491Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/98/faef659f527278707b625ca798af44e233d94a' 2025-07-17T06:36:42.6216797Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/98' 2025-07-17T06:36:42.6217190Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/2f/751ed7906c58a17961bde78d0fe6dea61b40ab' 2025-07-17T06:36:42.6217478Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/2f' 2025-07-17T06:36:42.6217996Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d3/f03b7f3855ba49eced1252cb1225d9af80b434' 2025-07-17T06:36:42.6218291Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d3' 2025-07-17T06:36:42.6218691Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ae/5252fc54c49a314aa64abea1a12b233921fd29' 2025-07-17T06:36:42.6218984Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ae' 2025-07-17T06:36:42.6219385Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/da/c9a30bddccfaaa81c05391de4c217974c7c02d' 2025-07-17T06:36:42.6219672Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/da' 2025-07-17T06:36:42.6220064Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/96/45f832391f89d9e292b0657d0b698078bf609a' 2025-07-17T06:36:42.6220357Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/96' 2025-07-17T06:36:42.6220949Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack/pack-ba68acf315127517b6c395fd1e43c06e89510d45.idx' 2025-07-17T06:36:42.6221777Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack/pack-ba68acf315127517b6c395fd1e43c06e89510d45.pack' 2025-07-17T06:36:42.6222572Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack/pack-ba68acf315127517b6c395fd1e43c06e89510d45.rev' 2025-07-17T06:36:42.6223106Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/pack' 2025-07-17T06:36:42.6223811Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/19/72cce529203171996a4c7d8fe4e64f2867448c' 2025-07-17T06:36:42.6224261Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/19' 2025-07-17T06:36:42.6224657Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/69/01918ede3031089b392d21481ebea9f6341004' 2025-07-17T06:36:42.6224955Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/69' 2025-07-17T06:36:42.6225347Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/51/3626c24d9f8341ed127be2c42fab6c89f15d04' 2025-07-17T06:36:42.6225635Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/51' 2025-07-17T06:36:42.6226033Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fd/f02dce661813f261012fac03743d598c374fa5' 2025-07-17T06:36:42.6226431Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fd' 2025-07-17T06:36:42.6226833Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/95/ceb3d08217d0e7d19958644dea6dc213fa5c3b' 2025-07-17T06:36:42.6227130Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/95' 2025-07-17T06:36:42.6227659Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/44/508f1c25176963b791d54d6af481bb98068903' 2025-07-17T06:36:42.6227948Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/44' 2025-07-17T06:36:42.6228355Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c2/ba13a977dba3a7dea69197f9aef3f98ba1b476' 2025-07-17T06:36:42.6228642Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c2' 2025-07-17T06:36:42.6229132Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/28/5363a767656bf52c5675a00a2da8c160c84aef' 2025-07-17T06:36:42.6229429Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/28' 2025-07-17T06:36:42.6229834Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5a/be38b27e420ac25bdc0c1fadcd8e6d0dd6ee7e' 2025-07-17T06:36:42.6230122Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5a' 2025-07-17T06:36:42.6230658Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/e6/1da88297911ae5a487a1a7c58c26d17244c5ff' 2025-07-17T06:36:42.6231181Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/e6' 2025-07-17T06:36:42.6231884Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c1/b8e2198360fbfe82cf6a079d32af0d25f20d2a' 2025-07-17T06:36:42.6232411Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c1' 2025-07-17T06:36:42.6233118Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/1f/1cda74ef4700ec823c7d8fca4cceb5f3d2c6f1' 2025-07-17T06:36:42.6233638Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/1f' 2025-07-17T06:36:42.6234157Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8d/07cc672337358bcc0b5ccfeab98059e2d97119' 2025-07-17T06:36:42.6234446Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8d' 2025-07-17T06:36:42.6234846Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c9/3123fd33532af3d7005e196603dbed2ee1f5a3' 2025-07-17T06:36:42.6235136Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/c9' 2025-07-17T06:36:42.6235536Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8a/1f86bcabe9c0993b78c485ad73eef4843e432a' 2025-07-17T06:36:42.6235831Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/8a' 2025-07-17T06:36:42.6236330Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/6f/7214a8ff89c1031ff95e420d05dd43d7b8a01d' 2025-07-17T06:36:42.6236621Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/6f' 2025-07-17T06:36:42.6237024Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/56/dfae8014934997504c28a14cfae17bec65853a' 2025-07-17T06:36:42.6237315Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/56' 2025-07-17T06:36:42.6237718Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5c/85ea08ff4e1d39fd3ad4ddeeec3e533f151f56' 2025-07-17T06:36:42.6238015Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/5c' 2025-07-17T06:36:42.6238860Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/9d/3b9bc1c917062ab7dfcea5705ae5c54f715bf4' 2025-07-17T06:36:42.6239380Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/9d' 2025-07-17T06:36:42.6240080Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/db/27a5b2f8352b9f221d35009062d340d955831a' 2025-07-17T06:36:42.6240594Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/db' 2025-07-17T06:36:42.6241292Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/7c/2a19b4084de8f8bb9376d91c9a508f396e50df' 2025-07-17T06:36:42.6241855Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/7c' 2025-07-17T06:36:42.6242262Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b1/f39ed22202d5b334d359b6fd6c66e128312ee2' 2025-07-17T06:36:42.6242558Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/b1' 2025-07-17T06:36:42.6242957Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f0/e9dd94ef3ae768642ee6e325a7b3732edd375f' 2025-07-17T06:36:42.6243246Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f0' 2025-07-17T06:36:42.6243644Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a4/c350bc0a0b79c379671c3dfe257a427bb86736' 2025-07-17T06:36:42.6243937Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a4' 2025-07-17T06:36:42.6244335Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/59/2ac29190add538b3494f9273d6737fc11a447a' 2025-07-17T06:36:42.6244624Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/59' 2025-07-17T06:36:42.6245027Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/52/2f9e1d3bf7883820be8fad8ff4d9794c6ad2fd' 2025-07-17T06:36:42.6245352Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/52' 2025-07-17T06:36:42.6245738Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/30/98d45849610c2a31151657dba4579d06182023' 2025-07-17T06:36:42.6246299Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/30/ac9de70786e5ffd593b524eddae3a9ce9997fd' 2025-07-17T06:36:42.6246655Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/30' 2025-07-17T06:36:42.6247058Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3d/2572179ec29f73084d0f7fb0082823db4f4e76' 2025-07-17T06:36:42.6247355Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/3d' 2025-07-17T06:36:42.6247751Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/cf/e4f56dfba48a6e524bd2e24163b27b2e191b19' 2025-07-17T06:36:42.6248044Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/cf' 2025-07-17T06:36:42.6248441Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f3/87903cf63488892ff7ff5eb7d732cb4f0ca208' 2025-07-17T06:36:42.6248728Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f3' 2025-07-17T06:36:42.6249177Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a1/065ad33ea6272f0b35d69961399cd7a8444787' 2025-07-17T06:36:42.6249882Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a1/b992b8c7b234970541fb04da722c9b0ea67f5b' 2025-07-17T06:36:42.6250571Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/a1' 2025-07-17T06:36:42.6251277Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/27/3664997620cb0fdcb2bc592a2a6c965ead1c2c' 2025-07-17T06:36:42.6251792Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/27' 2025-07-17T06:36:42.6252500Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/80/3cdeea9632ab63ae7e552c9bb84f4d2e80a992' 2025-07-17T06:36:42.6252966Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/80' 2025-07-17T06:36:42.6253372Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4a/de52ab223d80bde55da94236b57c3fc91d5058' 2025-07-17T06:36:42.6253669Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4a' 2025-07-17T06:36:42.6254066Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/00/41a40c1350ba702d475b9c4ad62da77caea164' 2025-07-17T06:36:42.6254355Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/00' 2025-07-17T06:36:42.6254751Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/0c/256a692bb13c134cd48dfaf3c65c1e89625d54' 2025-07-17T06:36:42.6255047Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/0c' 2025-07-17T06:36:42.6255442Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/82/c0fd6a27532a77241150d8023615a425825598' 2025-07-17T06:36:42.6255790Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/82' 2025-07-17T06:36:42.6256646Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4e/df16cf23c8dacda9830734c6c4fbc001d80454' 2025-07-17T06:36:42.6257173Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/4e' 2025-07-17T06:36:42.6257870Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/39/1d3a248c26110e3bb165c6515b2a61ebd50bf7' 2025-07-17T06:36:42.6258388Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/39' 2025-07-17T06:36:42.6259096Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/1a/06ed52b99dc05ccbd0ed12e7adb9312395c13d' 2025-07-17T06:36:42.6259406Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/1a' 2025-07-17T06:36:42.6259812Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fb/514ad761fc067d87c050abd45253c735a8ed9c' 2025-07-17T06:36:42.6260106Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/fb' 2025-07-17T06:36:42.6260502Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d1/21f7df2b7b470fc9f8490ecf0985bbe0ebf7d7' 2025-07-17T06:36:42.6260796Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/d1' 2025-07-17T06:36:42.6261186Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ab/7b2bf732f1901ab314874471e84879c217c4c1' 2025-07-17T06:36:42.6261580Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ab/94209fa436ac55c9e49223408e4500fe32e8b2' 2025-07-17T06:36:42.6261876Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/ab' 2025-07-17T06:36:42.6262402Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/60/23f362c0e1ee98d115358024c856d9e18045db' 2025-07-17T06:36:42.6262766Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/60' 2025-07-17T06:36:42.6263313Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/info' 2025-07-17T06:36:42.6264009Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/87/fa53f8470580e318801da61e811b361591ee54' 2025-07-17T06:36:42.6264525Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/87' 2025-07-17T06:36:42.6265383Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/df/55d340f018f5faae470f58fb06507148728e2c' 2025-07-17T06:36:42.6265906Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/df' 2025-07-17T06:36:42.6266571Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f9/0ec7ef6ed063f9136ac7997e4a38589adf2ae7' 2025-07-17T06:36:42.6266980Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f9/9ff74ed192dfd572a7a783e1b6699bc0035cf6' 2025-07-17T06:36:42.6267271Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/f9' 2025-07-17T06:36:42.6267663Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/97/6402a42b66cded40ea11d61fbe945e590e2631' 2025-07-17T06:36:42.6267959Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects/97' 2025-07-17T06:36:42.6268247Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/objects' 2025-07-17T06:36:42.6268505Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt' 2025-07-17T06:36:42.6268842Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/commit-msg.sample' 2025-07-17T06:36:42.6269193Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6269517Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-commit.sample' 2025-07-17T06:36:42.6269841Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6270262Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/post-update.sample' 2025-07-17T06:36:42.6270853Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-receive.sample' 2025-07-17T06:36:42.6271475Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6272084Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6272685Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6273322Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6273750Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/pre-push.sample' 2025-07-17T06:36:42.6274062Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/update.sample' 2025-07-17T06:36:42.6274426Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6274783Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6275212Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/hooks' 2025-07-17T06:36:42.6275477Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/index' 2025-07-17T06:36:42.6275757Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/FETCH_HEAD' 2025-07-17T06:36:42.6276037Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/description' 2025-07-17T06:36:42.6276517Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/HEAD' 2025-07-17T06:36:42.6276945Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/heads/main' 2025-07-17T06:36:42.6277280Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/heads' 2025-07-17T06:36:42.6277628Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6278021Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/remotes/origin' 2025-07-17T06:36:42.6278613Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs/remotes' 2025-07-17T06:36:42.6279154Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs/refs' 2025-07-17T06:36:42.6279659Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/logs' 2025-07-17T06:36:42.6280138Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/shallow' 2025-07-17T06:36:42.6280596Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config' 2025-07-17T06:36:42.6281043Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/HEAD' 2025-07-17T06:36:42.6281540Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/packed-refs' 2025-07-17T06:36:42.6282000Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.6282463Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6282907Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.6283345Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6283784Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.6284232Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.6284692Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6285148Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6285779Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6286738Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6287686Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.6288436Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/update.sample' 2025-07-17T06:36:42.6289047Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6289518Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6290064Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/hooks' 2025-07-17T06:36:42.6290439Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/index' 2025-07-17T06:36:42.6290841Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/FETCH_HEAD' 2025-07-17T06:36:42.6291233Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/description' 2025-07-17T06:36:42.6291614Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/HEAD' 2025-07-17T06:36:42.6292045Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.6292490Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/heads' 2025-07-17T06:36:42.6292958Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6293822Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.6294611Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs/remotes' 2025-07-17T06:36:42.6295344Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs/refs' 2025-07-17T06:36:42.6296053Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/logs' 2025-07-17T06:36:42.6296708Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/shallow' 2025-07-17T06:36:42.6297084Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config' 2025-07-17T06:36:42.6297460Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/HEAD' 2025-07-17T06:36:42.6297851Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/packed-refs' 2025-07-17T06:36:42.6298262Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/tags' 2025-07-17T06:36:42.6298673Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/heads/main' 2025-07-17T06:36:42.6299093Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/heads' 2025-07-17T06:36:42.6299529Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6300116Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/remotes/origin' 2025-07-17T06:36:42.6300544Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs/remotes' 2025-07-17T06:36:42.6301197Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/refs' 2025-07-17T06:36:42.6301901Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/info/exclude' 2025-07-17T06:36:42.6302421Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/info' 2025-07-17T06:36:42.6303020Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.6303618Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-a0af5963105dc32a7bf1e208701acf4f6f7ada48.idx' 2025-07-17T06:36:42.6304196Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.6304788Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-a0af5963105dc32a7bf1e208701acf4f6f7ada48.pack' 2025-07-17T06:36:42.6305371Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-a0af5963105dc32a7bf1e208701acf4f6f7ada48.rev' 2025-07-17T06:36:42.6305943Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.6306566Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/pack' 2025-07-17T06:36:42.6306997Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects/info' 2025-07-17T06:36:42.6307411Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/objects' 2025-07-17T06:36:42.6307802Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest' 2025-07-17T06:36:42.6308229Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/commit-msg.sample' 2025-07-17T06:36:42.6308676Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6309109Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-commit.sample' 2025-07-17T06:36:42.6309528Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6310021Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/post-update.sample' 2025-07-17T06:36:42.6310795Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-receive.sample' 2025-07-17T06:36:42.6311584Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6312527Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6313289Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6313751Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6314170Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/pre-push.sample' 2025-07-17T06:36:42.6314699Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/update.sample' 2025-07-17T06:36:42.6315157Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6315614Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6316007Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/hooks' 2025-07-17T06:36:42.6316588Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/index' 2025-07-17T06:36:42.6316966Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/FETCH_HEAD' 2025-07-17T06:36:42.6317355Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/description' 2025-07-17T06:36:42.6317723Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/HEAD' 2025-07-17T06:36:42.6318142Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/heads/master' 2025-07-17T06:36:42.6318566Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/heads' 2025-07-17T06:36:42.6319004Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6319464Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/remotes/origin' 2025-07-17T06:36:42.6319893Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs/remotes' 2025-07-17T06:36:42.6320298Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs/refs' 2025-07-17T06:36:42.6320686Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/logs' 2025-07-17T06:36:42.6321049Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/shallow' 2025-07-17T06:36:42.6321406Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config' 2025-07-17T06:36:42.6321762Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/HEAD' 2025-07-17T06:36:42.6322137Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/packed-refs' 2025-07-17T06:36:42.6322605Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/commit-msg.sample' 2025-07-17T06:36:42.6323100Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6323689Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-commit.sample' 2025-07-17T06:36:42.6324147Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6324617Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/post-update.sample' 2025-07-17T06:36:42.6325182Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-receive.sample' 2025-07-17T06:36:42.6325670Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6326338Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6326866Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6327374Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6327848Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/pre-push.sample' 2025-07-17T06:36:42.6328298Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/update.sample' 2025-07-17T06:36:42.6328800Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6329300Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6329729Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/hooks' 2025-07-17T06:36:42.6330127Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/index' 2025-07-17T06:36:42.6330551Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/FETCH_HEAD' 2025-07-17T06:36:42.6331172Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/description' 2025-07-17T06:36:42.6331910Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/HEAD' 2025-07-17T06:36:42.6332728Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/heads/master' 2025-07-17T06:36:42.6333555Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/heads' 2025-07-17T06:36:42.6334331Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6334836Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/remotes/origin' 2025-07-17T06:36:42.6335310Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs/remotes' 2025-07-17T06:36:42.6335896Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs/refs' 2025-07-17T06:36:42.6336429Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/logs' 2025-07-17T06:36:42.6336842Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/shallow' 2025-07-17T06:36:42.6337351Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config' 2025-07-17T06:36:42.6337748Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/HEAD' 2025-07-17T06:36:42.6338175Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/packed-refs' 2025-07-17T06:36:42.6338628Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/tags' 2025-07-17T06:36:42.6339070Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/heads/master' 2025-07-17T06:36:42.6339517Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/heads' 2025-07-17T06:36:42.6339993Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6340473Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/remotes/origin' 2025-07-17T06:36:42.6340930Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs/remotes' 2025-07-17T06:36:42.6341362Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/refs' 2025-07-17T06:36:42.6341789Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/info/exclude' 2025-07-17T06:36:42.6342210Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/info' 2025-07-17T06:36:42.6342785Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/bf/ccd82299ee210d3ae13fbf718479d66102039d' 2025-07-17T06:36:42.6343235Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/bf' 2025-07-17T06:36:42.6343795Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/2f/95332627860ced1b134061c240476622e6c7ac' 2025-07-17T06:36:42.6344247Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/2f' 2025-07-17T06:36:42.6344870Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack/pack-2108bdff2d5cabaf9bb25fbd416b3c561100e69f.rev' 2025-07-17T06:36:42.6345534Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack/pack-2108bdff2d5cabaf9bb25fbd416b3c561100e69f.pack' 2025-07-17T06:36:42.6346229Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack/pack-2108bdff2d5cabaf9bb25fbd416b3c561100e69f.idx' 2025-07-17T06:36:42.6347224Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/pack' 2025-07-17T06:36:42.6348234Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/84/11df715cf522606e3b1aca386ddfc0b63d34b4' 2025-07-17T06:36:42.6349031Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/84' 2025-07-17T06:36:42.6349981Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects/info' 2025-07-17T06:36:42.6350450Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/objects' 2025-07-17T06:36:42.6350903Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc' 2025-07-17T06:36:42.6351294Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules' 2025-07-17T06:36:42.6351692Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/tags' 2025-07-17T06:36:42.6352092Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/heads/master' 2025-07-17T06:36:42.6352500Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/heads' 2025-07-17T06:36:42.6352923Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6353368Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/remotes/origin' 2025-07-17T06:36:42.6353777Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs/remotes' 2025-07-17T06:36:42.6354160Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/refs' 2025-07-17T06:36:42.6354540Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/info/exclude' 2025-07-17T06:36:42.6355215Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/info' 2025-07-17T06:36:42.6356282Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/ec/dd4658dc1fc7f860677d192a21a0af0a23cda7' 2025-07-17T06:36:42.6357014Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/ec' 2025-07-17T06:36:42.6357922Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a5/110e55594c46cb291e9a7aeaaea747a50e9bbd' 2025-07-17T06:36:42.6358492Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a5/12c2a2e6ec54d2ce3bc83bd9b24ace9f1c17ab' 2025-07-17T06:36:42.6358901Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a5' 2025-07-17T06:36:42.6359416Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/76/d7eddf752d3027f2a25e710fbdb99cfbe78c04' 2025-07-17T06:36:42.6359955Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/76' 2025-07-17T06:36:42.6360470Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/d0/39e5c88312e40e3eb089b0c10be9f3ebd5dc83' 2025-07-17T06:36:42.6360979Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/d0/0b07d07dc5dec7c71adc3465d8124c94ba2c68' 2025-07-17T06:36:42.6361379Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/d0' 2025-07-17T06:36:42.6362008Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/09/89c7c852c9c35a2ce37681fadcc3058b10920b' 2025-07-17T06:36:42.6362739Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/09' 2025-07-17T06:36:42.6363643Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6d/b509260199be10212c9181d574c8b741aa5222' 2025-07-17T06:36:42.6364362Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6d' 2025-07-17T06:36:42.6365263Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e8/f8c4d7827b9760f20c6a65bd606683fa87518e' 2025-07-17T06:36:42.6365723Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e8' 2025-07-17T06:36:42.6366446Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a8/cba2bf5c06116c8835a582ceb5f294837629fa' 2025-07-17T06:36:42.6366967Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a8/51b8f8b154914c345a5a6bf764c6f32572be4a' 2025-07-17T06:36:42.6367372Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/a8' 2025-07-17T06:36:42.6367876Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4c/d1e69702a3b6e44659faf969280e6f1806f93a' 2025-07-17T06:36:42.6368384Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4c/404fd6ca35a69e9af5b5ee9df110eb68f292f1' 2025-07-17T06:36:42.6368794Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4c' 2025-07-17T06:36:42.6369299Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/b2/7e5fda11440a2881a3a16fff4240b6e4d53d9c' 2025-07-17T06:36:42.6369699Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/b2' 2025-07-17T06:36:42.6370207Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/61/90b253274ea76d734644a9394cf316a204d988' 2025-07-17T06:36:42.6370893Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/61' 2025-07-17T06:36:42.6371809Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/0e/7ccdd6df17a1b7c57c34b55b9f1513c189b417' 2025-07-17T06:36:42.6372528Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/0e' 2025-07-17T06:36:42.6373614Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e1/71aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-07-17T06:36:42.6374070Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/e1' 2025-07-17T06:36:42.6374581Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/ae/025eb6038077323bc079314e9c42876c9f444b' 2025-07-17T06:36:42.6374985Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/ae' 2025-07-17T06:36:42.6375598Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6e/5267c1e41f80527fe7dfe1bafddb130819b296' 2025-07-17T06:36:42.6376006Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/6e' 2025-07-17T06:36:42.6376782Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack/pack-2108bdff2d5cabaf9bb25fbd416b3c561100e69f.rev' 2025-07-17T06:36:42.6377377Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack/pack-2108bdff2d5cabaf9bb25fbd416b3c561100e69f.pack' 2025-07-17T06:36:42.6377945Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack/pack-2108bdff2d5cabaf9bb25fbd416b3c561100e69f.idx' 2025-07-17T06:36:42.6378690Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/pack' 2025-07-17T06:36:42.6379612Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/29/be922faeb393ac6635211e6ccbcf0bee7f32b7' 2025-07-17T06:36:42.6380348Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/29' 2025-07-17T06:36:42.6381265Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/65/7a1f4d413ba0cf5225b6bd68229a8156cdb8f4' 2025-07-17T06:36:42.6381734Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/65' 2025-07-17T06:36:42.6382244Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/7b/218b90d1525632860bc2eacc3feddc44517206' 2025-07-17T06:36:42.6382645Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/7b' 2025-07-17T06:36:42.6383156Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/c5/3a128de51535c91e2aaf2d1a076d768f5b27d3' 2025-07-17T06:36:42.6383557Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/c5' 2025-07-17T06:36:42.6384065Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/53/3fd61007af2efe3cf59f273ae731b6eb467611' 2025-07-17T06:36:42.6384470Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/53' 2025-07-17T06:36:42.6384982Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/aa/2072c575fee406fdb0b904d6c0fcb3f91a76e9' 2025-07-17T06:36:42.6385382Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/aa' 2025-07-17T06:36:42.6386535Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4b/84f7e3d5dc689d6ba9525d95b765aeb9677d5e' 2025-07-17T06:36:42.6387261Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/4b' 2025-07-17T06:36:42.6388170Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/8f/5aa0babb38c243cc2f16f8048d2223d0ba6440' 2025-07-17T06:36:42.6388887Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/8f' 2025-07-17T06:36:42.6389731Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/3d/952a88ea0de789484857f5311536bd0a894b2b' 2025-07-17T06:36:42.6390140Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/3d' 2025-07-17T06:36:42.6390658Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/80/df818eba38a20203d8846eca87f51f24a5e4e3' 2025-07-17T06:36:42.6391055Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/80' 2025-07-17T06:36:42.6391471Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/info' 2025-07-17T06:36:42.6391983Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/92/28ff6ea1b3074a441f01988a065999a268f66d' 2025-07-17T06:36:42.6392385Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects/92' 2025-07-17T06:36:42.6392784Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/objects' 2025-07-17T06:36:42.6393152Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags' 2025-07-17T06:36:42.6393712Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/commit-msg.sample' 2025-07-17T06:36:42.6394495Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6395014Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-commit.sample' 2025-07-17T06:36:42.6395423Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6395843Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/post-update.sample' 2025-07-17T06:36:42.6396463Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-receive.sample' 2025-07-17T06:36:42.6396905Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6397340Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6397770Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6398213Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6398765Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/pre-push.sample' 2025-07-17T06:36:42.6399161Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/update.sample' 2025-07-17T06:36:42.6399601Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6400050Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6400526Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/hooks' 2025-07-17T06:36:42.6400875Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/index' 2025-07-17T06:36:42.6401493Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/FETCH_HEAD' 2025-07-17T06:36:42.6402159Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/description' 2025-07-17T06:36:42.6402790Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/HEAD' 2025-07-17T06:36:42.6403504Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/heads/master' 2025-07-17T06:36:42.6404238Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/heads' 2025-07-17T06:36:42.6404756Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6405222Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/remotes/origin' 2025-07-17T06:36:42.6405674Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs/remotes' 2025-07-17T06:36:42.6406061Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs/refs' 2025-07-17T06:36:42.6406636Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/logs' 2025-07-17T06:36:42.6406998Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/shallow' 2025-07-17T06:36:42.6407350Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config' 2025-07-17T06:36:42.6407692Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/HEAD' 2025-07-17T06:36:42.6408069Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/packed-refs' 2025-07-17T06:36:42.6408458Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/tags' 2025-07-17T06:36:42.6408887Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/heads/master' 2025-07-17T06:36:42.6409594Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/heads' 2025-07-17T06:36:42.6410327Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6411083Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/remotes/origin' 2025-07-17T06:36:42.6411966Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs/remotes' 2025-07-17T06:36:42.6412475Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/refs' 2025-07-17T06:36:42.6412850Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/info/exclude' 2025-07-17T06:36:42.6413215Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/info' 2025-07-17T06:36:42.6413892Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-73cb552ea833661f149f8abba1ef1cf1aa2492fa.idx' 2025-07-17T06:36:42.6414456Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-ba68acf315127517b6c395fd1e43c06e89510d45.idx' 2025-07-17T06:36:42.6415011Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-73cb552ea833661f149f8abba1ef1cf1aa2492fa.rev' 2025-07-17T06:36:42.6415567Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-ba68acf315127517b6c395fd1e43c06e89510d45.pack' 2025-07-17T06:36:42.6416249Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-73cb552ea833661f149f8abba1ef1cf1aa2492fa.pack' 2025-07-17T06:36:42.6416805Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack/pack-ba68acf315127517b6c395fd1e43c06e89510d45.rev' 2025-07-17T06:36:42.6417293Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/pack' 2025-07-17T06:36:42.6418032Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects/info' 2025-07-17T06:36:42.6418711Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/objects' 2025-07-17T06:36:42.6419341Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt' 2025-07-17T06:36:42.6420078Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/commit-msg.sample' 2025-07-17T06:36:42.6420735Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6421157Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-commit.sample' 2025-07-17T06:36:42.6421576Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6421992Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/post-update.sample' 2025-07-17T06:36:42.6422406Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-receive.sample' 2025-07-17T06:36:42.6422846Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6423286Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6423717Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6424299Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6424704Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/pre-push.sample' 2025-07-17T06:36:42.6425228Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/update.sample' 2025-07-17T06:36:42.6426029Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6427121Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6427811Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/hooks' 2025-07-17T06:36:42.6428450Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/index' 2025-07-17T06:36:42.6428833Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/FETCH_HEAD' 2025-07-17T06:36:42.6429202Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/description' 2025-07-17T06:36:42.6429567Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/HEAD' 2025-07-17T06:36:42.6429983Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/heads/develop' 2025-07-17T06:36:42.6430394Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/heads' 2025-07-17T06:36:42.6430836Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6431287Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/remotes/origin' 2025-07-17T06:36:42.6431711Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs/remotes' 2025-07-17T06:36:42.6432103Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs/refs' 2025-07-17T06:36:42.6432577Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/logs' 2025-07-17T06:36:42.6433222Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/shallow' 2025-07-17T06:36:42.6433848Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config' 2025-07-17T06:36:42.6434454Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/HEAD' 2025-07-17T06:36:42.6435108Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/packed-refs' 2025-07-17T06:36:42.6435802Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/tags' 2025-07-17T06:36:42.6436400Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/heads/develop' 2025-07-17T06:36:42.6436812Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/heads' 2025-07-17T06:36:42.6437227Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6437795Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/remotes/origin' 2025-07-17T06:36:42.6438199Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs/remotes' 2025-07-17T06:36:42.6438574Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/refs' 2025-07-17T06:36:42.6438943Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/info/exclude' 2025-07-17T06:36:42.6439429Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/info' 2025-07-17T06:36:42.6439998Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-b2d887f3c360eeae6baaaf345c26b61217b03bf2.rev' 2025-07-17T06:36:42.6440562Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-c68f4b377db62232fd35032a56f56c7a8f8aa36e.rev' 2025-07-17T06:36:42.6441133Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-b2d887f3c360eeae6baaaf345c26b61217b03bf2.idx' 2025-07-17T06:36:42.6441693Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-c68f4b377db62232fd35032a56f56c7a8f8aa36e.idx' 2025-07-17T06:36:42.6442264Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-b2d887f3c360eeae6baaaf345c26b61217b03bf2.pack' 2025-07-17T06:36:42.6442829Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack/pack-c68f4b377db62232fd35032a56f56c7a8f8aa36e.pack' 2025-07-17T06:36:42.6443239Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/pack' 2025-07-17T06:36:42.6443638Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects/info' 2025-07-17T06:36:42.6444028Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/objects' 2025-07-17T06:36:42.6444390Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json' 2025-07-17T06:36:42.6444799Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/commit-msg.sample' 2025-07-17T06:36:42.6445278Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6445693Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-commit.sample' 2025-07-17T06:36:42.6446102Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6446623Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/post-update.sample' 2025-07-17T06:36:42.6447042Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-receive.sample' 2025-07-17T06:36:42.6447478Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6448032Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6448457Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6448904Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6449308Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/pre-push.sample' 2025-07-17T06:36:42.6449805Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/update.sample' 2025-07-17T06:36:42.6450252Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6450696Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6451193Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/hooks' 2025-07-17T06:36:42.6451762Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/index' 2025-07-17T06:36:42.6452130Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/FETCH_HEAD' 2025-07-17T06:36:42.6452498Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/description' 2025-07-17T06:36:42.6452868Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/HEAD' 2025-07-17T06:36:42.6453275Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/heads/master' 2025-07-17T06:36:42.6453689Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/heads' 2025-07-17T06:36:42.6454123Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6454624Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/remotes/origin' 2025-07-17T06:36:42.6455037Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs/remotes' 2025-07-17T06:36:42.6455433Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs/refs' 2025-07-17T06:36:42.6455804Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/logs' 2025-07-17T06:36:42.6456268Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/shallow' 2025-07-17T06:36:42.6456624Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config' 2025-07-17T06:36:42.6456963Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/HEAD' 2025-07-17T06:36:42.6457331Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/packed-refs' 2025-07-17T06:36:42.6457737Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/tags' 2025-07-17T06:36:42.6458121Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/heads/master' 2025-07-17T06:36:42.6458649Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/heads' 2025-07-17T06:36:42.6459081Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6459853Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/remotes/origin' 2025-07-17T06:36:42.6460543Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs/remotes' 2025-07-17T06:36:42.6461050Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/refs' 2025-07-17T06:36:42.6461425Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/info/exclude' 2025-07-17T06:36:42.6461800Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/info' 2025-07-17T06:36:42.6462369Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-c69b4293e8ca6f60702c4487fe5edb1a4572890e.idx' 2025-07-17T06:36:42.6462926Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-d8a1472121138bf3e0122f7e7865adb6994f68a5.pack' 2025-07-17T06:36:42.6463473Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-d8a1472121138bf3e0122f7e7865adb6994f68a5.idx' 2025-07-17T06:36:42.6464027Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-d8a1472121138bf3e0122f7e7865adb6994f68a5.rev' 2025-07-17T06:36:42.6464586Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-c69b4293e8ca6f60702c4487fe5edb1a4572890e.pack' 2025-07-17T06:36:42.6465137Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack/pack-c69b4293e8ca6f60702c4487fe5edb1a4572890e.rev' 2025-07-17T06:36:42.6465539Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/pack' 2025-07-17T06:36:42.6465933Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects/info' 2025-07-17T06:36:42.6466555Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/objects' 2025-07-17T06:36:42.6466974Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr' 2025-07-17T06:36:42.6467632Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/commit-msg.sample' 2025-07-17T06:36:42.6468081Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6468492Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-commit.sample' 2025-07-17T06:36:42.6468903Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6469324Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/post-update.sample' 2025-07-17T06:36:42.6469738Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-receive.sample' 2025-07-17T06:36:42.6470309Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6470744Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6471171Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6471617Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6472121Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/pre-push.sample' 2025-07-17T06:36:42.6472516Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/update.sample' 2025-07-17T06:36:42.6472962Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6473405Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6473782Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/hooks' 2025-07-17T06:36:42.6474129Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/index' 2025-07-17T06:36:42.6474550Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/FETCH_HEAD' 2025-07-17T06:36:42.6475161Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/description' 2025-07-17T06:36:42.6475533Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/HEAD' 2025-07-17T06:36:42.6475940Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/heads/main' 2025-07-17T06:36:42.6476546Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/heads' 2025-07-17T06:36:42.6476990Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6477446Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/remotes/origin' 2025-07-17T06:36:42.6477865Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs/remotes' 2025-07-17T06:36:42.6478255Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs/refs' 2025-07-17T06:36:42.6478628Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/logs' 2025-07-17T06:36:42.6478977Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/shallow' 2025-07-17T06:36:42.6479321Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config' 2025-07-17T06:36:42.6479664Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/HEAD' 2025-07-17T06:36:42.6480034Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/packed-refs' 2025-07-17T06:36:42.6480420Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/tags' 2025-07-17T06:36:42.6480977Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/heads/main' 2025-07-17T06:36:42.6481372Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/heads' 2025-07-17T06:36:42.6481783Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6482216Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/remotes/origin' 2025-07-17T06:36:42.6483027Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs/remotes' 2025-07-17T06:36:42.6483440Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/refs' 2025-07-17T06:36:42.6483822Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/info/exclude' 2025-07-17T06:36:42.6484193Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/info' 2025-07-17T06:36:42.6484700Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/d8/b064a7074c66c2f55da58be5a72b9dff9486db' 2025-07-17T06:36:42.6485098Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/d8' 2025-07-17T06:36:42.6485605Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/71/257a96046af4dfabee9b44c7c2493f0402b4f3' 2025-07-17T06:36:42.6485994Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/71' 2025-07-17T06:36:42.6486709Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5f/cad59b4bf4584553d4ed3336e42038af1d87af' 2025-07-17T06:36:42.6487106Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5f' 2025-07-17T06:36:42.6487607Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f6/8a2fa8ea36c783bdd760371411fcb495aa3150' 2025-07-17T06:36:42.6488008Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f6' 2025-07-17T06:36:42.6488506Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ef/cf051dace6083b5f5e79dfc39579898a646080' 2025-07-17T06:36:42.6488904Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ef' 2025-07-17T06:36:42.6489412Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ca/2985fc8b183097063f73dad288e11bb60f5470' 2025-07-17T06:36:42.6489805Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ca' 2025-07-17T06:36:42.6490309Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/be/57481d36d3d599c0b2dddfc3b085e5d4800804' 2025-07-17T06:36:42.6490704Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/be' 2025-07-17T06:36:42.6491202Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/67/aa16e1785c40cb1bda45b90284aac89468243b' 2025-07-17T06:36:42.6491714Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/67' 2025-07-17T06:36:42.6492207Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/8c/25868ff749f2bda0f544b2c476609d736e2773' 2025-07-17T06:36:42.6492597Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/8c' 2025-07-17T06:36:42.6493095Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/85/e7b1b9bc4459e60509e11c0d528b84d23db7cd' 2025-07-17T06:36:42.6493582Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/85' 2025-07-17T06:36:42.6494083Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e0/8989323f5ab210220e29caff81c23e7a0ed048' 2025-07-17T06:36:42.6494484Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e0' 2025-07-17T06:36:42.6494980Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/bf/d4dd169fa9374333b0f41df436f8fda673ce23' 2025-07-17T06:36:42.6495365Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/bf' 2025-07-17T06:36:42.6495867Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7a/32a831569acca123276916419758b93a8e729c' 2025-07-17T06:36:42.6496359Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7a' 2025-07-17T06:36:42.6496866Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fe/1c45619c0df5c52c224e0d4c9547bcf74f7134' 2025-07-17T06:36:42.6497258Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fe' 2025-07-17T06:36:42.6497761Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b7/0b48cce991f0a920763b33a758cb3d6c4f4b57' 2025-07-17T06:36:42.6498150Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b7' 2025-07-17T06:36:42.6498656Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4d/4ed01c5b9c404ba71297702af678d4f9a1aa14' 2025-07-17T06:36:42.6499043Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4d' 2025-07-17T06:36:42.6499538Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/09/112736823118f7baab7817dfff777e0f309321' 2025-07-17T06:36:42.6499930Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/09' 2025-07-17T06:36:42.6500427Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/06/e31e1cef63b2dd5dbf023d7a78c059a8757bfb' 2025-07-17T06:36:42.6501045Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/06/2a23ddf5ab1fd53ea4e8f2aac4ae9a3eba6a30' 2025-07-17T06:36:42.6501595Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/06' 2025-07-17T06:36:42.6502093Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/36/d3c436c54c9005ea05c99650f905fbe84cab45' 2025-07-17T06:36:42.6502620Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/36' 2025-07-17T06:36:42.6503124Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6d/b420a7cdda16664fb6ec75d77fc9e25be0082f' 2025-07-17T06:36:42.6503512Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6d' 2025-07-17T06:36:42.6504109Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/32/0eff78f4dd50ab94a31127e1314c0055f662d4' 2025-07-17T06:36:42.6504499Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/32' 2025-07-17T06:36:42.6505002Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/03/09d26592d55ffb0a2473ffdcf171cca39c3c05' 2025-07-17T06:36:42.6505392Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/03' 2025-07-17T06:36:42.6505888Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/77/c7f683b5adf888c2bb26fa104554b97951776d' 2025-07-17T06:36:42.6506492Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/77' 2025-07-17T06:36:42.6507010Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/98/aca6fae5b8659087fb637659c376ab9bb16def' 2025-07-17T06:36:42.6507406Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/98' 2025-07-17T06:36:42.6507912Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/14/a60cdaf7d52de1d235edfbd6628a903229da06' 2025-07-17T06:36:42.6508304Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/14' 2025-07-17T06:36:42.6508800Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0e/dd1f3018e9e6bf2ace9f761a0c221d962b4e9d' 2025-07-17T06:36:42.6509191Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0e' 2025-07-17T06:36:42.6509691Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/9a/a2d0f40e823e6e14e6bb79396a53f8e9423e2d' 2025-07-17T06:36:42.6510082Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/9a' 2025-07-17T06:36:42.6510583Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2f/ee84e3ff9a28a79ed1fd35e30eb8e98d9905d4' 2025-07-17T06:36:42.6510977Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2f' 2025-07-17T06:36:42.6511481Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0b/fecbab28d9eaa1afd7a399ebee03647d8beae5' 2025-07-17T06:36:42.6511878Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/0b' 2025-07-17T06:36:42.6512376Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/05/30fa4e3a673fac5ec156c220fd3d867c143b5f' 2025-07-17T06:36:42.6512887Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/05' 2025-07-17T06:36:42.6513389Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/21/426e3159da4569802e484a732ed2fdf438a63f' 2025-07-17T06:36:42.6513778Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/21' 2025-07-17T06:36:42.6514275Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7f/104ca46f065b8bea0deeceb84ef593f33013f6' 2025-07-17T06:36:42.6514769Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7f' 2025-07-17T06:36:42.6515329Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack/pack-6f5c79860d75ef364acc467baaa0969cc7d97ed5.rev' 2025-07-17T06:36:42.6515886Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack/pack-6f5c79860d75ef364acc467baaa0969cc7d97ed5.idx' 2025-07-17T06:36:42.6516649Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack/pack-6f5c79860d75ef364acc467baaa0969cc7d97ed5.pack' 2025-07-17T06:36:42.6517056Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/pack' 2025-07-17T06:36:42.6517560Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/19/bac9f409e9a90c618086fd012a258c6219c79f' 2025-07-17T06:36:42.6517957Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/19' 2025-07-17T06:36:42.6518459Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/69/60e2afa3f31b50849330dd42a16a7d923d279e' 2025-07-17T06:36:42.6518845Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/69' 2025-07-17T06:36:42.6519343Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fd/99def249e904fa25f873433ca8932035a02946' 2025-07-17T06:36:42.6519732Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/fd' 2025-07-17T06:36:42.6520230Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2c/421485b3fe0f5b4ad741f457818e059cb1d46b' 2025-07-17T06:36:42.6520623Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2c' 2025-07-17T06:36:42.6521120Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5a/c5d0c79f19e590f73b57c538d5f161dff16b49' 2025-07-17T06:36:42.6521511Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/5a' 2025-07-17T06:36:42.6522016Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e6/4a10c2fe450abde6be479ad2fd93fd15e66a9c' 2025-07-17T06:36:42.6522407Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/e6' 2025-07-17T06:36:42.6522910Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/1c/f0e9fbda41eb065ead027c303a61ce40f9a6d3' 2025-07-17T06:36:42.6523425Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/1c' 2025-07-17T06:36:42.6523923Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/eb/afe615cc867f4629d02d7cae9e545f4914826b' 2025-07-17T06:36:42.6524314Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/eb' 2025-07-17T06:36:42.6524808Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ff/3a6037364ca7de7f3463aa07cfee2806119fd3' 2025-07-17T06:36:42.6525295Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ff' 2025-07-17T06:36:42.6525800Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2e/c53aebd7ee50431698bd2f5ea735cbad5b771c' 2025-07-17T06:36:42.6526296Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/2e' 2025-07-17T06:36:42.6526797Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/aa/9e8e1e6e6b3cca0be06b423da93783748e290c' 2025-07-17T06:36:42.6527192Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/aa' 2025-07-17T06:36:42.6528010Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/c9/14e2b8f7d582b35fccf8695fb5bb32d698244c' 2025-07-17T06:36:42.6528408Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/c9' 2025-07-17T06:36:42.6528904Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6f/30d32a6e765951b1b1865cf6b14229c49602d0' 2025-07-17T06:36:42.6529302Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/6f' 2025-07-17T06:36:42.6529790Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/56/40b45b28126190994d2209c31177a67d2dacf9' 2025-07-17T06:36:42.6530184Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/56' 2025-07-17T06:36:42.6530682Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/94/813540a3ea17dfcdab74f0337e80e8181806c2' 2025-07-17T06:36:42.6531068Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/94' 2025-07-17T06:36:42.6531572Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4f/49309ebb97ff2091f087bed51a81f397b05aea' 2025-07-17T06:36:42.6531963Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4f' 2025-07-17T06:36:42.6532458Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/35/6bd5033abf11ff864c378090ac063a46ee0d04' 2025-07-17T06:36:42.6532851Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/35' 2025-07-17T06:36:42.6533350Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/64/46bed3e43b98c7a4f703448157a3dc5e27552c' 2025-07-17T06:36:42.6533740Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/64' 2025-07-17T06:36:42.6534376Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/a0/2326bcc75f1c7cefad8977d1c13ac002e9426e' 2025-07-17T06:36:42.6534873Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/a0/c4f545c0a8b8744c6822eee0a07af0eddf3d03' 2025-07-17T06:36:42.6535265Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/a0' 2025-07-17T06:36:42.6535850Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7c/c4712a56312e4692809f9503429f5ebc16aeb8' 2025-07-17T06:36:42.6536356Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/7c' 2025-07-17T06:36:42.6536876Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4b/f7f69cb1e215faa3f241f69930fe0aab249829' 2025-07-17T06:36:42.6537268Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4b' 2025-07-17T06:36:42.6537769Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b1/81c81d5d4acc9757e97c0ed92a9750e1dab0d4' 2025-07-17T06:36:42.6538165Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/b1' 2025-07-17T06:36:42.6538666Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f0/616f73c59fd3c0eafec9c81bd6743da7ca1e21' 2025-07-17T06:36:42.6539055Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f0' 2025-07-17T06:36:42.6539559Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/88/0b1da43e8bf3b143a6552557e75c8b9886f8ab' 2025-07-17T06:36:42.6539946Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/88' 2025-07-17T06:36:42.6540440Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/52/315cdeb28ac535209a1dc66f5a67477f94a662' 2025-07-17T06:36:42.6540839Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/52' 2025-07-17T06:36:42.6541343Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ed/d03c9691124a7ec50ddd53badcd902c5ef24f7' 2025-07-17T06:36:42.6541731Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ed' 2025-07-17T06:36:42.6542236Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3e/1437b982e079a89a2d1dafaa077a4896413d55' 2025-07-17T06:36:42.6542628Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3e' 2025-07-17T06:36:42.6543125Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3d/a6cf3b4a7a8bb31cdf1e2ac2789c7ea01442f1' 2025-07-17T06:36:42.6543520Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/3d' 2025-07-17T06:36:42.6544020Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/cf/d8d4d5f82211501561adf8bb6b8eac992164de' 2025-07-17T06:36:42.6544632Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/cf/8954cc6e00a9749e852ddbb1b74b6809bbb9b6' 2025-07-17T06:36:42.6545026Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/cf' 2025-07-17T06:36:42.6545551Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/16/c576fc532835a69d976d7dd4a4bbaf90dd2b62' 2025-07-17T06:36:42.6545939Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/16' 2025-07-17T06:36:42.6546750Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4a/81987d84272503f45151e61b749d12ed2ff951' 2025-07-17T06:36:42.6547150Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/4a' 2025-07-17T06:36:42.6547667Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/48/a833f62e2af96071ce75208c0ad97e60c1132f' 2025-07-17T06:36:42.6548056Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/48' 2025-07-17T06:36:42.6548552Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/74/4dc5aad132e899b6a417705d4642e1add0af58' 2025-07-17T06:36:42.6548946Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/74' 2025-07-17T06:36:42.6549444Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f7/6a8b26634e4c4bb72d3826087486bb6c4e93dc' 2025-07-17T06:36:42.6549836Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/f7' 2025-07-17T06:36:42.6550242Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/info' 2025-07-17T06:36:42.6550740Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ea/0ae32a201f8d39ee586c4874b8f6db7a648e08' 2025-07-17T06:36:42.6551129Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects/ea' 2025-07-17T06:36:42.6551525Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/objects' 2025-07-17T06:36:42.6551882Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs' 2025-07-17T06:36:42.6552302Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/commit-msg.sample' 2025-07-17T06:36:42.6552748Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6553162Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-commit.sample' 2025-07-17T06:36:42.6553573Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6553998Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/post-update.sample' 2025-07-17T06:36:42.6554412Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-receive.sample' 2025-07-17T06:36:42.6555212Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6555984Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6556688Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6557145Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6557692Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/pre-push.sample' 2025-07-17T06:36:42.6558101Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/update.sample' 2025-07-17T06:36:42.6558551Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6558998Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6559380Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/hooks' 2025-07-17T06:36:42.6559731Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/index' 2025-07-17T06:36:42.6560106Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/FETCH_HEAD' 2025-07-17T06:36:42.6560474Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/description' 2025-07-17T06:36:42.6560833Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/HEAD' 2025-07-17T06:36:42.6561247Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/heads/master' 2025-07-17T06:36:42.6561660Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/heads' 2025-07-17T06:36:42.6562110Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6562567Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/remotes/origin' 2025-07-17T06:36:42.6562986Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs/remotes' 2025-07-17T06:36:42.6563381Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs/refs' 2025-07-17T06:36:42.6563760Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/logs' 2025-07-17T06:36:42.6564116Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/shallow' 2025-07-17T06:36:42.6564469Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config' 2025-07-17T06:36:42.6564812Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/HEAD' 2025-07-17T06:36:42.6565185Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/packed-refs' 2025-07-17T06:36:42.6565581Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/tags' 2025-07-17T06:36:42.6566114Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/heads/master' 2025-07-17T06:36:42.6566757Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/heads' 2025-07-17T06:36:42.6567181Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6567621Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/remotes/origin' 2025-07-17T06:36:42.6568137Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs/remotes' 2025-07-17T06:36:42.6568524Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/refs' 2025-07-17T06:36:42.6568896Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/info/exclude' 2025-07-17T06:36:42.6569269Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/info' 2025-07-17T06:36:42.6570095Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/de/3b05d6530f3735907222164fab87c8e35e62b6' 2025-07-17T06:36:42.6570812Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/de' 2025-07-17T06:36:42.6571337Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1e/d14498fba31eb3688c6db6f8b4814ffc84e11b' 2025-07-17T06:36:42.6571736Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1e' 2025-07-17T06:36:42.6572242Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/89/d008eb97a84b41e7520c9444357347da7b970e' 2025-07-17T06:36:42.6572632Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/89' 2025-07-17T06:36:42.6573135Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f6/e1078f39a2eb3eecc3f7b5679ebf445366c704' 2025-07-17T06:36:42.6573529Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f6' 2025-07-17T06:36:42.6574019Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/01/31f4922742a398347195561777b93f7f367f91' 2025-07-17T06:36:42.6574419Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/01' 2025-07-17T06:36:42.6574918Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a7/1979f83fe27a3f16a54a4aa188ad534cd2570a' 2025-07-17T06:36:42.6575313Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a7' 2025-07-17T06:36:42.6575820Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/93/b1acdeaedf965a44e8dfd6809622d1229c4994' 2025-07-17T06:36:42.6576340Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/93' 2025-07-17T06:36:42.6576846Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d4/bb47eea916c3414d18f5d200cad5ed17aa8fee' 2025-07-17T06:36:42.6577380Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d4' 2025-07-17T06:36:42.6577888Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c4/c99ccd737b1a718ab1d93bc083f4329f8ea33c' 2025-07-17T06:36:42.6578279Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c4' 2025-07-17T06:36:42.6578778Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a5/0e44aff94e822c0e819f82234861068b20b203' 2025-07-17T06:36:42.6579269Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a5' 2025-07-17T06:36:42.6579771Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e4/78a3663ab2026bdd538ac2d10bbbc4dc3d9acd' 2025-07-17T06:36:42.6580173Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e4' 2025-07-17T06:36:42.6580672Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a6/4685c9e5cdbf78fe1fb1be22334a6874f598a5' 2025-07-17T06:36:42.6581068Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a6' 2025-07-17T06:36:42.6581576Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b9/bef4ea6f5edfded5461f98c372773fd7e59611' 2025-07-17T06:36:42.6581976Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b9' 2025-07-17T06:36:42.6582489Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/26/78271ddf2b7796caabfb20fe80b05f05eb7f03' 2025-07-17T06:36:42.6582882Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/26' 2025-07-17T06:36:42.6583382Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/33/0f4650c638afd6a4948dd4283b1a6c61a3f1b3' 2025-07-17T06:36:42.6583779Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/33' 2025-07-17T06:36:42.6584282Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a3/32f1a19963ec99d258cf57ce1beb10a2bfa7f9' 2025-07-17T06:36:42.6584671Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a3' 2025-07-17T06:36:42.6585179Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dd/c90b0a43f8d89f5c7a48b094cd62f59d7b863f' 2025-07-17T06:36:42.6585572Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dd' 2025-07-17T06:36:42.6586512Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b7/b5cf6c6650ab93b6b02cb1c955dc43ebf4620e' 2025-07-17T06:36:42.6587239Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b7' 2025-07-17T06:36:42.6587824Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4d/0a38bca72bb8d2e00eb10b8ed4d191187acf46' 2025-07-17T06:36:42.6588366Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4d' 2025-07-17T06:36:42.6588874Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/57/613614b89d8fbe552e8a1a6a0a26d0429a04f0' 2025-07-17T06:36:42.6589270Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/57' 2025-07-17T06:36:42.6589770Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/55/b98b2d484f09d917fbcdf4ce1aa98b2ee97979' 2025-07-17T06:36:42.6590267Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/55' 2025-07-17T06:36:42.6590770Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e8/2c597f990d0219dcb7bb6a6c2cc333a44a279f' 2025-07-17T06:36:42.6591271Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e8/105d111d92b3e27a4888278becb054aba49dca' 2025-07-17T06:36:42.6591670Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e8' 2025-07-17T06:36:42.6592171Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4c/ce32cedeec0a5800f923ea879ca0a9dddb19e4' 2025-07-17T06:36:42.6592569Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/4c' 2025-07-17T06:36:42.6593078Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/42/cdbbe0a3f46a5aaa295dcfabe5bd920029575f' 2025-07-17T06:36:42.6593575Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/42/08d9e2fd4215d6bdff29e6d892945961df73f5' 2025-07-17T06:36:42.6593977Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/42' 2025-07-17T06:36:42.6594471Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b2/25b7ecd601c0d9f0d4825ff723741d20e84bd1' 2025-07-17T06:36:42.6594866Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b2' 2025-07-17T06:36:42.6595375Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/72/8b5fe3cb37be590d0c5221cd995fca4f99a48b' 2025-07-17T06:36:42.6595767Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/72' 2025-07-17T06:36:42.6596549Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/07/e28bce2f8fe494050d716e4f75a3373f7a19ff' 2025-07-17T06:36:42.6596953Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/07' 2025-07-17T06:36:42.6597449Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1d/0e13ac307a11383393049e292727d44d6ddf9d' 2025-07-17T06:36:42.6597840Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1d' 2025-07-17T06:36:42.6598349Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/61/5dce789c11c20e1f23b7f71487c9eb316b0fa1' 2025-07-17T06:36:42.6598932Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/61' 2025-07-17T06:36:42.6599574Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/10/c89f609e83c549b0e0e107d401923e4b5fc17d' 2025-07-17T06:36:42.6599972Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/10' 2025-07-17T06:36:42.6600472Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/40/28ccc0fd06286c2f4c818a5f6fa9c6c2355f17' 2025-07-17T06:36:42.6600964Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/40' 2025-07-17T06:36:42.6601479Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d9/79b82c45fb5bce6d14576455b3a65dee94f228' 2025-07-17T06:36:42.6601885Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d9' 2025-07-17T06:36:42.6602390Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0b/20ed2704fa88c4180b0ea2e32bee4192afa212' 2025-07-17T06:36:42.6602899Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0b/20d238636febaec94eb9bbe96bb9cedeb48dc0' 2025-07-17T06:36:42.6603296Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0b' 2025-07-17T06:36:42.6603800Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1b/0472aff4f8818d0a40dd4feac7116a47e59179' 2025-07-17T06:36:42.6604199Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1b' 2025-07-17T06:36:42.6604697Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/91/1970c98f82b7142dad16515677115c69b9fca4' 2025-07-17T06:36:42.6605093Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/91' 2025-07-17T06:36:42.6605589Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d3/b51e35529e4c5c8b441ade70122388d5ee2e03' 2025-07-17T06:36:42.6605977Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/d3' 2025-07-17T06:36:42.6606703Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/63/c6a8e7203d36f852a1c671c0c3bfdc99ff5b0e' 2025-07-17T06:36:42.6607105Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/63' 2025-07-17T06:36:42.6607605Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b3/3e3bad4c46c8a6345525fd822af355e5ef9446' 2025-07-17T06:36:42.6608003Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b3' 2025-07-17T06:36:42.6608506Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/05/cb688cdb5fdb4467b9f026a0b0ec93c65811e0' 2025-07-17T06:36:42.6609009Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/05/ab0f3e73ecfe02a95252287b0e395c1564020f' 2025-07-17T06:36:42.6609465Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/05' 2025-07-17T06:36:42.6610176Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/96/397d0be9bcb87477f0e6f7bd3a0c5a6f68123f' 2025-07-17T06:36:42.6610569Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/96' 2025-07-17T06:36:42.6611075Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/7f/bf46336b01c3ec3f7ce33431316d9a0e8037e8' 2025-07-17T06:36:42.6611466Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/7f' 2025-07-17T06:36:42.6612124Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack/pack-c0d6293207478fc97270f96ee9dcd130bd6aca4a.rev' 2025-07-17T06:36:42.6612693Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack/pack-c0d6293207478fc97270f96ee9dcd130bd6aca4a.pack' 2025-07-17T06:36:42.6613252Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack/pack-c0d6293207478fc97270f96ee9dcd130bd6aca4a.idx' 2025-07-17T06:36:42.6613665Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/pack' 2025-07-17T06:36:42.6614327Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/19/082cd5b441597067d06bdb899c07f327ba1af2' 2025-07-17T06:36:42.6614832Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/19' 2025-07-17T06:36:42.6615340Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f2/dd0de378e8b6155b60a37683c6dc497c614f06' 2025-07-17T06:36:42.6615737Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f2' 2025-07-17T06:36:42.6616336Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/95/a573b16b8c91a19063e74300542e1434fffe24' 2025-07-17T06:36:42.6616737Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/95' 2025-07-17T06:36:42.6617238Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/73/492bda7a7786038ab5ab6d2003e2b3f4d8a8df' 2025-07-17T06:36:42.6617630Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/73' 2025-07-17T06:36:42.6618137Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/43/159832d7b0b64009666aa370d5dd971ebdf7de' 2025-07-17T06:36:42.6618533Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/43' 2025-07-17T06:36:42.6619027Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5a/8b515cd60408206e0d6dcc86d36595d13b14a8' 2025-07-17T06:36:42.6619529Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5a/b241455d410538fbe55737c476e0a58f8684c3' 2025-07-17T06:36:42.6619926Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5a' 2025-07-17T06:36:42.6620425Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e6/af56134a233e9fbf01e6d927135a0106129b75' 2025-07-17T06:36:42.6621065Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e6/144119283d14e69b01d965bf17493a44d6639d' 2025-07-17T06:36:42.6621464Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e6' 2025-07-17T06:36:42.6621965Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/eb/e95b1cd7a6ccb9d0918aeb53e242ba34e04d76' 2025-07-17T06:36:42.6622372Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/eb' 2025-07-17T06:36:42.6622971Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2e/e9da0b4c827c9bfafdb9c8c83a86c085697a2b' 2025-07-17T06:36:42.6623367Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2e' 2025-07-17T06:36:42.6623877Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1f/55eff435b8f1d289faaeb0975751fac4dfd889' 2025-07-17T06:36:42.6624269Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/1f' 2025-07-17T06:36:42.6624767Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/cc/d5ba9745ae491591ce651b69096879846a93fc' 2025-07-17T06:36:42.6625168Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/cc' 2025-07-17T06:36:42.6625661Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/aa/48f531554211f17305b4d561a622b8fc2971f8' 2025-07-17T06:36:42.6626060Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/aa' 2025-07-17T06:36:42.6626663Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c9/ac1a4c14e64a93c994a3d1ebcd8b6c1585fcaa' 2025-07-17T06:36:42.6627056Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/c9' 2025-07-17T06:36:42.6627560Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5c/5c9c0da26285b0b1304e0a7f820af127f8dcd4' 2025-07-17T06:36:42.6627958Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/5c' 2025-07-17T06:36:42.6628455Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0a/cdc72b623b881eef7b82075dcbd96a5861f5ca' 2025-07-17T06:36:42.6628855Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/0a' 2025-07-17T06:36:42.6629358Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bc/b12deace27b3fe8f032aabf90bd9d60a5887a1' 2025-07-17T06:36:42.6629750Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bc' 2025-07-17T06:36:42.6630254Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/84/6b4448d0791e0445b1d874f8978bd7ad006b00' 2025-07-17T06:36:42.6630646Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/84' 2025-07-17T06:36:42.6631254Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/9d/711ec62b5992e50c8ebf31f46b58a35b5f1f4d' 2025-07-17T06:36:42.6631654Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/9d' 2025-07-17T06:36:42.6632148Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/90/65173d256c52c57702c855517ff367d6aad40e' 2025-07-17T06:36:42.6632538Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/90' 2025-07-17T06:36:42.6633211Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/38/2f92259c8ed97f637714a4d83df1d6d2e35254' 2025-07-17T06:36:42.6633714Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/38/396b580b37b961f2fc72b254de161cbafdc060' 2025-07-17T06:36:42.6634113Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/38' 2025-07-17T06:36:42.6634618Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b1/a30e1dfc3e6a29feba005a2a73a0b8239f7e9c' 2025-07-17T06:36:42.6635113Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b1/2adc12e5a3f8358e56763933a9345909b78a09' 2025-07-17T06:36:42.6635507Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/b1' 2025-07-17T06:36:42.6636007Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f0/022e7f31b886f4958a259e9a1179bbc2ba8bd3' 2025-07-17T06:36:42.6636610Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f0' 2025-07-17T06:36:42.6637119Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bd/fdc8b650073c892e856bb73302003e90bd5efd' 2025-07-17T06:36:42.6637626Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bd/fb3c5f14daa840bce4eafc8c534039bf60057f' 2025-07-17T06:36:42.6638017Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/bd' 2025-07-17T06:36:42.6638525Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2d/07c5f89875cb3ffc47f923eb9cdcec7288503f' 2025-07-17T06:36:42.6638917Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/2d' 2025-07-17T06:36:42.6639425Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/30/bf9364ef92bfcc97b4cb53d3ec6ca16baa71ac' 2025-07-17T06:36:42.6639824Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/30' 2025-07-17T06:36:42.6640318Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/6b/883684065dcc3b4bee4924c8962293ef744613' 2025-07-17T06:36:42.6640709Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/6b' 2025-07-17T06:36:42.6641213Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f3/47b98148fb1e597150a4a00de111315a768cdf' 2025-07-17T06:36:42.6641603Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/f3' 2025-07-17T06:36:42.6642217Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a1/07e9391906d15843cf06000db287e43493e710' 2025-07-17T06:36:42.6642628Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/a1' 2025-07-17T06:36:42.6643119Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/27/e12544ed824b4755565b1016a1d8e796bbec35' 2025-07-17T06:36:42.6643659Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/27' 2025-07-17T06:36:42.6644159Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/80/bca86256154557257b65d0626a86548f72d443' 2025-07-17T06:36:42.6644556Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/80' 2025-07-17T06:36:42.6645055Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dc/bb194c4b37ef194b4959c87de6966bb894f5cb' 2025-07-17T06:36:42.6645486Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/dc' 2025-07-17T06:36:42.6645983Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/12/0b6d6358cee5b8d7a7ab4b725e2998314b329e' 2025-07-17T06:36:42.6646678Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/12/cf00a967db899c7211e84c07d88cf24b7ca236' 2025-07-17T06:36:42.6647082Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/12' 2025-07-17T06:36:42.6647585Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/66/fec91e52316b4eab81421e5f5e41aab19191ea' 2025-07-17T06:36:42.6647976Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/66' 2025-07-17T06:36:42.6648477Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/75/26fc3466008cc043c8a38592bdc6da46b15ab5' 2025-07-17T06:36:42.6648873Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/75' 2025-07-17T06:36:42.6649378Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/fb/b5f9888eb1e1d57eb36ffad78532f5846a0b3a' 2025-07-17T06:36:42.6649770Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/fb' 2025-07-17T06:36:42.6650174Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/info' 2025-07-17T06:36:42.6650679Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e5/f8c2e01a9b4cb390ae2802989fa713506a6d41' 2025-07-17T06:36:42.6651072Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/e5' 2025-07-17T06:36:42.6651574Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/ea/d35895a8b8451d49bdc2e95a23f5d4c7b762a5' 2025-07-17T06:36:42.6651970Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/ea' 2025-07-17T06:36:42.6652600Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/97/244ab79aebd3264b61d0c7598f76a01dc74092' 2025-07-17T06:36:42.6652992Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects/97' 2025-07-17T06:36:42.6653388Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/objects' 2025-07-17T06:36:42.6653751Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog' 2025-07-17T06:36:42.6654264Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/commit-msg.sample' 2025-07-17T06:36:42.6654918Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6655352Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-commit.sample' 2025-07-17T06:36:42.6655765Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6656291Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/post-update.sample' 2025-07-17T06:36:42.6656712Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-receive.sample' 2025-07-17T06:36:42.6657160Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6657601Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6658040Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6658487Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6658901Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/pre-push.sample' 2025-07-17T06:36:42.6659300Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/update.sample' 2025-07-17T06:36:42.6659750Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6660201Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6660584Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/hooks' 2025-07-17T06:36:42.6660937Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/index' 2025-07-17T06:36:42.6661307Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/FETCH_HEAD' 2025-07-17T06:36:42.6661675Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/description' 2025-07-17T06:36:42.6662039Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/HEAD' 2025-07-17T06:36:42.6662449Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/heads/master' 2025-07-17T06:36:42.6662994Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/heads' 2025-07-17T06:36:42.6663424Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6663881Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/remotes/origin' 2025-07-17T06:36:42.6664302Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs/remotes' 2025-07-17T06:36:42.6664787Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs/refs' 2025-07-17T06:36:42.6665169Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/logs' 2025-07-17T06:36:42.6665526Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/shallow' 2025-07-17T06:36:42.6665875Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config' 2025-07-17T06:36:42.6666322Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/HEAD' 2025-07-17T06:36:42.6666692Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/packed-refs' 2025-07-17T06:36:42.6667085Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/tags/v4.2.3' 2025-07-17T06:36:42.6667481Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/tags' 2025-07-17T06:36:42.6667880Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/heads/master' 2025-07-17T06:36:42.6668279Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/heads' 2025-07-17T06:36:42.6668691Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6669118Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/remotes/origin' 2025-07-17T06:36:42.6669529Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs/remotes' 2025-07-17T06:36:42.6669902Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/refs' 2025-07-17T06:36:42.6670271Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/info/exclude' 2025-07-17T06:36:42.6670651Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/info' 2025-07-17T06:36:42.6671395Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-55092f0980e357ca8c51329d80b4962dce28e48f.pack' 2025-07-17T06:36:42.6671961Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-55092f0980e357ca8c51329d80b4962dce28e48f.idx' 2025-07-17T06:36:42.6672523Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-55092f0980e357ca8c51329d80b4962dce28e48f.rev' 2025-07-17T06:36:42.6673076Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-29640af9a7216e2f80018a8fbf1eb757ed4d6bcf.rev' 2025-07-17T06:36:42.6673844Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-29640af9a7216e2f80018a8fbf1eb757ed4d6bcf.idx' 2025-07-17T06:36:42.6674408Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack/pack-29640af9a7216e2f80018a8fbf1eb757ed4d6bcf.pack' 2025-07-17T06:36:42.6674813Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/pack' 2025-07-17T06:36:42.6675309Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects/info' 2025-07-17T06:36:42.6675708Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/objects' 2025-07-17T06:36:42.6676070Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM' 2025-07-17T06:36:42.6676635Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party' 2025-07-17T06:36:42.6676948Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules' 2025-07-17T06:36:42.6677253Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/tags' 2025-07-17T06:36:42.6677548Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/heads/main' 2025-07-17T06:36:42.6677872Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/heads' 2025-07-17T06:36:42.6678204Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6678543Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/remotes/origin' 2025-07-17T06:36:42.6678862Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs/remotes' 2025-07-17T06:36:42.6679148Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/refs' 2025-07-17T06:36:42.6679430Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/info/exclude' 2025-07-17T06:36:42.6679716Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/info' 2025-07-17T06:36:42.6680194Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-7d35860cea47be71ee9471e18e69a338c521ee94.idx' 2025-07-17T06:36:42.6680669Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-2e672f6c2b73442526add383276f31c7e8ccbcd0.pack' 2025-07-17T06:36:42.6681139Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-2e672f6c2b73442526add383276f31c7e8ccbcd0.idx' 2025-07-17T06:36:42.6681601Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-7d35860cea47be71ee9471e18e69a338c521ee94.rev' 2025-07-17T06:36:42.6682074Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-7d35860cea47be71ee9471e18e69a338c521ee94.pack' 2025-07-17T06:36:42.6682541Z removed 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack/pack-2e672f6c2b73442526add383276f31c7e8ccbcd0.rev' 2025-07-17T06:36:42.6682857Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/pack' 2025-07-17T06:36:42.6683167Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects/info' 2025-07-17T06:36:42.6683591Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/objects' 2025-07-17T06:36:42.6683864Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog' 2025-07-17T06:36:42.6684109Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto/third_party' 2025-07-17T06:36:42.6684321Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules/libkineto' 2025-07-17T06:36:42.6684496Z removed directory 'pytorch-main/.git/modules/third_party/kineto/modules' 2025-07-17T06:36:42.6684675Z removed directory 'pytorch-main/.git/modules/third_party/kineto/refs/tags' 2025-07-17T06:36:42.6684943Z removed 'pytorch-main/.git/modules/third_party/kineto/refs/heads/main' 2025-07-17T06:36:42.6685128Z removed directory 'pytorch-main/.git/modules/third_party/kineto/refs/heads' 2025-07-17T06:36:42.6685321Z removed 'pytorch-main/.git/modules/third_party/kineto/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6685537Z removed directory 'pytorch-main/.git/modules/third_party/kineto/refs/remotes/origin' 2025-07-17T06:36:42.6685723Z removed directory 'pytorch-main/.git/modules/third_party/kineto/refs/remotes' 2025-07-17T06:36:42.6685888Z removed directory 'pytorch-main/.git/modules/third_party/kineto/refs' 2025-07-17T06:36:42.6686045Z removed 'pytorch-main/.git/modules/third_party/kineto/info/exclude' 2025-07-17T06:36:42.6686417Z removed directory 'pytorch-main/.git/modules/third_party/kineto/info' 2025-07-17T06:36:42.6686707Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/3f/68866ded1f35e6eb87ff175b46ec8b5904ddb6' 2025-07-17T06:36:42.6686981Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/3f/b556708e3b735f4d6884ef27b3006599913536' 2025-07-17T06:36:42.6687169Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/3f' 2025-07-17T06:36:42.6687443Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/ec/35e4ac3231df5a9f1adf8b078d2e994c5aca5b' 2025-07-17T06:36:42.6687626Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/ec' 2025-07-17T06:36:42.6687903Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/5d/e446291cac79f03eed820f0117b34fd3114f02' 2025-07-17T06:36:42.6688079Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/5d' 2025-07-17T06:36:42.6688349Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/a7/303ac60c91ac9ec647a653a16ce208ceb240f4' 2025-07-17T06:36:42.6688529Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/a7' 2025-07-17T06:36:42.6688803Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/d4/aec8c8be84e57e57fd2df8a02e3bd5139f313d' 2025-07-17T06:36:42.6688983Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/d4' 2025-07-17T06:36:42.6689258Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/37/127ca5aa821217da48aad38cb82eb36f8735c2' 2025-07-17T06:36:42.6689437Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/37' 2025-07-17T06:36:42.6689709Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/e0/a8c718022d9eec5239e4ace7e3e441f2ab6d75' 2025-07-17T06:36:42.6689885Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/e0' 2025-07-17T06:36:42.6690160Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/58/df6a9ee029867e312b8ea15392c766136e55e3' 2025-07-17T06:36:42.6690349Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/58' 2025-07-17T06:36:42.6690616Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/a8/7dab7680412ea088389273c8c8e49c73a06b61' 2025-07-17T06:36:42.6690938Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/a8' 2025-07-17T06:36:42.6691276Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/79/81a7d20de5f946b3ead2b3e0012676a6919832' 2025-07-17T06:36:42.6691455Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/79' 2025-07-17T06:36:42.6691859Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/40/de342c8a52556f8f95410eb725635856923467' 2025-07-17T06:36:42.6692034Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/40' 2025-07-17T06:36:42.6692365Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/pack/pack-56b6ea0782dafe016e35be9719638b23da6f2546.rev' 2025-07-17T06:36:42.6692702Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/pack/pack-56b6ea0782dafe016e35be9719638b23da6f2546.pack' 2025-07-17T06:36:42.6693025Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/pack/pack-56b6ea0782dafe016e35be9719638b23da6f2546.idx' 2025-07-17T06:36:42.6693308Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/pack' 2025-07-17T06:36:42.6693588Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/73/2354417df34a15a919ea4d867ceb3fd62e0305' 2025-07-17T06:36:42.6693767Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/73' 2025-07-17T06:36:42.6694039Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/5e/7501833f1021ce6f618572d3baf657b6319658' 2025-07-17T06:36:42.6694220Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/5e' 2025-07-17T06:36:42.6694488Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/8a/72094c5c0c027ab8841ecd722338564175fc6d' 2025-07-17T06:36:42.6694665Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/8a' 2025-07-17T06:36:42.6694947Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/4b/2d37eefc75da4ec5ee3d21fa1e6649ba86e32f' 2025-07-17T06:36:42.6695122Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/4b' 2025-07-17T06:36:42.6695394Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/b1/6f8cac575d90564cd946256da3c671eb359ade' 2025-07-17T06:36:42.6695568Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/b1' 2025-07-17T06:36:42.6695839Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/af/a17446a048c125c3a8766388f9531a4f0dc050' 2025-07-17T06:36:42.6696018Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/af' 2025-07-17T06:36:42.6696408Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/75/e80def66ff6eb0325d1c6d3875023741ff5887' 2025-07-17T06:36:42.6696590Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/75' 2025-07-17T06:36:42.6696859Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/39/98ff996f3b4d6a5ae85943c5a103f8c90a1572' 2025-07-17T06:36:42.6697034Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/39' 2025-07-17T06:36:42.6697221Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/info' 2025-07-17T06:36:42.6697491Z removed 'pytorch-main/.git/modules/third_party/kineto/objects/ea/e49b604540641aa2d5d380a98354b6cead58f5' 2025-07-17T06:36:42.6697668Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects/ea' 2025-07-17T06:36:42.6697855Z removed directory 'pytorch-main/.git/modules/third_party/kineto/objects' 2025-07-17T06:36:42.6698010Z removed directory 'pytorch-main/.git/modules/third_party/kineto' 2025-07-17T06:36:42.6698211Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/commit-msg.sample' 2025-07-17T06:36:42.6698441Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6698639Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/pre-commit.sample' 2025-07-17T06:36:42.6698831Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6699034Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/post-update.sample' 2025-07-17T06:36:42.6699240Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/pre-receive.sample' 2025-07-17T06:36:42.6699461Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6699674Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6699999Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6700226Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6700419Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/pre-push.sample' 2025-07-17T06:36:42.6700609Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/update.sample' 2025-07-17T06:36:42.6700830Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6701051Z removed 'pytorch-main/.git/modules/third_party/kleidiai/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6701329Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/hooks' 2025-07-17T06:36:42.6701478Z removed 'pytorch-main/.git/modules/third_party/kleidiai/index' 2025-07-17T06:36:42.6701634Z removed 'pytorch-main/.git/modules/third_party/kleidiai/FETCH_HEAD' 2025-07-17T06:36:42.6701802Z removed 'pytorch-main/.git/modules/third_party/kleidiai/description' 2025-07-17T06:36:42.6701960Z removed 'pytorch-main/.git/modules/third_party/kleidiai/logs/HEAD' 2025-07-17T06:36:42.6702144Z removed 'pytorch-main/.git/modules/third_party/kleidiai/logs/refs/heads/main' 2025-07-17T06:36:42.6702347Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/logs/refs/heads' 2025-07-17T06:36:42.6702562Z removed 'pytorch-main/.git/modules/third_party/kleidiai/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6702795Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/logs/refs/remotes/origin' 2025-07-17T06:36:42.6702998Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/logs/refs/remotes' 2025-07-17T06:36:42.6703185Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/logs/refs' 2025-07-17T06:36:42.6703355Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/logs' 2025-07-17T06:36:42.6703511Z removed 'pytorch-main/.git/modules/third_party/kleidiai/shallow' 2025-07-17T06:36:42.6703662Z removed 'pytorch-main/.git/modules/third_party/kleidiai/config' 2025-07-17T06:36:42.6703802Z removed 'pytorch-main/.git/modules/third_party/kleidiai/HEAD' 2025-07-17T06:36:42.6703965Z removed 'pytorch-main/.git/modules/third_party/kleidiai/packed-refs' 2025-07-17T06:36:42.6704149Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/refs/tags' 2025-07-17T06:36:42.6704319Z removed 'pytorch-main/.git/modules/third_party/kleidiai/refs/heads/main' 2025-07-17T06:36:42.6704503Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/refs/heads' 2025-07-17T06:36:42.6704702Z removed 'pytorch-main/.git/modules/third_party/kleidiai/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6704919Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/refs/remotes/origin' 2025-07-17T06:36:42.6705110Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/refs/remotes' 2025-07-17T06:36:42.6705281Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/refs' 2025-07-17T06:36:42.6705449Z removed 'pytorch-main/.git/modules/third_party/kleidiai/info/exclude' 2025-07-17T06:36:42.6705615Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/info' 2025-07-17T06:36:42.6705956Z removed 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack/pack-cc2745866aa6d972be9f7e9fdd1a4020cb116b7a.rev' 2025-07-17T06:36:42.6706405Z removed 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack/pack-03e3a4cfa00e906b5b580c7348fd9989ef786a8b.pack' 2025-07-17T06:36:42.6706737Z removed 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack/pack-03e3a4cfa00e906b5b580c7348fd9989ef786a8b.rev' 2025-07-17T06:36:42.6707070Z removed 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack/pack-cc2745866aa6d972be9f7e9fdd1a4020cb116b7a.idx' 2025-07-17T06:36:42.6707411Z removed 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack/pack-cc2745866aa6d972be9f7e9fdd1a4020cb116b7a.pack' 2025-07-17T06:36:42.6707855Z removed 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack/pack-03e3a4cfa00e906b5b580c7348fd9989ef786a8b.idx' 2025-07-17T06:36:42.6708048Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/objects/pack' 2025-07-17T06:36:42.6708240Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/objects/info' 2025-07-17T06:36:42.6708418Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai/objects' 2025-07-17T06:36:42.6708574Z removed directory 'pytorch-main/.git/modules/third_party/kleidiai' 2025-07-17T06:36:42.6708774Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/commit-msg.sample' 2025-07-17T06:36:42.6709004Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6709302Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/pre-commit.sample' 2025-07-17T06:36:42.6709502Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6709714Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/post-update.sample' 2025-07-17T06:36:42.6709914Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/pre-receive.sample' 2025-07-17T06:36:42.6710131Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6710351Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6710562Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6710793Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6710989Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/pre-push.sample' 2025-07-17T06:36:42.6711175Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/update.sample' 2025-07-17T06:36:42.6711402Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6711635Z removed 'pytorch-main/.git/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6711812Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/hooks' 2025-07-17T06:36:42.6711958Z removed 'pytorch-main/.git/modules/third_party/benchmark/index' 2025-07-17T06:36:42.6712116Z removed 'pytorch-main/.git/modules/third_party/benchmark/FETCH_HEAD' 2025-07-17T06:36:42.6712284Z removed 'pytorch-main/.git/modules/third_party/benchmark/description' 2025-07-17T06:36:42.6712439Z removed 'pytorch-main/.git/modules/third_party/benchmark/logs/HEAD' 2025-07-17T06:36:42.6712628Z removed 'pytorch-main/.git/modules/third_party/benchmark/logs/refs/heads/main' 2025-07-17T06:36:42.6712841Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/logs/refs/heads' 2025-07-17T06:36:42.6713064Z removed 'pytorch-main/.git/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6713301Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/logs/refs/remotes/origin' 2025-07-17T06:36:42.6713515Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/logs/refs/remotes' 2025-07-17T06:36:42.6713699Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/logs/refs' 2025-07-17T06:36:42.6713871Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/logs' 2025-07-17T06:36:42.6714028Z removed 'pytorch-main/.git/modules/third_party/benchmark/shallow' 2025-07-17T06:36:42.6714176Z removed 'pytorch-main/.git/modules/third_party/benchmark/config' 2025-07-17T06:36:42.6714320Z removed 'pytorch-main/.git/modules/third_party/benchmark/HEAD' 2025-07-17T06:36:42.6714483Z removed 'pytorch-main/.git/modules/third_party/benchmark/packed-refs' 2025-07-17T06:36:42.6714676Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/refs/tags' 2025-07-17T06:36:42.6714848Z removed 'pytorch-main/.git/modules/third_party/benchmark/refs/heads/main' 2025-07-17T06:36:42.6715037Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/refs/heads' 2025-07-17T06:36:42.6715340Z removed 'pytorch-main/.git/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6715552Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/refs/remotes/origin' 2025-07-17T06:36:42.6715750Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/refs/remotes' 2025-07-17T06:36:42.6715927Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/refs' 2025-07-17T06:36:42.6716092Z removed 'pytorch-main/.git/modules/third_party/benchmark/info/exclude' 2025-07-17T06:36:42.6716417Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/info' 2025-07-17T06:36:42.6716928Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/01/5a628fbd3521d3619b3b97b0f2e2ab0aa42289' 2025-07-17T06:36:42.6717123Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/01' 2025-07-17T06:36:42.6717411Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/93/a4354e281e7bc386f6a247d633a1e5f93fd555' 2025-07-17T06:36:42.6717637Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/93' 2025-07-17T06:36:42.6717944Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/e4/68ab820fd81e1a84f8523abb579ce019654fed' 2025-07-17T06:36:42.6718130Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/e4' 2025-07-17T06:36:42.6718420Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/85/8ea8cce271af1e68613a16e0328e086a4bddd4' 2025-07-17T06:36:42.6718741Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/85' 2025-07-17T06:36:42.6719090Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/c6/94b3baef2e6da99d15a37490a3a711794f0122' 2025-07-17T06:36:42.6719282Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/c6' 2025-07-17T06:36:42.6719570Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/49/d544e3ff15628fb6e09bcf7b83104097417bd4' 2025-07-17T06:36:42.6719757Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/49' 2025-07-17T06:36:42.6720038Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/61/05c31b5881e2bd79949a1e59b8e74c8c76cdf5' 2025-07-17T06:36:42.6720227Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/61' 2025-07-17T06:36:42.6720509Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/1b/0d63c98ec0406a1c79cbea1676cb79caee5a1f' 2025-07-17T06:36:42.6720769Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/1b' 2025-07-17T06:36:42.6721130Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/d2/4db9c7ccea9b53d52fba0b91a9e8dd3567d086' 2025-07-17T06:36:42.6721514Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/d2' 2025-07-17T06:36:42.6721847Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/21/70e46fd4a05174572f0087e3bce4f3da646f2d' 2025-07-17T06:36:42.6722063Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/21' 2025-07-17T06:36:42.6722487Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.idx' 2025-07-17T06:36:42.6722870Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.pack' 2025-07-17T06:36:42.6723241Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.rev' 2025-07-17T06:36:42.6723542Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/pack' 2025-07-17T06:36:42.6723872Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/29/9e5928955cc62af9968370293b916f5130916f' 2025-07-17T06:36:42.6731460Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/29' 2025-07-17T06:36:42.6731986Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/9f/b305a0e4cea3ce080ce2a314d5d6e36213b20d' 2025-07-17T06:36:42.6732396Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/9f' 2025-07-17T06:36:42.6732708Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/f4/55e05d78108b58198424923992523e6c4f1504' 2025-07-17T06:36:42.6732914Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/f4' 2025-07-17T06:36:42.6733214Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/95/9cbef9ef692362e1729157c9e7d34ad4038123' 2025-07-17T06:36:42.6733406Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/95' 2025-07-17T06:36:42.6733697Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/c5/503b9eac1c625dc2eed1b7e4e6502d5628cb95' 2025-07-17T06:36:42.6734025Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/c5' 2025-07-17T06:36:42.6734333Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/e6/04c66cd593c359040830ddfe7cf2aa947cdf49' 2025-07-17T06:36:42.6734525Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/e6' 2025-07-17T06:36:42.6734813Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/a9/358225364a88cd64aeb098675285bbd42841aa' 2025-07-17T06:36:42.6735005Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/a9' 2025-07-17T06:36:42.6735289Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/54/aba7b56d0a975cc27e04d250f6ada91fbf8e29' 2025-07-17T06:36:42.6735472Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/54' 2025-07-17T06:36:42.6735762Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/cc/96d2a3d2ce5fb26bcdbf3483a12fd52aace8ee' 2025-07-17T06:36:42.6736071Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/cc' 2025-07-17T06:36:42.6736587Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/7c/4da026885a15794ab1ef3eb50bff2a4a864d84' 2025-07-17T06:36:42.6736781Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/7c' 2025-07-17T06:36:42.6737118Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/90/559b503bbd7d57cc7cab6d8e171677c31790a4' 2025-07-17T06:36:42.6737300Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/90' 2025-07-17T06:36:42.6737592Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/2d/5d6c47eead89480a1fe5aebe7ab90bdd7698a1' 2025-07-17T06:36:42.6737775Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/2d' 2025-07-17T06:36:42.6738054Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/59/deac4c79026075e579ca39f8be06daa0820389' 2025-07-17T06:36:42.6738243Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/59' 2025-07-17T06:36:42.6738524Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/f5/07179d8721012daa834340c8eeb64c47dc1776' 2025-07-17T06:36:42.6738710Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/f5' 2025-07-17T06:36:42.6738994Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/48/a2accdf90c57209f973093b9e050dba01eb170' 2025-07-17T06:36:42.6739182Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/48' 2025-07-17T06:36:42.6739461Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/60/d4af8c3643e0660f8f9d29e19f24e914a46314' 2025-07-17T06:36:42.6739649Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/60' 2025-07-17T06:36:42.6739925Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/02/23f15493d25e346a91e65a488a5b38ca3a34a6' 2025-07-17T06:36:42.6740115Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/02' 2025-07-17T06:36:42.6740317Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/info' 2025-07-17T06:36:42.6740597Z removed 'pytorch-main/.git/modules/third_party/benchmark/objects/3c/0269b199e809c7d143bd5421f105e09e148a0e' 2025-07-17T06:36:42.6740781Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects/3c' 2025-07-17T06:36:42.6741095Z removed directory 'pytorch-main/.git/modules/third_party/benchmark/objects' 2025-07-17T06:36:42.6741266Z removed directory 'pytorch-main/.git/modules/third_party/benchmark' 2025-07-17T06:36:42.6741465Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/commit-msg.sample' 2025-07-17T06:36:42.6741688Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6741891Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/pre-commit.sample' 2025-07-17T06:36:42.6742086Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6742287Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/post-update.sample' 2025-07-17T06:36:42.6742590Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/pre-receive.sample' 2025-07-17T06:36:42.6742809Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6743027Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6743239Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6743465Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6743654Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/pre-push.sample' 2025-07-17T06:36:42.6743835Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/update.sample' 2025-07-17T06:36:42.6744123Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6744522Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6744724Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/hooks' 2025-07-17T06:36:42.6744877Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/index' 2025-07-17T06:36:42.6745035Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/FETCH_HEAD' 2025-07-17T06:36:42.6745200Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/description' 2025-07-17T06:36:42.6745391Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/logs/HEAD' 2025-07-17T06:36:42.6745579Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/logs/refs/heads/master' 2025-07-17T06:36:42.6745778Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/logs/refs/heads' 2025-07-17T06:36:42.6745994Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6746333Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/logs/refs/remotes/origin' 2025-07-17T06:36:42.6746540Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/logs/refs/remotes' 2025-07-17T06:36:42.6746729Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/logs/refs' 2025-07-17T06:36:42.6746898Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/logs' 2025-07-17T06:36:42.6747050Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/shallow' 2025-07-17T06:36:42.6747202Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/config' 2025-07-17T06:36:42.6747339Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/HEAD' 2025-07-17T06:36:42.6747501Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/packed-refs' 2025-07-17T06:36:42.6747691Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/refs/tags' 2025-07-17T06:36:42.6747876Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/refs/heads/master' 2025-07-17T06:36:42.6748060Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/refs/heads' 2025-07-17T06:36:42.6748263Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6748478Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/refs/remotes/origin' 2025-07-17T06:36:42.6748665Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/refs/remotes' 2025-07-17T06:36:42.6748832Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/refs' 2025-07-17T06:36:42.6749133Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/info/exclude' 2025-07-17T06:36:42.6749299Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/info' 2025-07-17T06:36:42.6749643Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack/pack-7351ccc6ecf7ee87e6ab15c6137fe2462ce99a9e.rev' 2025-07-17T06:36:42.6749974Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack/pack-40ec5efd2ae88748a93bca4022390f33743579d1.rev' 2025-07-17T06:36:42.6750301Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack/pack-7351ccc6ecf7ee87e6ab15c6137fe2462ce99a9e.idx' 2025-07-17T06:36:42.6750721Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack/pack-40ec5efd2ae88748a93bca4022390f33743579d1.idx' 2025-07-17T06:36:42.6751067Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack/pack-40ec5efd2ae88748a93bca4022390f33743579d1.pack' 2025-07-17T06:36:42.6751408Z removed 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack/pack-7351ccc6ecf7ee87e6ab15c6137fe2462ce99a9e.pack' 2025-07-17T06:36:42.6751607Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/objects/pack' 2025-07-17T06:36:42.6751797Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/objects/info' 2025-07-17T06:36:42.6751974Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK/objects' 2025-07-17T06:36:42.6752132Z removed directory 'pytorch-main/.git/modules/third_party/XNNPACK' 2025-07-17T06:36:42.6752336Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/commit-msg.sample' 2025-07-17T06:36:42.6752700Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6752948Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/pre-commit.sample' 2025-07-17T06:36:42.6753150Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6753355Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/post-update.sample' 2025-07-17T06:36:42.6753559Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/pre-receive.sample' 2025-07-17T06:36:42.6753773Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6753988Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6754193Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6754423Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6754618Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/pre-push.sample' 2025-07-17T06:36:42.6754805Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/update.sample' 2025-07-17T06:36:42.6755028Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6755257Z removed 'pytorch-main/.git/modules/third_party/pybind11/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6755437Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/hooks' 2025-07-17T06:36:42.6755585Z removed 'pytorch-main/.git/modules/third_party/pybind11/index' 2025-07-17T06:36:42.6755746Z removed 'pytorch-main/.git/modules/third_party/pybind11/FETCH_HEAD' 2025-07-17T06:36:42.6755907Z removed 'pytorch-main/.git/modules/third_party/pybind11/description' 2025-07-17T06:36:42.6756059Z removed 'pytorch-main/.git/modules/third_party/pybind11/logs/HEAD' 2025-07-17T06:36:42.6756471Z removed 'pytorch-main/.git/modules/third_party/pybind11/logs/refs/heads/master' 2025-07-17T06:36:42.6756680Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/logs/refs/heads' 2025-07-17T06:36:42.6756893Z removed 'pytorch-main/.git/modules/third_party/pybind11/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6757126Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/logs/refs/remotes/origin' 2025-07-17T06:36:42.6757478Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/logs/refs/remotes' 2025-07-17T06:36:42.6757661Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/logs/refs' 2025-07-17T06:36:42.6757833Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/logs' 2025-07-17T06:36:42.6757987Z removed 'pytorch-main/.git/modules/third_party/pybind11/shallow' 2025-07-17T06:36:42.6758133Z removed 'pytorch-main/.git/modules/third_party/pybind11/config' 2025-07-17T06:36:42.6758274Z removed 'pytorch-main/.git/modules/third_party/pybind11/HEAD' 2025-07-17T06:36:42.6758439Z removed 'pytorch-main/.git/modules/third_party/pybind11/packed-refs' 2025-07-17T06:36:42.6758617Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/refs/tags' 2025-07-17T06:36:42.6758895Z removed 'pytorch-main/.git/modules/third_party/pybind11/refs/heads/master' 2025-07-17T06:36:42.6759088Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/refs/heads' 2025-07-17T06:36:42.6759291Z removed 'pytorch-main/.git/modules/third_party/pybind11/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6759502Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/refs/remotes/origin' 2025-07-17T06:36:42.6759691Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/refs/remotes' 2025-07-17T06:36:42.6759865Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/refs' 2025-07-17T06:36:42.6760026Z removed 'pytorch-main/.git/modules/third_party/pybind11/info/exclude' 2025-07-17T06:36:42.6760191Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/info' 2025-07-17T06:36:42.6760537Z removed 'pytorch-main/.git/modules/third_party/pybind11/objects/pack/pack-c3a63e17eb909b19baa8f1edb10d07ca40a45d90.rev' 2025-07-17T06:36:42.6760877Z removed 'pytorch-main/.git/modules/third_party/pybind11/objects/pack/pack-c3a63e17eb909b19baa8f1edb10d07ca40a45d90.idx' 2025-07-17T06:36:42.6761211Z removed 'pytorch-main/.git/modules/third_party/pybind11/objects/pack/pack-5802ac94ad49a4a15951e1cf2bf5766626b5e24e.idx' 2025-07-17T06:36:42.6761750Z removed 'pytorch-main/.git/modules/third_party/pybind11/objects/pack/pack-c3a63e17eb909b19baa8f1edb10d07ca40a45d90.pack' 2025-07-17T06:36:42.6762094Z removed 'pytorch-main/.git/modules/third_party/pybind11/objects/pack/pack-5802ac94ad49a4a15951e1cf2bf5766626b5e24e.pack' 2025-07-17T06:36:42.6762419Z removed 'pytorch-main/.git/modules/third_party/pybind11/objects/pack/pack-5802ac94ad49a4a15951e1cf2bf5766626b5e24e.rev' 2025-07-17T06:36:42.6762617Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/objects/pack' 2025-07-17T06:36:42.6762805Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/objects/info' 2025-07-17T06:36:42.6762985Z removed directory 'pytorch-main/.git/modules/third_party/pybind11/objects' 2025-07-17T06:36:42.6763149Z removed directory 'pytorch-main/.git/modules/third_party/pybind11' 2025-07-17T06:36:42.6763337Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/commit-msg.sample' 2025-07-17T06:36:42.6763551Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6763740Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/pre-commit.sample' 2025-07-17T06:36:42.6763922Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6764110Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/post-update.sample' 2025-07-17T06:36:42.6764297Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/pre-receive.sample' 2025-07-17T06:36:42.6764509Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6764713Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6764917Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6765136Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6765322Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/pre-push.sample' 2025-07-17T06:36:42.6765590Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/update.sample' 2025-07-17T06:36:42.6765806Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6766014Z removed 'pytorch-main/.git/modules/third_party/sleef/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6766373Z removed directory 'pytorch-main/.git/modules/third_party/sleef/hooks' 2025-07-17T06:36:42.6766526Z removed 'pytorch-main/.git/modules/third_party/sleef/index' 2025-07-17T06:36:42.6766672Z removed 'pytorch-main/.git/modules/third_party/sleef/FETCH_HEAD' 2025-07-17T06:36:42.6766827Z removed 'pytorch-main/.git/modules/third_party/sleef/description' 2025-07-17T06:36:42.6767088Z removed 'pytorch-main/.git/modules/third_party/sleef/logs/HEAD' 2025-07-17T06:36:42.6767278Z removed 'pytorch-main/.git/modules/third_party/sleef/logs/refs/heads/master' 2025-07-17T06:36:42.6767466Z removed directory 'pytorch-main/.git/modules/third_party/sleef/logs/refs/heads' 2025-07-17T06:36:42.6767672Z removed 'pytorch-main/.git/modules/third_party/sleef/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6767904Z removed directory 'pytorch-main/.git/modules/third_party/sleef/logs/refs/remotes/origin' 2025-07-17T06:36:42.6768101Z removed directory 'pytorch-main/.git/modules/third_party/sleef/logs/refs/remotes' 2025-07-17T06:36:42.6768275Z removed directory 'pytorch-main/.git/modules/third_party/sleef/logs/refs' 2025-07-17T06:36:42.6768439Z removed directory 'pytorch-main/.git/modules/third_party/sleef/logs' 2025-07-17T06:36:42.6768581Z removed 'pytorch-main/.git/modules/third_party/sleef/shallow' 2025-07-17T06:36:42.6768717Z removed 'pytorch-main/.git/modules/third_party/sleef/config' 2025-07-17T06:36:42.6768856Z removed 'pytorch-main/.git/modules/third_party/sleef/HEAD' 2025-07-17T06:36:42.6769007Z removed 'pytorch-main/.git/modules/third_party/sleef/packed-refs' 2025-07-17T06:36:42.6769179Z removed directory 'pytorch-main/.git/modules/third_party/sleef/refs/tags' 2025-07-17T06:36:42.6769351Z removed 'pytorch-main/.git/modules/third_party/sleef/refs/heads/master' 2025-07-17T06:36:42.6769533Z removed directory 'pytorch-main/.git/modules/third_party/sleef/refs/heads' 2025-07-17T06:36:42.6769717Z removed 'pytorch-main/.git/modules/third_party/sleef/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6769916Z removed directory 'pytorch-main/.git/modules/third_party/sleef/refs/remotes/origin' 2025-07-17T06:36:42.6770100Z removed directory 'pytorch-main/.git/modules/third_party/sleef/refs/remotes' 2025-07-17T06:36:42.6770261Z removed directory 'pytorch-main/.git/modules/third_party/sleef/refs' 2025-07-17T06:36:42.6770413Z removed 'pytorch-main/.git/modules/third_party/sleef/info/exclude' 2025-07-17T06:36:42.6770578Z removed directory 'pytorch-main/.git/modules/third_party/sleef/info' 2025-07-17T06:36:42.6770914Z removed 'pytorch-main/.git/modules/third_party/sleef/objects/pack/pack-0ab6236ac3149aa80376eab13aacdb81fca927e7.pack' 2025-07-17T06:36:42.6771246Z removed 'pytorch-main/.git/modules/third_party/sleef/objects/pack/pack-9802aeeea2af020e5ec89abf5cc73e928021ce01.rev' 2025-07-17T06:36:42.6771573Z removed 'pytorch-main/.git/modules/third_party/sleef/objects/pack/pack-0ab6236ac3149aa80376eab13aacdb81fca927e7.rev' 2025-07-17T06:36:42.6771948Z removed 'pytorch-main/.git/modules/third_party/sleef/objects/pack/pack-9802aeeea2af020e5ec89abf5cc73e928021ce01.pack' 2025-07-17T06:36:42.6772423Z removed 'pytorch-main/.git/modules/third_party/sleef/objects/pack/pack-0ab6236ac3149aa80376eab13aacdb81fca927e7.idx' 2025-07-17T06:36:42.6772754Z removed 'pytorch-main/.git/modules/third_party/sleef/objects/pack/pack-9802aeeea2af020e5ec89abf5cc73e928021ce01.idx' 2025-07-17T06:36:42.6772940Z removed directory 'pytorch-main/.git/modules/third_party/sleef/objects/pack' 2025-07-17T06:36:42.6773121Z removed directory 'pytorch-main/.git/modules/third_party/sleef/objects/info' 2025-07-17T06:36:42.6773296Z removed directory 'pytorch-main/.git/modules/third_party/sleef/objects' 2025-07-17T06:36:42.6773568Z removed directory 'pytorch-main/.git/modules/third_party/sleef' 2025-07-17T06:36:42.6773769Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/commit-msg.sample' 2025-07-17T06:36:42.6773986Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6774188Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/pre-commit.sample' 2025-07-17T06:36:42.6774383Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6774581Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/post-update.sample' 2025-07-17T06:36:42.6774784Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/pre-receive.sample' 2025-07-17T06:36:42.6775068Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6775281Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6775502Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6775728Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6775918Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/pre-push.sample' 2025-07-17T06:36:42.6776103Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/update.sample' 2025-07-17T06:36:42.6776455Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6776679Z removed 'pytorch-main/.git/modules/third_party/nlohmann/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6776853Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/hooks' 2025-07-17T06:36:42.6777007Z removed 'pytorch-main/.git/modules/third_party/nlohmann/index' 2025-07-17T06:36:42.6777164Z removed 'pytorch-main/.git/modules/third_party/nlohmann/FETCH_HEAD' 2025-07-17T06:36:42.6777323Z removed 'pytorch-main/.git/modules/third_party/nlohmann/description' 2025-07-17T06:36:42.6777482Z removed 'pytorch-main/.git/modules/third_party/nlohmann/logs/HEAD' 2025-07-17T06:36:42.6777676Z removed 'pytorch-main/.git/modules/third_party/nlohmann/logs/refs/heads/develop' 2025-07-17T06:36:42.6777879Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/logs/refs/heads' 2025-07-17T06:36:42.6778099Z removed 'pytorch-main/.git/modules/third_party/nlohmann/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6778333Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/logs/refs/remotes/origin' 2025-07-17T06:36:42.6778537Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/logs/refs/remotes' 2025-07-17T06:36:42.6778721Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/logs/refs' 2025-07-17T06:36:42.6778892Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/logs' 2025-07-17T06:36:42.6779038Z removed 'pytorch-main/.git/modules/third_party/nlohmann/shallow' 2025-07-17T06:36:42.6779184Z removed 'pytorch-main/.git/modules/third_party/nlohmann/config' 2025-07-17T06:36:42.6779332Z removed 'pytorch-main/.git/modules/third_party/nlohmann/HEAD' 2025-07-17T06:36:42.6779490Z removed 'pytorch-main/.git/modules/third_party/nlohmann/packed-refs' 2025-07-17T06:36:42.6779672Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/refs/tags' 2025-07-17T06:36:42.6779860Z removed 'pytorch-main/.git/modules/third_party/nlohmann/refs/heads/develop' 2025-07-17T06:36:42.6780046Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/refs/heads' 2025-07-17T06:36:42.6780242Z removed 'pytorch-main/.git/modules/third_party/nlohmann/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6780457Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/refs/remotes/origin' 2025-07-17T06:36:42.6780650Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/refs/remotes' 2025-07-17T06:36:42.6780821Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/refs' 2025-07-17T06:36:42.6781106Z removed 'pytorch-main/.git/modules/third_party/nlohmann/info/exclude' 2025-07-17T06:36:42.6781273Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/info' 2025-07-17T06:36:42.6781615Z removed 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack/pack-deaa46a2373ea5c044b3463a21d928923141d8ec.pack' 2025-07-17T06:36:42.6781961Z removed 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack/pack-0b7a3baec30b12b976f60ee502e9e654372618d9.pack' 2025-07-17T06:36:42.6782294Z removed 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack/pack-deaa46a2373ea5c044b3463a21d928923141d8ec.idx' 2025-07-17T06:36:42.6782815Z removed 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack/pack-0b7a3baec30b12b976f60ee502e9e654372618d9.idx' 2025-07-17T06:36:42.6783279Z removed 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack/pack-deaa46a2373ea5c044b3463a21d928923141d8ec.rev' 2025-07-17T06:36:42.6783617Z removed 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack/pack-0b7a3baec30b12b976f60ee502e9e654372618d9.rev' 2025-07-17T06:36:42.6783814Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/objects/pack' 2025-07-17T06:36:42.6784002Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/objects/info' 2025-07-17T06:36:42.6784184Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann/objects' 2025-07-17T06:36:42.6784339Z removed directory 'pytorch-main/.git/modules/third_party/nlohmann' 2025-07-17T06:36:42.6784572Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/commit-msg.sample' 2025-07-17T06:36:42.6784833Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6785063Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/pre-commit.sample' 2025-07-17T06:36:42.6785286Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6785519Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/post-update.sample' 2025-07-17T06:36:42.6785751Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/pre-receive.sample' 2025-07-17T06:36:42.6786000Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6786364Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6786609Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6786873Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6787101Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/pre-push.sample' 2025-07-17T06:36:42.6787318Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/update.sample' 2025-07-17T06:36:42.6787579Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6787852Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6788058Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/hooks' 2025-07-17T06:36:42.6788230Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/index' 2025-07-17T06:36:42.6788414Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/FETCH_HEAD' 2025-07-17T06:36:42.6788607Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/description' 2025-07-17T06:36:42.6788791Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/HEAD' 2025-07-17T06:36:42.6789006Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/refs/heads/main' 2025-07-17T06:36:42.6789248Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/refs/heads' 2025-07-17T06:36:42.6789494Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6789875Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/refs/remotes/origin' 2025-07-17T06:36:42.6790118Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/refs/remotes' 2025-07-17T06:36:42.6790328Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs/refs' 2025-07-17T06:36:42.6790527Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/logs' 2025-07-17T06:36:42.6790708Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/shallow' 2025-07-17T06:36:42.6790886Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/config' 2025-07-17T06:36:42.6791055Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/HEAD' 2025-07-17T06:36:42.6791344Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/packed-refs' 2025-07-17T06:36:42.6791725Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/commit-msg.sample' 2025-07-17T06:36:42.6792132Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6792685Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-commit.sample' 2025-07-17T06:36:42.6793063Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6793436Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/post-update.sample' 2025-07-17T06:36:42.6793817Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-receive.sample' 2025-07-17T06:36:42.6794211Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6794601Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6794995Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6795400Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6795767Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/pre-push.sample' 2025-07-17T06:36:42.6796265Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/update.sample' 2025-07-17T06:36:42.6796752Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6797159Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6797526Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/hooks' 2025-07-17T06:36:42.6797844Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/index' 2025-07-17T06:36:42.6798171Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/FETCH_HEAD' 2025-07-17T06:36:42.6798507Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/description' 2025-07-17T06:36:42.6798831Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/HEAD' 2025-07-17T06:36:42.6799193Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/heads/main' 2025-07-17T06:36:42.6799577Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/heads' 2025-07-17T06:36:42.6800138Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6800541Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/remotes/origin' 2025-07-17T06:36:42.6800928Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs/remotes' 2025-07-17T06:36:42.6801279Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs/refs' 2025-07-17T06:36:42.6801714Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/logs' 2025-07-17T06:36:42.6802041Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/shallow' 2025-07-17T06:36:42.6802352Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config' 2025-07-17T06:36:42.6802657Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/HEAD' 2025-07-17T06:36:42.6802991Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/packed-refs' 2025-07-17T06:36:42.6803342Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/tags' 2025-07-17T06:36:42.6803680Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/heads/main' 2025-07-17T06:36:42.6804042Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/heads' 2025-07-17T06:36:42.6804414Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6804803Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/remotes/origin' 2025-07-17T06:36:42.6805175Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs/remotes' 2025-07-17T06:36:42.6805512Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/refs' 2025-07-17T06:36:42.6805843Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/info/exclude' 2025-07-17T06:36:42.6806387Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/info' 2025-07-17T06:36:42.6806864Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/11/00c6219187084ef3b79a152857a301e912b45f' 2025-07-17T06:36:42.6807225Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/11' 2025-07-17T06:36:42.6807691Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d8/4a42ae3fa34656a1f1ad233e1dbe05652f80c1' 2025-07-17T06:36:42.6808045Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d8' 2025-07-17T06:36:42.6808502Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ef/10dc4d9bada8252555f2e5fe68195bee81be0a' 2025-07-17T06:36:42.6808863Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ef' 2025-07-17T06:36:42.6809321Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/5d/1f1cb6695536eac802aa3c64056b9fa43774dc' 2025-07-17T06:36:42.6809794Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/5d' 2025-07-17T06:36:42.6810260Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f8/cf2cdd05b54c772fbc929ee51fa544a2ff6db4' 2025-07-17T06:36:42.6810712Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f8/e71cf16c90785622afeec41133739226071b5f' 2025-07-17T06:36:42.6811063Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f8' 2025-07-17T06:36:42.6811617Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a5/90a3fbe575529c4a946026c03f0a5a4063e7a6' 2025-07-17T06:36:42.6811974Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a5' 2025-07-17T06:36:42.6812433Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/45/52d324fdeeaf11a4e3a1615fe7274947f15729' 2025-07-17T06:36:42.6812789Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/45' 2025-07-17T06:36:42.6813240Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/85/424067465c3c005fe1df8f38f02e056725f171' 2025-07-17T06:36:42.6813594Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/85' 2025-07-17T06:36:42.6814064Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e0/bfc35a44d0ca098c0d6107ad6b2d6cce9a6ff4' 2025-07-17T06:36:42.6814417Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e0' 2025-07-17T06:36:42.6814871Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/33/1c5bc3318002ecf573f065a4a7d0b51230262d' 2025-07-17T06:36:42.6815330Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/33/94aee93383831a1d39dd6de688d8d81fb80d7b' 2025-07-17T06:36:42.6815685Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/33' 2025-07-17T06:36:42.6816244Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/dd/48f1ad3a168dd44a22b2578040db6c54e6c9a6' 2025-07-17T06:36:42.6816640Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/dd' 2025-07-17T06:36:42.6817109Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/18/f8dedbfe1160b7fd53bbbc4cab44ae74ce8d69' 2025-07-17T06:36:42.6817467Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/18' 2025-07-17T06:36:42.6817927Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d6/fe67f9e553dc58049ddce1f1bf1a46c6a7e27c' 2025-07-17T06:36:42.6818285Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d6' 2025-07-17T06:36:42.6818744Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/36/e0767d979c0aa02c74df333fd835fee68cac8c' 2025-07-17T06:36:42.6819100Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/36' 2025-07-17T06:36:42.6819564Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/20/7d234a90ce6b2a00fcc4a2247d3ee32f136485' 2025-07-17T06:36:42.6820132Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/20/ce169e7dc8b45c84ce54c9bd4166247c3f2ee3' 2025-07-17T06:36:42.6820485Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/20' 2025-07-17T06:36:42.6820942Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a8/6114283da8c6297b7e923341b131bd307e6240' 2025-07-17T06:36:42.6821295Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a8' 2025-07-17T06:36:42.6821842Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4c/9716df20407e5a9efe707f8a28770100b98e1d' 2025-07-17T06:36:42.6822310Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4c/a4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-07-17T06:36:42.6822670Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4c' 2025-07-17T06:36:42.6823128Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/42/6dafe3aebe91196c2fa4dd4f3e57a7234e6505' 2025-07-17T06:36:42.6823487Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/42' 2025-07-17T06:36:42.6823945Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/15/dba368bd85811568cf45ff54a086ba02c358ca' 2025-07-17T06:36:42.6824303Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/15' 2025-07-17T06:36:42.6824756Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d2/2b11899f473428f851751f45755f15341a036a' 2025-07-17T06:36:42.6825294Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d2' 2025-07-17T06:36:42.6825838Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d5/0a691a96eb80ae27aa8dfd32ae4d2f20b8b213' 2025-07-17T06:36:42.6826305Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/d5' 2025-07-17T06:36:42.6826759Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/05/848080cae8925df1d44094373944f3597c6c76' 2025-07-17T06:36:42.6827119Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/05' 2025-07-17T06:36:42.6827645Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack/pack-32a70a6db936ba200b7d52909ee2eeb66af1d989.rev' 2025-07-17T06:36:42.6828169Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack/pack-32a70a6db936ba200b7d52909ee2eeb66af1d989.pack' 2025-07-17T06:36:42.6828681Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack/pack-32a70a6db936ba200b7d52909ee2eeb66af1d989.idx' 2025-07-17T06:36:42.6829056Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/pack' 2025-07-17T06:36:42.6829518Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/69/dbcfcbd8ea1741b591f54d0e7205b87d90b4c2' 2025-07-17T06:36:42.6829981Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/69/76cf0ea6be35d93119d79a22799814ebe568e6' 2025-07-17T06:36:42.6830338Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/69' 2025-07-17T06:36:42.6830920Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f2/93d26063fa79e9bb8588b5395bd3570ce38b33' 2025-07-17T06:36:42.6831280Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f2' 2025-07-17T06:36:42.6831737Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f1/d608c875b5c1393d46f07b6678a7faf98c3902' 2025-07-17T06:36:42.6832089Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f1' 2025-07-17T06:36:42.6832639Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/2a/80301fb55c0792a53af843e559491cc200d020' 2025-07-17T06:36:42.6832995Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/2a' 2025-07-17T06:36:42.6833456Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/2c/689431bc59dfcde9e45d10a649d1b4e22f9ef1' 2025-07-17T06:36:42.6833988Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/2c' 2025-07-17T06:36:42.6834453Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/13/2c53f24a3391e20dd384d919d8fa8241a3a399' 2025-07-17T06:36:42.6834808Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/13' 2025-07-17T06:36:42.6835272Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/eb/42d5b55682b19c8a2c10352626f9466b39df96' 2025-07-17T06:36:42.6835624Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/eb' 2025-07-17T06:36:42.6836084Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ff/8a21a1fa0e1a788864fa4610cae97ccef82cb1' 2025-07-17T06:36:42.6836642Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ff' 2025-07-17T06:36:42.6837098Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4f/5b5157117651acad4a66ee0f815850512e8216' 2025-07-17T06:36:42.6837452Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/4f' 2025-07-17T06:36:42.6837915Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a4/bcb13cc83724c81334488d94d0680c0a78f21c' 2025-07-17T06:36:42.6838267Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a4' 2025-07-17T06:36:42.6838726Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/59/900fd75152ca10da98dc1c4d2dad5d7f4cea6a' 2025-07-17T06:36:42.6839084Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/59' 2025-07-17T06:36:42.6839538Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a1/fdfa3ac97250b019e2a1267b0e3301a5ac024e' 2025-07-17T06:36:42.6839891Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/a1' 2025-07-17T06:36:42.6840355Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/16/5fd883e8b1d4c79a9860a7adafac259ecd120d' 2025-07-17T06:36:42.6840705Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/16' 2025-07-17T06:36:42.6841297Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/82/60d8aaeb8214a2d75a313d14f58b3ffcb1f4f5' 2025-07-17T06:36:42.6841858Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/82' 2025-07-17T06:36:42.6842317Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/66/37560bc35447130583bd413d26626e31c4e719' 2025-07-17T06:36:42.6842671Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/66' 2025-07-17T06:36:42.6843250Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/48/3a5e6c0d54eacc86481769f973411d3f62cc71' 2025-07-17T06:36:42.6843610Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/48' 2025-07-17T06:36:42.6844068Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/39/008e6d439dd88606817d1172ae5a9d2778f0dd' 2025-07-17T06:36:42.6844427Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/39' 2025-07-17T06:36:42.6844883Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/fb/3c5c59f525dc98e8731c3a73d3e07b7c62c775' 2025-07-17T06:36:42.6845235Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/fb' 2025-07-17T06:36:42.6845728Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ab/793a015e724e33feb93c9b3ac9791027e67015' 2025-07-17T06:36:42.6846084Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/ab' 2025-07-17T06:36:42.6846750Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/60/e8fe17ab2987510ab8c744fd3d3a54c11f82b7' 2025-07-17T06:36:42.6847114Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/60' 2025-07-17T06:36:42.6847477Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/info' 2025-07-17T06:36:42.6847934Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/87/336b13c372e8d98832b9758f5fe7671e8875e0' 2025-07-17T06:36:42.6848291Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/87' 2025-07-17T06:36:42.6848742Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e5/2676f653763c15dd632a5d912fc7c499f62228' 2025-07-17T06:36:42.6849102Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/e5' 2025-07-17T06:36:42.6849560Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f9/b97dd74510f474c59a71cd7cfbb86c4fc2fcf4' 2025-07-17T06:36:42.6849911Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects/f9' 2025-07-17T06:36:42.6850264Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/objects' 2025-07-17T06:36:42.6850593Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto' 2025-07-17T06:36:42.6850931Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.6851415Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6851751Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.6852083Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6852429Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.6852765Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.6853431Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6853803Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6854160Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6854526Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6854865Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.6855188Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/update.sample' 2025-07-17T06:36:42.6855553Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6855920Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6856340Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/hooks' 2025-07-17T06:36:42.6856622Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/index' 2025-07-17T06:36:42.6856920Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/FETCH_HEAD' 2025-07-17T06:36:42.6857217Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/description' 2025-07-17T06:36:42.6857503Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/HEAD' 2025-07-17T06:36:42.6857834Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.6858178Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/heads' 2025-07-17T06:36:42.6858534Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6858916Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.6859258Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs/remotes' 2025-07-17T06:36:42.6859574Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs/refs' 2025-07-17T06:36:42.6859884Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/logs' 2025-07-17T06:36:42.6860169Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/shallow' 2025-07-17T06:36:42.6860445Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config' 2025-07-17T06:36:42.6860720Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/HEAD' 2025-07-17T06:36:42.6861161Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/packed-refs' 2025-07-17T06:36:42.6861653Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/tags' 2025-07-17T06:36:42.6861968Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/heads/main' 2025-07-17T06:36:42.6862288Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/heads' 2025-07-17T06:36:42.6862627Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6863116Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/remotes/origin' 2025-07-17T06:36:42.6863453Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs/remotes' 2025-07-17T06:36:42.6863760Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/refs' 2025-07-17T06:36:42.6864060Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/info/exclude' 2025-07-17T06:36:42.6864362Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/info' 2025-07-17T06:36:42.6864848Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.6865327Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-a192e289932ee273825a519124f8720c20f7792b.rev' 2025-07-17T06:36:42.6865796Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-a192e289932ee273825a519124f8720c20f7792b.idx' 2025-07-17T06:36:42.6866384Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.6866881Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-a192e289932ee273825a519124f8720c20f7792b.pack' 2025-07-17T06:36:42.6867356Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.6867691Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/pack' 2025-07-17T06:36:42.6868033Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects/info' 2025-07-17T06:36:42.6868347Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/objects' 2025-07-17T06:36:42.6868636Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest' 2025-07-17T06:36:42.6868975Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/commit-msg.sample' 2025-07-17T06:36:42.6869337Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6869666Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-commit.sample' 2025-07-17T06:36:42.6869999Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6870336Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/post-update.sample' 2025-07-17T06:36:42.6870670Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-receive.sample' 2025-07-17T06:36:42.6871140Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6871494Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6871840Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6872209Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6872536Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/pre-push.sample' 2025-07-17T06:36:42.6872947Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/update.sample' 2025-07-17T06:36:42.6873320Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6873685Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6873988Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/hooks' 2025-07-17T06:36:42.6874262Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/index' 2025-07-17T06:36:42.6874547Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/FETCH_HEAD' 2025-07-17T06:36:42.6874837Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/description' 2025-07-17T06:36:42.6875125Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/HEAD' 2025-07-17T06:36:42.6875460Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/heads/main' 2025-07-17T06:36:42.6875813Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/heads' 2025-07-17T06:36:42.6876264Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6876751Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/remotes/origin' 2025-07-17T06:36:42.6877094Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs/remotes' 2025-07-17T06:36:42.6877424Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs/refs' 2025-07-17T06:36:42.6877740Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/logs' 2025-07-17T06:36:42.6878029Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/shallow' 2025-07-17T06:36:42.6878307Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config' 2025-07-17T06:36:42.6878584Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/HEAD' 2025-07-17T06:36:42.6878877Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/packed-refs' 2025-07-17T06:36:42.6879189Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/tags' 2025-07-17T06:36:42.6879496Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/heads/main' 2025-07-17T06:36:42.6879813Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/heads' 2025-07-17T06:36:42.6880147Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6880659Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/remotes/origin' 2025-07-17T06:36:42.6880985Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs/remotes' 2025-07-17T06:36:42.6881285Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/refs' 2025-07-17T06:36:42.6881582Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/info/exclude' 2025-07-17T06:36:42.6881880Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/info' 2025-07-17T06:36:42.6882470Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-fe17fd6b9cc76bd7560501c9bb00f5c6abcff0e6.pack' 2025-07-17T06:36:42.6882963Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.idx' 2025-07-17T06:36:42.6883449Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.pack' 2025-07-17T06:36:42.6883925Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-fe17fd6b9cc76bd7560501c9bb00f5c6abcff0e6.idx' 2025-07-17T06:36:42.6884405Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-fe17fd6b9cc76bd7560501c9bb00f5c6abcff0e6.rev' 2025-07-17T06:36:42.6884886Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.rev' 2025-07-17T06:36:42.6885222Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/pack' 2025-07-17T06:36:42.6885545Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects/info' 2025-07-17T06:36:42.6885979Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/objects' 2025-07-17T06:36:42.6886525Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark' 2025-07-17T06:36:42.6886889Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/commit-msg.sample' 2025-07-17T06:36:42.6887263Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6887613Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-commit.sample' 2025-07-17T06:36:42.6887963Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6888323Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/post-update.sample' 2025-07-17T06:36:42.6888676Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-receive.sample' 2025-07-17T06:36:42.6889049Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6889413Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6889773Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6890163Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6890507Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/pre-push.sample' 2025-07-17T06:36:42.6891013Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/update.sample' 2025-07-17T06:36:42.6891393Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6891772Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6892093Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/hooks' 2025-07-17T06:36:42.6892376Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/index' 2025-07-17T06:36:42.6892780Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/FETCH_HEAD' 2025-07-17T06:36:42.6893091Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/description' 2025-07-17T06:36:42.6893392Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/HEAD' 2025-07-17T06:36:42.6893743Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/heads/develop' 2025-07-17T06:36:42.6894095Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/heads' 2025-07-17T06:36:42.6894717Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6895121Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/remotes/origin' 2025-07-17T06:36:42.6895480Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs/remotes' 2025-07-17T06:36:42.6895809Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs/refs' 2025-07-17T06:36:42.6896232Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/logs' 2025-07-17T06:36:42.6896526Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/shallow' 2025-07-17T06:36:42.6896810Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config' 2025-07-17T06:36:42.6897095Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/HEAD' 2025-07-17T06:36:42.6897401Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/packed-refs' 2025-07-17T06:36:42.6897730Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/tags' 2025-07-17T06:36:42.6898061Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/heads/develop' 2025-07-17T06:36:42.6898400Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/heads' 2025-07-17T06:36:42.6898748Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6899118Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/remotes/origin' 2025-07-17T06:36:42.6899460Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs/remotes' 2025-07-17T06:36:42.6899772Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/refs' 2025-07-17T06:36:42.6900081Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/info/exclude' 2025-07-17T06:36:42.6900387Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/info' 2025-07-17T06:36:42.6901014Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-b2d887f3c360eeae6baaaf345c26b61217b03bf2.rev' 2025-07-17T06:36:42.6901511Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-50d8bcfe442dbc1fcd53d36065901071b2a38bd0.rev' 2025-07-17T06:36:42.6902001Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-b2d887f3c360eeae6baaaf345c26b61217b03bf2.idx' 2025-07-17T06:36:42.6902597Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-50d8bcfe442dbc1fcd53d36065901071b2a38bd0.pack' 2025-07-17T06:36:42.6903259Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-b2d887f3c360eeae6baaaf345c26b61217b03bf2.pack' 2025-07-17T06:36:42.6903784Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack/pack-50d8bcfe442dbc1fcd53d36065901071b2a38bd0.idx' 2025-07-17T06:36:42.6904127Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/pack' 2025-07-17T06:36:42.6904469Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects/info' 2025-07-17T06:36:42.6904795Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/objects' 2025-07-17T06:36:42.6905094Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json' 2025-07-17T06:36:42.6905456Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/commit-msg.sample' 2025-07-17T06:36:42.6905836Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6906289Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-commit.sample' 2025-07-17T06:36:42.6906647Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6907005Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/post-update.sample' 2025-07-17T06:36:42.6907359Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-receive.sample' 2025-07-17T06:36:42.6907741Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6908109Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6908475Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6908863Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6909208Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/pre-push.sample' 2025-07-17T06:36:42.6909544Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/update.sample' 2025-07-17T06:36:42.6909933Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6910313Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6910634Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/hooks' 2025-07-17T06:36:42.6911058Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/index' 2025-07-17T06:36:42.6911412Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/FETCH_HEAD' 2025-07-17T06:36:42.6911842Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/description' 2025-07-17T06:36:42.6912153Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/HEAD' 2025-07-17T06:36:42.6912503Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/heads/master' 2025-07-17T06:36:42.6912974Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/heads' 2025-07-17T06:36:42.6913353Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6913748Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/remotes/origin' 2025-07-17T06:36:42.6914112Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs/remotes' 2025-07-17T06:36:42.6914451Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs/refs' 2025-07-17T06:36:42.6914770Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/logs' 2025-07-17T06:36:42.6915067Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/shallow' 2025-07-17T06:36:42.6915365Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config' 2025-07-17T06:36:42.6915648Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/HEAD' 2025-07-17T06:36:42.6915959Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/packed-refs' 2025-07-17T06:36:42.6916607Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.6917065Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6917490Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.6917916Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6918344Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.6918773Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.6919225Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6919661Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6920213Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6920766Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6921188Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.6921727Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/update.sample' 2025-07-17T06:36:42.6922187Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6922640Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6923032Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/hooks' 2025-07-17T06:36:42.6923491Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/index' 2025-07-17T06:36:42.6923863Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/FETCH_HEAD' 2025-07-17T06:36:42.6924247Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/description' 2025-07-17T06:36:42.6924619Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/HEAD' 2025-07-17T06:36:42.6925029Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.6925452Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/heads' 2025-07-17T06:36:42.6925898Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6926573Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.6927014Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs/remotes' 2025-07-17T06:36:42.6927421Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs/refs' 2025-07-17T06:36:42.6927808Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/logs' 2025-07-17T06:36:42.6928168Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/shallow' 2025-07-17T06:36:42.6928632Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config' 2025-07-17T06:36:42.6929079Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/HEAD' 2025-07-17T06:36:42.6929464Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/packed-refs' 2025-07-17T06:36:42.6929868Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/tags' 2025-07-17T06:36:42.6930258Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/heads/main' 2025-07-17T06:36:42.6930664Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/heads' 2025-07-17T06:36:42.6931099Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6931533Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/remotes/origin' 2025-07-17T06:36:42.6932079Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs/remotes' 2025-07-17T06:36:42.6932463Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/refs' 2025-07-17T06:36:42.6932839Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/info/exclude' 2025-07-17T06:36:42.6933228Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/info' 2025-07-17T06:36:42.6933910Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-3745fcca359ec0ea435b508a8f6feee02c6e6ae2.rev' 2025-07-17T06:36:42.6934488Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.6935067Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.6935642Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-3745fcca359ec0ea435b508a8f6feee02c6e6ae2.pack' 2025-07-17T06:36:42.6936322Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-3745fcca359ec0ea435b508a8f6feee02c6e6ae2.idx' 2025-07-17T06:36:42.6936895Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.6937498Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/pack' 2025-07-17T06:36:42.6937920Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects/info' 2025-07-17T06:36:42.6938331Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/objects' 2025-07-17T06:36:42.6938701Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest' 2025-07-17T06:36:42.6939117Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/commit-msg.sample' 2025-07-17T06:36:42.6939563Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.6939974Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-commit.sample' 2025-07-17T06:36:42.6940387Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-rebase.sample' 2025-07-17T06:36:42.6940810Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/post-update.sample' 2025-07-17T06:36:42.6941225Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-receive.sample' 2025-07-17T06:36:42.6941660Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.6942105Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.6942535Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.6943119Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.6943524Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/pre-push.sample' 2025-07-17T06:36:42.6943923Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/update.sample' 2025-07-17T06:36:42.6944469Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.6944913Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.6945327Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/hooks' 2025-07-17T06:36:42.6945693Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/index' 2025-07-17T06:36:42.6946121Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/FETCH_HEAD' 2025-07-17T06:36:42.6946715Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/description' 2025-07-17T06:36:42.6947086Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/HEAD' 2025-07-17T06:36:42.6947499Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/heads/master' 2025-07-17T06:36:42.6947914Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/heads' 2025-07-17T06:36:42.6948352Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6948802Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/remotes/origin' 2025-07-17T06:36:42.6949226Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs/remotes' 2025-07-17T06:36:42.6949624Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs/refs' 2025-07-17T06:36:42.6950009Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/logs' 2025-07-17T06:36:42.6950366Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/shallow' 2025-07-17T06:36:42.6950723Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config' 2025-07-17T06:36:42.6951069Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/HEAD' 2025-07-17T06:36:42.6951437Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/packed-refs' 2025-07-17T06:36:42.6951831Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/tags' 2025-07-17T06:36:42.6952224Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/heads/master' 2025-07-17T06:36:42.6952619Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/heads' 2025-07-17T06:36:42.6953164Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6953592Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/remotes/origin' 2025-07-17T06:36:42.6953995Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs/remotes' 2025-07-17T06:36:42.6954376Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/refs' 2025-07-17T06:36:42.6954881Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/info/exclude' 2025-07-17T06:36:42.6955425Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/info' 2025-07-17T06:36:42.6956002Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-7f0399a38859f62a4ed05503b092a1333ac8001b.idx' 2025-07-17T06:36:42.6956770Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-7f0399a38859f62a4ed05503b092a1333ac8001b.rev' 2025-07-17T06:36:42.6957336Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-c195c5b7b80d0890b9092419b4376ae98f4117c7.pack' 2025-07-17T06:36:42.6957901Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-c195c5b7b80d0890b9092419b4376ae98f4117c7.idx' 2025-07-17T06:36:42.6958464Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-7f0399a38859f62a4ed05503b092a1333ac8001b.pack' 2025-07-17T06:36:42.6959020Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack/pack-c195c5b7b80d0890b9092419b4376ae98f4117c7.rev' 2025-07-17T06:36:42.6959433Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/pack' 2025-07-17T06:36:42.6959834Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects/info' 2025-07-17T06:36:42.6960224Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/objects' 2025-07-17T06:36:42.6960587Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb' 2025-07-17T06:36:42.6960921Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules' 2025-07-17T06:36:42.6961265Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/tags' 2025-07-17T06:36:42.6961595Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/heads/master' 2025-07-17T06:36:42.6961932Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/heads' 2025-07-17T06:36:42.6962287Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.6962660Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/remotes/origin' 2025-07-17T06:36:42.6963009Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs/remotes' 2025-07-17T06:36:42.6963328Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/refs' 2025-07-17T06:36:42.6963781Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/info/exclude' 2025-07-17T06:36:42.6964098Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/info' 2025-07-17T06:36:42.6964545Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c0/0fb2bf845870a1bd042b6d56e82f9d9d2ce75c' 2025-07-17T06:36:42.6964887Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c0' 2025-07-17T06:36:42.6965632Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/d8/9bd2b4bd1dec6fb01c0fe4d330149401cd30e7' 2025-07-17T06:36:42.6965984Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/d8' 2025-07-17T06:36:42.6966697Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/99/cbe4d32421bb83ab7f604275c4e40af504eb6c' 2025-07-17T06:36:42.6967082Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/99' 2025-07-17T06:36:42.6967519Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1e/6e9250a5336a13e8da58786040f270e64de344' 2025-07-17T06:36:42.6967969Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1e/64af430c3e09179069bad79dbaa54e4864edc8' 2025-07-17T06:36:42.6968316Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1e' 2025-07-17T06:36:42.6968755Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5f/8df76f3dee590e4d8ed36655eae4b51e9d4673' 2025-07-17T06:36:42.6969098Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5f' 2025-07-17T06:36:42.6969535Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f6/967b1795fff8aaaaaace65c731dc0466b7f31b' 2025-07-17T06:36:42.6969867Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f6' 2025-07-17T06:36:42.6970311Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ef/39d0538db9ccc0872a9b6333ccd4bdceb5686a' 2025-07-17T06:36:42.6970641Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ef' 2025-07-17T06:36:42.6971073Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a7/b4172e45ca270676e0178f60c5d1399b59e6df' 2025-07-17T06:36:42.6971415Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a7' 2025-07-17T06:36:42.6971847Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c4/b8b430877c9712e7797955ec84c06568c04703' 2025-07-17T06:36:42.6972178Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c4' 2025-07-17T06:36:42.6972619Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/67/3f97f02254437b1f969b52258dd00eaf28640f' 2025-07-17T06:36:42.6973054Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/67/cad280b86a061ac7a7fba9ff847a245aa09d5c' 2025-07-17T06:36:42.6973391Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/67' 2025-07-17T06:36:42.6973834Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a5/e251a16b1e3567a3cdc36965e3cc1fded4064e' 2025-07-17T06:36:42.6974574Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a5/f29bda48f7d6ae89521b00e7b0a9e5b5fa4da1' 2025-07-17T06:36:42.6974990Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a5' 2025-07-17T06:36:42.6975428Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a6/69c586bfd411b675787aa1218364826c0b181e' 2025-07-17T06:36:42.6975866Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a6/6cd04e49a3eb1dec9d283bc1e238d685497314' 2025-07-17T06:36:42.6976434Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a6' 2025-07-17T06:36:42.6976884Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/25/1fba2703fe30bd49dfcb21c445592e5bd26c88' 2025-07-17T06:36:42.6977224Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/25' 2025-07-17T06:36:42.6977657Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/26/7bf92bb0854c0128fa95d8e0d5a3144530c88b' 2025-07-17T06:36:42.6978102Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/26/e40e61e90f98aefeefebc5578cd8eead70f127' 2025-07-17T06:36:42.6978434Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/26' 2025-07-17T06:36:42.6978868Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/76/93a41ef3d64ede740d7282ed9815fa7fb7eee7' 2025-07-17T06:36:42.6979208Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/76' 2025-07-17T06:36:42.6979649Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5b/9959ae5cddf327ebca1dd6953f4f0ab65ad071' 2025-07-17T06:36:42.6979983Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5b' 2025-07-17T06:36:42.6980422Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fe/0d7d41f7548e3a9488075c2317a14df3692f73' 2025-07-17T06:36:42.6980757Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fe' 2025-07-17T06:36:42.6981202Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ad/f04039af02cac5f4177dad10784db5cd6aabd0' 2025-07-17T06:36:42.6981538Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ad' 2025-07-17T06:36:42.6981978Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/09/404b8437dc9e5ce8da6ab1a2ec77d0899da4de' 2025-07-17T06:36:42.6982316Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/09' 2025-07-17T06:36:42.6982752Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/06/8e469a5d4ec949b38c8c34ae85943b85c8d21c' 2025-07-17T06:36:42.6983084Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/06' 2025-07-17T06:36:42.6983524Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/36/23325260da41bc7e9440ebd5b765bd4e3de546' 2025-07-17T06:36:42.6983979Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/36' 2025-07-17T06:36:42.6984631Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b6/5cfb280f5108c41bf4f47a32072e8c050f30d7' 2025-07-17T06:36:42.6984989Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b6' 2025-07-17T06:36:42.6985437Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6d/75e950c72d6ea2dee532d4bbcdd98854097d3a' 2025-07-17T06:36:42.6985773Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6d' 2025-07-17T06:36:42.6986465Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/57/ae4cc3ee5198177ac10d2be521c714b65a5180' 2025-07-17T06:36:42.6986805Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/57' 2025-07-17T06:36:42.6987244Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/68/0f7f97e79b5a903b3f04affc057e324bd06451' 2025-07-17T06:36:42.6987692Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/68/413f11bbf06d9a65f559e0759b9dd9ee31b752' 2025-07-17T06:36:42.6988025Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/68' 2025-07-17T06:36:42.6988464Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/32/c47ec00abfaa84e918383ecab33d7a59a7198e' 2025-07-17T06:36:42.6988804Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/32' 2025-07-17T06:36:42.6989240Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ee/d38844fb80368c779f4293706cf6b206a6ea38' 2025-07-17T06:36:42.6989574Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ee' 2025-07-17T06:36:42.6990019Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/10/d690e782ed24e56107be7ad1b248cfdacf6fea' 2025-07-17T06:36:42.6990352Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/10' 2025-07-17T06:36:42.6990781Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/79/6fe41e496b869928b94372688d7417d94aaadc' 2025-07-17T06:36:42.6991118Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/79' 2025-07-17T06:36:42.6991554Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fc/1741461e424a234f5f37629dc1724e6a577676' 2025-07-17T06:36:42.6991891Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/fc' 2025-07-17T06:36:42.6992336Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e1/ec9d5d0af20f575f378a0a3c6e26b75223d353' 2025-07-17T06:36:42.6992771Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e1/4e254ba4c438c69ee2558eed69e95b36bde77b' 2025-07-17T06:36:42.6993105Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e1' 2025-07-17T06:36:42.6993543Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/86/e462e2ebfa92d2099c8594d70c3927412e2da2' 2025-07-17T06:36:42.6993882Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/86' 2025-07-17T06:36:42.6994315Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0b/c072322c81004ef408094f7a60cc880fa48eae' 2025-07-17T06:36:42.6994758Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0b' 2025-07-17T06:36:42.6995190Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/91/02c78a91e64050bc79fe71146d807c664c80d9' 2025-07-17T06:36:42.6995626Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/91/9625b74e76d040c2b0317ebeb99648c361fcf8' 2025-07-17T06:36:42.6995967Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/91' 2025-07-17T06:36:42.6996653Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bb/92342ef8980ec0ba239fcc5d8f999ee1888aed' 2025-07-17T06:36:42.6996994Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bb' 2025-07-17T06:36:42.6997438Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/96/ca5f5989edf5379488a8336c9552d23104fc69' 2025-07-17T06:36:42.6997770Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/96' 2025-07-17T06:36:42.6998264Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack/pack-60e3853e53f35792594f2893754a83b930769928.idx' 2025-07-17T06:36:42.6998849Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack/pack-60e3853e53f35792594f2893754a83b930769928.pack' 2025-07-17T06:36:42.6999454Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack/pack-60e3853e53f35792594f2893754a83b930769928.rev' 2025-07-17T06:36:42.6999811Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/pack' 2025-07-17T06:36:42.7000260Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f2/5b19a40ac5df0a4a607443c86731c0c90dd7fa' 2025-07-17T06:36:42.7000594Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f2' 2025-07-17T06:36:42.7001031Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3a/1a1b2da95b45d4b1e13af10ff2e6a4b4fcc584' 2025-07-17T06:36:42.7001478Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3a/f6856e21dfabf8b0ecc40d29b11ce44db9be42' 2025-07-17T06:36:42.7001814Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3a' 2025-07-17T06:36:42.7002269Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/95/29abab38013189853ab4a3cf2637ce44ca5347' 2025-07-17T06:36:42.7002610Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/95' 2025-07-17T06:36:42.7003043Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/2a/934635b28d2736331c49d1a57644f8cad7b6b8' 2025-07-17T06:36:42.7003486Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/2a/0293fefbf7e531b3c6d73c8f5e6c54ed176b41' 2025-07-17T06:36:42.7003823Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/2a' 2025-07-17T06:36:42.7004265Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/28/3679d65e8149ac149540eb93cdfb5b930cddd1' 2025-07-17T06:36:42.7004605Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/28' 2025-07-17T06:36:42.7005170Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5a/55001b81c7d74fafb9a5d51f6cf1af5c41b577' 2025-07-17T06:36:42.7005505Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5a' 2025-07-17T06:36:42.7005945Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e6/2c62f8364a46b3d93b6f15bb22a40b32dfd712' 2025-07-17T06:36:42.7006511Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/e6' 2025-07-17T06:36:42.7007081Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c7/cb3f91f62b98952724d6dace74cff6d6cc958d' 2025-07-17T06:36:42.7007431Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c7' 2025-07-17T06:36:42.7007872Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c/35a8bb4509c2477e9edd82c6bb70faec06c1c5' 2025-07-17T06:36:42.7008310Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c/5ea8e1b5c144af78b0ac356fb87c411fb95d9f' 2025-07-17T06:36:42.7008749Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c/a691676bc17e84a54d8bff71976abaa611c7cf' 2025-07-17T06:36:42.7009082Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/1c' 2025-07-17T06:36:42.7009522Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/eb/045de2bda8dd6b705c20d0ed71345ab6f7d98a' 2025-07-17T06:36:42.7009862Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/eb' 2025-07-17T06:36:42.7010308Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c9/ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-07-17T06:36:42.7010640Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/c9' 2025-07-17T06:36:42.7011079Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5c/44beed9f53b868130d711855a2b0c620b1aecd' 2025-07-17T06:36:42.7011417Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/5c' 2025-07-17T06:36:42.7011856Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0a/257c2c02354af7cbf84951de03d7ad8cd1240b' 2025-07-17T06:36:42.7012196Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/0a' 2025-07-17T06:36:42.7012636Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6a/99f40eb48be5234ddbb58098c7e9a5f8d7a141' 2025-07-17T06:36:42.7013072Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6a/4351ac2cb119668145a82442cbb1fcabecee33' 2025-07-17T06:36:42.7013409Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/6a' 2025-07-17T06:36:42.7013846Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4f/e53eb9d818cc84b8dad81eeba14f63d9c52a58' 2025-07-17T06:36:42.7014184Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4f' 2025-07-17T06:36:42.7014863Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bc/116edd2cb80301b1eead3c1ebc5904dcea83fb' 2025-07-17T06:36:42.7015330Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/bc' 2025-07-17T06:36:42.7015769Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/34/cd232c2f36f3e473f55e06d6161ebfe922dbaf' 2025-07-17T06:36:42.7016108Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/34' 2025-07-17T06:36:42.7016656Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/84/81c47a04d653e54ad1cbbf0ba692510876f724' 2025-07-17T06:36:42.7016990Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/84' 2025-07-17T06:36:42.7017669Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/90/87e9bd67f3c3345ee65474d1189d7b785f84c3' 2025-07-17T06:36:42.7018020Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/90' 2025-07-17T06:36:42.7018462Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4b/7c9550fd90913c631ae35c17660909f9ffc0d5' 2025-07-17T06:36:42.7018800Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/4b' 2025-07-17T06:36:42.7019237Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/38/a28e08647bdbf74240b8b5f206eee7e7759639' 2025-07-17T06:36:42.7019571Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/38' 2025-07-17T06:36:42.7020015Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f0/87586b6dbe276aa926d3ad9bff912dc852b7aa' 2025-07-17T06:36:42.7020352Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f0' 2025-07-17T06:36:42.7020793Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/8f/d099980edec938590670eedb13bc554f9c225b' 2025-07-17T06:36:42.7021131Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/8f' 2025-07-17T06:36:42.7021568Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ed/323fe325ceada7d676d8c9cc450cc4f5fd5190' 2025-07-17T06:36:42.7021901Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/ed' 2025-07-17T06:36:42.7022351Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3e/fb7be373d0f6cd2ed45d222ebe05d2c7b96f73' 2025-07-17T06:36:42.7022788Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3e/f6bbe5bb79b5e3b1341c7847904bc6350da786' 2025-07-17T06:36:42.7023123Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3e' 2025-07-17T06:36:42.7023568Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/07834160a14bd212f8603fba3b00ca580be05a' 2025-07-17T06:36:42.7024009Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/4a75be0bdb9e4582e13fe1c617577b17dd99bd' 2025-07-17T06:36:42.7024441Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/eb2db921e2d113042c3e0529830b27ed8383e7' 2025-07-17T06:36:42.7024886Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d/0d9c2ae62e2493cae476bd3960a0618bff60a3' 2025-07-17T06:36:42.7025221Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3d' 2025-07-17T06:36:42.7025771Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a1/2b6150e75ea0911b0c058b9066588bf268023f' 2025-07-17T06:36:42.7026106Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/a1' 2025-07-17T06:36:42.7026655Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/27/1eb33a8d481250e6921f599b3bfafc05f121bb' 2025-07-17T06:36:42.7026997Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/27' 2025-07-17T06:36:42.7027539Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f5/fc8496ba55a20c156e1e262fe199cfaf51bde8' 2025-07-17T06:36:42.7027878Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/f5' 2025-07-17T06:36:42.7028323Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/24/ae110bd671dbbb34a39eca3176b58fc7ba6752' 2025-07-17T06:36:42.7028658Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/24' 2025-07-17T06:36:42.7029094Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/9b/cbb6c099d8033393eb8dc157ef0c8c433af38b' 2025-07-17T06:36:42.7029537Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/9b/2ad19d2d7508da1c7a0abbc14014e112ae35d0' 2025-07-17T06:36:42.7029875Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/9b' 2025-07-17T06:36:42.7030313Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/60/9da5fefce457bef07dc84d91927b13146f3c6b' 2025-07-17T06:36:42.7030754Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/60/231c97f41d27745e95701d2dea1eb91014974a' 2025-07-17T06:36:42.7031089Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/60' 2025-07-17T06:36:42.7031436Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/info' 2025-07-17T06:36:42.7031926Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/87/48902116964a26292feba6d9cc6f04349cc7a1' 2025-07-17T06:36:42.7032423Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/87' 2025-07-17T06:36:42.7032868Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b0/3ec5534d083441aff721bc3953b2f73bcda391' 2025-07-17T06:36:42.7033212Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/b0' 2025-07-17T06:36:42.7033651Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/df/0ca8d30f85cd3c2947efdeb6a76d824b37971e' 2025-07-17T06:36:42.7033986Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/df' 2025-07-17T06:36:42.7034428Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3c/605ede9ae014bfac5c6840f7ac9604802bf877' 2025-07-17T06:36:42.7034766Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects/3c' 2025-07-17T06:36:42.7035095Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/objects' 2025-07-17T06:36:42.7035407Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp' 2025-07-17T06:36:42.7035892Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/commit-msg.sample' 2025-07-17T06:36:42.7036386Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7036772Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-commit.sample' 2025-07-17T06:36:42.7037127Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7037630Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/post-update.sample' 2025-07-17T06:36:42.7037999Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-receive.sample' 2025-07-17T06:36:42.7038384Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7038757Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7039130Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7039519Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7039872Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/pre-push.sample' 2025-07-17T06:36:42.7040222Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/update.sample' 2025-07-17T06:36:42.7040607Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7040995Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7041331Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/hooks' 2025-07-17T06:36:42.7041628Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/index' 2025-07-17T06:36:42.7041937Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/FETCH_HEAD' 2025-07-17T06:36:42.7042257Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/description' 2025-07-17T06:36:42.7042562Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/HEAD' 2025-07-17T06:36:42.7042916Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/heads/master' 2025-07-17T06:36:42.7043285Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/heads' 2025-07-17T06:36:42.7043660Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7044053Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/remotes/origin' 2025-07-17T06:36:42.7044427Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs/remotes' 2025-07-17T06:36:42.7044767Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs/refs' 2025-07-17T06:36:42.7045092Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/logs' 2025-07-17T06:36:42.7045539Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/shallow' 2025-07-17T06:36:42.7045835Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config' 2025-07-17T06:36:42.7046490Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/HEAD' 2025-07-17T06:36:42.7046865Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/packed-refs' 2025-07-17T06:36:42.7047211Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/tags' 2025-07-17T06:36:42.7047680Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/heads/master' 2025-07-17T06:36:42.7048032Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/heads' 2025-07-17T06:36:42.7048396Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7048771Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/remotes/origin' 2025-07-17T06:36:42.7049124Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs/remotes' 2025-07-17T06:36:42.7049446Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/refs' 2025-07-17T06:36:42.7049759Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/info/exclude' 2025-07-17T06:36:42.7050085Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/info' 2025-07-17T06:36:42.7050542Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/06/b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-07-17T06:36:42.7050886Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/06' 2025-07-17T06:36:42.7051338Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/03/988a2c979dab8e2babdd8fe5eb21c43570971d' 2025-07-17T06:36:42.7051677Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/03' 2025-07-17T06:36:42.7052182Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack/pack-e07be81670e5e2af58ef027d2d6bb3fc32302c77.rev' 2025-07-17T06:36:42.7052697Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack/pack-e07be81670e5e2af58ef027d2d6bb3fc32302c77.idx' 2025-07-17T06:36:42.7053203Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack/pack-e07be81670e5e2af58ef027d2d6bb3fc32302c77.pack' 2025-07-17T06:36:42.7053558Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/pack' 2025-07-17T06:36:42.7054009Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/7b/3cd20975bf6b3be9abae0678932f1e2a7e8b86' 2025-07-17T06:36:42.7054354Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/7b' 2025-07-17T06:36:42.7054700Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects/info' 2025-07-17T06:36:42.7055041Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/objects' 2025-07-17T06:36:42.7055352Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp' 2025-07-17T06:36:42.7055780Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/commit-msg.sample' 2025-07-17T06:36:42.7056281Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7056610Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-commit.sample' 2025-07-17T06:36:42.7056944Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7057275Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/post-update.sample' 2025-07-17T06:36:42.7057704Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-receive.sample' 2025-07-17T06:36:42.7058051Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7058399Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7058739Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7059090Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7059420Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/pre-push.sample' 2025-07-17T06:36:42.7059730Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/update.sample' 2025-07-17T06:36:42.7060086Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7060448Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7060746Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/hooks' 2025-07-17T06:36:42.7061013Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/index' 2025-07-17T06:36:42.7061297Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/FETCH_HEAD' 2025-07-17T06:36:42.7061577Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/description' 2025-07-17T06:36:42.7061846Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/HEAD' 2025-07-17T06:36:42.7062164Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/heads/main' 2025-07-17T06:36:42.7062490Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/heads' 2025-07-17T06:36:42.7062834Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7063201Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/remotes/origin' 2025-07-17T06:36:42.7063532Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs/remotes' 2025-07-17T06:36:42.7063835Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs/refs' 2025-07-17T06:36:42.7064126Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/logs' 2025-07-17T06:36:42.7064396Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/shallow' 2025-07-17T06:36:42.7064658Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config' 2025-07-17T06:36:42.7064913Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/HEAD' 2025-07-17T06:36:42.7065305Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/packed-refs' 2025-07-17T06:36:42.7065609Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/tags' 2025-07-17T06:36:42.7065898Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/heads/main' 2025-07-17T06:36:42.7066314Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/heads' 2025-07-17T06:36:42.7066643Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7067078Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/remotes/origin' 2025-07-17T06:36:42.7067400Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs/remotes' 2025-07-17T06:36:42.7067693Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/refs' 2025-07-17T06:36:42.7067974Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/info/exclude' 2025-07-17T06:36:42.7068261Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/info' 2025-07-17T06:36:42.7068680Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d8/4ef4ffb8e6e58b4adfd2ae38d5b816ada7ad8d' 2025-07-17T06:36:42.7068986Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d8' 2025-07-17T06:36:42.7069399Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3b/96117f150ff61a0aef71306d2476748a3c4610' 2025-07-17T06:36:42.7069705Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3b' 2025-07-17T06:36:42.7070117Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ec/9b2d1dd68c1b3dbbdfd544e50ff593f60eca49' 2025-07-17T06:36:42.7070564Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ec' 2025-07-17T06:36:42.7071049Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/99/0b8e19a7e61f4800b12256f0d46c4f3d40c8cd' 2025-07-17T06:36:42.7071359Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/99' 2025-07-17T06:36:42.7071771Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ca/8222f888430f227400abbd23fc081a13afdfd6' 2025-07-17T06:36:42.7072173Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ca/733ac647536a93374bbed3c61cb314d4f35744' 2025-07-17T06:36:42.7072478Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ca' 2025-07-17T06:36:42.7072882Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d4/13e0333334aca937b53281028b4f1a4a859543' 2025-07-17T06:36:42.7073188Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d4' 2025-07-17T06:36:42.7073589Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/be/2c7b8e89f9f8507922ee4a6e17c88997a2c88a' 2025-07-17T06:36:42.7073896Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/be' 2025-07-17T06:36:42.7074300Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/c4/5b00c1146a076a0f022dc3f9924beae1a0ef92' 2025-07-17T06:36:42.7074605Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/c4' 2025-07-17T06:36:42.7075138Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a5/7955c177d9923d1f505669e3ebc1c87d5494a4' 2025-07-17T06:36:42.7075443Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a5' 2025-07-17T06:36:42.7075842Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/9c/2fb96d859b792265e51b46d5d4f55636c0bbb8' 2025-07-17T06:36:42.7076260Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/9c' 2025-07-17T06:36:42.7076772Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/b9/560f59b2de82049fd0dc07be60b0bd793d147c' 2025-07-17T06:36:42.7077077Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/b9' 2025-07-17T06:36:42.7077522Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/50/35687fab0551a416467b2f7edbbdaec7db172d' 2025-07-17T06:36:42.7077832Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/50' 2025-07-17T06:36:42.7078244Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/7a/9f7fb776ebb00cafaf3f1cadacbb671efbc771' 2025-07-17T06:36:42.7078549Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/7a' 2025-07-17T06:36:42.7078953Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6d/1f49f738ab8f193c657ef687ea580954c565b4' 2025-07-17T06:36:42.7079262Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6d' 2025-07-17T06:36:42.7079663Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/68/13b6cddecba6c0603423e86913769c67801524' 2025-07-17T06:36:42.7079978Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/68' 2025-07-17T06:36:42.7080384Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/78/a9cb04d1ee07b893cafafc3519645d4a9d98f7' 2025-07-17T06:36:42.7080688Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/78' 2025-07-17T06:36:42.7081097Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/55/862ebdd20bd2c9c849f1b808b0df8ec8a1787a' 2025-07-17T06:36:42.7081404Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/55' 2025-07-17T06:36:42.7081807Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/32/dbf94c18e4bdbdeb2d972486f4912287fde5a7' 2025-07-17T06:36:42.7082213Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/32/6971f0331d1f8c3226fb3b341687f3198cd8a2' 2025-07-17T06:36:42.7082521Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/32' 2025-07-17T06:36:42.7082927Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1d/375fd5ca25baa23e6a29c749eb4450539d1df2' 2025-07-17T06:36:42.7083234Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1d' 2025-07-17T06:36:42.7083635Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/10/13a24759174986ced0637b6e2141ee8749c765' 2025-07-17T06:36:42.7083935Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/10' 2025-07-17T06:36:42.7084339Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1b/f27a5c52c6b880d32d6794459912774a723c48' 2025-07-17T06:36:42.7084880Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1b' 2025-07-17T06:36:42.7085423Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/05/7813118f02e7fcce888d71986e8c74752a0841' 2025-07-17T06:36:42.7085738Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/05' 2025-07-17T06:36:42.7086406Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack/pack-1bbc5d2b062054f639081d555b5e72c8ad13d80f.pack' 2025-07-17T06:36:42.7087021Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack/pack-1bbc5d2b062054f639081d555b5e72c8ad13d80f.idx' 2025-07-17T06:36:42.7087493Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack/pack-1bbc5d2b062054f639081d555b5e72c8ad13d80f.rev' 2025-07-17T06:36:42.7087819Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/pack' 2025-07-17T06:36:42.7088230Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d7/cadd9f09e4f657037bbc8e0289691ada4fd4f8' 2025-07-17T06:36:42.7088539Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/d7' 2025-07-17T06:36:42.7088950Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f2/850ad43e7bbcfb46474d21f9718c5a4b2f05e7' 2025-07-17T06:36:42.7089261Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f2' 2025-07-17T06:36:42.7089673Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3a/af8b8dbab425788123b98bd86da7cb0be053bd' 2025-07-17T06:36:42.7089980Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3a' 2025-07-17T06:36:42.7090383Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/0d/74b13d3c9d638ab9ca851b72d21f78d7ec34c6' 2025-07-17T06:36:42.7090691Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/0d' 2025-07-17T06:36:42.7091093Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ce/c25a171d296f438bb4e77ef7385c82e1006fc6' 2025-07-17T06:36:42.7091398Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/ce' 2025-07-17T06:36:42.7091813Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6c/aaeea733f97cf56c26478a28612a2a1a406198' 2025-07-17T06:36:42.7092117Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6c' 2025-07-17T06:36:42.7092526Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/43/0788e41dff6ba05795d38e9244da7310733caa' 2025-07-17T06:36:42.7092834Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/43' 2025-07-17T06:36:42.7093238Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/5a/18f1be824cd9aaf71aa7655e79992839d5bbe3' 2025-07-17T06:36:42.7093542Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/5a' 2025-07-17T06:36:42.7093953Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/e6/330bba93aa15fe16dff6a953324132bcc0c3ac' 2025-07-17T06:36:42.7094256Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/e6' 2025-07-17T06:36:42.7094771Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/2e/c0ebb71f83c3bdf25e5413367ab7007ceef14c' 2025-07-17T06:36:42.7095085Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/2e' 2025-07-17T06:36:42.7095698Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6f/4529395c5b7c2d661812257cd6780c67e54afa' 2025-07-17T06:36:42.7096011Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/6f' 2025-07-17T06:36:42.7096761Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/84/da241dc2dd58779626fcee9547ec434b422490' 2025-07-17T06:36:42.7097079Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/84' 2025-07-17T06:36:42.7097486Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f0/c686bdaf9b0bd43a62fb692bb1758b66145142' 2025-07-17T06:36:42.7097801Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f0' 2025-07-17T06:36:42.7098201Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/8f/58602552aced5f13b1664fae547c07905fab85' 2025-07-17T06:36:42.7098513Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/8f' 2025-07-17T06:36:42.7098925Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a4/bd7e63de3a2e47e5b3bb8e36f75ef64c0bce04' 2025-07-17T06:36:42.7099229Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/a4' 2025-07-17T06:36:42.7099636Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f3/80b8f5f45cb87c0aff7915cbc5a76e4b4c296d' 2025-07-17T06:36:42.7099949Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f3' 2025-07-17T06:36:42.7100351Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f5/3c428ae3fa9b895396e704de8c19b6cdaea22f' 2025-07-17T06:36:42.7100651Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/f5' 2025-07-17T06:36:42.7101056Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/12/0b0c5a6085e58847a2736abb5289bb4784bb00' 2025-07-17T06:36:42.7101359Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/12' 2025-07-17T06:36:42.7101767Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1a/6fb4b4ddaf1a12287ee90dc1fde8a7d4179108' 2025-07-17T06:36:42.7102078Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/1a' 2025-07-17T06:36:42.7102394Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/info' 2025-07-17T06:36:42.7102793Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/87/4583da6731f0d0ff8624465c92ee38297ea4c4' 2025-07-17T06:36:42.7103100Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/87' 2025-07-17T06:36:42.7103499Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3c/f6911074619ad28382761fbe643b2dc53f9b30' 2025-07-17T06:36:42.7103804Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects/3c' 2025-07-17T06:36:42.7104108Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/objects' 2025-07-17T06:36:42.7104489Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl' 2025-07-17T06:36:42.7104742Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/third_party' 2025-07-17T06:36:42.7105054Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/commit-msg.sample' 2025-07-17T06:36:42.7105377Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7105677Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-commit.sample' 2025-07-17T06:36:42.7105983Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7106577Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/post-update.sample' 2025-07-17T06:36:42.7106884Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-receive.sample' 2025-07-17T06:36:42.7107218Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7107534Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7107852Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7108194Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7108486Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/pre-push.sample' 2025-07-17T06:36:42.7108772Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/update.sample' 2025-07-17T06:36:42.7109289Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7109638Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7109911Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/hooks' 2025-07-17T06:36:42.7110154Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/index' 2025-07-17T06:36:42.7110412Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/FETCH_HEAD' 2025-07-17T06:36:42.7110667Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/description' 2025-07-17T06:36:42.7110918Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/HEAD' 2025-07-17T06:36:42.7111216Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/heads/master' 2025-07-17T06:36:42.7111523Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/heads' 2025-07-17T06:36:42.7111853Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7112189Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/remotes/origin' 2025-07-17T06:36:42.7112496Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs/remotes' 2025-07-17T06:36:42.7112782Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs/refs' 2025-07-17T06:36:42.7113046Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/logs' 2025-07-17T06:36:42.7113292Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/shallow' 2025-07-17T06:36:42.7113534Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config' 2025-07-17T06:36:42.7113932Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/HEAD' 2025-07-17T06:36:42.7114189Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/packed-refs' 2025-07-17T06:36:42.7114469Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/tags' 2025-07-17T06:36:42.7114751Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/heads/master' 2025-07-17T06:36:42.7115034Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/heads' 2025-07-17T06:36:42.7115495Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7115905Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/remotes/origin' 2025-07-17T06:36:42.7116356Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs/remotes' 2025-07-17T06:36:42.7116631Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/refs' 2025-07-17T06:36:42.7116895Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/info/exclude' 2025-07-17T06:36:42.7117157Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/info' 2025-07-17T06:36:42.7117615Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2f8dc9d843e9bb380dc72dd2b3452105add9d7ba.rev' 2025-07-17T06:36:42.7118073Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2e2f5dbbebf51439977659cbe29813acc1b4b642.idx' 2025-07-17T06:36:42.7118522Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2f8dc9d843e9bb380dc72dd2b3452105add9d7ba.idx' 2025-07-17T06:36:42.7118978Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2f8dc9d843e9bb380dc72dd2b3452105add9d7ba.pack' 2025-07-17T06:36:42.7119439Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2e2f5dbbebf51439977659cbe29813acc1b4b642.pack' 2025-07-17T06:36:42.7120039Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack/pack-2e2f5dbbebf51439977659cbe29813acc1b4b642.rev' 2025-07-17T06:36:42.7120363Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/pack' 2025-07-17T06:36:42.7120660Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects/info' 2025-07-17T06:36:42.7120937Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/objects' 2025-07-17T06:36:42.7121184Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg' 2025-07-17T06:36:42.7121427Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules/tools' 2025-07-17T06:36:42.7121640Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/modules' 2025-07-17T06:36:42.7121856Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs/tags' 2025-07-17T06:36:42.7122067Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs/heads/main' 2025-07-17T06:36:42.7122285Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs/heads' 2025-07-17T06:36:42.7122516Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7122769Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs/remotes/origin' 2025-07-17T06:36:42.7122994Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs/remotes' 2025-07-17T06:36:42.7123199Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/refs' 2025-07-17T06:36:42.7123524Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/info/exclude' 2025-07-17T06:36:42.7123722Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/info' 2025-07-17T06:36:42.7124098Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-55a27a4f5dd8b58b932408d382b6ccf2c53b0c8e.rev' 2025-07-17T06:36:42.7124471Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-55a27a4f5dd8b58b932408d382b6ccf2c53b0c8e.idx' 2025-07-17T06:36:42.7124840Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-cec12f808df38621ff6bf97add5b326c95b71e2b.rev' 2025-07-17T06:36:42.7125311Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-55a27a4f5dd8b58b932408d382b6ccf2c53b0c8e.pack' 2025-07-17T06:36:42.7125691Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-cec12f808df38621ff6bf97add5b326c95b71e2b.pack' 2025-07-17T06:36:42.7126062Z removed 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack/pack-cec12f808df38621ff6bf97add5b326c95b71e2b.idx' 2025-07-17T06:36:42.7126519Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/pack' 2025-07-17T06:36:42.7126748Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects/info' 2025-07-17T06:36:42.7126967Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp/objects' 2025-07-17T06:36:42.7127159Z removed directory 'pytorch-main/.git/modules/third_party/opentelemetry-cpp' 2025-07-17T06:36:42.7127346Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/commit-msg.sample' 2025-07-17T06:36:42.7127558Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7127738Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/pre-commit.sample' 2025-07-17T06:36:42.7127915Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7128111Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/post-update.sample' 2025-07-17T06:36:42.7128294Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/pre-receive.sample' 2025-07-17T06:36:42.7128494Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7128699Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7128893Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7129103Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7129363Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/pre-push.sample' 2025-07-17T06:36:42.7129650Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/update.sample' 2025-07-17T06:36:42.7129862Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7130069Z removed 'pytorch-main/.git/modules/third_party/fmt/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7130240Z removed directory 'pytorch-main/.git/modules/third_party/fmt/hooks' 2025-07-17T06:36:42.7130371Z removed 'pytorch-main/.git/modules/third_party/fmt/index' 2025-07-17T06:36:42.7130514Z removed 'pytorch-main/.git/modules/third_party/fmt/FETCH_HEAD' 2025-07-17T06:36:42.7130668Z removed 'pytorch-main/.git/modules/third_party/fmt/description' 2025-07-17T06:36:42.7130807Z removed 'pytorch-main/.git/modules/third_party/fmt/logs/HEAD' 2025-07-17T06:36:42.7130985Z removed 'pytorch-main/.git/modules/third_party/fmt/logs/refs/heads/master' 2025-07-17T06:36:42.7131174Z removed directory 'pytorch-main/.git/modules/third_party/fmt/logs/refs/heads' 2025-07-17T06:36:42.7131374Z removed 'pytorch-main/.git/modules/third_party/fmt/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7131585Z removed directory 'pytorch-main/.git/modules/third_party/fmt/logs/refs/remotes/origin' 2025-07-17T06:36:42.7131779Z removed directory 'pytorch-main/.git/modules/third_party/fmt/logs/refs/remotes' 2025-07-17T06:36:42.7132079Z removed directory 'pytorch-main/.git/modules/third_party/fmt/logs/refs' 2025-07-17T06:36:42.7132238Z removed directory 'pytorch-main/.git/modules/third_party/fmt/logs' 2025-07-17T06:36:42.7132372Z removed 'pytorch-main/.git/modules/third_party/fmt/shallow' 2025-07-17T06:36:42.7132507Z removed 'pytorch-main/.git/modules/third_party/fmt/config' 2025-07-17T06:36:42.7132634Z removed 'pytorch-main/.git/modules/third_party/fmt/HEAD' 2025-07-17T06:36:42.7132783Z removed 'pytorch-main/.git/modules/third_party/fmt/packed-refs' 2025-07-17T06:36:42.7132956Z removed directory 'pytorch-main/.git/modules/third_party/fmt/refs/tags' 2025-07-17T06:36:42.7133120Z removed 'pytorch-main/.git/modules/third_party/fmt/refs/heads/master' 2025-07-17T06:36:42.7133388Z removed directory 'pytorch-main/.git/modules/third_party/fmt/refs/heads' 2025-07-17T06:36:42.7133578Z removed 'pytorch-main/.git/modules/third_party/fmt/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7133781Z removed directory 'pytorch-main/.git/modules/third_party/fmt/refs/remotes/origin' 2025-07-17T06:36:42.7133957Z removed directory 'pytorch-main/.git/modules/third_party/fmt/refs/remotes' 2025-07-17T06:36:42.7134113Z removed directory 'pytorch-main/.git/modules/third_party/fmt/refs' 2025-07-17T06:36:42.7134264Z removed 'pytorch-main/.git/modules/third_party/fmt/info/exclude' 2025-07-17T06:36:42.7134416Z removed directory 'pytorch-main/.git/modules/third_party/fmt/info' 2025-07-17T06:36:42.7134692Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/3f/31d1e94faf04ab5b60374a59d00d7eb04ee6c5' 2025-07-17T06:36:42.7134958Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/3f/f47880748fb1e03e61ad722523a9611dcf27d8' 2025-07-17T06:36:42.7135133Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/3f' 2025-07-17T06:36:42.7135395Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/11/dc1b46241595dca945a369d1a0a2c2cfd2eda3' 2025-07-17T06:36:42.7135570Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/11' 2025-07-17T06:36:42.7135833Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/c8/33a0514186b80717573dbc92ce9a7ba0861192' 2025-07-17T06:36:42.7136002Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/c8' 2025-07-17T06:36:42.7136412Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/93/1e7589605927a4d7ac48866dfcfb980e5d51b3' 2025-07-17T06:36:42.7136583Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/93' 2025-07-17T06:36:42.7136841Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/b4/c7e4b87f9107026b745bbf566f16478335cb5e' 2025-07-17T06:36:42.7137015Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/b4' 2025-07-17T06:36:42.7137279Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/67/1fd69589ebc979326be93fc85eb732dc83313e' 2025-07-17T06:36:42.7137450Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/67' 2025-07-17T06:36:42.7137705Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/9c/22ad429704d378b576b988b911a4bfe4280831' 2025-07-17T06:36:42.7137882Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/9c' 2025-07-17T06:36:42.7138144Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/8c/2c445c4fb81ad4d799193ba4bcb2de48af0ee6' 2025-07-17T06:36:42.7138310Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/8c' 2025-07-17T06:36:42.7138574Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/23/ff7de09131e7922a6a04fbc5428a3fe928688f' 2025-07-17T06:36:42.7138743Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/23' 2025-07-17T06:36:42.7138996Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/e0/c81589ea115626f51e4b1d29b09e578fb3af78' 2025-07-17T06:36:42.7139170Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/e0' 2025-07-17T06:36:42.7139421Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/50/e571442e53933a24177187a6e92968c8f6e2d9' 2025-07-17T06:36:42.7139708Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/50' 2025-07-17T06:36:42.7139970Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/18/52b208144a4f1b65025bc7cc3d4931bd8f51ea' 2025-07-17T06:36:42.7140137Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/18' 2025-07-17T06:36:42.7140396Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/fe/403bea96e38797d0777e600db8cdfe8c5ccc1e' 2025-07-17T06:36:42.7140580Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/fe' 2025-07-17T06:36:42.7141029Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/d6/e993658c6213dc194af6152350c10ed0c3c6d5' 2025-07-17T06:36:42.7141205Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/d6' 2025-07-17T06:36:42.7141586Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/55/6e5178419f9d18132c59b4c71771cc01dec999' 2025-07-17T06:36:42.7141762Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/55' 2025-07-17T06:36:42.7142031Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/b2/cc5e4b85ff0d2b3df928b3f4a40d11aed9412a' 2025-07-17T06:36:42.7142199Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/b2' 2025-07-17T06:36:42.7142467Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/40/626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-07-17T06:36:42.7142634Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/40' 2025-07-17T06:36:42.7142889Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/70/fdbf432653dd65e6d0c560c6174489e6a9ca52' 2025-07-17T06:36:42.7143060Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/70' 2025-07-17T06:36:42.7143319Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/63/8ec52276323126a2a1b1f7c1a95f9bb75d286c' 2025-07-17T06:36:42.7143486Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/63' 2025-07-17T06:36:42.7143814Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/pack/pack-22bd13ed1a0ba7f4a7617136a70d3a3376ceb03e.pack' 2025-07-17T06:36:42.7144134Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/pack/pack-22bd13ed1a0ba7f4a7617136a70d3a3376ceb03e.idx' 2025-07-17T06:36:42.7144444Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/pack/pack-22bd13ed1a0ba7f4a7617136a70d3a3376ceb03e.rev' 2025-07-17T06:36:42.7144629Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/pack' 2025-07-17T06:36:42.7144893Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/69/4f626beeb41e80d45aaab4c0f36d729420707a' 2025-07-17T06:36:42.7145060Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/69' 2025-07-17T06:36:42.7145363Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/f4/3dc74d21c9caee0803b8d4f13b2f7b4fccad4b' 2025-07-17T06:36:42.7145532Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/f4' 2025-07-17T06:36:42.7145785Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/0d/931e4b7833b522c6d1201f08a3082b577296ce' 2025-07-17T06:36:42.7145960Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/0d' 2025-07-17T06:36:42.7146347Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/8e/5fa06c6cdfb05229b07a4466de63b0a06c13df' 2025-07-17T06:36:42.7146518Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/8e' 2025-07-17T06:36:42.7146779Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/7b/ec4efe2b318cb3e6429ea2e3cc11f4bf8b4fb0' 2025-07-17T06:36:42.7146952Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/7b' 2025-07-17T06:36:42.7147208Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/44/b19e874207c15971d47e8a8d8925de398d1c1b' 2025-07-17T06:36:42.7147420Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/44' 2025-07-17T06:36:42.7147682Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/08/d9427ff24faa4f68d74aecde04de27d7c21bfd' 2025-07-17T06:36:42.7147854Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/08' 2025-07-17T06:36:42.7148232Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/8a/58ea7bc27f1c7a7c9abf90cf7e8e7509f985c6' 2025-07-17T06:36:42.7148398Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/8a' 2025-07-17T06:36:42.7148668Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/db/861e554ecc41d89c4421a197d614ecd15cf42c' 2025-07-17T06:36:42.7148835Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/db' 2025-07-17T06:36:42.7149099Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/90/994fff6e2e7a1bd3029ffc2aabea488d2088ff' 2025-07-17T06:36:42.7149267Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/90' 2025-07-17T06:36:42.7149635Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/88/b6f68dcb9c3f6eba988824ceff79cc3ef328e3' 2025-07-17T06:36:42.7149806Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/88' 2025-07-17T06:36:42.7150062Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/cb/7213d413e36d3628b97504fd1671462a90e2a7' 2025-07-17T06:36:42.7150238Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/cb' 2025-07-17T06:36:42.7150631Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/a1/e01661178a46e8cf0767e8b9d94a9ee5a9db36' 2025-07-17T06:36:42.7150944Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/a1' 2025-07-17T06:36:42.7151235Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/16/60ad7fd3f8a80688eeb861c86bdb8fc477ce49' 2025-07-17T06:36:42.7151410Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/16' 2025-07-17T06:36:42.7151688Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/80/3cdeea9632ab63ae7e552c9bb84f4d2e80a992' 2025-07-17T06:36:42.7151875Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/80' 2025-07-17T06:36:42.7152052Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/info' 2025-07-17T06:36:42.7152314Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/87/b3fd7cb489c88436d136f7cd5db9c9a8e6cec8' 2025-07-17T06:36:42.7152487Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/87' 2025-07-17T06:36:42.7152753Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/e5/54c1fdca1ccf96229dd33fc5660997a4fcf935' 2025-07-17T06:36:42.7152922Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/e5' 2025-07-17T06:36:42.7153182Z removed 'pytorch-main/.git/modules/third_party/fmt/objects/b8/50bb6559813f5be096f510477b925734775319' 2025-07-17T06:36:42.7153353Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects/b8' 2025-07-17T06:36:42.7153514Z removed directory 'pytorch-main/.git/modules/third_party/fmt/objects' 2025-07-17T06:36:42.7153659Z removed directory 'pytorch-main/.git/modules/third_party/fmt' 2025-07-17T06:36:42.7153868Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/commit-msg.sample' 2025-07-17T06:36:42.7154093Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7154296Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/pre-commit.sample' 2025-07-17T06:36:42.7154502Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7154709Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/post-update.sample' 2025-07-17T06:36:42.7154909Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/pre-receive.sample' 2025-07-17T06:36:42.7155130Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7155344Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7155553Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7155788Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7155979Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/pre-push.sample' 2025-07-17T06:36:42.7156397Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/update.sample' 2025-07-17T06:36:42.7156627Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7156855Z removed 'pytorch-main/.git/modules/third_party/protobuf/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7157026Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/hooks' 2025-07-17T06:36:42.7157170Z removed 'pytorch-main/.git/modules/third_party/protobuf/index' 2025-07-17T06:36:42.7157332Z removed 'pytorch-main/.git/modules/third_party/protobuf/FETCH_HEAD' 2025-07-17T06:36:42.7157494Z removed 'pytorch-main/.git/modules/third_party/protobuf/description' 2025-07-17T06:36:42.7157755Z removed 'pytorch-main/.git/modules/third_party/protobuf/logs/HEAD' 2025-07-17T06:36:42.7157956Z removed 'pytorch-main/.git/modules/third_party/protobuf/logs/refs/heads/main' 2025-07-17T06:36:42.7158165Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/logs/refs/heads' 2025-07-17T06:36:42.7158391Z removed 'pytorch-main/.git/modules/third_party/protobuf/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7158646Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/logs/refs/remotes/origin' 2025-07-17T06:36:42.7158851Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/logs/refs/remotes' 2025-07-17T06:36:42.7159037Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/logs/refs' 2025-07-17T06:36:42.7159212Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/logs' 2025-07-17T06:36:42.7159369Z removed 'pytorch-main/.git/modules/third_party/protobuf/shallow' 2025-07-17T06:36:42.7159526Z removed 'pytorch-main/.git/modules/third_party/protobuf/config' 2025-07-17T06:36:42.7159793Z removed 'pytorch-main/.git/modules/third_party/protobuf/HEAD' 2025-07-17T06:36:42.7160012Z removed 'pytorch-main/.git/modules/third_party/protobuf/packed-refs' 2025-07-17T06:36:42.7160337Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.7160672Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7160981Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.7161278Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7161588Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.7161904Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.7162231Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7162551Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7162874Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7163210Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7163508Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.7163804Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/update.sample' 2025-07-17T06:36:42.7164139Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7164471Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7164753Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/hooks' 2025-07-17T06:36:42.7165120Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/index' 2025-07-17T06:36:42.7165386Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/FETCH_HEAD' 2025-07-17T06:36:42.7165653Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/description' 2025-07-17T06:36:42.7165906Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/HEAD' 2025-07-17T06:36:42.7166410Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.7166889Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/heads' 2025-07-17T06:36:42.7167220Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7167569Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.7167887Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs/remotes' 2025-07-17T06:36:42.7168173Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs/refs' 2025-07-17T06:36:42.7168445Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/logs' 2025-07-17T06:36:42.7168694Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/shallow' 2025-07-17T06:36:42.7168944Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/config' 2025-07-17T06:36:42.7169183Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/HEAD' 2025-07-17T06:36:42.7169450Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/packed-refs' 2025-07-17T06:36:42.7169744Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/tags' 2025-07-17T06:36:42.7170019Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/heads/main' 2025-07-17T06:36:42.7170306Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/heads' 2025-07-17T06:36:42.7170618Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7170938Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/remotes/origin' 2025-07-17T06:36:42.7171239Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs/remotes' 2025-07-17T06:36:42.7171512Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/refs' 2025-07-17T06:36:42.7171779Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/info/exclude' 2025-07-17T06:36:42.7172047Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/info' 2025-07-17T06:36:42.7172512Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.7172972Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-2a54c98ccb43e93321c00281d87bb561d5e44ec6.pack' 2025-07-17T06:36:42.7173418Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.7173870Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-2a54c98ccb43e93321c00281d87bb561d5e44ec6.idx' 2025-07-17T06:36:42.7174313Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-2a54c98ccb43e93321c00281d87bb561d5e44ec6.rev' 2025-07-17T06:36:42.7174864Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.7175172Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/pack' 2025-07-17T06:36:42.7175468Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects/info' 2025-07-17T06:36:42.7175749Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest/objects' 2025-07-17T06:36:42.7176079Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/googletest' 2025-07-17T06:36:42.7176499Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/commit-msg.sample' 2025-07-17T06:36:42.7176828Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7177134Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-commit.sample' 2025-07-17T06:36:42.7177430Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7177733Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/post-update.sample' 2025-07-17T06:36:42.7178042Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-receive.sample' 2025-07-17T06:36:42.7178364Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7178683Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7179002Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7179338Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7179634Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/pre-push.sample' 2025-07-17T06:36:42.7179924Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/update.sample' 2025-07-17T06:36:42.7180254Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7180581Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7180857Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/hooks' 2025-07-17T06:36:42.7181095Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/index' 2025-07-17T06:36:42.7181350Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/FETCH_HEAD' 2025-07-17T06:36:42.7181611Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/description' 2025-07-17T06:36:42.7181861Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/HEAD' 2025-07-17T06:36:42.7182149Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/heads/main' 2025-07-17T06:36:42.7182455Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/heads' 2025-07-17T06:36:42.7182778Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7183117Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/remotes/origin' 2025-07-17T06:36:42.7183428Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs/remotes' 2025-07-17T06:36:42.7183857Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs/refs' 2025-07-17T06:36:42.7184121Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/logs' 2025-07-17T06:36:42.7184363Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/shallow' 2025-07-17T06:36:42.7184607Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/config' 2025-07-17T06:36:42.7184842Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/HEAD' 2025-07-17T06:36:42.7185192Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/packed-refs' 2025-07-17T06:36:42.7185482Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/tags' 2025-07-17T06:36:42.7185752Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/heads/main' 2025-07-17T06:36:42.7186039Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/heads' 2025-07-17T06:36:42.7186482Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7186798Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/remotes/origin' 2025-07-17T06:36:42.7187092Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs/remotes' 2025-07-17T06:36:42.7187365Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/refs' 2025-07-17T06:36:42.7187631Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/info/exclude' 2025-07-17T06:36:42.7187894Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/info' 2025-07-17T06:36:42.7188306Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c0/ca60e6beccd06654ec01a5a73f0eb45e78e2dd' 2025-07-17T06:36:42.7188591Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c0' 2025-07-17T06:36:42.7188983Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5f/c5b4d9b8876e200a08b476c96171a6bd5de0f1' 2025-07-17T06:36:42.7189379Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5f/461d05a0c64781bcd08ce380e6cfce1ecab3ad' 2025-07-17T06:36:42.7189660Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5f' 2025-07-17T06:36:42.7190055Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/89/7a13866baecbac465bb89dad04df1dcc92e910' 2025-07-17T06:36:42.7190341Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/89' 2025-07-17T06:36:42.7190728Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/01/5d33d9e49fc8319543252b82cbdd51dc78d8e0' 2025-07-17T06:36:42.7191114Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/01/e9736505e55cb1ee99ef4711c2a79d9c4be8de' 2025-07-17T06:36:42.7191398Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/01' 2025-07-17T06:36:42.7191782Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a7/9d964e17bdce79941b281f99270bc96f3dca5f' 2025-07-17T06:36:42.7192179Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a7/05654a269b0a7060af97efe52bb555ffad1d84' 2025-07-17T06:36:42.7192472Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a7' 2025-07-17T06:36:42.7192978Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/37/faed46d1344d730a9431ffd8c5a84ed5802b20' 2025-07-17T06:36:42.7193259Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/37' 2025-07-17T06:36:42.7193655Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a5/91743c6a6ba93566c21eb1bbe17ab5cee08b7a' 2025-07-17T06:36:42.7193938Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a5' 2025-07-17T06:36:42.7194326Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e4/1cb4e3bbc52d069474aff0ad9f6005b99e6864' 2025-07-17T06:36:42.7194708Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e4' 2025-07-17T06:36:42.7195098Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8c/6a9ddc248fab0818852832f5c580b6c9e929e6' 2025-07-17T06:36:42.7195381Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8c' 2025-07-17T06:36:42.7195773Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/23/1b0337933ace4cf70c99af3028c60689fe0be3' 2025-07-17T06:36:42.7196053Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/23' 2025-07-17T06:36:42.7196558Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e0/84f386b775cc179bffa1d10c6bd2768cf06cf8' 2025-07-17T06:36:42.7196846Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/e0' 2025-07-17T06:36:42.7197234Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/17/413706eaea75d66901cfaf7560d497753dddf2' 2025-07-17T06:36:42.7197512Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/17' 2025-07-17T06:36:42.7197909Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/33/975be55ecc1f8aba8cd060212e95fa701b8472' 2025-07-17T06:36:42.7198191Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/33' 2025-07-17T06:36:42.7198578Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d0/6e1031db141ad5a37991f9d54cc8c778e2fd1d' 2025-07-17T06:36:42.7198863Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d0' 2025-07-17T06:36:42.7199259Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5b/aca1a740a3f2b6b7ac0b2ef9d00d3da9e9fab0' 2025-07-17T06:36:42.7199647Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5b/7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-07-17T06:36:42.7199936Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/5b' 2025-07-17T06:36:42.7200319Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/dd/6865a31d7667253a35e7d5cc52b4adb6be20c0' 2025-07-17T06:36:42.7200601Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/dd' 2025-07-17T06:36:42.7200990Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7a/ac8069e5927f13b1b33c6d037a5d9176873b86' 2025-07-17T06:36:42.7201373Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7a/16466e208aca263e0f8bbe317d6847f5f1c156' 2025-07-17T06:36:42.7201656Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7a' 2025-07-17T06:36:42.7202047Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d6/95e6d0017108e205072d16022ffb120bf1c30b' 2025-07-17T06:36:42.7202445Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d6' 2025-07-17T06:36:42.7202831Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b7/4d33c5899c4e58ec7ab094f9a517a1c44af32d' 2025-07-17T06:36:42.7203129Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b7' 2025-07-17T06:36:42.7203701Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/36/d2340471754ccd5cd790c25df90f7df70dd9e6' 2025-07-17T06:36:42.7204097Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/36/df088446c61f1a17b7a6fd7ffa0bc7dd96a0bd' 2025-07-17T06:36:42.7204496Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/36' 2025-07-17T06:36:42.7204891Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/42/51fe4c32ade5e4950fe404a4010caa0dc41d88' 2025-07-17T06:36:42.7205175Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/42' 2025-07-17T06:36:42.7205561Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/07/c237727549899458c0667e05903c79a489b0ed' 2025-07-17T06:36:42.7205842Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/07' 2025-07-17T06:36:42.7206447Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/fc/e1a1acfbb33452050cdb94b677461c2f9ef399' 2025-07-17T06:36:42.7206747Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/fc' 2025-07-17T06:36:42.7207138Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/9a/bb60865eb4cd658d93986e920df03aff63e998' 2025-07-17T06:36:42.7207418Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/9a' 2025-07-17T06:36:42.7207812Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2f/c92517a32c710626b84da0d9775c00d2996338' 2025-07-17T06:36:42.7208091Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2f' 2025-07-17T06:36:42.7208469Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/86/194357da628234bc2a8441581075322ce332fc' 2025-07-17T06:36:42.7208754Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/86' 2025-07-17T06:36:42.7209144Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/0b/176ba27f1f7043b8d6c0a10e365bd199fb9ec7' 2025-07-17T06:36:42.7209532Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/0b/190b91a16e926af589dce482a4e34a4de3872a' 2025-07-17T06:36:42.7209820Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/0b' 2025-07-17T06:36:42.7210210Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/1b/a0a50adf857b24b6ebea3ee26974842f7c6d0a' 2025-07-17T06:36:42.7210489Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/1b' 2025-07-17T06:36:42.7210876Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/70/6ad559db9c753fe02d24077600875684eb7682' 2025-07-17T06:36:42.7211260Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/70/66d235c2a5ff24c9201e12196b7dca69b0c8cb' 2025-07-17T06:36:42.7211542Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/70' 2025-07-17T06:36:42.7211927Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d3/56875b63248c0fe605aedf014f340064774fef' 2025-07-17T06:36:42.7212339Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d3' 2025-07-17T06:36:42.7212730Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d5/4baaa0e8f8351dc93cc0e0d78bba648e0788c4' 2025-07-17T06:36:42.7213015Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/d5' 2025-07-17T06:36:42.7213396Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ae/278df4046c32598b2c147922776f1e85373c7d' 2025-07-17T06:36:42.7213881Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ae/d5151d39213170fe1f0eda9b8c0f90018e6f98' 2025-07-17T06:36:42.7214167Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ae' 2025-07-17T06:36:42.7214560Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6e/9256eea8a2dafc9bf15171b68ebae428e791b6' 2025-07-17T06:36:42.7214845Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6e' 2025-07-17T06:36:42.7215232Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/da/1794e63b92aa1739740b43e0443801433f72b7' 2025-07-17T06:36:42.7215511Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/da' 2025-07-17T06:36:42.7215895Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bb/c2f9579023c8889833eb063ffab739a8e84eb9' 2025-07-17T06:36:42.7216295Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bb' 2025-07-17T06:36:42.7216688Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7f/eb79e65f20896c685b15adf4ab47f1b51482d2' 2025-07-17T06:36:42.7216970Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/7f' 2025-07-17T06:36:42.7217453Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.idx' 2025-07-17T06:36:42.7217907Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.pack' 2025-07-17T06:36:42.7218354Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack/pack-f77acabf9c507709d4162fdd879eae8bc6bcbf99.rev' 2025-07-17T06:36:42.7218653Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/pack' 2025-07-17T06:36:42.7219051Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3a/205295f0919d3f95dadaac9aa0769e02c4ef99' 2025-07-17T06:36:42.7219336Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3a' 2025-07-17T06:36:42.7219727Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/65/606ccd93d14f7bfa50d900c3e6a7a3a52b0c26' 2025-07-17T06:36:42.7220122Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/65/c0ae83f7c3ec755dcc084dba281ab4bff7ba82' 2025-07-17T06:36:42.7220404Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/65' 2025-07-17T06:36:42.7220794Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8e/ac068b977f5c5552e9febeda0780cc09b8bfbb' 2025-07-17T06:36:42.7221191Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8e/67b3b2a99cf62339e2118d663711b166b705b1' 2025-07-17T06:36:42.7221478Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8e' 2025-07-17T06:36:42.7221985Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f1/76f74a48f8fdaaf3505746fd91253da25d9e67' 2025-07-17T06:36:42.7222267Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f1' 2025-07-17T06:36:42.7222659Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2c/4460f0e30648b5449ac5ab5bd611b5085529d5' 2025-07-17T06:36:42.7222939Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2c' 2025-07-17T06:36:42.7223329Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c5/d9916d2ddea09bfd725679eab99b8b49817e1e' 2025-07-17T06:36:42.7223713Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/c5' 2025-07-17T06:36:42.7224105Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/73/bead2fb555b901f49eb07d04dd737799f6a722' 2025-07-17T06:36:42.7224389Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/73' 2025-07-17T06:36:42.7224890Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/62/d1154df0ea28e17bf82fe526aea1c81206fdf0' 2025-07-17T06:36:42.7225398Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/62' 2025-07-17T06:36:42.7225865Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/cd/4e7cfde57c100b5a128ce341ee93a8bd18272e' 2025-07-17T06:36:42.7226282Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/cd' 2025-07-17T06:36:42.7226689Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a9/ae67147c5a7a90adc2733b089c5f4363c994ad' 2025-07-17T06:36:42.7226975Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/a9' 2025-07-17T06:36:42.7227366Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/54/aa04a422472d1ce09a59c1d63c43b469e43cff' 2025-07-17T06:36:42.7227655Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/54' 2025-07-17T06:36:42.7228041Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8d/d948004597acda5a70464ac01bf810747f55ff' 2025-07-17T06:36:42.7228322Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/8d' 2025-07-17T06:36:42.7228719Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/aa/cd453179d90137d5ebd7daf86db9b243a4edc0' 2025-07-17T06:36:42.7229001Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/aa' 2025-07-17T06:36:42.7229391Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6f/19dd56ac317b5712939db593f5cb9f7a80a8f3' 2025-07-17T06:36:42.7229679Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/6f' 2025-07-17T06:36:42.7230068Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/94/5c9a9fc4af3be7a4ab07db31448b33bf380122' 2025-07-17T06:36:42.7230451Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/94/2887457f1e3b0f73ca50e50ef72c37224870d4' 2025-07-17T06:36:42.7230739Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/94' 2025-07-17T06:36:42.7231129Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bc/1f96d9315ae7b3be8aa14734ce723c942cfbf5' 2025-07-17T06:36:42.7231411Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bc' 2025-07-17T06:36:42.7231940Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/35/510645b084e91249b00053cacde2decccb6be9' 2025-07-17T06:36:42.7232222Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/35' 2025-07-17T06:36:42.7232680Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4b/3f13fa55e123778ee7fcef26752ca6fbe5ba89' 2025-07-17T06:36:42.7233184Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4b/b6f71271cb00b6739a75dd93f2601fb456784c' 2025-07-17T06:36:42.7233498Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4b' 2025-07-17T06:36:42.7234057Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b5/5612b4655802a8ab502808e403c56ce098e688' 2025-07-17T06:36:42.7234377Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/b5' 2025-07-17T06:36:42.7235021Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bd/3b0ffb4cb5fa9ac09b1626a11d11b253ca441e' 2025-07-17T06:36:42.7235337Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/bd' 2025-07-17T06:36:42.7235755Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/81/7272d00bc52f0c3ea125327f19ed0e8c54a206' 2025-07-17T06:36:42.7236106Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/81' 2025-07-17T06:36:42.7236691Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2d/ec4a8b28ba8d3056574a1e2d2af18f0b58636c' 2025-07-17T06:36:42.7236999Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/2d' 2025-07-17T06:36:42.7237545Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed/70d820deecac5cf5c68b1ce75eda4c52640902' 2025-07-17T06:36:42.7237973Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed/1aa044ee79f536a10ab5daa912886e788a49d2' 2025-07-17T06:36:42.7244988Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed/f6ecc836ce927354bb4ca8c51661f2283475c9' 2025-07-17T06:36:42.7245522Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/ed' 2025-07-17T06:36:42.7245955Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/27/69b7a6b6300f360467679b99cb923f77a4990b' 2025-07-17T06:36:42.7246473Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/27' 2025-07-17T06:36:42.7246881Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4a/4814334852ba4e476e6e196a37ebfd589a750c' 2025-07-17T06:36:42.7247197Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/4a' 2025-07-17T06:36:42.7247603Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/83/457c9981cde477e74f7a61b06061490f325cdc' 2025-07-17T06:36:42.7247891Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/83' 2025-07-17T06:36:42.7248294Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/66/df48b31f8ac574aa58ee344dea78f86f76da95' 2025-07-17T06:36:42.7248591Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/66' 2025-07-17T06:36:42.7248995Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24/30d93bf9c52aea19027f921310ab98f8a6b223' 2025-07-17T06:36:42.7249383Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24/4484b8b057a1c20eb0bd85cfa66b2260864169' 2025-07-17T06:36:42.7249973Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24/746f6d27f9b9816526b3610bbc6d984eb73ab9' 2025-07-17T06:36:42.7250256Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/24' 2025-07-17T06:36:42.7250644Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/39/51d685b7e2ce52bbd59751423f4809fe0b99d3' 2025-07-17T06:36:42.7250931Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/39' 2025-07-17T06:36:42.7251457Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f7/f1566f5693e878139237971720ce2f64a00fd5' 2025-07-17T06:36:42.7251743Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f7' 2025-07-17T06:36:42.7252043Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/info' 2025-07-17T06:36:42.7252436Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f9/8551afe28491f41077dbfaa2b526231061968b' 2025-07-17T06:36:42.7252716Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/f9' 2025-07-17T06:36:42.7253110Z removed 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3c/1b4f2183edfe041fb31c532dc7768d679731aa' 2025-07-17T06:36:42.7253390Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects/3c' 2025-07-17T06:36:42.7253669Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark/objects' 2025-07-17T06:36:42.7253922Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party/benchmark' 2025-07-17T06:36:42.7254153Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules/third_party' 2025-07-17T06:36:42.7254343Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/modules' 2025-07-17T06:36:42.7254531Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/refs/tags' 2025-07-17T06:36:42.7254711Z removed 'pytorch-main/.git/modules/third_party/protobuf/refs/heads/main' 2025-07-17T06:36:42.7254898Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/refs/heads' 2025-07-17T06:36:42.7255100Z removed 'pytorch-main/.git/modules/third_party/protobuf/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7255320Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/refs/remotes/origin' 2025-07-17T06:36:42.7255516Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/refs/remotes' 2025-07-17T06:36:42.7255689Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/refs' 2025-07-17T06:36:42.7255858Z removed 'pytorch-main/.git/modules/third_party/protobuf/info/exclude' 2025-07-17T06:36:42.7256030Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/info' 2025-07-17T06:36:42.7256609Z removed 'pytorch-main/.git/modules/third_party/protobuf/objects/pack/pack-f21934b83e7d20ce60a8936dd0636dad57734773.idx' 2025-07-17T06:36:42.7256959Z removed 'pytorch-main/.git/modules/third_party/protobuf/objects/pack/pack-16de8f431fb0a3802632ccde9a5178a993ae2351.idx' 2025-07-17T06:36:42.7257289Z removed 'pytorch-main/.git/modules/third_party/protobuf/objects/pack/pack-f21934b83e7d20ce60a8936dd0636dad57734773.rev' 2025-07-17T06:36:42.7257628Z removed 'pytorch-main/.git/modules/third_party/protobuf/objects/pack/pack-f21934b83e7d20ce60a8936dd0636dad57734773.pack' 2025-07-17T06:36:42.7257977Z removed 'pytorch-main/.git/modules/third_party/protobuf/objects/pack/pack-16de8f431fb0a3802632ccde9a5178a993ae2351.pack' 2025-07-17T06:36:42.7258308Z removed 'pytorch-main/.git/modules/third_party/protobuf/objects/pack/pack-16de8f431fb0a3802632ccde9a5178a993ae2351.rev' 2025-07-17T06:36:42.7258633Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/objects/pack' 2025-07-17T06:36:42.7258828Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/objects/info' 2025-07-17T06:36:42.7259016Z removed directory 'pytorch-main/.git/modules/third_party/protobuf/objects' 2025-07-17T06:36:42.7259179Z removed directory 'pytorch-main/.git/modules/third_party/protobuf' 2025-07-17T06:36:42.7259365Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/commit-msg.sample' 2025-07-17T06:36:42.7259579Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7259765Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/pre-commit.sample' 2025-07-17T06:36:42.7260039Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7260234Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/post-update.sample' 2025-07-17T06:36:42.7260419Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/pre-receive.sample' 2025-07-17T06:36:42.7260628Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7260831Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7261055Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7261265Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7261448Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/pre-push.sample' 2025-07-17T06:36:42.7261620Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/update.sample' 2025-07-17T06:36:42.7261828Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7262043Z removed 'pytorch-main/.git/modules/third_party/NVTX/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7262209Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/hooks' 2025-07-17T06:36:42.7262344Z removed 'pytorch-main/.git/modules/third_party/NVTX/index' 2025-07-17T06:36:42.7262502Z removed 'pytorch-main/.git/modules/third_party/NVTX/FETCH_HEAD' 2025-07-17T06:36:42.7262651Z removed 'pytorch-main/.git/modules/third_party/NVTX/description' 2025-07-17T06:36:42.7262801Z removed 'pytorch-main/.git/modules/third_party/NVTX/logs/HEAD' 2025-07-17T06:36:42.7262997Z removed 'pytorch-main/.git/modules/third_party/NVTX/logs/refs/heads/release-v3' 2025-07-17T06:36:42.7263184Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/logs/refs/heads' 2025-07-17T06:36:42.7263383Z removed 'pytorch-main/.git/modules/third_party/NVTX/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7263602Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/logs/refs/remotes/origin' 2025-07-17T06:36:42.7263798Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/logs/refs/remotes' 2025-07-17T06:36:42.7263969Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/logs/refs' 2025-07-17T06:36:42.7264134Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/logs' 2025-07-17T06:36:42.7264273Z removed 'pytorch-main/.git/modules/third_party/NVTX/shallow' 2025-07-17T06:36:42.7264406Z removed 'pytorch-main/.git/modules/third_party/NVTX/config' 2025-07-17T06:36:42.7264541Z removed 'pytorch-main/.git/modules/third_party/NVTX/HEAD' 2025-07-17T06:36:42.7264690Z removed 'pytorch-main/.git/modules/third_party/NVTX/packed-refs' 2025-07-17T06:36:42.7264859Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/refs/tags' 2025-07-17T06:36:42.7265041Z removed 'pytorch-main/.git/modules/third_party/NVTX/refs/heads/release-v3' 2025-07-17T06:36:42.7265218Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/refs/heads' 2025-07-17T06:36:42.7265405Z removed 'pytorch-main/.git/modules/third_party/NVTX/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7265602Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/refs/remotes/origin' 2025-07-17T06:36:42.7265787Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/refs/remotes' 2025-07-17T06:36:42.7266028Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/refs' 2025-07-17T06:36:42.7266296Z removed 'pytorch-main/.git/modules/third_party/NVTX/info/exclude' 2025-07-17T06:36:42.7266460Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/info' 2025-07-17T06:36:42.7266737Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/11/bebf71b771351b7fcdb1b1a12d612a717c7c3b' 2025-07-17T06:36:42.7266910Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/11' 2025-07-17T06:36:42.7267181Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/99/2fabeae2c61372b163cea7ab52cb8673f0c249' 2025-07-17T06:36:42.7267352Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/99' 2025-07-17T06:36:42.7267729Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/5f/aa09785dd4fc58d1521eb9b40029e0801b1104' 2025-07-17T06:36:42.7267908Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/5f' 2025-07-17T06:36:42.7268175Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/b4/4867719e5f8faf969b6af457dcd4b24a7a7420' 2025-07-17T06:36:42.7268344Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/b4' 2025-07-17T06:36:42.7268605Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/d9/f0165642967a4004742d940ced7c02d261e566' 2025-07-17T06:36:42.7268782Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/d9' 2025-07-17T06:36:42.7269045Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/0b/3c24169331efcce702b8f8b7e2c326a6fbeae5' 2025-07-17T06:36:42.7269213Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/0b' 2025-07-17T06:36:42.7269485Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/91/63cc2d949df00bebae019d4becf6634cb89208' 2025-07-17T06:36:42.7269654Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/91' 2025-07-17T06:36:42.7269980Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/pack/pack-fac805e17c1e4ea31d94a16262a7c4ac5a72e115.rev' 2025-07-17T06:36:42.7270316Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/pack/pack-fac805e17c1e4ea31d94a16262a7c4ac5a72e115.pack' 2025-07-17T06:36:42.7270633Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/pack/pack-fac805e17c1e4ea31d94a16262a7c4ac5a72e115.idx' 2025-07-17T06:36:42.7270816Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/pack' 2025-07-17T06:36:42.7271087Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/29/42f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-07-17T06:36:42.7271258Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/29' 2025-07-17T06:36:42.7271529Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/5a/f9b02f69b2f06e4d1a6db734fdb2ac70c49ef6' 2025-07-17T06:36:42.7271703Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/5a' 2025-07-17T06:36:42.7271964Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/cc/d3006f8598f580d0a21a80dfd5379cecdf9eb1' 2025-07-17T06:36:42.7272137Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/cc' 2025-07-17T06:36:42.7272404Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/9d/3e5563945746454fb6f53eb9c9fbe04ff41fb2' 2025-07-17T06:36:42.7272573Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/9d' 2025-07-17T06:36:42.7272831Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/90/17703b2543dc8ea7b7e2d012bb545a6427f838' 2025-07-17T06:36:42.7273012Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/90' 2025-07-17T06:36:42.7273282Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/3d/4ac14245060f9b822dbe4b0027a0d7a71ae721' 2025-07-17T06:36:42.7273460Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/3d' 2025-07-17T06:36:42.7273730Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/4a/5bda03dedf575d35dbb21ad645ce30ecc2b526' 2025-07-17T06:36:42.7273907Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/4a' 2025-07-17T06:36:42.7274205Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/info' 2025-07-17T06:36:42.7274471Z removed 'pytorch-main/.git/modules/third_party/NVTX/objects/97/4f8917bdc258b6b3b3dcf9bb7b51d7135a0fdd' 2025-07-17T06:36:42.7274645Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects/97' 2025-07-17T06:36:42.7274812Z removed directory 'pytorch-main/.git/modules/third_party/NVTX/objects' 2025-07-17T06:36:42.7274957Z removed directory 'pytorch-main/.git/modules/third_party/NVTX' 2025-07-17T06:36:42.7275159Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/commit-msg.sample' 2025-07-17T06:36:42.7275375Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7275638Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/pre-commit.sample' 2025-07-17T06:36:42.7275832Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7276031Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/post-update.sample' 2025-07-17T06:36:42.7276331Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/pre-receive.sample' 2025-07-17T06:36:42.7276546Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7276752Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7276956Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7277177Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7277371Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/pre-push.sample' 2025-07-17T06:36:42.7277557Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/update.sample' 2025-07-17T06:36:42.7277774Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7278001Z removed 'pytorch-main/.git/modules/third_party/fbgemm/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7278169Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/hooks' 2025-07-17T06:36:42.7278307Z removed 'pytorch-main/.git/modules/third_party/fbgemm/index' 2025-07-17T06:36:42.7278465Z removed 'pytorch-main/.git/modules/third_party/fbgemm/FETCH_HEAD' 2025-07-17T06:36:42.7278620Z removed 'pytorch-main/.git/modules/third_party/fbgemm/description' 2025-07-17T06:36:42.7278766Z removed 'pytorch-main/.git/modules/third_party/fbgemm/logs/HEAD' 2025-07-17T06:36:42.7278955Z removed 'pytorch-main/.git/modules/third_party/fbgemm/logs/refs/heads/main' 2025-07-17T06:36:42.7279150Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/logs/refs/heads' 2025-07-17T06:36:42.7279357Z removed 'pytorch-main/.git/modules/third_party/fbgemm/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7279580Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/logs/refs/remotes/origin' 2025-07-17T06:36:42.7279788Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/logs/refs/remotes' 2025-07-17T06:36:42.7279965Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/logs/refs' 2025-07-17T06:36:42.7280130Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/logs' 2025-07-17T06:36:42.7280277Z removed 'pytorch-main/.git/modules/third_party/fbgemm/shallow' 2025-07-17T06:36:42.7280416Z removed 'pytorch-main/.git/modules/third_party/fbgemm/config' 2025-07-17T06:36:42.7280550Z removed 'pytorch-main/.git/modules/third_party/fbgemm/HEAD' 2025-07-17T06:36:42.7280709Z removed 'pytorch-main/.git/modules/third_party/fbgemm/packed-refs' 2025-07-17T06:36:42.7280995Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/commit-msg.sample' 2025-07-17T06:36:42.7281308Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7281598Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/pre-commit.sample' 2025-07-17T06:36:42.7308478Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7308790Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/post-update.sample' 2025-07-17T06:36:42.7309100Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/pre-receive.sample' 2025-07-17T06:36:42.7309413Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7309718Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7310175Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7310500Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7310782Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/pre-push.sample' 2025-07-17T06:36:42.7311062Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/update.sample' 2025-07-17T06:36:42.7311377Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7311688Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7311940Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/hooks' 2025-07-17T06:36:42.7312153Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/index' 2025-07-17T06:36:42.7312388Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/FETCH_HEAD' 2025-07-17T06:36:42.7312630Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/description' 2025-07-17T06:36:42.7312855Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/HEAD' 2025-07-17T06:36:42.7313121Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/refs/heads/main' 2025-07-17T06:36:42.7313406Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/refs/heads' 2025-07-17T06:36:42.7313708Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7314018Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/refs/remotes/origin' 2025-07-17T06:36:42.7314301Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/refs/remotes' 2025-07-17T06:36:42.7314562Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs/refs' 2025-07-17T06:36:42.7314805Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/logs' 2025-07-17T06:36:42.7315026Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/shallow' 2025-07-17T06:36:42.7315243Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/config' 2025-07-17T06:36:42.7315466Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/HEAD' 2025-07-17T06:36:42.7315701Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/packed-refs' 2025-07-17T06:36:42.7315959Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs/tags' 2025-07-17T06:36:42.7316345Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs/heads/main' 2025-07-17T06:36:42.7316615Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs/heads' 2025-07-17T06:36:42.7316897Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7317310Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs/remotes/origin' 2025-07-17T06:36:42.7317574Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs/remotes' 2025-07-17T06:36:42.7317814Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/refs' 2025-07-17T06:36:42.7318049Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/info/exclude' 2025-07-17T06:36:42.7318285Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/info' 2025-07-17T06:36:42.7318889Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack/pack-e4ac38e265e56c3e02b67f75616c8f911389b909.rev' 2025-07-17T06:36:42.7319552Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack/pack-e4ac38e265e56c3e02b67f75616c8f911389b909.pack' 2025-07-17T06:36:42.7319997Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack/pack-e3838da79220c8a4d94762a6bde2c21f919e898e.pack' 2025-07-17T06:36:42.7320448Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack/pack-e3838da79220c8a4d94762a6bde2c21f919e898e.rev' 2025-07-17T06:36:42.7320873Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack/pack-e4ac38e265e56c3e02b67f75616c8f911389b909.idx' 2025-07-17T06:36:42.7321294Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack/pack-e3838da79220c8a4d94762a6bde2c21f919e898e.idx' 2025-07-17T06:36:42.7321571Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/pack' 2025-07-17T06:36:42.7321839Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects/info' 2025-07-17T06:36:42.7322091Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass/objects' 2025-07-17T06:36:42.7322323Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cutlass' 2025-07-17T06:36:42.7322621Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.7322943Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7323241Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.7323532Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7323833Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.7324137Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.7324454Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7324768Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7325079Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7325405Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7325687Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.7325966Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/update.sample' 2025-07-17T06:36:42.7326455Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7326781Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7327166Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/hooks' 2025-07-17T06:36:42.7327390Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/index' 2025-07-17T06:36:42.7327631Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/FETCH_HEAD' 2025-07-17T06:36:42.7327879Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/description' 2025-07-17T06:36:42.7328112Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/HEAD' 2025-07-17T06:36:42.7328387Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.7328783Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/refs/heads' 2025-07-17T06:36:42.7329099Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7329434Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.7329738Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/refs/remotes' 2025-07-17T06:36:42.7330004Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs/refs' 2025-07-17T06:36:42.7330254Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/logs' 2025-07-17T06:36:42.7330483Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/shallow' 2025-07-17T06:36:42.7330710Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/config' 2025-07-17T06:36:42.7330929Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/HEAD' 2025-07-17T06:36:42.7331173Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/packed-refs' 2025-07-17T06:36:42.7331447Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs/tags' 2025-07-17T06:36:42.7331704Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs/heads/main' 2025-07-17T06:36:42.7332422Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs/heads' 2025-07-17T06:36:42.7332731Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7333035Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs/remotes/origin' 2025-07-17T06:36:42.7333321Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs/remotes' 2025-07-17T06:36:42.7333577Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/refs' 2025-07-17T06:36:42.7333822Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/info/exclude' 2025-07-17T06:36:42.7334074Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/info' 2025-07-17T06:36:42.7334539Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack/pack-96aecffb982f9f8f2aa5f6ab7c6fb1e1a518887d.pack' 2025-07-17T06:36:42.7334987Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.7335452Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack/pack-96aecffb982f9f8f2aa5f6ab7c6fb1e1a518887d.rev' 2025-07-17T06:36:42.7335894Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.7336447Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack/pack-96aecffb982f9f8f2aa5f6ab7c6fb1e1a518887d.idx' 2025-07-17T06:36:42.7337036Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.7337327Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/pack' 2025-07-17T06:36:42.7337605Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects/info' 2025-07-17T06:36:42.7337874Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest/objects' 2025-07-17T06:36:42.7338109Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/googletest' 2025-07-17T06:36:42.7338505Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/commit-msg.sample' 2025-07-17T06:36:42.7338830Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7339132Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/pre-commit.sample' 2025-07-17T06:36:42.7339422Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7339717Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/post-update.sample' 2025-07-17T06:36:42.7340017Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/pre-receive.sample' 2025-07-17T06:36:42.7340337Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7340656Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7340970Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7341302Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7341595Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/pre-push.sample' 2025-07-17T06:36:42.7341977Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/update.sample' 2025-07-17T06:36:42.7342463Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7342794Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7343061Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/hooks' 2025-07-17T06:36:42.7343295Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/index' 2025-07-17T06:36:42.7343545Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/description' 2025-07-17T06:36:42.7343795Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/HEAD' 2025-07-17T06:36:42.7344084Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/refs/heads/master' 2025-07-17T06:36:42.7344395Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/refs/heads' 2025-07-17T06:36:42.7344713Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7345043Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/refs/remotes/origin' 2025-07-17T06:36:42.7345346Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/refs/remotes' 2025-07-17T06:36:42.7345623Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs/refs' 2025-07-17T06:36:42.7345880Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/logs' 2025-07-17T06:36:42.7346429Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/shallow' 2025-07-17T06:36:42.7346697Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config' 2025-07-17T06:36:42.7346922Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/HEAD' 2025-07-17T06:36:42.7347173Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/packed-refs' 2025-07-17T06:36:42.7347451Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs/tags' 2025-07-17T06:36:42.7347876Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs/heads/master' 2025-07-17T06:36:42.7348157Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs/heads' 2025-07-17T06:36:42.7348456Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7348764Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs/remotes/origin' 2025-07-17T06:36:42.7349045Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs/remotes' 2025-07-17T06:36:42.7349313Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/refs' 2025-07-17T06:36:42.7349561Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/info/exclude' 2025-07-17T06:36:42.7349813Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/info' 2025-07-17T06:36:42.7350269Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/objects/pack/pack-6135b86d38bb378b220c328cac711477c55c4e4a.idx' 2025-07-17T06:36:42.7350700Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/objects/pack/pack-6135b86d38bb378b220c328cac711477c55c4e4a.rev' 2025-07-17T06:36:42.7351147Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/objects/pack/pack-6135b86d38bb378b220c328cac711477c55c4e4a.pack' 2025-07-17T06:36:42.7351436Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/objects/pack' 2025-07-17T06:36:42.7351717Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/objects/info' 2025-07-17T06:36:42.7351980Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch/objects' 2025-07-17T06:36:42.7352225Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/hipify_torch' 2025-07-17T06:36:42.7352545Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/commit-msg.sample' 2025-07-17T06:36:42.7352886Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7353207Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/pre-commit.sample' 2025-07-17T06:36:42.7353519Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7353840Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/post-update.sample' 2025-07-17T06:36:42.7354161Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/pre-receive.sample' 2025-07-17T06:36:42.7354500Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7354835Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7355169Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7355629Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7355939Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/pre-push.sample' 2025-07-17T06:36:42.7364653Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/update.sample' 2025-07-17T06:36:42.7365029Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7365385Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7365811Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/hooks' 2025-07-17T06:36:42.7366069Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/index' 2025-07-17T06:36:42.7366466Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/FETCH_HEAD' 2025-07-17T06:36:42.7366747Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/description' 2025-07-17T06:36:42.7367008Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/HEAD' 2025-07-17T06:36:42.7367323Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/refs/heads/develop' 2025-07-17T06:36:42.7367644Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/refs/heads' 2025-07-17T06:36:42.7367983Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7368348Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/refs/remotes/origin' 2025-07-17T06:36:42.7368682Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/refs/remotes' 2025-07-17T06:36:42.7368980Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs/refs' 2025-07-17T06:36:42.7369256Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/logs' 2025-07-17T06:36:42.7369512Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/shallow' 2025-07-17T06:36:42.7369759Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config' 2025-07-17T06:36:42.7369999Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/HEAD' 2025-07-17T06:36:42.7370279Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/packed-refs' 2025-07-17T06:36:42.7370573Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs/tags' 2025-07-17T06:36:42.7370868Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs/heads/develop' 2025-07-17T06:36:42.7371174Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs/heads' 2025-07-17T06:36:42.7371490Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7371817Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs/remotes/origin' 2025-07-17T06:36:42.7372125Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs/remotes' 2025-07-17T06:36:42.7372402Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/refs' 2025-07-17T06:36:42.7372675Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/info/exclude' 2025-07-17T06:36:42.7373064Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/info' 2025-07-17T06:36:42.7373542Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack/pack-5e23291f66a751bc84f8fee7e3a1ff4d738f8a17.pack' 2025-07-17T06:36:42.7374003Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack/pack-5e23291f66a751bc84f8fee7e3a1ff4d738f8a17.rev' 2025-07-17T06:36:42.7374473Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack/pack-85f7e9342b8b666370ebffd9e255a92adc86612f.pack' 2025-07-17T06:36:42.7375035Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack/pack-85f7e9342b8b666370ebffd9e255a92adc86612f.rev' 2025-07-17T06:36:42.7375492Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack/pack-85f7e9342b8b666370ebffd9e255a92adc86612f.idx' 2025-07-17T06:36:42.7376065Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack/pack-5e23291f66a751bc84f8fee7e3a1ff4d738f8a17.idx' 2025-07-17T06:36:42.7376638Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/pack' 2025-07-17T06:36:42.7376958Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects/info' 2025-07-17T06:36:42.7377253Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel/objects' 2025-07-17T06:36:42.7377540Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/composable_kernel' 2025-07-17T06:36:42.7377812Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/commit-msg.sample' 2025-07-17T06:36:42.7378114Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7378380Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/pre-commit.sample' 2025-07-17T06:36:42.7378647Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7378922Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/post-update.sample' 2025-07-17T06:36:42.7379197Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/pre-receive.sample' 2025-07-17T06:36:42.7379488Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7379774Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7380060Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7380363Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7380635Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/pre-push.sample' 2025-07-17T06:36:42.7380883Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/update.sample' 2025-07-17T06:36:42.7381179Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7381497Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7381737Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/hooks' 2025-07-17T06:36:42.7381945Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/index' 2025-07-17T06:36:42.7382169Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/FETCH_HEAD' 2025-07-17T06:36:42.7382398Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/description' 2025-07-17T06:36:42.7382745Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/HEAD' 2025-07-17T06:36:42.7383011Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/refs/heads/develop' 2025-07-17T06:36:42.7383283Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/refs/heads' 2025-07-17T06:36:42.7383572Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7383874Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/refs/remotes/origin' 2025-07-17T06:36:42.7384151Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/refs/remotes' 2025-07-17T06:36:42.7384495Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs/refs' 2025-07-17T06:36:42.7384734Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/logs' 2025-07-17T06:36:42.7384958Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/shallow' 2025-07-17T06:36:42.7385166Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/config' 2025-07-17T06:36:42.7385369Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/HEAD' 2025-07-17T06:36:42.7385601Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/packed-refs' 2025-07-17T06:36:42.7385850Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs/tags' 2025-07-17T06:36:42.7386099Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs/heads/develop' 2025-07-17T06:36:42.7386575Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs/heads' 2025-07-17T06:36:42.7386857Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7387145Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs/remotes/origin' 2025-07-17T06:36:42.7387414Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs/remotes' 2025-07-17T06:36:42.7387646Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/refs' 2025-07-17T06:36:42.7387871Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/info/exclude' 2025-07-17T06:36:42.7388101Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/info' 2025-07-17T06:36:42.7406580Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack/pack-59fcac0a47b095c160b0a416c167d0a36cf972a0.rev' 2025-07-17T06:36:42.7407029Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack/pack-4e84cbb53e204fe0600fcf0346a82cde0be29a9e.rev' 2025-07-17T06:36:42.7407467Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack/pack-59fcac0a47b095c160b0a416c167d0a36cf972a0.pack' 2025-07-17T06:36:42.7407888Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack/pack-59fcac0a47b095c160b0a416c167d0a36cf972a0.idx' 2025-07-17T06:36:42.7408301Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack/pack-4e84cbb53e204fe0600fcf0346a82cde0be29a9e.idx' 2025-07-17T06:36:42.7408727Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack/pack-4e84cbb53e204fe0600fcf0346a82cde0be29a9e.pack' 2025-07-17T06:36:42.7409002Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/pack' 2025-07-17T06:36:42.7409260Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects/info' 2025-07-17T06:36:42.7409510Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json/objects' 2025-07-17T06:36:42.7409727Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/json' 2025-07-17T06:36:42.7410156Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/commit-msg.sample' 2025-07-17T06:36:42.7410467Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7410752Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/pre-commit.sample' 2025-07-17T06:36:42.7411030Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7411310Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/post-update.sample' 2025-07-17T06:36:42.7411690Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/pre-receive.sample' 2025-07-17T06:36:42.7411997Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7412293Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7412607Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7412918Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7413193Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/pre-push.sample' 2025-07-17T06:36:42.7413455Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/update.sample' 2025-07-17T06:36:42.7413763Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7414073Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7414326Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/hooks' 2025-07-17T06:36:42.7414542Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/index' 2025-07-17T06:36:42.7414776Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/FETCH_HEAD' 2025-07-17T06:36:42.7415007Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/description' 2025-07-17T06:36:42.7415226Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/HEAD' 2025-07-17T06:36:42.7415503Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/refs/heads/master' 2025-07-17T06:36:42.7415780Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/refs/heads' 2025-07-17T06:36:42.7416080Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7416525Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/refs/remotes/origin' 2025-07-17T06:36:42.7416815Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/refs/remotes' 2025-07-17T06:36:42.7417068Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs/refs' 2025-07-17T06:36:42.7417314Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/logs' 2025-07-17T06:36:42.7417528Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/shallow' 2025-07-17T06:36:42.7417737Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/config' 2025-07-17T06:36:42.7421130Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/HEAD' 2025-07-17T06:36:42.7421386Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/packed-refs' 2025-07-17T06:36:42.7421648Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs/tags' 2025-07-17T06:36:42.7421907Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs/heads/master' 2025-07-17T06:36:42.7422305Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs/heads' 2025-07-17T06:36:42.7422584Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7422880Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs/remotes/origin' 2025-07-17T06:36:42.7423143Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs/remotes' 2025-07-17T06:36:42.7423392Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/refs' 2025-07-17T06:36:42.7423725Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/info/exclude' 2025-07-17T06:36:42.7423962Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/info' 2025-07-17T06:36:42.7424397Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack/pack-4025cd6b7f603fc588383f44c1e4ae9c4d30d7e4.idx' 2025-07-17T06:36:42.7424843Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack/pack-4025cd6b7f603fc588383f44c1e4ae9c4d30d7e4.pack' 2025-07-17T06:36:42.7425269Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack/pack-d3b69c13f4ce15571de3cfe7d193f99978e05c57.rev' 2025-07-17T06:36:42.7425695Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack/pack-d3b69c13f4ce15571de3cfe7d193f99978e05c57.idx' 2025-07-17T06:36:42.7426379Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack/pack-4025cd6b7f603fc588383f44c1e4ae9c4d30d7e4.rev' 2025-07-17T06:36:42.7426908Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack/pack-d3b69c13f4ce15571de3cfe7d193f99978e05c57.pack' 2025-07-17T06:36:42.7427179Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/pack' 2025-07-17T06:36:42.7427450Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects/info' 2025-07-17T06:36:42.7427697Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit/objects' 2025-07-17T06:36:42.7427915Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/asmjit' 2025-07-17T06:36:42.7428202Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/commit-msg.sample' 2025-07-17T06:36:42.7428509Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7428790Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/pre-commit.sample' 2025-07-17T06:36:42.7429078Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7429360Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/post-update.sample' 2025-07-17T06:36:42.7429642Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/pre-receive.sample' 2025-07-17T06:36:42.7429949Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7430250Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7430547Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7430872Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7431146Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/pre-push.sample' 2025-07-17T06:36:42.7431414Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/update.sample' 2025-07-17T06:36:42.7431972Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7432443Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7432694Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/hooks' 2025-07-17T06:36:42.7432907Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/index' 2025-07-17T06:36:42.7433141Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/FETCH_HEAD' 2025-07-17T06:36:42.7433390Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/description' 2025-07-17T06:36:42.7433747Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/HEAD' 2025-07-17T06:36:42.7434021Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/refs/heads/main' 2025-07-17T06:36:42.7434305Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/refs/heads' 2025-07-17T06:36:42.7434608Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7434920Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/refs/remotes/origin' 2025-07-17T06:36:42.7435202Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/refs/remotes' 2025-07-17T06:36:42.7435464Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs/refs' 2025-07-17T06:36:42.7435709Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/logs' 2025-07-17T06:36:42.7435926Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/shallow' 2025-07-17T06:36:42.7436301Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config' 2025-07-17T06:36:42.7436524Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/HEAD' 2025-07-17T06:36:42.7436760Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/packed-refs' 2025-07-17T06:36:42.7437016Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs/tags' 2025-07-17T06:36:42.7437267Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs/heads/main' 2025-07-17T06:36:42.7437527Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs/heads' 2025-07-17T06:36:42.7437804Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7438111Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs/remotes/origin' 2025-07-17T06:36:42.7438379Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs/remotes' 2025-07-17T06:36:42.7438621Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/refs' 2025-07-17T06:36:42.7438860Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/info/exclude' 2025-07-17T06:36:42.7439097Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/info' 2025-07-17T06:36:42.7439478Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/99/047e586245fd8fd7ba60d120a6cdc47d945cc2' 2025-07-17T06:36:42.7439745Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/99' 2025-07-17T06:36:42.7440119Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/89/ebbb583680949ec127c629ab02b99c028b3c16' 2025-07-17T06:36:42.7440492Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/89/2be0be56c3a8d87e8ffc4343231823c6504ee3' 2025-07-17T06:36:42.7440877Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/89' 2025-07-17T06:36:42.7441241Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d4/61c774b0505ba528081e30340364572dc3f0a5' 2025-07-17T06:36:42.7441499Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d4' 2025-07-17T06:36:42.7441875Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/a5/ad2e2a1bc68e9366c9a9fe93aac33c99d5daf5' 2025-07-17T06:36:42.7442131Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/a5' 2025-07-17T06:36:42.7442604Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/9c/fedf60dae18861a71973ccd6c0b7728689d14c' 2025-07-17T06:36:42.7442869Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/9c' 2025-07-17T06:36:42.7443237Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/23/7f5816bcbe997366a5a51900ea46eb30e39310' 2025-07-17T06:36:42.7443496Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/23' 2025-07-17T06:36:42.7443865Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/dd/19919311b15d9b203e0c71d72616f2055495a5' 2025-07-17T06:36:42.7444123Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/dd' 2025-07-17T06:36:42.7444497Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/36/fa061ac7f5bce84be9e2fe3d6680ecc7bdf1df' 2025-07-17T06:36:42.7450339Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/36/5fea6c7aaa5307a840d2f66858575361935883' 2025-07-17T06:36:42.7450608Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/36' 2025-07-17T06:36:42.7450998Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/b6/c6b53168fcedff3001191f30b94cbef4d2ac42' 2025-07-17T06:36:42.7451383Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/b6/bda7f36c97581c2b35ef1f9fbe3cf32efc8975' 2025-07-17T06:36:42.7451646Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/b6' 2025-07-17T06:36:42.7452015Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/68/531e4d1da982bef4b08e59c90839b39c246798' 2025-07-17T06:36:42.7452279Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/68' 2025-07-17T06:36:42.7452653Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/e8/36548db190a869d03bce6daf5868f0b5bc36cf' 2025-07-17T06:36:42.7452910Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/e8' 2025-07-17T06:36:42.7453287Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/4c/72308c063066a6bea11f30d3a7aa743589612f' 2025-07-17T06:36:42.7453547Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/4c' 2025-07-17T06:36:42.7453917Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/31/1f926b16eab233e5dc2d887383e4a4813e6771' 2025-07-17T06:36:42.7454184Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/31' 2025-07-17T06:36:42.7454558Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/b2/91ebcf0cec35bc2e92c89f6a42818a63dccc64' 2025-07-17T06:36:42.7454818Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/b2' 2025-07-17T06:36:42.7455197Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/98/8f05aaa787d349f57c308b6f89b49cffb721cd' 2025-07-17T06:36:42.7455455Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/98' 2025-07-17T06:36:42.7455996Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/2b/5412ea5c92ac89163dd67fdbdff6a308b37b80' 2025-07-17T06:36:42.7456407Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/2b' 2025-07-17T06:36:42.7456784Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1b/c505f46c366ad0bcbe29f7025c13fc0568f492' 2025-07-17T06:36:42.7457158Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1b/cf23dd662efb3d4b1623f6ff4d26f340dc024d' 2025-07-17T06:36:42.7457528Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1b' 2025-07-17T06:36:42.7457904Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/a2/8f10f46bfc8c8e7f0263c7e0eddf602e49b651' 2025-07-17T06:36:42.7458160Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/a2' 2025-07-17T06:36:42.7458537Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d5/66034e4ea2776fd9de90b0961e522d8c752c20' 2025-07-17T06:36:42.7458794Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d5' 2025-07-17T06:36:42.7459241Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/pack/pack-ed9b1bf6cf9b9e20d6da276c9d55a276a88e10a1.pack' 2025-07-17T06:36:42.7459682Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/pack/pack-ed9b1bf6cf9b9e20d6da276c9d55a276a88e10a1.rev' 2025-07-17T06:36:42.7460272Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/pack/pack-ed9b1bf6cf9b9e20d6da276c9d55a276a88e10a1.idx' 2025-07-17T06:36:42.7460644Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/pack' 2025-07-17T06:36:42.7461027Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d7/37acad1460984ff85e19f668a32c75fa489692' 2025-07-17T06:36:42.7461397Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d7/b3a41d9633a054561a83f6d77df131b1e8451d' 2025-07-17T06:36:42.7461655Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/d7' 2025-07-17T06:36:42.7462027Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/65/43fec09b2f04ac4a666882998b534afc9c1349' 2025-07-17T06:36:42.7462284Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/65' 2025-07-17T06:36:42.7462672Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/6c/e6efe895dd14f7d52ef4f659a10819fca8e752' 2025-07-17T06:36:42.7462936Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/6c' 2025-07-17T06:36:42.7463309Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/cd/af7f5872cd7b66b7203a4a3610c87da10ad171' 2025-07-17T06:36:42.7463566Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/cd' 2025-07-17T06:36:42.7463942Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1f/93351dddb0ef94aca70a996c7e96a61a69cf2b' 2025-07-17T06:36:42.7464199Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1f' 2025-07-17T06:36:42.7464566Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/e9/8fe8b868a9c602410e94d85b0606582f258460' 2025-07-17T06:36:42.7464832Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/e9' 2025-07-17T06:36:42.7465198Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/5e/129aa65990436604ea3365419fa67f44777836' 2025-07-17T06:36:42.7465589Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/5e' 2025-07-17T06:36:42.7465960Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/8a/3418d8415dfd6f559493ad4ff856e79cb6b645' 2025-07-17T06:36:42.7466433Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/8a' 2025-07-17T06:36:42.7466811Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/5c/de2eb0f3b574002c3001b3ff8af7459684b713' 2025-07-17T06:36:42.7467075Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/5c' 2025-07-17T06:36:42.7467564Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/0a/3ae292be7b1e0c6e63a543f198ce9a66acf91c' 2025-07-17T06:36:42.7467826Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/0a' 2025-07-17T06:36:42.7468203Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/35/08e3933625e4888fcd34b6d28eb2b286a4bfc9' 2025-07-17T06:36:42.7468462Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/35' 2025-07-17T06:36:42.7468830Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/9d/83c05a957422edc33b30c010505cc82eb0d967' 2025-07-17T06:36:42.7469096Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/9d' 2025-07-17T06:36:42.7469468Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/db/5349ecf8f99b23e783ee512551d449aa6195bf' 2025-07-17T06:36:42.7469726Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/db' 2025-07-17T06:36:42.7470104Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/bd/5020c7c2dd9b341ab6aafcc684266b33e3fd34' 2025-07-17T06:36:42.7470364Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/bd' 2025-07-17T06:36:42.7470732Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/a4/ace2043645e604c89531747582d0efa32fa9b9' 2025-07-17T06:36:42.7470994Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/a4' 2025-07-17T06:36:42.7471363Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/81/b45a4eb8948079c2b22d05a9e950cf64b7cc85' 2025-07-17T06:36:42.7471617Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/81' 2025-07-17T06:36:42.7472011Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/2d/158b7235483fdc4400def75647407c79d5efdf' 2025-07-17T06:36:42.7472268Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/2d' 2025-07-17T06:36:42.7472627Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/30/27da3458679e4a851964d8b216722b50814122' 2025-07-17T06:36:42.7472892Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/30' 2025-07-17T06:36:42.7473262Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/cf/a8361459c0c4f5c690ae551c60b6df5353a479' 2025-07-17T06:36:42.7473518Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/cf' 2025-07-17T06:36:42.7473887Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/27/5c83f9695d99925260a43098453de8d1c947dd' 2025-07-17T06:36:42.7474148Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/27' 2025-07-17T06:36:42.7480089Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/00/d8ffe950b33ae38341d3c18a42e9329e53f3e5' 2025-07-17T06:36:42.7480365Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/00' 2025-07-17T06:36:42.7480886Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/82/cadea643c98684d382f71305e5ce267b0b57ba' 2025-07-17T06:36:42.7481253Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/82/f10ab956c7af4347043e435e028790213e074d' 2025-07-17T06:36:42.7481516Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/82' 2025-07-17T06:36:42.7481886Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/af/4f9ae810f74543298de2d3d57cf98e09ff031c' 2025-07-17T06:36:42.7482243Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/af' 2025-07-17T06:36:42.7482620Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/e7/b80b428313d4b7c56b9d0a9b65a5952ff853aa' 2025-07-17T06:36:42.7482879Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/e7' 2025-07-17T06:36:42.7483251Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/4e/3ea99928f1a5070de3a6d8a9924c8c77ae6552' 2025-07-17T06:36:42.7483516Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/4e' 2025-07-17T06:36:42.7483888Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1a/b9b5ac200a7cd00ea521710e634b46ad657c11' 2025-07-17T06:36:42.7484147Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/1a' 2025-07-17T06:36:42.7484543Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/ab/e7ab0cc0c0bd1e48a9e01fcf19802ed5ff2e39' 2025-07-17T06:36:42.7484798Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/ab' 2025-07-17T06:36:42.7485167Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/7d/f72aba50ee7d414c4a3330f444c45a51891324' 2025-07-17T06:36:42.7485431Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/7d' 2025-07-17T06:36:42.7485696Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/info' 2025-07-17T06:36:42.7486061Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/87/c403d5795a589257afb877bf58008713cea09d' 2025-07-17T06:36:42.7486477Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/87' 2025-07-17T06:36:42.7486854Z removed 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/f9/c85610fbad9a9ad8eb6b62dc1ac698b2ae9c2a' 2025-07-17T06:36:42.7487114Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects/f9' 2025-07-17T06:36:42.7487372Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo/objects' 2025-07-17T06:36:42.7487601Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external/cpuinfo' 2025-07-17T06:36:42.7487806Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules/external' 2025-07-17T06:36:42.7487987Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/modules' 2025-07-17T06:36:42.7488166Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/refs/tags' 2025-07-17T06:36:42.7488332Z removed 'pytorch-main/.git/modules/third_party/fbgemm/refs/heads/main' 2025-07-17T06:36:42.7488513Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/refs/heads' 2025-07-17T06:36:42.7488712Z removed 'pytorch-main/.git/modules/third_party/fbgemm/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7488925Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/refs/remotes/origin' 2025-07-17T06:36:42.7489111Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/refs/remotes' 2025-07-17T06:36:42.7489413Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/refs' 2025-07-17T06:36:42.7489570Z removed 'pytorch-main/.git/modules/third_party/fbgemm/info/exclude' 2025-07-17T06:36:42.7489733Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/info' 2025-07-17T06:36:42.7490074Z removed 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack/pack-adee0de0a03c293311f727f4d046d9e418495972.rev' 2025-07-17T06:36:42.7490413Z removed 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack/pack-adee0de0a03c293311f727f4d046d9e418495972.pack' 2025-07-17T06:36:42.7490740Z removed 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack/pack-410a7671a367fa52b6a1d7dcc24c3f501b2ff089.rev' 2025-07-17T06:36:42.7491170Z removed 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack/pack-adee0de0a03c293311f727f4d046d9e418495972.idx' 2025-07-17T06:36:42.7492254Z removed 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack/pack-410a7671a367fa52b6a1d7dcc24c3f501b2ff089.pack' 2025-07-17T06:36:42.7492593Z removed 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack/pack-410a7671a367fa52b6a1d7dcc24c3f501b2ff089.idx' 2025-07-17T06:36:42.7492806Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/objects/pack' 2025-07-17T06:36:42.7492993Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/objects/info' 2025-07-17T06:36:42.7493168Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm/objects' 2025-07-17T06:36:42.7493326Z removed directory 'pytorch-main/.git/modules/third_party/fbgemm' 2025-07-17T06:36:42.7493515Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/commit-msg.sample' 2025-07-17T06:36:42.7493730Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7493925Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/pre-commit.sample' 2025-07-17T06:36:42.7494108Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7494297Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/post-update.sample' 2025-07-17T06:36:42.7494494Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/pre-receive.sample' 2025-07-17T06:36:42.7494704Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7494907Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7495116Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7495334Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7495519Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/pre-push.sample' 2025-07-17T06:36:42.7495699Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/update.sample' 2025-07-17T06:36:42.7495918Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7496226Z removed 'pytorch-main/.git/modules/third_party/aiter/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7496399Z removed directory 'pytorch-main/.git/modules/third_party/aiter/hooks' 2025-07-17T06:36:42.7496542Z removed 'pytorch-main/.git/modules/third_party/aiter/index' 2025-07-17T06:36:42.7496689Z removed 'pytorch-main/.git/modules/third_party/aiter/FETCH_HEAD' 2025-07-17T06:36:42.7496840Z removed 'pytorch-main/.git/modules/third_party/aiter/description' 2025-07-17T06:36:42.7496992Z removed 'pytorch-main/.git/modules/third_party/aiter/logs/HEAD' 2025-07-17T06:36:42.7497171Z removed 'pytorch-main/.git/modules/third_party/aiter/logs/refs/heads/main' 2025-07-17T06:36:42.7497364Z removed directory 'pytorch-main/.git/modules/third_party/aiter/logs/refs/heads' 2025-07-17T06:36:42.7497575Z removed 'pytorch-main/.git/modules/third_party/aiter/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7497793Z removed directory 'pytorch-main/.git/modules/third_party/aiter/logs/refs/remotes/origin' 2025-07-17T06:36:42.7497990Z removed directory 'pytorch-main/.git/modules/third_party/aiter/logs/refs/remotes' 2025-07-17T06:36:42.7498299Z removed directory 'pytorch-main/.git/modules/third_party/aiter/logs/refs' 2025-07-17T06:36:42.7498468Z removed directory 'pytorch-main/.git/modules/third_party/aiter/logs' 2025-07-17T06:36:42.7498608Z removed 'pytorch-main/.git/modules/third_party/aiter/shallow' 2025-07-17T06:36:42.7498744Z removed 'pytorch-main/.git/modules/third_party/aiter/config' 2025-07-17T06:36:42.7498908Z removed 'pytorch-main/.git/modules/third_party/aiter/HEAD' 2025-07-17T06:36:42.7499061Z removed 'pytorch-main/.git/modules/third_party/aiter/packed-refs' 2025-07-17T06:36:42.7499386Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/commit-msg.sample' 2025-07-17T06:36:42.7499832Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7500146Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/pre-commit.sample' 2025-07-17T06:36:42.7500455Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7500774Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/post-update.sample' 2025-07-17T06:36:42.7501090Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/pre-receive.sample' 2025-07-17T06:36:42.7501425Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7501761Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7502093Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7502441Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7502756Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/pre-push.sample' 2025-07-17T06:36:42.7515203Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/update.sample' 2025-07-17T06:36:42.7515593Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7515962Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7516372Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/hooks' 2025-07-17T06:36:42.7516632Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/index' 2025-07-17T06:36:42.7516905Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/FETCH_HEAD' 2025-07-17T06:36:42.7517175Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/description' 2025-07-17T06:36:42.7517436Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/HEAD' 2025-07-17T06:36:42.7517748Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/refs/heads/develop' 2025-07-17T06:36:42.7518060Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/refs/heads' 2025-07-17T06:36:42.7518392Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7518745Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/refs/remotes/origin' 2025-07-17T06:36:42.7519068Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/refs/remotes' 2025-07-17T06:36:42.7519367Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs/refs' 2025-07-17T06:36:42.7519785Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/logs' 2025-07-17T06:36:42.7520040Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/shallow' 2025-07-17T06:36:42.7520285Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config' 2025-07-17T06:36:42.7520531Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/HEAD' 2025-07-17T06:36:42.7520800Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/packed-refs' 2025-07-17T06:36:42.7521184Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs/tags' 2025-07-17T06:36:42.7521486Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs/heads/develop' 2025-07-17T06:36:42.7521783Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs/heads' 2025-07-17T06:36:42.7522100Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7522432Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs/remotes/origin' 2025-07-17T06:36:42.7522732Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs/remotes' 2025-07-17T06:36:42.7523006Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/refs' 2025-07-17T06:36:42.7523281Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/info/exclude' 2025-07-17T06:36:42.7523552Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/info' 2025-07-17T06:36:42.7524011Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack/pack-63e86cc434115243af837300e0c6f457548172ab.rev' 2025-07-17T06:36:42.7524476Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack/pack-ac9a29fbd91494e59a6ffeaa93cc6d827e9d13d3.rev' 2025-07-17T06:36:42.7524922Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack/pack-63e86cc434115243af837300e0c6f457548172ab.idx' 2025-07-17T06:36:42.7525377Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack/pack-63e86cc434115243af837300e0c6f457548172ab.pack' 2025-07-17T06:36:42.7525847Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack/pack-ac9a29fbd91494e59a6ffeaa93cc6d827e9d13d3.pack' 2025-07-17T06:36:42.7526434Z removed 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack/pack-ac9a29fbd91494e59a6ffeaa93cc6d827e9d13d3.idx' 2025-07-17T06:36:42.7526739Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/pack' 2025-07-17T06:36:42.7527049Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects/info' 2025-07-17T06:36:42.7536697Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/objects' 2025-07-17T06:36:42.7536974Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel' 2025-07-17T06:36:42.7537183Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules/3rdparty' 2025-07-17T06:36:42.7537370Z removed directory 'pytorch-main/.git/modules/third_party/aiter/modules' 2025-07-17T06:36:42.7537552Z removed directory 'pytorch-main/.git/modules/third_party/aiter/refs/tags' 2025-07-17T06:36:42.7537720Z removed 'pytorch-main/.git/modules/third_party/aiter/refs/heads/main' 2025-07-17T06:36:42.7537896Z removed directory 'pytorch-main/.git/modules/third_party/aiter/refs/heads' 2025-07-17T06:36:42.7538221Z removed 'pytorch-main/.git/modules/third_party/aiter/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7538433Z removed directory 'pytorch-main/.git/modules/third_party/aiter/refs/remotes/origin' 2025-07-17T06:36:42.7538615Z removed directory 'pytorch-main/.git/modules/third_party/aiter/refs/remotes' 2025-07-17T06:36:42.7538778Z removed directory 'pytorch-main/.git/modules/third_party/aiter/refs' 2025-07-17T06:36:42.7538935Z removed 'pytorch-main/.git/modules/third_party/aiter/info/exclude' 2025-07-17T06:36:42.7539094Z removed directory 'pytorch-main/.git/modules/third_party/aiter/info' 2025-07-17T06:36:42.7539423Z removed 'pytorch-main/.git/modules/third_party/aiter/objects/pack/pack-11095b2b030f4f28e047ce527e8dc6d85dff7d16.idx' 2025-07-17T06:36:42.7539846Z removed 'pytorch-main/.git/modules/third_party/aiter/objects/pack/pack-6d766a18d5d0557fafaf6c6d50a53683abe52342.idx' 2025-07-17T06:36:42.7540169Z removed 'pytorch-main/.git/modules/third_party/aiter/objects/pack/pack-11095b2b030f4f28e047ce527e8dc6d85dff7d16.rev' 2025-07-17T06:36:42.7540501Z removed 'pytorch-main/.git/modules/third_party/aiter/objects/pack/pack-11095b2b030f4f28e047ce527e8dc6d85dff7d16.pack' 2025-07-17T06:36:42.7540825Z removed 'pytorch-main/.git/modules/third_party/aiter/objects/pack/pack-6d766a18d5d0557fafaf6c6d50a53683abe52342.pack' 2025-07-17T06:36:42.7541153Z removed 'pytorch-main/.git/modules/third_party/aiter/objects/pack/pack-6d766a18d5d0557fafaf6c6d50a53683abe52342.rev' 2025-07-17T06:36:42.7541338Z removed directory 'pytorch-main/.git/modules/third_party/aiter/objects/pack' 2025-07-17T06:36:42.7541517Z removed directory 'pytorch-main/.git/modules/third_party/aiter/objects/info' 2025-07-17T06:36:42.7541694Z removed directory 'pytorch-main/.git/modules/third_party/aiter/objects' 2025-07-17T06:36:42.7541857Z removed directory 'pytorch-main/.git/modules/third_party/aiter' 2025-07-17T06:36:42.7542086Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/commit-msg.sample' 2025-07-17T06:36:42.7542342Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7542565Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/pre-commit.sample' 2025-07-17T06:36:42.7542789Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7543012Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/post-update.sample' 2025-07-17T06:36:42.7543238Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/pre-receive.sample' 2025-07-17T06:36:42.7543477Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7543717Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7543957Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7544209Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7544430Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/pre-push.sample' 2025-07-17T06:36:42.7544645Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/update.sample' 2025-07-17T06:36:42.7544891Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7545134Z removed 'pytorch-main/.git/modules/third_party/flash-attention/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7545332Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/hooks' 2025-07-17T06:36:42.7545496Z removed 'pytorch-main/.git/modules/third_party/flash-attention/index' 2025-07-17T06:36:42.7545677Z removed 'pytorch-main/.git/modules/third_party/flash-attention/FETCH_HEAD' 2025-07-17T06:36:42.7545864Z removed 'pytorch-main/.git/modules/third_party/flash-attention/description' 2025-07-17T06:36:42.7546045Z removed 'pytorch-main/.git/modules/third_party/flash-attention/logs/HEAD' 2025-07-17T06:36:42.7546643Z removed 'pytorch-main/.git/modules/third_party/flash-attention/logs/refs/heads/main' 2025-07-17T06:36:42.7546875Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/logs/refs/heads' 2025-07-17T06:36:42.7547119Z removed 'pytorch-main/.git/modules/third_party/flash-attention/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7547374Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/logs/refs/remotes/origin' 2025-07-17T06:36:42.7547602Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/logs/refs/remotes' 2025-07-17T06:36:42.7548381Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/logs/refs' 2025-07-17T06:36:42.7548714Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/logs' 2025-07-17T06:36:42.7548891Z removed 'pytorch-main/.git/modules/third_party/flash-attention/shallow' 2025-07-17T06:36:42.7549065Z removed 'pytorch-main/.git/modules/third_party/flash-attention/config' 2025-07-17T06:36:42.7549230Z removed 'pytorch-main/.git/modules/third_party/flash-attention/HEAD' 2025-07-17T06:36:42.7549414Z removed 'pytorch-main/.git/modules/third_party/flash-attention/packed-refs' 2025-07-17T06:36:42.7549725Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/commit-msg.sample' 2025-07-17T06:36:42.7550049Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7550350Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/pre-commit.sample' 2025-07-17T06:36:42.7550649Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7550951Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/post-update.sample' 2025-07-17T06:36:42.7551248Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/pre-receive.sample' 2025-07-17T06:36:42.7551572Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7551898Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7552206Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7552541Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7552835Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/pre-push.sample' 2025-07-17T06:36:42.7553113Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/update.sample' 2025-07-17T06:36:42.7553445Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7553774Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7554040Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/hooks' 2025-07-17T06:36:42.7554279Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/index' 2025-07-17T06:36:42.7554526Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/FETCH_HEAD' 2025-07-17T06:36:42.7554776Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/description' 2025-07-17T06:36:42.7555017Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/HEAD' 2025-07-17T06:36:42.7555304Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/refs/heads/main' 2025-07-17T06:36:42.7555601Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/refs/heads' 2025-07-17T06:36:42.7556064Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7556539Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/refs/remotes/origin' 2025-07-17T06:36:42.7556842Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/refs/remotes' 2025-07-17T06:36:42.7557114Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs/refs' 2025-07-17T06:36:42.7557382Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/logs' 2025-07-17T06:36:42.7557720Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/shallow' 2025-07-17T06:36:42.7557954Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config' 2025-07-17T06:36:42.7558183Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/HEAD' 2025-07-17T06:36:42.7558436Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/packed-refs' 2025-07-17T06:36:42.7558707Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs/tags' 2025-07-17T06:36:42.7558972Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs/heads/main' 2025-07-17T06:36:42.7559257Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs/heads' 2025-07-17T06:36:42.7559553Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7619338Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs/remotes/origin' 2025-07-17T06:36:42.7619710Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs/remotes' 2025-07-17T06:36:42.7620047Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/refs' 2025-07-17T06:36:42.7620372Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/info/exclude' 2025-07-17T06:36:42.7620690Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/info' 2025-07-17T06:36:42.7621255Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack/pack-59c0a83f1f815bfcccc039cb967c2ebc8543e579.idx' 2025-07-17T06:36:42.7621824Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack/pack-59c0a83f1f815bfcccc039cb967c2ebc8543e579.pack' 2025-07-17T06:36:42.7622375Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack/pack-658b8b437c782e9b92c76293629f59504cb0017d.idx' 2025-07-17T06:36:42.7622915Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack/pack-658b8b437c782e9b92c76293629f59504cb0017d.rev' 2025-07-17T06:36:42.7623474Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack/pack-59c0a83f1f815bfcccc039cb967c2ebc8543e579.rev' 2025-07-17T06:36:42.7624019Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack/pack-658b8b437c782e9b92c76293629f59504cb0017d.pack' 2025-07-17T06:36:42.7624380Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/pack' 2025-07-17T06:36:42.7624737Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects/info' 2025-07-17T06:36:42.7625074Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass/objects' 2025-07-17T06:36:42.7625378Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/cutlass' 2025-07-17T06:36:42.7625807Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/commit-msg.sample' 2025-07-17T06:36:42.7626706Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7627131Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/pre-commit.sample' 2025-07-17T06:36:42.7627546Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7627966Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/post-update.sample' 2025-07-17T06:36:42.7628384Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/pre-receive.sample' 2025-07-17T06:36:42.7628997Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7629451Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7629819Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7630188Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7630512Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/pre-push.sample' 2025-07-17T06:36:42.7630825Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/update.sample' 2025-07-17T06:36:42.7631197Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7631561Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7631861Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/hooks' 2025-07-17T06:36:42.7632132Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/index' 2025-07-17T06:36:42.7632411Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/FETCH_HEAD' 2025-07-17T06:36:42.7632699Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/description' 2025-07-17T06:36:42.7632977Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/HEAD' 2025-07-17T06:36:42.7642699Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/refs/heads/develop' 2025-07-17T06:36:42.7643062Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/refs/heads' 2025-07-17T06:36:42.7643423Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7643797Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/refs/remotes/origin' 2025-07-17T06:36:42.7644135Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/refs/remotes' 2025-07-17T06:36:42.7644448Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs/refs' 2025-07-17T06:36:42.7644744Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/logs' 2025-07-17T06:36:42.7645015Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/shallow' 2025-07-17T06:36:42.7645290Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config' 2025-07-17T06:36:42.7645551Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/HEAD' 2025-07-17T06:36:42.7645979Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/packed-refs' 2025-07-17T06:36:42.7646436Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs/tags' 2025-07-17T06:36:42.7646751Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs/heads/develop' 2025-07-17T06:36:42.7647080Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs/heads' 2025-07-17T06:36:42.7647417Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7647869Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs/remotes/origin' 2025-07-17T06:36:42.7648196Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs/remotes' 2025-07-17T06:36:42.7648500Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/refs' 2025-07-17T06:36:42.7648785Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/info/exclude' 2025-07-17T06:36:42.7649077Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/info' 2025-07-17T06:36:42.7649570Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack/pack-4bc22d1b5e2dea61bb2ebb3fdb4bdd0f216dd648.idx' 2025-07-17T06:36:42.7650044Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack/pack-deb137541ec0d4c9f9d56d27764d27f8ad5dde6d.idx' 2025-07-17T06:36:42.7650518Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack/pack-deb137541ec0d4c9f9d56d27764d27f8ad5dde6d.rev' 2025-07-17T06:36:42.7651003Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack/pack-deb137541ec0d4c9f9d56d27764d27f8ad5dde6d.pack' 2025-07-17T06:36:42.7651487Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack/pack-4bc22d1b5e2dea61bb2ebb3fdb4bdd0f216dd648.rev' 2025-07-17T06:36:42.7651970Z removed 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack/pack-4bc22d1b5e2dea61bb2ebb3fdb4bdd0f216dd648.pack' 2025-07-17T06:36:42.7652301Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/pack' 2025-07-17T06:36:42.7652622Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects/info' 2025-07-17T06:36:42.7652924Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/objects' 2025-07-17T06:36:42.7653206Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel' 2025-07-17T06:36:42.7653428Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules/csrc' 2025-07-17T06:36:42.7653630Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/modules' 2025-07-17T06:36:42.7653844Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/refs/tags' 2025-07-17T06:36:42.7654041Z removed 'pytorch-main/.git/modules/third_party/flash-attention/refs/heads/main' 2025-07-17T06:36:42.7654251Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/refs/heads' 2025-07-17T06:36:42.7666318Z removed 'pytorch-main/.git/modules/third_party/flash-attention/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7666682Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/refs/remotes/origin' 2025-07-17T06:36:42.7666904Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/refs/remotes' 2025-07-17T06:36:42.7667104Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/refs' 2025-07-17T06:36:42.7667442Z removed 'pytorch-main/.git/modules/third_party/flash-attention/info/exclude' 2025-07-17T06:36:42.7667630Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/info' 2025-07-17T06:36:42.7667995Z removed 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack/pack-c562467027db3950f362b0796057ad122cf6374a.idx' 2025-07-17T06:36:42.7668384Z removed 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack/pack-cbe20d8b583fe5be74d6fad5864e9d7e9e2cc85e.pack' 2025-07-17T06:36:42.7668749Z removed 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack/pack-cbe20d8b583fe5be74d6fad5864e9d7e9e2cc85e.idx' 2025-07-17T06:36:42.7669215Z removed 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack/pack-cbe20d8b583fe5be74d6fad5864e9d7e9e2cc85e.rev' 2025-07-17T06:36:42.7669575Z removed 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack/pack-c562467027db3950f362b0796057ad122cf6374a.pack' 2025-07-17T06:36:42.7669930Z removed 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack/pack-c562467027db3950f362b0796057ad122cf6374a.rev' 2025-07-17T06:36:42.7670150Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/objects/pack' 2025-07-17T06:36:42.7670363Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/objects/info' 2025-07-17T06:36:42.7670565Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention/objects' 2025-07-17T06:36:42.7670751Z removed directory 'pytorch-main/.git/modules/third_party/flash-attention' 2025-07-17T06:36:42.7670986Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/commit-msg.sample' 2025-07-17T06:36:42.7671245Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7671477Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/pre-commit.sample' 2025-07-17T06:36:42.7671702Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7671931Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/post-update.sample' 2025-07-17T06:36:42.7672165Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/pre-receive.sample' 2025-07-17T06:36:42.7672416Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7672660Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7672905Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7673168Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7673388Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/pre-push.sample' 2025-07-17T06:36:42.7673600Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/update.sample' 2025-07-17T06:36:42.7673863Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7674117Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7674319Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/hooks' 2025-07-17T06:36:42.7674495Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/index' 2025-07-17T06:36:42.7674679Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/FETCH_HEAD' 2025-07-17T06:36:42.7674869Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/description' 2025-07-17T06:36:42.7675057Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/logs/HEAD' 2025-07-17T06:36:42.7675278Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/logs/refs/heads/develop' 2025-07-17T06:36:42.7675510Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/logs/refs/heads' 2025-07-17T06:36:42.7675842Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7676103Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/logs/refs/remotes/origin' 2025-07-17T06:36:42.7676478Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/logs/refs/remotes' 2025-07-17T06:36:42.7676698Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/logs/refs' 2025-07-17T06:36:42.7676895Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/logs' 2025-07-17T06:36:42.7677073Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/shallow' 2025-07-17T06:36:42.7677360Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/config' 2025-07-17T06:36:42.7677537Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/HEAD' 2025-07-17T06:36:42.7692762Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/packed-refs' 2025-07-17T06:36:42.7693003Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/refs/tags' 2025-07-17T06:36:42.7693224Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/refs/heads/develop' 2025-07-17T06:36:42.7693439Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/refs/heads' 2025-07-17T06:36:42.7693668Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7693915Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/refs/remotes/origin' 2025-07-17T06:36:42.7694130Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/refs/remotes' 2025-07-17T06:36:42.7694330Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/refs' 2025-07-17T06:36:42.7694525Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/info/exclude' 2025-07-17T06:36:42.7694717Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/info' 2025-07-17T06:36:42.7695094Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack/pack-8162d0480664abbf84538605e09dc84b8df3c0d1.pack' 2025-07-17T06:36:42.7695485Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack/pack-ac9a29fbd91494e59a6ffeaa93cc6d827e9d13d3.rev' 2025-07-17T06:36:42.7695845Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack/pack-8162d0480664abbf84538605e09dc84b8df3c0d1.idx' 2025-07-17T06:36:42.7696335Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack/pack-8162d0480664abbf84538605e09dc84b8df3c0d1.rev' 2025-07-17T06:36:42.7696721Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack/pack-ac9a29fbd91494e59a6ffeaa93cc6d827e9d13d3.pack' 2025-07-17T06:36:42.7697083Z removed 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack/pack-ac9a29fbd91494e59a6ffeaa93cc6d827e9d13d3.idx' 2025-07-17T06:36:42.7697308Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/objects/pack' 2025-07-17T06:36:42.7697532Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/objects/info' 2025-07-17T06:36:42.7697737Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel/objects' 2025-07-17T06:36:42.7697918Z removed directory 'pytorch-main/.git/modules/third_party/composable_kernel' 2025-07-17T06:36:42.7698130Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/commit-msg.sample' 2025-07-17T06:36:42.7698357Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7698563Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/pre-commit.sample' 2025-07-17T06:36:42.7698771Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7698978Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/post-update.sample' 2025-07-17T06:36:42.7699322Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/pre-receive.sample' 2025-07-17T06:36:42.7699552Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7699768Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7699982Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7700222Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7700419Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/pre-push.sample' 2025-07-17T06:36:42.7700607Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/update.sample' 2025-07-17T06:36:42.7700933Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7701169Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7701353Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/hooks' 2025-07-17T06:36:42.7701504Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/index' 2025-07-17T06:36:42.7701677Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/FETCH_HEAD' 2025-07-17T06:36:42.7701846Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/description' 2025-07-17T06:36:42.7702004Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/logs/HEAD' 2025-07-17T06:36:42.7702203Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/logs/refs/heads/main' 2025-07-17T06:36:42.7702460Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/logs/refs/heads' 2025-07-17T06:36:42.7702856Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7703163Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/logs/refs/remotes/origin' 2025-07-17T06:36:42.7703378Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/logs/refs/remotes' 2025-07-17T06:36:42.7703570Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/logs/refs' 2025-07-17T06:36:42.7703754Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/logs' 2025-07-17T06:36:42.7703924Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/shallow' 2025-07-17T06:36:42.7704075Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/config' 2025-07-17T06:36:42.7704229Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/HEAD' 2025-07-17T06:36:42.7704398Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/packed-refs' 2025-07-17T06:36:42.7704715Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/commit-msg.sample' 2025-07-17T06:36:42.7705062Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7705375Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-commit.sample' 2025-07-17T06:36:42.7705682Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7706001Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/post-update.sample' 2025-07-17T06:36:42.7706528Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-receive.sample' 2025-07-17T06:36:42.7706870Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7707205Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7707538Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7707882Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7708334Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/pre-push.sample' 2025-07-17T06:36:42.7708632Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/update.sample' 2025-07-17T06:36:42.7708975Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7709317Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7709600Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/hooks' 2025-07-17T06:36:42.7709946Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/index' 2025-07-17T06:36:42.7710224Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/FETCH_HEAD' 2025-07-17T06:36:42.7710509Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/description' 2025-07-17T06:36:42.7710770Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/HEAD' 2025-07-17T06:36:42.7711068Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/heads/main' 2025-07-17T06:36:42.7711387Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/heads' 2025-07-17T06:36:42.7711715Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7712067Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/remotes/origin' 2025-07-17T06:36:42.7712392Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs/remotes' 2025-07-17T06:36:42.7712688Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs/refs' 2025-07-17T06:36:42.7712962Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/logs' 2025-07-17T06:36:42.7713222Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/shallow' 2025-07-17T06:36:42.7713471Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config' 2025-07-17T06:36:42.7713710Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/HEAD' 2025-07-17T06:36:42.7714017Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/packed-refs' 2025-07-17T06:36:42.7714310Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/tags' 2025-07-17T06:36:42.7714592Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/heads/main' 2025-07-17T06:36:42.7714892Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/heads' 2025-07-17T06:36:42.7715205Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7716252Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/remotes/origin' 2025-07-17T06:36:42.7716568Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs/remotes' 2025-07-17T06:36:42.7716842Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/refs' 2025-07-17T06:36:42.7717119Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/info/exclude' 2025-07-17T06:36:42.7717405Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/info' 2025-07-17T06:36:42.7717877Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-431121cdd6b536332bab0f888ddd5ae7180a358d.pack' 2025-07-17T06:36:42.7718473Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.pack' 2025-07-17T06:36:42.7718936Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-431121cdd6b536332bab0f888ddd5ae7180a358d.rev' 2025-07-17T06:36:42.7719387Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-431121cdd6b536332bab0f888ddd5ae7180a358d.idx' 2025-07-17T06:36:42.7719975Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.idx' 2025-07-17T06:36:42.7720427Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack/pack-020a19038e07c3e415d499fe71a81de48f970ca3.rev' 2025-07-17T06:36:42.7720739Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/pack' 2025-07-17T06:36:42.7721041Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects/info' 2025-07-17T06:36:42.7721345Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest/objects' 2025-07-17T06:36:42.7721601Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/googletest' 2025-07-17T06:36:42.7721893Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/commit-msg.sample' 2025-07-17T06:36:42.7722220Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7722511Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-commit.sample' 2025-07-17T06:36:42.7722801Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7723098Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/post-update.sample' 2025-07-17T06:36:42.7723389Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-receive.sample' 2025-07-17T06:36:42.7723705Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7724017Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7724324Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7724654Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7724947Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/pre-push.sample' 2025-07-17T06:36:42.7725224Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/update.sample' 2025-07-17T06:36:42.7725544Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7725867Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7726243Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/hooks' 2025-07-17T06:36:42.7726478Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/index' 2025-07-17T06:36:42.7726730Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/FETCH_HEAD' 2025-07-17T06:36:42.7726980Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/description' 2025-07-17T06:36:42.7727338Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/HEAD' 2025-07-17T06:36:42.7727635Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/heads/v1.x' 2025-07-17T06:36:42.7732130Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/heads' 2025-07-17T06:36:42.7733455Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7734787Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/remotes/origin' 2025-07-17T06:36:42.7736545Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs/remotes' 2025-07-17T06:36:42.7737812Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs/refs' 2025-07-17T06:36:42.7738942Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/logs' 2025-07-17T06:36:42.7740074Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/shallow' 2025-07-17T06:36:42.7741105Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config' 2025-07-17T06:36:42.7742086Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/HEAD' 2025-07-17T06:36:42.7743108Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/packed-refs' 2025-07-17T06:36:42.7744218Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/tags' 2025-07-17T06:36:42.7745359Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/heads/v1.x' 2025-07-17T06:36:42.7746726Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/heads' 2025-07-17T06:36:42.7747870Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7749099Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/remotes/origin' 2025-07-17T06:36:42.7750338Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs/remotes' 2025-07-17T06:36:42.7751478Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/refs' 2025-07-17T06:36:42.7752560Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/info/exclude' 2025-07-17T06:36:42.7753635Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/info' 2025-07-17T06:36:42.7755065Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-4fde0a4295050971cadb06ea91779d96dba0f87c.pack' 2025-07-17T06:36:42.7757006Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-0f16f703c124b48c21e79937feaca8cd4489739a.pack' 2025-07-17T06:36:42.7758792Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-4fde0a4295050971cadb06ea91779d96dba0f87c.idx' 2025-07-17T06:36:42.7760526Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-0f16f703c124b48c21e79937feaca8cd4489739a.rev' 2025-07-17T06:36:42.7762251Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-4fde0a4295050971cadb06ea91779d96dba0f87c.rev' 2025-07-17T06:36:42.7763958Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack/pack-0f16f703c124b48c21e79937feaca8cd4489739a.idx' 2025-07-17T06:36:42.7765441Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/pack' 2025-07-17T06:36:42.7766798Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects/info' 2025-07-17T06:36:42.7768177Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv/objects' 2025-07-17T06:36:42.7769255Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libuv' 2025-07-17T06:36:42.7770392Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/commit-msg.sample' 2025-07-17T06:36:42.7771747Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7773033Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-commit.sample' 2025-07-17T06:36:42.7774466Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7775754Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/post-update.sample' 2025-07-17T06:36:42.7777203Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-receive.sample' 2025-07-17T06:36:42.7778534Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7779862Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7781211Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7782556Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7783862Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/pre-push.sample' 2025-07-17T06:36:42.7785088Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/update.sample' 2025-07-17T06:36:42.7786546Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7787953Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7789214Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/hooks' 2025-07-17T06:36:42.7790292Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/index' 2025-07-17T06:36:42.7791356Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/FETCH_HEAD' 2025-07-17T06:36:42.7792466Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/description' 2025-07-17T06:36:42.7793568Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/HEAD' 2025-07-17T06:36:42.7794728Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/heads/master' 2025-07-17T06:36:42.7795989Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/heads' 2025-07-17T06:36:42.7797511Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7798889Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/remotes/origin' 2025-07-17T06:36:42.7800226Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs/remotes' 2025-07-17T06:36:42.7801491Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs/refs' 2025-07-17T06:36:42.7802655Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/logs' 2025-07-17T06:36:42.7803734Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/shallow' 2025-07-17T06:36:42.7804779Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config' 2025-07-17T06:36:42.7805988Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/HEAD' 2025-07-17T06:36:42.7807219Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/packed-refs' 2025-07-17T06:36:42.7808531Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/commit-msg.sample' 2025-07-17T06:36:42.7810112Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7811674Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-commit.sample' 2025-07-17T06:36:42.7813350Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7814888Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/post-update.sample' 2025-07-17T06:36:42.7816598Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-receive.sample' 2025-07-17T06:36:42.7818184Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7819799Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7821379Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7823013Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7824561Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/pre-push.sample' 2025-07-17T06:36:42.7826008Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/update.sample' 2025-07-17T06:36:42.7827926Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7829582Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7831108Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/hooks' 2025-07-17T06:36:42.7832461Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/index' 2025-07-17T06:36:42.7833773Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/FETCH_HEAD' 2025-07-17T06:36:42.7835130Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/description' 2025-07-17T06:36:42.7836649Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/HEAD' 2025-07-17T06:36:42.7838070Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/heads/python3' 2025-07-17T06:36:42.7839607Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/heads' 2025-07-17T06:36:42.7841179Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7842847Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/remotes/origin' 2025-07-17T06:36:42.7844470Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs/remotes' 2025-07-17T06:36:42.7846309Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs/refs' 2025-07-17T06:36:42.7847733Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/logs' 2025-07-17T06:36:42.7849067Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/shallow' 2025-07-17T06:36:42.7850369Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config' 2025-07-17T06:36:42.7851820Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/HEAD' 2025-07-17T06:36:42.7853141Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/packed-refs' 2025-07-17T06:36:42.7854560Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/tags/v0.0.20200727' 2025-07-17T06:36:42.7856047Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/tags' 2025-07-17T06:36:42.7857665Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/heads/python3' 2025-07-17T06:36:42.7859128Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/heads' 2025-07-17T06:36:42.7860614Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7862184Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/remotes/origin' 2025-07-17T06:36:42.7863726Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs/remotes' 2025-07-17T06:36:42.7865160Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/refs' 2025-07-17T06:36:42.7866710Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/info/exclude' 2025-07-17T06:36:42.7868113Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/info' 2025-07-17T06:36:42.7869736Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/ef/b892166cf3ca689801eab8e2396c9d8d7066c1' 2025-07-17T06:36:42.7871475Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/ef' 2025-07-17T06:36:42.7873153Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/a8/6a48ade3bd7ad00e455bebb3b94ecf25ddf8e4' 2025-07-17T06:36:42.7874856Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/a8' 2025-07-17T06:36:42.7876836Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack/pack-8c1a4ccc8652c5f9cae810f859b0f27838ba0a19.pack' 2025-07-17T06:36:42.7878938Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack/pack-8c1a4ccc8652c5f9cae810f859b0f27838ba0a19.idx' 2025-07-17T06:36:42.7881008Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack/pack-8c1a4ccc8652c5f9cae810f859b0f27838ba0a19.rev' 2025-07-17T06:36:42.7882778Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/pack' 2025-07-17T06:36:42.7884443Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/3a/083de0df70e64c07bb3c0cd4bdf69d7ddfd8c5' 2025-07-17T06:36:42.7886427Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/3a' 2025-07-17T06:36:42.7888057Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6c/524ce53259b0275306bba38c898b3e7a9350b7' 2025-07-17T06:36:42.7889890Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6c/224f84c5bbea06bf93071ee30f6c59ca10de2c' 2025-07-17T06:36:42.7891602Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6c' 2025-07-17T06:36:42.7893453Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6a/00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-07-17T06:36:42.7895158Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/6a' 2025-07-17T06:36:42.7897016Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/88/f30812383f8ebdcf095566500b1ecc78c92710' 2025-07-17T06:36:42.7898695Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/88' 2025-07-17T06:36:42.7900174Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects/info' 2025-07-17T06:36:42.7901639Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/objects' 2025-07-17T06:36:42.7903035Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang' 2025-07-17T06:36:42.7904323Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools' 2025-07-17T06:36:42.7905530Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules' 2025-07-17T06:36:42.7906883Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/tags' 2025-07-17T06:36:42.7908070Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/heads/master' 2025-07-17T06:36:42.7909249Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/heads' 2025-07-17T06:36:42.7910493Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7911800Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/remotes/origin' 2025-07-17T06:36:42.7913081Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs/remotes' 2025-07-17T06:36:42.7914270Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/refs' 2025-07-17T06:36:42.7915395Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/info/exclude' 2025-07-17T06:36:42.7916706Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/info' 2025-07-17T06:36:42.7918177Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-c3a63e17eb909b19baa8f1edb10d07ca40a45d90.rev' 2025-07-17T06:36:42.7919968Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-c3a63e17eb909b19baa8f1edb10d07ca40a45d90.idx' 2025-07-17T06:36:42.7921755Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-bd66077b22186e217bba9a1f147ccb5d6a8c84c5.rev' 2025-07-17T06:36:42.7923547Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-c3a63e17eb909b19baa8f1edb10d07ca40a45d90.pack' 2025-07-17T06:36:42.7925604Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-bd66077b22186e217bba9a1f147ccb5d6a8c84c5.idx' 2025-07-17T06:36:42.7927538Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack/pack-bd66077b22186e217bba9a1f147ccb5d6a8c84c5.pack' 2025-07-17T06:36:42.7929031Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/pack' 2025-07-17T06:36:42.7930283Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects/info' 2025-07-17T06:36:42.7931649Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/objects' 2025-07-17T06:36:42.7932802Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/pybind11' 2025-07-17T06:36:42.7933962Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/commit-msg.sample' 2025-07-17T06:36:42.7935249Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.7936723Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-commit.sample' 2025-07-17T06:36:42.7937898Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-rebase.sample' 2025-07-17T06:36:42.7939084Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/post-update.sample' 2025-07-17T06:36:42.7940361Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-receive.sample' 2025-07-17T06:36:42.7941697Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.7943007Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.7944302Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.7945619Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.7947092Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/pre-push.sample' 2025-07-17T06:36:42.7948298Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/update.sample' 2025-07-17T06:36:42.7949561Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.7950915Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.7952157Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/hooks' 2025-07-17T06:36:42.7953236Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/index' 2025-07-17T06:36:42.7954260Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/FETCH_HEAD' 2025-07-17T06:36:42.7955334Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/description' 2025-07-17T06:36:42.7956590Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/HEAD' 2025-07-17T06:36:42.7957739Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/heads/master' 2025-07-17T06:36:42.7958972Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/heads' 2025-07-17T06:36:42.7960276Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7961614Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/remotes/origin' 2025-07-17T06:36:42.7963108Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs/remotes' 2025-07-17T06:36:42.7964358Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs/refs' 2025-07-17T06:36:42.7965500Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/logs' 2025-07-17T06:36:42.7966729Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/shallow' 2025-07-17T06:36:42.7967753Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config' 2025-07-17T06:36:42.7968908Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/HEAD' 2025-07-17T06:36:42.7970055Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/packed-refs' 2025-07-17T06:36:42.7971191Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/tags' 2025-07-17T06:36:42.7972394Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/heads/master' 2025-07-17T06:36:42.7973534Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/heads' 2025-07-17T06:36:42.7974725Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.7976007Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/remotes/origin' 2025-07-17T06:36:42.7977435Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs/remotes' 2025-07-17T06:36:42.7978603Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/refs' 2025-07-17T06:36:42.7979705Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/info/exclude' 2025-07-17T06:36:42.7980800Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/info' 2025-07-17T06:36:42.7982157Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/91/0b55815be16109f04f4180e9adee14fb4ce281' 2025-07-17T06:36:42.7983539Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/91' 2025-07-17T06:36:42.7985002Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack/pack-87d253313545f9ab64b5eea8219466ee14bd989b.idx' 2025-07-17T06:36:42.7986902Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack/pack-87d253313545f9ab64b5eea8219466ee14bd989b.rev' 2025-07-17T06:36:42.7988649Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack/pack-87d253313545f9ab64b5eea8219466ee14bd989b.pack' 2025-07-17T06:36:42.7990149Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/pack' 2025-07-17T06:36:42.7991559Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/2c/93c2af175f0a8a6af3f4b4f1cf6dc105309f58' 2025-07-17T06:36:42.7992923Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/2c' 2025-07-17T06:36:42.7994284Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/62/f9e79e79674d6545eb2bb690211d9205d3614e' 2025-07-17T06:36:42.7995639Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/62' 2025-07-17T06:36:42.7997207Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/cd/9c9c0c4beb6e364fa22577d8ed2a7b37cfd01f' 2025-07-17T06:36:42.7998586Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/cd' 2025-07-17T06:36:42.7999965Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/7c/4cb9a11caaa4dc1c78f782c154e4ea98035914' 2025-07-17T06:36:42.8001523Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/7c' 2025-07-17T06:36:42.8002894Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/12/e55d6df7ace64a4a516f3bd50f4a8e77dafd4e' 2025-07-17T06:36:42.8004261Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/12' 2025-07-17T06:36:42.8005454Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects/info' 2025-07-17T06:36:42.8006947Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop/objects' 2025-07-17T06:36:42.8008054Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party/libnop' 2025-07-17T06:36:42.8009069Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules/third_party' 2025-07-17T06:36:42.8009972Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/modules' 2025-07-17T06:36:42.8010807Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/refs/tags' 2025-07-17T06:36:42.8011625Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/refs/heads/main' 2025-07-17T06:36:42.8012453Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/refs/heads' 2025-07-17T06:36:42.8013335Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8014242Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/refs/remotes/origin' 2025-07-17T06:36:42.8015171Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/refs/remotes' 2025-07-17T06:36:42.8016016Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/refs' 2025-07-17T06:36:42.8016984Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/info/exclude' 2025-07-17T06:36:42.8017775Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/info' 2025-07-17T06:36:42.8018779Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/33/6910cafe73a332d7fb97ee89c2c6455fb10441' 2025-07-17T06:36:42.8019827Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/33' 2025-07-17T06:36:42.8020884Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/63/2643147a29b9e2f28921f6aaab7fd879dd1a15' 2025-07-17T06:36:42.8021938Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/63' 2025-07-17T06:36:42.8023073Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/pack/pack-2f62d8e6dd10044805e05176bb3d0e4583b72ed8.rev' 2025-07-17T06:36:42.8024478Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/pack/pack-2f62d8e6dd10044805e05176bb3d0e4583b72ed8.idx' 2025-07-17T06:36:42.8025890Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/pack/pack-2f62d8e6dd10044805e05176bb3d0e4583b72ed8.pack' 2025-07-17T06:36:42.8027219Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/pack' 2025-07-17T06:36:42.8028280Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/2c/d0654b37a56877599a78d6d646587c6bba4560' 2025-07-17T06:36:42.8029308Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/2c' 2025-07-17T06:36:42.8030366Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/62/3abb05ed2c45b08afb9bbdd166df3ff3940b80' 2025-07-17T06:36:42.8031416Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/62' 2025-07-17T06:36:42.8032439Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/52/791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-07-17T06:36:42.8033485Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/52' 2025-07-17T06:36:42.8034516Z removed 'pytorch-main/.git/modules/third_party/tensorpipe/objects/74/00f7e42c3f78f0f6c991ef0d5a67d2f52a41fa' 2025-07-17T06:36:42.8035772Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/74' 2025-07-17T06:36:42.8036833Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects/info' 2025-07-17T06:36:42.8037696Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe/objects' 2025-07-17T06:36:42.8038493Z removed directory 'pytorch-main/.git/modules/third_party/tensorpipe' 2025-07-17T06:36:42.8039328Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/commit-msg.sample' 2025-07-17T06:36:42.8051816Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8052899Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/pre-commit.sample' 2025-07-17T06:36:42.8054041Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8055005Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/post-update.sample' 2025-07-17T06:36:42.8055972Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/pre-receive.sample' 2025-07-17T06:36:42.8057151Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8058181Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8059153Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8060151Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8061138Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/pre-push.sample' 2025-07-17T06:36:42.8062036Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/update.sample' 2025-07-17T06:36:42.8063022Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8064059Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8065026Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/hooks' 2025-07-17T06:36:42.8065821Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/index' 2025-07-17T06:36:42.8066752Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/FETCH_HEAD' 2025-07-17T06:36:42.8067515Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/description' 2025-07-17T06:36:42.8068301Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/HEAD' 2025-07-17T06:36:42.8069145Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/refs/heads/main' 2025-07-17T06:36:42.8070070Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/refs/heads' 2025-07-17T06:36:42.8071070Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8072161Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/refs/remotes/origin' 2025-07-17T06:36:42.8073202Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/refs/remotes' 2025-07-17T06:36:42.8074156Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs/refs' 2025-07-17T06:36:42.8075019Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/logs' 2025-07-17T06:36:42.8075814Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/shallow' 2025-07-17T06:36:42.8076738Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/config' 2025-07-17T06:36:42.8077466Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/HEAD' 2025-07-17T06:36:42.8078225Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/packed-refs' 2025-07-17T06:36:42.8079076Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/tags/v1.13.0' 2025-07-17T06:36:42.8079973Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/tags' 2025-07-17T06:36:42.8080846Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/heads/main' 2025-07-17T06:36:42.8081925Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/heads' 2025-07-17T06:36:42.8082863Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8083853Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/remotes/origin' 2025-07-17T06:36:42.8084817Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs/remotes' 2025-07-17T06:36:42.8085702Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/refs' 2025-07-17T06:36:42.8086689Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/info/exclude' 2025-07-17T06:36:42.8087695Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/info' 2025-07-17T06:36:42.8088867Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack/pack-5157edafc1c35e61445c1e8e1309a3ec6e3ff9a2.pack' 2025-07-17T06:36:42.8090330Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack/pack-aade97dd3b6c63f90af74bc113013a9eb6607717.rev' 2025-07-17T06:36:42.8091752Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack/pack-5157edafc1c35e61445c1e8e1309a3ec6e3ff9a2.idx' 2025-07-17T06:36:42.8093153Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack/pack-aade97dd3b6c63f90af74bc113013a9eb6607717.idx' 2025-07-17T06:36:42.8094577Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack/pack-aade97dd3b6c63f90af74bc113013a9eb6607717.pack' 2025-07-17T06:36:42.8095995Z removed 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack/pack-5157edafc1c35e61445c1e8e1309a3ec6e3ff9a2.rev' 2025-07-17T06:36:42.8097374Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/pack' 2025-07-17T06:36:42.8098312Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects/info' 2025-07-17T06:36:42.8099201Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend/objects' 2025-07-17T06:36:42.8100076Z removed directory 'pytorch-main/.git/modules/third_party/cudnn_frontend' 2025-07-17T06:36:42.8100904Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/commit-msg.sample' 2025-07-17T06:36:42.8101824Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8102806Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/pre-commit.sample' 2025-07-17T06:36:42.8103672Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8104548Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/post-update.sample' 2025-07-17T06:36:42.8105456Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/pre-receive.sample' 2025-07-17T06:36:42.8106537Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8107448Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8108367Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8109289Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8110201Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/pre-push.sample' 2025-07-17T06:36:42.8111039Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/update.sample' 2025-07-17T06:36:42.8111939Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8112911Z removed 'pytorch-main/.git/modules/third_party/mimalloc/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8113799Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/hooks' 2025-07-17T06:36:42.8114521Z removed 'pytorch-main/.git/modules/third_party/mimalloc/index' 2025-07-17T06:36:42.8115196Z removed 'pytorch-main/.git/modules/third_party/mimalloc/FETCH_HEAD' 2025-07-17T06:36:42.8116063Z removed 'pytorch-main/.git/modules/third_party/mimalloc/description' 2025-07-17T06:36:42.8116922Z removed 'pytorch-main/.git/modules/third_party/mimalloc/logs/HEAD' 2025-07-17T06:36:42.8117642Z removed 'pytorch-main/.git/modules/third_party/mimalloc/logs/refs/heads/main' 2025-07-17T06:36:42.8118475Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/logs/refs/heads' 2025-07-17T06:36:42.8119361Z removed 'pytorch-main/.git/modules/third_party/mimalloc/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8120293Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/logs/refs/remotes/origin' 2025-07-17T06:36:42.8121223Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/logs/refs/remotes' 2025-07-17T06:36:42.8122214Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/logs/refs' 2025-07-17T06:36:42.8122991Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/logs' 2025-07-17T06:36:42.8123702Z removed 'pytorch-main/.git/modules/third_party/mimalloc/shallow' 2025-07-17T06:36:42.8124364Z removed 'pytorch-main/.git/modules/third_party/mimalloc/config' 2025-07-17T06:36:42.8125011Z removed 'pytorch-main/.git/modules/third_party/mimalloc/HEAD' 2025-07-17T06:36:42.8125677Z removed 'pytorch-main/.git/modules/third_party/mimalloc/packed-refs' 2025-07-17T06:36:42.8126567Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/refs/tags' 2025-07-17T06:36:42.8127340Z removed 'pytorch-main/.git/modules/third_party/mimalloc/refs/heads/main' 2025-07-17T06:36:42.8128116Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/refs/heads' 2025-07-17T06:36:42.8128944Z removed 'pytorch-main/.git/modules/third_party/mimalloc/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8129821Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/refs/remotes/origin' 2025-07-17T06:36:42.8130680Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/refs/remotes' 2025-07-17T06:36:42.8131461Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/refs' 2025-07-17T06:36:42.8132201Z removed 'pytorch-main/.git/modules/third_party/mimalloc/info/exclude' 2025-07-17T06:36:42.8132918Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/info' 2025-07-17T06:36:42.8133868Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/71/aaf7a24e8394f596d49dbf662e5da66b28ee1e' 2025-07-17T06:36:42.8134852Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/71' 2025-07-17T06:36:42.8135811Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/f8/87278a98879d1382265358bd3259cfae70ef84' 2025-07-17T06:36:42.8136910Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/f8' 2025-07-17T06:36:42.8137888Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/37/68e54a211d3811dc2d044378746db27978087f' 2025-07-17T06:36:42.8138848Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/37' 2025-07-17T06:36:42.8139832Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/23/1eceee169149bbf98b0f0e1a1eebc0db1d2444' 2025-07-17T06:36:42.8140819Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/23' 2025-07-17T06:36:42.8141784Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/76/af1b9e512c144420ee1186f0850dc38337d2a0' 2025-07-17T06:36:42.8142740Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/76' 2025-07-17T06:36:42.8143715Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/b3/09c355a09ff8bf1d79d0a2d83ae1526c255d23' 2025-07-17T06:36:42.8144696Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/b3' 2025-07-17T06:36:42.8145670Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/bb/c4b190e0f40144ebefd4cfbd40a017412e66f3' 2025-07-17T06:36:42.8146814Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/bb' 2025-07-17T06:36:42.8147893Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/pack/pack-f945ff9f8b5f973f0db54b3cae3e6d78011da0ee.rev' 2025-07-17T06:36:42.8149393Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/pack/pack-f945ff9f8b5f973f0db54b3cae3e6d78011da0ee.idx' 2025-07-17T06:36:42.8150758Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/pack/pack-f945ff9f8b5f973f0db54b3cae3e6d78011da0ee.pack' 2025-07-17T06:36:42.8151849Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/pack' 2025-07-17T06:36:42.8152834Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/43/2ce28816df1419e91957055c75f1589e8de9df' 2025-07-17T06:36:42.8153801Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/43' 2025-07-17T06:36:42.8154912Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/94/efd375175e501c561e68d1dd8523f56eded5a9' 2025-07-17T06:36:42.8155877Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/94' 2025-07-17T06:36:42.8157006Z removed 'pytorch-main/.git/modules/third_party/mimalloc/objects/fb/d8b99c2b828428947d70fdc046bb55609be93e' 2025-07-17T06:36:42.8157985Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/fb' 2025-07-17T06:36:42.8158792Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects/info' 2025-07-17T06:36:42.8159596Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc/objects' 2025-07-17T06:36:42.8160324Z removed directory 'pytorch-main/.git/modules/third_party/mimalloc' 2025-07-17T06:36:42.8161088Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/commit-msg.sample' 2025-07-17T06:36:42.8161959Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8162821Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/pre-commit.sample' 2025-07-17T06:36:42.8163663Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8164504Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/post-update.sample' 2025-07-17T06:36:42.8165352Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/pre-receive.sample' 2025-07-17T06:36:42.8166336Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8167235Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8168120Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8169027Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8169898Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/pre-push.sample' 2025-07-17T06:36:42.8170696Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/update.sample' 2025-07-17T06:36:42.8171600Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8172531Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8173371Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/hooks' 2025-07-17T06:36:42.8174068Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/index' 2025-07-17T06:36:42.8174726Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/FETCH_HEAD' 2025-07-17T06:36:42.8175417Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/description' 2025-07-17T06:36:42.8176097Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/logs/HEAD' 2025-07-17T06:36:42.8176943Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/logs/refs/heads/main' 2025-07-17T06:36:42.8177765Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/logs/refs/heads' 2025-07-17T06:36:42.8178627Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8179555Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/logs/refs/remotes/origin' 2025-07-17T06:36:42.8180466Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/logs/refs/remotes' 2025-07-17T06:36:42.8181444Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/logs/refs' 2025-07-17T06:36:42.8182194Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/logs' 2025-07-17T06:36:42.8182888Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/shallow' 2025-07-17T06:36:42.8183529Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/config' 2025-07-17T06:36:42.8184152Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/HEAD' 2025-07-17T06:36:42.8184813Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/packed-refs' 2025-07-17T06:36:42.8185547Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/refs/tags' 2025-07-17T06:36:42.8186436Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/refs/heads/main' 2025-07-17T06:36:42.8187345Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/refs/heads' 2025-07-17T06:36:42.8188167Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8189040Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/refs/remotes/origin' 2025-07-17T06:36:42.8189904Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/refs/remotes' 2025-07-17T06:36:42.8190677Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/refs' 2025-07-17T06:36:42.8191389Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/info/exclude' 2025-07-17T06:36:42.8192101Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/info' 2025-07-17T06:36:42.8193047Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/de/0beafabe649e3e9f37b538c9d86f5c1e9c5e70' 2025-07-17T06:36:42.8194022Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/de' 2025-07-17T06:36:42.8194991Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/5f/93819e8b0a4dfeef9294f37c7bd1d3df2a61c5' 2025-07-17T06:36:42.8195955Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/5f' 2025-07-17T06:36:42.8197147Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/ca/3ebfad6a482770d878652b72dd6e43f0719d5d' 2025-07-17T06:36:42.8197825Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/ca' 2025-07-17T06:36:42.8198465Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/d4/61c774b0505ba528081e30340364572dc3f0a5' 2025-07-17T06:36:42.8199105Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/d4' 2025-07-17T06:36:42.8199732Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/c4/e6521b3c1a2a980ff584dab636bcda807b2db3' 2025-07-17T06:36:42.8200358Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/c4' 2025-07-17T06:36:42.8200978Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/5b/8837dfe9f58b5c0d68aa49d35e1bba6b9c9984' 2025-07-17T06:36:42.8201596Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/5b' 2025-07-17T06:36:42.8202202Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/d9/12707d41a6894821661c52ca05a04a85e61c59' 2025-07-17T06:36:42.8202808Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/d9' 2025-07-17T06:36:42.8203427Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/a2/1eabb0a0ab13d6e0d03816554bb066b6ab0fae' 2025-07-17T06:36:42.8204059Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/a2' 2025-07-17T06:36:42.8204681Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/21/f94a5fd6a81b314eb5e9730af40f130a45792c' 2025-07-17T06:36:42.8205297Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/21' 2025-07-17T06:36:42.8205986Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/pack/pack-ed9b1bf6cf9b9e20d6da276c9d55a276a88e10a1.pack' 2025-07-17T06:36:42.8206974Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/pack/pack-ed9b1bf6cf9b9e20d6da276c9d55a276a88e10a1.rev' 2025-07-17T06:36:42.8207829Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/pack/pack-ed9b1bf6cf9b9e20d6da276c9d55a276a88e10a1.idx' 2025-07-17T06:36:42.8208740Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/pack' 2025-07-17T06:36:42.8209385Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/29/663a70ccd96cf54a1eea8dba84fffa8fd9461a' 2025-07-17T06:36:42.8210021Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/29' 2025-07-17T06:36:42.8210649Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/9f/44eec46e03c9c44c19613dc952aa6110f55aad' 2025-07-17T06:36:42.8211250Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/9f' 2025-07-17T06:36:42.8211806Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/d7/37acad1460984ff85e19f668a32c75fa489692' 2025-07-17T06:36:42.8212469Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/d7' 2025-07-17T06:36:42.8213027Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/f1/d21c0c73f853ebe37087c5b176d1b2cd1ddf90' 2025-07-17T06:36:42.8213573Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/f1' 2025-07-17T06:36:42.8214108Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/62/2650aff7f65b43d17c72dfccf8a8ae12a6e4dc' 2025-07-17T06:36:42.8214651Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/62' 2025-07-17T06:36:42.8215183Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/5e/3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-07-17T06:36:42.8215724Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/5e' 2025-07-17T06:36:42.8216389Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/bc/2186f61c05aace80b282b2b52e6de2d24763e2' 2025-07-17T06:36:42.8216926Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/bc' 2025-07-17T06:36:42.8217469Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/84/162c10d141ee262d0a470e6f7decaf502d7d50' 2025-07-17T06:36:42.8218007Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/84' 2025-07-17T06:36:42.8218549Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/8f/038b07026e5ae4c471a1d64244e5d8d023e979' 2025-07-17T06:36:42.8219086Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/8f' 2025-07-17T06:36:42.8219614Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/2d/158b7235483fdc4400def75647407c79d5efdf' 2025-07-17T06:36:42.8220148Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/2d' 2025-07-17T06:36:42.8220683Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/00/561208753b7fa1c2b1226d7a62981984225df8' 2025-07-17T06:36:42.8221213Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/00' 2025-07-17T06:36:42.8221749Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/7e/5b1b0c8597dce636341e0fde2c7f59fbc1785a' 2025-07-17T06:36:42.8222296Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/7e' 2025-07-17T06:36:42.8222836Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/ac/e4a112b946612f6ac5b74a279667429b5ecdf8' 2025-07-17T06:36:42.8223373Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/ac' 2025-07-17T06:36:42.8223909Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/9b/e402b71102685b3c139a94e6ca41fe059cda63' 2025-07-17T06:36:42.8224443Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/9b' 2025-07-17T06:36:42.8224898Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/info' 2025-07-17T06:36:42.8225441Z removed 'pytorch-main/.git/modules/third_party/cpuinfo/objects/f9/c213cd5c845c373ad573e18a8e4ad6a2f675a6' 2025-07-17T06:36:42.8225974Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects/f9' 2025-07-17T06:36:42.8226677Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo/objects' 2025-07-17T06:36:42.8227103Z removed directory 'pytorch-main/.git/modules/third_party/cpuinfo' 2025-07-17T06:36:42.8227540Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/commit-msg.sample' 2025-07-17T06:36:42.8228164Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8228655Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/pre-commit.sample' 2025-07-17T06:36:42.8229111Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8229581Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/post-update.sample' 2025-07-17T06:36:42.8230055Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/pre-receive.sample' 2025-07-17T06:36:42.8230541Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8231148Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8231648Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8232229Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8232724Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/pre-push.sample' 2025-07-17T06:36:42.8233167Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/update.sample' 2025-07-17T06:36:42.8233648Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8234163Z removed 'pytorch-main/.git/modules/third_party/ittapi/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8234643Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/hooks' 2025-07-17T06:36:42.8235035Z removed 'pytorch-main/.git/modules/third_party/ittapi/index' 2025-07-17T06:36:42.8235426Z removed 'pytorch-main/.git/modules/third_party/ittapi/FETCH_HEAD' 2025-07-17T06:36:42.8236125Z removed 'pytorch-main/.git/modules/third_party/ittapi/description' 2025-07-17T06:36:42.8236786Z removed 'pytorch-main/.git/modules/third_party/ittapi/logs/HEAD' 2025-07-17T06:36:42.8237211Z removed 'pytorch-main/.git/modules/third_party/ittapi/logs/refs/heads/master' 2025-07-17T06:36:42.8237677Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/logs/refs/heads' 2025-07-17T06:36:42.8238222Z removed 'pytorch-main/.git/modules/third_party/ittapi/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8238876Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/logs/refs/remotes/origin' 2025-07-17T06:36:42.8239397Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/logs/refs/remotes' 2025-07-17T06:36:42.8239870Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/logs/refs' 2025-07-17T06:36:42.8240309Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/logs' 2025-07-17T06:36:42.8240708Z removed 'pytorch-main/.git/modules/third_party/ittapi/shallow' 2025-07-17T06:36:42.8241076Z removed 'pytorch-main/.git/modules/third_party/ittapi/config' 2025-07-17T06:36:42.8241436Z removed 'pytorch-main/.git/modules/third_party/ittapi/HEAD' 2025-07-17T06:36:42.8241811Z removed 'pytorch-main/.git/modules/third_party/ittapi/packed-refs' 2025-07-17T06:36:42.8242230Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/refs/tags' 2025-07-17T06:36:42.8242666Z removed 'pytorch-main/.git/modules/third_party/ittapi/refs/heads/master' 2025-07-17T06:36:42.8243102Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/refs/heads' 2025-07-17T06:36:42.8243570Z removed 'pytorch-main/.git/modules/third_party/ittapi/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8244063Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/refs/remotes/origin' 2025-07-17T06:36:42.8244546Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/refs/remotes' 2025-07-17T06:36:42.8244987Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/refs' 2025-07-17T06:36:42.8245395Z removed 'pytorch-main/.git/modules/third_party/ittapi/info/exclude' 2025-07-17T06:36:42.8245837Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/info' 2025-07-17T06:36:42.8246485Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/de/c1d23ca65ab069d225dfe40dea14f455170959' 2025-07-17T06:36:42.8247190Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/de' 2025-07-17T06:36:42.8247728Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/89/e3ebd5f0c2983292b6678fb8c59b2017c199c2' 2025-07-17T06:36:42.8248365Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/89/8f8bb61a5876e7e0b4503ec4bd2e5c8b35a758' 2025-07-17T06:36:42.8248904Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/89' 2025-07-17T06:36:42.8249439Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/ef/7e5a682c5fcd419cce6e7d96cd54d95141dd49' 2025-07-17T06:36:42.8250082Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/ef' 2025-07-17T06:36:42.8250622Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/dd/13cc4ed3a0df40ea8da58e2822765d1bd458ae' 2025-07-17T06:36:42.8251157Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/dd' 2025-07-17T06:36:42.8251694Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/58/6c33fab320579089224bc6b9ca23a872e4b939' 2025-07-17T06:36:42.8252218Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/58' 2025-07-17T06:36:42.8252758Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/36/afaaef849974845fb292da3bb4aa89add7a912' 2025-07-17T06:36:42.8253327Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/36' 2025-07-17T06:36:42.8254015Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/55/00c92306b8de027216935d39b5bebe60ebb726' 2025-07-17T06:36:42.8254549Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/55' 2025-07-17T06:36:42.8255137Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/03/8e459d9f32198b6e2a5366755a174f1242580e' 2025-07-17T06:36:42.8255751Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/03' 2025-07-17T06:36:42.8256451Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/49/05a7bf8dbb6de583f3d2d1a5c98cb17b5cdbd1' 2025-07-17T06:36:42.8257010Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/49' 2025-07-17T06:36:42.8257550Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/b2/2cbed6e52df94fe19738623093fecb762e486a' 2025-07-17T06:36:42.8258083Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/b2' 2025-07-17T06:36:42.8258615Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/d9/a4c53238ade671813580a26db545197dc59b13' 2025-07-17T06:36:42.8259141Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/d9' 2025-07-17T06:36:42.8259691Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/b3/ff88f4989ffe3b4e4dc0c7102362a435075062' 2025-07-17T06:36:42.8260221Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/b3' 2025-07-17T06:36:42.8260567Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/pack/pack-b9d1d82afb3a32a8e15bbd78cb6230ee94a2431e.rev' 2025-07-17T06:36:42.8260907Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/pack/pack-b9d1d82afb3a32a8e15bbd78cb6230ee94a2431e.idx' 2025-07-17T06:36:42.8261245Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/pack/pack-b9d1d82afb3a32a8e15bbd78cb6230ee94a2431e.pack' 2025-07-17T06:36:42.8261439Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/pack' 2025-07-17T06:36:42.8261710Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/19/689bd7063e60e4406b5fc89e8808f7be47b9ad' 2025-07-17T06:36:42.8261885Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/19' 2025-07-17T06:36:42.8262160Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/51/749ddd54da78d3d8602473239c8d9640683aad' 2025-07-17T06:36:42.8262337Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/51' 2025-07-17T06:36:42.8262611Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/cd/c2c4e9d6366245ff992cbacd28b0d0c5754682' 2025-07-17T06:36:42.8263026Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/cd/b2ac505bf56348b846e48a332adc38693f930c' 2025-07-17T06:36:42.8263203Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/cd' 2025-07-17T06:36:42.8263473Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/2e/eb67e104e3e49894e4094a2ad4a9b14a86d16d' 2025-07-17T06:36:42.8263653Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/2e' 2025-07-17T06:36:42.8263922Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/1f/334333aea9076495b62c9c8fd05c2ec456a936' 2025-07-17T06:36:42.8264097Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/1f' 2025-07-17T06:36:42.8264468Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/5e/488ff272174d083ff552789de4754fb1ea33c2' 2025-07-17T06:36:42.8264647Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/5e' 2025-07-17T06:36:42.8264918Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/c9/c844b4adf2654ba74c36b01b4ce012720da7ea' 2025-07-17T06:36:42.8265205Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/c9' 2025-07-17T06:36:42.8265528Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/64/c91ef57e3dcd80328cf9b20c5c5834024bf5ab' 2025-07-17T06:36:42.8265707Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/64' 2025-07-17T06:36:42.8265975Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/4b/229e00409c32d41b5d7d41215e96d99b4079cc' 2025-07-17T06:36:42.8266307Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/4b' 2025-07-17T06:36:42.8266631Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/83/b0dc1ba05770b77376e205120c4a0a928dd581' 2025-07-17T06:36:42.8266812Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/83' 2025-07-17T06:36:42.8267088Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/4e/af4f645d1583dc70e01e88481b4cbead406537' 2025-07-17T06:36:42.8267272Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/4e' 2025-07-17T06:36:42.8267537Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/74/a793a44019187ae20e70944d097e50ec5881d4' 2025-07-17T06:36:42.8267731Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/74' 2025-07-17T06:36:42.8267996Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/60/72687239a1517712d40109c54b5afb32175a65' 2025-07-17T06:36:42.8268174Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/60' 2025-07-17T06:36:42.8268448Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/f7/78f7079a9db70c6b17a3d7ae2460c7e5a5d7bc' 2025-07-17T06:36:42.8268626Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/f7' 2025-07-17T06:36:42.8268810Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/info' 2025-07-17T06:36:42.8269084Z removed 'pytorch-main/.git/modules/third_party/ittapi/objects/87/5449f4fb50e3cd6e0e8064c3c417a7fb27aad9' 2025-07-17T06:36:42.8269262Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects/87' 2025-07-17T06:36:42.8269437Z removed directory 'pytorch-main/.git/modules/third_party/ittapi/objects' 2025-07-17T06:36:42.8269590Z removed directory 'pytorch-main/.git/modules/third_party/ittapi' 2025-07-17T06:36:42.8269812Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/commit-msg.sample' 2025-07-17T06:36:42.8270050Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8270258Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/pre-commit.sample' 2025-07-17T06:36:42.8270469Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8270686Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/post-update.sample' 2025-07-17T06:36:42.8270894Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/pre-receive.sample' 2025-07-17T06:36:42.8271262Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8271488Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8271705Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8271952Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8272159Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/pre-push.sample' 2025-07-17T06:36:42.8272356Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/update.sample' 2025-07-17T06:36:42.8272691Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8272927Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8273107Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/hooks' 2025-07-17T06:36:42.8273263Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/index' 2025-07-17T06:36:42.8273444Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/FETCH_HEAD' 2025-07-17T06:36:42.8273618Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/description' 2025-07-17T06:36:42.8273785Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/HEAD' 2025-07-17T06:36:42.8273995Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/refs/heads/master' 2025-07-17T06:36:42.8274209Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/refs/heads' 2025-07-17T06:36:42.8274432Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8274681Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/refs/remotes/origin' 2025-07-17T06:36:42.8274895Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/refs/remotes' 2025-07-17T06:36:42.8275090Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/logs/refs' 2025-07-17T06:36:42.8275274Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/logs' 2025-07-17T06:36:42.8275433Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/shallow' 2025-07-17T06:36:42.8275588Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/config' 2025-07-17T06:36:42.8275736Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/HEAD' 2025-07-17T06:36:42.8275914Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/packed-refs' 2025-07-17T06:36:42.8276099Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/tags/v0.23.1' 2025-07-17T06:36:42.8276406Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/tags' 2025-07-17T06:36:42.8276597Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/heads/master' 2025-07-17T06:36:42.8276794Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/heads' 2025-07-17T06:36:42.8277007Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8277234Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/remotes/origin' 2025-07-17T06:36:42.8277434Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/refs/remotes' 2025-07-17T06:36:42.8277611Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/refs' 2025-07-17T06:36:42.8277789Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/info/exclude' 2025-07-17T06:36:42.8277963Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/info' 2025-07-17T06:36:42.8278266Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/1e/4f242afadba0c7dc95b007cc39830a9d074ed1' 2025-07-17T06:36:42.8278467Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/1e' 2025-07-17T06:36:42.8278754Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/67/2bcce24736611e585903fcd3cac6f35cf1d8d3' 2025-07-17T06:36:42.8279155Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/67/a9e9b617d808f97e90b0d70a0b1cccfea09eae' 2025-07-17T06:36:42.8279349Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/67' 2025-07-17T06:36:42.8279640Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/a5/7f9da875dc99c6f605ae7ec03e2b7459070bae' 2025-07-17T06:36:42.8279923Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/a5/7b7c95c0ffb5d789177973166544dd250a19d2' 2025-07-17T06:36:42.8280115Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/a5' 2025-07-17T06:36:42.8280665Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/e4/5b0ccfbca12f2093eda8c335305430b59cd162' 2025-07-17T06:36:42.8281008Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/e4/799dab793652b1b7a33d1ca1090bc2acc93e45' 2025-07-17T06:36:42.8281230Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/e4' 2025-07-17T06:36:42.8281544Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/26/3b48dbd0f83dee04e2e5217743c3950233e4d7' 2025-07-17T06:36:42.8281744Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/26' 2025-07-17T06:36:42.8282037Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/17/a9e98597bc2abe77d7e5af885b3f9b3a350eb1' 2025-07-17T06:36:42.8282252Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/17' 2025-07-17T06:36:42.8282543Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/fe/f4c5f095cc142340b1afeacdf2d21043b21d92' 2025-07-17T06:36:42.8282735Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/fe' 2025-07-17T06:36:42.8283036Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/d6/a3e21bc10a7cef9366ccb9c93ddf7c9d4efcca' 2025-07-17T06:36:42.8283228Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/d6' 2025-07-17T06:36:42.8283519Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/31/07702beb9bcc418b543f16934fac93b547e2da' 2025-07-17T06:36:42.8283717Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/31' 2025-07-17T06:36:42.8284004Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/e1/5847d42f7814632c8f07f848eaafc1c9c37ca8' 2025-07-17T06:36:42.8284194Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/e1' 2025-07-17T06:36:42.8284490Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/86/070a100cc5b197fffe9c555fe70a4bda0607f2' 2025-07-17T06:36:42.8284683Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/86' 2025-07-17T06:36:42.8284969Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/ba/68359313c3da78162a01fba7c8395208d4845e' 2025-07-17T06:36:42.8285161Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/ba' 2025-07-17T06:36:42.8285452Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/ae/d19ca6c4e1367cd7101f591e9a616476d3fb3c' 2025-07-17T06:36:42.8285642Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/ae' 2025-07-17T06:36:42.8285929Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/05/0c5da1c9fb93e47255460f3cee3613ba5d593d' 2025-07-17T06:36:42.8286285Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/05' 2025-07-17T06:36:42.8286677Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/pack/pack-648094932e44808f9c7c584396cb8c590536f5c0.idx' 2025-07-17T06:36:42.8287022Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/pack/pack-648094932e44808f9c7c584396cb8c590536f5c0.rev' 2025-07-17T06:36:42.8287376Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/pack/pack-648094932e44808f9c7c584396cb8c590536f5c0.pack' 2025-07-17T06:36:42.8287587Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/pack' 2025-07-17T06:36:42.8288001Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/19/dbe694ce22a198861c81c444fa6c489e0895e4' 2025-07-17T06:36:42.8288200Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/19' 2025-07-17T06:36:42.8288487Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/29/6ad29b385e7baf848e5b64346b2fc1ca74b9dd' 2025-07-17T06:36:42.8288682Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/29' 2025-07-17T06:36:42.8288973Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/9f/a1919c8b7e872c1fe5765dd10668943f996a3c' 2025-07-17T06:36:42.8289166Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/9f' 2025-07-17T06:36:42.8289547Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/3a/f7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-07-17T06:36:42.8289748Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/3a' 2025-07-17T06:36:42.8290038Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/fa/4f76c90bc775421c8dea07ef0357d84e418bb5' 2025-07-17T06:36:42.8290229Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/fa' 2025-07-17T06:36:42.8290524Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/6c/2b470a1b990fb7abfbcf40235ddaef39f040d8' 2025-07-17T06:36:42.8290714Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/6c' 2025-07-17T06:36:42.8290998Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/cd/20938b6a8549b7eab353519893db17b2c267c5' 2025-07-17T06:36:42.8291195Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/cd' 2025-07-17T06:36:42.8291495Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/ff/ab9bd7ee030ba60d5cc5bf2c7d3f111de7ca5c' 2025-07-17T06:36:42.8291686Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/ff' 2025-07-17T06:36:42.8291974Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/aa/90695196601551aca3dd429a48362ddd98cb6e' 2025-07-17T06:36:42.8292171Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/aa' 2025-07-17T06:36:42.8292452Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/56/b450d6e307a5d11492cc070c678b1e2ce78eba' 2025-07-17T06:36:42.8292644Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/56' 2025-07-17T06:36:42.8292931Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/0a/a4e6274678a9c00160aff844159e5950cb0b5c' 2025-07-17T06:36:42.8293121Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/0a' 2025-07-17T06:36:42.8293402Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/9d/9212e9d91b37456073e73f3b254014318b4299' 2025-07-17T06:36:42.8293597Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/9d' 2025-07-17T06:36:42.8293881Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/90/c959ed8597daf6e493352f32aa24b0a8772165' 2025-07-17T06:36:42.8294074Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/90' 2025-07-17T06:36:42.8294367Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/3e/28fcff91dd0a87372cc51fd593d742f9ea098c' 2025-07-17T06:36:42.8294559Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/3e' 2025-07-17T06:36:42.8295009Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/dc/d91740a0caa1a4969b60dc28d6ac9f5542904e' 2025-07-17T06:36:42.8295214Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/dc' 2025-07-17T06:36:42.8295502Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/66/034b3918555a9d826e851e36d22b003fc04f39' 2025-07-17T06:36:42.8295694Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/66' 2025-07-17T06:36:42.8295983Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/1a/e8acf7088db29ed065318b278697c6c6e581eb' 2025-07-17T06:36:42.8296368Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/1a' 2025-07-17T06:36:42.8296572Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/info' 2025-07-17T06:36:42.8296868Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/b0/e0fdaca8c740d26b495c9ef8e3db1fb841a6fc' 2025-07-17T06:36:42.8297059Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/b0' 2025-07-17T06:36:42.8297345Z removed 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/f9/7f09a4feb5a2253db3b45e499485bb171f2ea6' 2025-07-17T06:36:42.8297535Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects/f9' 2025-07-17T06:36:42.8297878Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib/objects' 2025-07-17T06:36:42.8298053Z removed directory 'pytorch-main/.git/modules/third_party/cpp-httplib' 2025-07-17T06:36:42.8298241Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/commit-msg.sample' 2025-07-17T06:36:42.8298456Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8298640Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/pre-commit.sample' 2025-07-17T06:36:42.8298822Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8299012Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/post-update.sample' 2025-07-17T06:36:42.8299197Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/pre-receive.sample' 2025-07-17T06:36:42.8299398Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8299604Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8299798Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8300014Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8300198Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/pre-push.sample' 2025-07-17T06:36:42.8300377Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/update.sample' 2025-07-17T06:36:42.8300587Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8300805Z removed 'pytorch-main/.git/modules/third_party/gloo/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8300975Z removed directory 'pytorch-main/.git/modules/third_party/gloo/hooks' 2025-07-17T06:36:42.8301109Z removed 'pytorch-main/.git/modules/third_party/gloo/index' 2025-07-17T06:36:42.8301260Z removed 'pytorch-main/.git/modules/third_party/gloo/FETCH_HEAD' 2025-07-17T06:36:42.8301417Z removed 'pytorch-main/.git/modules/third_party/gloo/description' 2025-07-17T06:36:42.8301559Z removed 'pytorch-main/.git/modules/third_party/gloo/logs/HEAD' 2025-07-17T06:36:42.8301733Z removed 'pytorch-main/.git/modules/third_party/gloo/logs/refs/heads/main' 2025-07-17T06:36:42.8301927Z removed directory 'pytorch-main/.git/modules/third_party/gloo/logs/refs/heads' 2025-07-17T06:36:42.8302127Z removed 'pytorch-main/.git/modules/third_party/gloo/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8302344Z removed directory 'pytorch-main/.git/modules/third_party/gloo/logs/refs/remotes/origin' 2025-07-17T06:36:42.8302533Z removed directory 'pytorch-main/.git/modules/third_party/gloo/logs/refs/remotes' 2025-07-17T06:36:42.8302708Z removed directory 'pytorch-main/.git/modules/third_party/gloo/logs/refs' 2025-07-17T06:36:42.8302867Z removed directory 'pytorch-main/.git/modules/third_party/gloo/logs' 2025-07-17T06:36:42.8303002Z removed 'pytorch-main/.git/modules/third_party/gloo/shallow' 2025-07-17T06:36:42.8303143Z removed 'pytorch-main/.git/modules/third_party/gloo/config' 2025-07-17T06:36:42.8303276Z removed 'pytorch-main/.git/modules/third_party/gloo/HEAD' 2025-07-17T06:36:42.8303425Z removed 'pytorch-main/.git/modules/third_party/gloo/packed-refs' 2025-07-17T06:36:42.8303713Z removed directory 'pytorch-main/.git/modules/third_party/gloo/refs/tags' 2025-07-17T06:36:42.8303870Z removed 'pytorch-main/.git/modules/third_party/gloo/refs/heads/main' 2025-07-17T06:36:42.8304042Z removed directory 'pytorch-main/.git/modules/third_party/gloo/refs/heads' 2025-07-17T06:36:42.8304232Z removed 'pytorch-main/.git/modules/third_party/gloo/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8304431Z removed directory 'pytorch-main/.git/modules/third_party/gloo/refs/remotes/origin' 2025-07-17T06:36:42.8304625Z removed directory 'pytorch-main/.git/modules/third_party/gloo/refs/remotes' 2025-07-17T06:36:42.8304781Z removed directory 'pytorch-main/.git/modules/third_party/gloo/refs' 2025-07-17T06:36:42.8304931Z removed 'pytorch-main/.git/modules/third_party/gloo/info/exclude' 2025-07-17T06:36:42.8305166Z removed directory 'pytorch-main/.git/modules/third_party/gloo/info' 2025-07-17T06:36:42.8305440Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/5f/c00f82a6a98f7c6706b35e9030358483a5c3df' 2025-07-17T06:36:42.8305617Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/5f' 2025-07-17T06:36:42.8305882Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/89/c6859aa746e0792156d82289ca542e912ac259' 2025-07-17T06:36:42.8306052Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/89' 2025-07-17T06:36:42.8306498Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/ca/87ad365e4f908bcff43ff29ad77f67e6f0bd40' 2025-07-17T06:36:42.8306709Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/ca' 2025-07-17T06:36:42.8306975Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/26/6a2cdd8a070b1e90a262a0fa23e2359e171315' 2025-07-17T06:36:42.8307148Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/26' 2025-07-17T06:36:42.8307412Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/50/757cfbe81b21e9379a95945839c891d35c64cb' 2025-07-17T06:36:42.8307580Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/50' 2025-07-17T06:36:42.8307846Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/e8/52b6cb323dafc9815c58679066366f91cc5cbe' 2025-07-17T06:36:42.8308021Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/e8' 2025-07-17T06:36:42.8308434Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/1d/0e604c7063ab23803b561af7af95af73a3e12c' 2025-07-17T06:36:42.8308609Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/1d' 2025-07-17T06:36:42.8308881Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/d9/3b6e5b061b1bfa15ecea715b446183ee9f7268' 2025-07-17T06:36:42.8309050Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/d9' 2025-07-17T06:36:42.8309320Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/0b/cf0bef7bb1b613440c4a02bb140cf09a10adc9' 2025-07-17T06:36:42.8309493Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/0b' 2025-07-17T06:36:42.8309760Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/ba/ca4c8d2f8ae4c523313d4b7578d4875a3ddc20' 2025-07-17T06:36:42.8309933Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/ba' 2025-07-17T06:36:42.8310260Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/pack/pack-540312e847fec816b166b704d437bccd5c423fd9.pack' 2025-07-17T06:36:42.8310586Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/pack/pack-540312e847fec816b166b704d437bccd5c423fd9.rev' 2025-07-17T06:36:42.8310895Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/pack/pack-540312e847fec816b166b704d437bccd5c423fd9.idx' 2025-07-17T06:36:42.8311078Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/pack' 2025-07-17T06:36:42.8311354Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/19/6a9db0364d7a9e9113ffbab15cc8b19523d0ff' 2025-07-17T06:36:42.8311524Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/19' 2025-07-17T06:36:42.8311791Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/f4/e8cceee78ddbf704f5e078bf3597df5f40787c' 2025-07-17T06:36:42.8312097Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/f4' 2025-07-17T06:36:42.8312363Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/3a/82a991c34d95fef427d812cce9ffab448ca9f0' 2025-07-17T06:36:42.8312534Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/3a' 2025-07-17T06:36:42.8312795Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/c2/9f2fbc61131788b231092d7a578d0253cd8e46' 2025-07-17T06:36:42.8312964Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/c2' 2025-07-17T06:36:42.8313224Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/6c/cd3a418677e78670c9ad4d080ba5df512016bd' 2025-07-17T06:36:42.8313493Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/6c' 2025-07-17T06:36:42.8313756Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/c7/b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-07-17T06:36:42.8313928Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/c7' 2025-07-17T06:36:42.8314188Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/04/8ca793d8339a00e33cf499e7c5cd3a584282bf' 2025-07-17T06:36:42.8314361Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/04' 2025-07-17T06:36:42.8314621Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/6f/678ede9f555c39c6adf5700a9f99f62921b8ba' 2025-07-17T06:36:42.8314792Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/6f' 2025-07-17T06:36:42.8315058Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/94/b774ae1a050ae77e48db2f7ddc5c87445b5537' 2025-07-17T06:36:42.8315225Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/94' 2025-07-17T06:36:42.8315489Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/7c/892eac54d4cb11a853bfa7cb69a76135a6c1d8' 2025-07-17T06:36:42.8315666Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/7c' 2025-07-17T06:36:42.8315927Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/16/56fc7e127d1252e39521178f6cd546ae2ff7ee' 2025-07-17T06:36:42.8316096Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/16' 2025-07-17T06:36:42.8316473Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/83/80868d083c67a15dcbc2c6ae5cd39cc0bf1aa8' 2025-07-17T06:36:42.8316642Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/83' 2025-07-17T06:36:42.8316898Z removed 'pytorch-main/.git/modules/third_party/gloo/objects/4e/3754f817bb7346c60f1e8e506b64826a01599f' 2025-07-17T06:36:42.8317072Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/4e' 2025-07-17T06:36:42.8317250Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects/info' 2025-07-17T06:36:42.8317418Z removed directory 'pytorch-main/.git/modules/third_party/gloo/objects' 2025-07-17T06:36:42.8317567Z removed directory 'pytorch-main/.git/modules/third_party/gloo' 2025-07-17T06:36:42.8317801Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/commit-msg.sample' 2025-07-17T06:36:42.8318055Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8318290Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-commit.sample' 2025-07-17T06:36:42.8318664Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8318899Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/post-update.sample' 2025-07-17T06:36:42.8319127Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-receive.sample' 2025-07-17T06:36:42.8319382Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8319627Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8319870Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8320272Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8320494Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/pre-push.sample' 2025-07-17T06:36:42.8320707Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/update.sample' 2025-07-17T06:36:42.8320976Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8321228Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8321431Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/hooks' 2025-07-17T06:36:42.8321710Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/index' 2025-07-17T06:36:42.8321900Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/FETCH_HEAD' 2025-07-17T06:36:42.8322087Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/description' 2025-07-17T06:36:42.8322268Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/HEAD' 2025-07-17T06:36:42.8322493Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/heads/master' 2025-07-17T06:36:42.8322726Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/heads' 2025-07-17T06:36:42.8322971Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8323236Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes/origin' 2025-07-17T06:36:42.8323471Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs/remotes' 2025-07-17T06:36:42.8323684Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs/refs' 2025-07-17T06:36:42.8323886Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/logs' 2025-07-17T06:36:42.8324064Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/shallow' 2025-07-17T06:36:42.8324236Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/config' 2025-07-17T06:36:42.8324406Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/HEAD' 2025-07-17T06:36:42.8324594Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/packed-refs' 2025-07-17T06:36:42.8324802Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs/tags' 2025-07-17T06:36:42.8325011Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs/heads/master' 2025-07-17T06:36:42.8325226Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs/heads' 2025-07-17T06:36:42.8325455Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8325704Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes/origin' 2025-07-17T06:36:42.8325920Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs/remotes' 2025-07-17T06:36:42.8326117Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/refs' 2025-07-17T06:36:42.8326514Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/info/exclude' 2025-07-17T06:36:42.8326714Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/info' 2025-07-17T06:36:42.8327040Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/3f/b5c176c17c765a3492cd2f0321b0dab712f350' 2025-07-17T06:36:42.8327252Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/3f' 2025-07-17T06:36:42.8327571Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/f6/1cf9ab4680581d42a98b825d4c0f82296adb91' 2025-07-17T06:36:42.8327787Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/f6' 2025-07-17T06:36:42.8328099Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/ca/8314d827cc33c261ac9d7f92b5c05d044eab38' 2025-07-17T06:36:42.8328434Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/ca' 2025-07-17T06:36:42.8328753Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/93/5f6db5f4ec3cdd9f89d8139d5bd3fa084141aa' 2025-07-17T06:36:42.8328963Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/93' 2025-07-17T06:36:42.8329283Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/c4/d43ff93fad20d773991bab7972bf6b7baa690f' 2025-07-17T06:36:42.8329494Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/c4' 2025-07-17T06:36:42.8329905Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/25/87dd4206796e31eb5df368f45377da6af97c74' 2025-07-17T06:36:42.8330124Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/25' 2025-07-17T06:36:42.8330440Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/26/1cb928dfbe1b079aa873a8caa423bb4c1256d3' 2025-07-17T06:36:42.8330652Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/26' 2025-07-17T06:36:42.8330976Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/33/aee13b85595ac7a140f7272f5c0488743bc91e' 2025-07-17T06:36:42.8331284Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/33/2ad075861d5a0f67b2cd799aa650f747a35d7a' 2025-07-17T06:36:42.8331595Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/33/25bd508ba4a0780b5753edfe1291e8a9155f56' 2025-07-17T06:36:42.8331811Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/33' 2025-07-17T06:36:42.8332119Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/a3/3936199c12cd7022889891b82ff628767d3903' 2025-07-17T06:36:42.8332327Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/a3' 2025-07-17T06:36:42.8332642Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fe/6bc5ca4375416e55a479c39a12ac5c4e050f49' 2025-07-17T06:36:42.8332853Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fe' 2025-07-17T06:36:42.8333162Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/d6/8037213a617d2191082cef913dfacdfdb3e7e9' 2025-07-17T06:36:42.8333372Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/d6' 2025-07-17T06:36:42.8333685Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/78/d86983dc99416536ac2f231bf9894dd51d1e3d' 2025-07-17T06:36:42.8333895Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/78' 2025-07-17T06:36:42.8334204Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/72/6766e6a6db99524148741cd5d8216b7ae5cfb3' 2025-07-17T06:36:42.8334417Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/72' 2025-07-17T06:36:42.8334733Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/1d/5fca4f359cd98815c208518ad0530cdf8e3ced' 2025-07-17T06:36:42.8334942Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/1d' 2025-07-17T06:36:42.8335255Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fc/7374498342121289cc2b6358ba89cee0827ac5' 2025-07-17T06:36:42.8335572Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fc/7abf520b928cf6b8b559abb6a238c6d1870365' 2025-07-17T06:36:42.8335783Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fc' 2025-07-17T06:36:42.8336096Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/2b/08464539c1d80d2e94a4aa46d06df335daa4de' 2025-07-17T06:36:42.8336510Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/2b/76c9aab97aa760953e4c0067b26981082576e4' 2025-07-17T06:36:42.8336721Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/2b' 2025-07-17T06:36:42.8337150Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/86/15671b03b25d93570aa91aeb201ae16c4e2d43' 2025-07-17T06:36:42.8337360Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/86' 2025-07-17T06:36:42.8337670Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/0b/e0bf360c84ddcc3866d1887e3a06c820166357' 2025-07-17T06:36:42.8337884Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/0b' 2025-07-17T06:36:42.8338198Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/91/d11ad820908eeac99ae5b691a53e0dbbd014f4' 2025-07-17T06:36:42.8338607Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/91/1fed0306acc4651d2ad359c202ea626a7cdfaa' 2025-07-17T06:36:42.8338924Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/91/72ce8b42054d2f141fa3fa8570905337543cf1' 2025-07-17T06:36:42.8339136Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/91' 2025-07-17T06:36:42.8339506Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-3c20ce507a22214623d406748d24f94c60ecdc92.rev' 2025-07-17T06:36:42.8339889Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-3c20ce507a22214623d406748d24f94c60ecdc92.pack' 2025-07-17T06:36:42.8340249Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack/pack-3c20ce507a22214623d406748d24f94c60ecdc92.idx' 2025-07-17T06:36:42.8340471Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/pack' 2025-07-17T06:36:42.8340785Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/29/491730073922ad49042dad36db6e756f1769bf' 2025-07-17T06:36:42.8340994Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/29' 2025-07-17T06:36:42.8341311Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/51/b5aff41cfd9863fe16a10c10dc84e5bf22e18f' 2025-07-17T06:36:42.8341527Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/51' 2025-07-17T06:36:42.8341832Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/3a/6f077939ea9280156a4e66c28f34071d4f567f' 2025-07-17T06:36:42.8342141Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/3a/8f72b780ee6b6320c91a415741dd127a7fa323' 2025-07-17T06:36:42.8342351Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/3a' 2025-07-17T06:36:42.8342663Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fa/6281b2db9da4f80001fe874bad377846d0faeb' 2025-07-17T06:36:42.8342875Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fa' 2025-07-17T06:36:42.8343189Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/22/fabac5335d14c8c02d60a060ddd51b482cdf61' 2025-07-17T06:36:42.8343404Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/22' 2025-07-17T06:36:42.8343717Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/ce/77be60591963abce2a7b05468c60de2fb79801' 2025-07-17T06:36:42.8343925Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/ce' 2025-07-17T06:36:42.8344242Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/13/a07159accea063e36ca5e680b3203bbead47cd' 2025-07-17T06:36:42.8344452Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/13' 2025-07-17T06:36:42.8344768Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6c/4d03d457215cdccc81f9cbb5cfb9e0da54093c' 2025-07-17T06:36:42.8345086Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6c/b4ecf0d7103c58f2560565f72197333cabda7b' 2025-07-17T06:36:42.8345292Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6c' 2025-07-17T06:36:42.8345678Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/c7/2028c6253949cb996c4c817425e03a8213f056' 2025-07-17T06:36:42.8345934Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/c7' 2025-07-17T06:36:42.8346407Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/2e/2bc2cf14f74dd1911de37e99e1b2b685eed09d' 2025-07-17T06:36:42.8346678Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/2e' 2025-07-17T06:36:42.8347006Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6f/06d19f66aa66c17fd4ff14777cc2e992341baf' 2025-07-17T06:36:42.8347223Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6f' 2025-07-17T06:36:42.8347663Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6a/3657f4409642edafd6b2485f34ff6481214059' 2025-07-17T06:36:42.8347887Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/6a' 2025-07-17T06:36:42.8348209Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/bc/f38a396c977cd66c4fa2b5aa704ac9b83defa0' 2025-07-17T06:36:42.8348418Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/bc' 2025-07-17T06:36:42.8348738Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/64/6c5907badeb8536eca23f3cc97e018765031b5' 2025-07-17T06:36:42.8348946Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/64' 2025-07-17T06:36:42.8349259Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/84/8450040a90c7a8af9f9431c51daa7bb8992d72' 2025-07-17T06:36:42.8349472Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/84' 2025-07-17T06:36:42.8349789Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/38/30eb1698f21dc3cebb45f770d35b363fd77063' 2025-07-17T06:36:42.8349997Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/38' 2025-07-17T06:36:42.8350318Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/f0/82e3cc4b8e91f71c746f9e1cc38cd937f7032b' 2025-07-17T06:36:42.8350538Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/f0' 2025-07-17T06:36:42.8350851Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/a4/5ec173c866ab4987bd05208131ac03e209132f' 2025-07-17T06:36:42.8351058Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/a4' 2025-07-17T06:36:42.8351375Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/52/163c4e55f973dbbf9db618dae259c8390be1b7' 2025-07-17T06:36:42.8351589Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/52' 2025-07-17T06:36:42.8351903Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/a1/fae32d1017310ae0d949bb76c08d48cf2e41b5' 2025-07-17T06:36:42.8352117Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/a1' 2025-07-17T06:36:42.8352427Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/16/a2b51008d8ce50b338b29a38511753e32ba416' 2025-07-17T06:36:42.8352634Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/16' 2025-07-17T06:36:42.8352949Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/83/6d66f5370b4777c76d9f8474aab31d12a23a6e' 2025-07-17T06:36:42.8353158Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/83' 2025-07-17T06:36:42.8353468Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/7e/1c28d3124a5526a8cffa4a0272fc97871985e1' 2025-07-17T06:36:42.8353686Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/7e' 2025-07-17T06:36:42.8354002Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/dc/fe2b51661d6fe3ce0968de79ce0bc4f172a5fe' 2025-07-17T06:36:42.8354207Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/dc' 2025-07-17T06:36:42.8354631Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/82/5a7f3b5194a6577e60cbd6430ff6b9a68cb4ca' 2025-07-17T06:36:42.8354839Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/82' 2025-07-17T06:36:42.8355148Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/af/09301c63e9145ec1d755c6a60d5a85c6fa151e' 2025-07-17T06:36:42.8355360Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/af' 2025-07-17T06:36:42.8355672Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/48/09526ee79bafe147dff58bd29d2118781fc4ae' 2025-07-17T06:36:42.8356055Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/48/a4cefa28663f096e56b0cc2932469787c4297c' 2025-07-17T06:36:42.8356381Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/48' 2025-07-17T06:36:42.8356697Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/75/aebfd1fd679a1d406b39cff2d12816095e6076' 2025-07-17T06:36:42.8356909Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/75' 2025-07-17T06:36:42.8357233Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fb/a8a0fdaafe8f3cce53b3d7b95aceb3a6564474' 2025-07-17T06:36:42.8357542Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fb/e72c7135d4c94b7c17d922e9a80133734b99bf' 2025-07-17T06:36:42.8357751Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/fb' 2025-07-17T06:36:42.8358061Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/ab/642c8068bcd498c05e70b1f5cfd0667a37d8cb' 2025-07-17T06:36:42.8358278Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/ab' 2025-07-17T06:36:42.8358589Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/74/582da42b47e009f981fb6e91939a38b5b28269' 2025-07-17T06:36:42.8358797Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/74' 2025-07-17T06:36:42.8359123Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/7d/4a0cdfa10eb54f79ecc3e3e9fcd43be052e912' 2025-07-17T06:36:42.8359332Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/7d' 2025-07-17T06:36:42.8359549Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/info' 2025-07-17T06:36:42.8359864Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/f9/0529d812c9bd1f9bf1e83590711827e0c94e00' 2025-07-17T06:36:42.8360074Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/f9' 2025-07-17T06:36:42.8360392Z removed 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/b8/79fd7c1a16e807cb5ec606bf35b91d50d01b5d' 2025-07-17T06:36:42.8360602Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects/b8' 2025-07-17T06:36:42.8360811Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp/objects' 2025-07-17T06:36:42.8361002Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp/gemmlowp' 2025-07-17T06:36:42.8361166Z removed directory 'pytorch-main/.git/modules/third_party/gemmlowp' 2025-07-17T06:36:42.8361297Z removed directory 'pytorch-main/.git/modules/third_party' 2025-07-17T06:36:42.8361494Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/commit-msg.sample' 2025-07-17T06:36:42.8361722Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/pre-merge-commit.sample' 2025-07-17T06:36:42.8361913Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/pre-commit.sample' 2025-07-17T06:36:42.8362105Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/pre-rebase.sample' 2025-07-17T06:36:42.8362305Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/post-update.sample' 2025-07-17T06:36:42.8362504Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/pre-receive.sample' 2025-07-17T06:36:42.8362870Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/push-to-checkout.sample' 2025-07-17T06:36:42.8363082Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/pre-applypatch.sample' 2025-07-17T06:36:42.8363296Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/applypatch-msg.sample' 2025-07-17T06:36:42.8363518Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/fsmonitor-watchman.sample' 2025-07-17T06:36:42.8363705Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/pre-push.sample' 2025-07-17T06:36:42.8363892Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/update.sample' 2025-07-17T06:36:42.8364278Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/sendemail-validate.sample' 2025-07-17T06:36:42.8364501Z removed 'pytorch-main/.git/modules/android/libs/fbjni/hooks/prepare-commit-msg.sample' 2025-07-17T06:36:42.8364674Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/hooks' 2025-07-17T06:36:42.8364814Z removed 'pytorch-main/.git/modules/android/libs/fbjni/index' 2025-07-17T06:36:42.8364964Z removed 'pytorch-main/.git/modules/android/libs/fbjni/FETCH_HEAD' 2025-07-17T06:36:42.8365116Z removed 'pytorch-main/.git/modules/android/libs/fbjni/description' 2025-07-17T06:36:42.8365266Z removed 'pytorch-main/.git/modules/android/libs/fbjni/logs/HEAD' 2025-07-17T06:36:42.8365449Z removed 'pytorch-main/.git/modules/android/libs/fbjni/logs/refs/heads/main' 2025-07-17T06:36:42.8365646Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/logs/refs/heads' 2025-07-17T06:36:42.8365861Z removed 'pytorch-main/.git/modules/android/libs/fbjni/logs/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8366093Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/logs/refs/remotes/origin' 2025-07-17T06:36:42.8366492Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/logs/refs/remotes' 2025-07-17T06:36:42.8366675Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/logs/refs' 2025-07-17T06:36:42.8366845Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/logs' 2025-07-17T06:36:42.8366990Z removed 'pytorch-main/.git/modules/android/libs/fbjni/shallow' 2025-07-17T06:36:42.8367134Z removed 'pytorch-main/.git/modules/android/libs/fbjni/config' 2025-07-17T06:36:42.8367267Z removed 'pytorch-main/.git/modules/android/libs/fbjni/HEAD' 2025-07-17T06:36:42.8367420Z removed 'pytorch-main/.git/modules/android/libs/fbjni/packed-refs' 2025-07-17T06:36:42.8367593Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/refs/tags' 2025-07-17T06:36:42.8367762Z removed 'pytorch-main/.git/modules/android/libs/fbjni/refs/heads/main' 2025-07-17T06:36:42.8367938Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/refs/heads' 2025-07-17T06:36:42.8368137Z removed 'pytorch-main/.git/modules/android/libs/fbjni/refs/remotes/origin/HEAD' 2025-07-17T06:36:42.8368345Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/refs/remotes/origin' 2025-07-17T06:36:42.8368529Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/refs/remotes' 2025-07-17T06:36:42.8368914Z find: ‘pytorch-main/.git’: No such file or directory 2025-07-17T06:36:42.8369160Z find: ‘pytorch-main/android/libs/fbjni/.github’: No such file or directory 2025-07-17T06:36:42.8369329Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/refs' 2025-07-17T06:36:42.8369488Z removed 'pytorch-main/.git/modules/android/libs/fbjni/info/exclude' 2025-07-17T06:36:42.8369652Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/info' 2025-07-17T06:36:42.8370002Z removed 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack/pack-2fcb18d268e44bc96c89c60e438ce4f1b56a1d94.rev' 2025-07-17T06:36:42.8370358Z removed 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack/pack-adf1555077dc721b12a2f5256fb187b2ced7b492.pack' 2025-07-17T06:36:42.8370702Z removed 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack/pack-adf1555077dc721b12a2f5256fb187b2ced7b492.idx' 2025-07-17T06:36:42.8371172Z removed 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack/pack-2fcb18d268e44bc96c89c60e438ce4f1b56a1d94.idx' 2025-07-17T06:36:42.8371506Z removed 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack/pack-adf1555077dc721b12a2f5256fb187b2ced7b492.rev' 2025-07-17T06:36:42.8371850Z removed 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack/pack-2fcb18d268e44bc96c89c60e438ce4f1b56a1d94.pack' 2025-07-17T06:36:42.8372037Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/objects/pack' 2025-07-17T06:36:42.8372218Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/objects/info' 2025-07-17T06:36:42.8372394Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni/objects' 2025-07-17T06:36:42.8372639Z removed directory 'pytorch-main/.git/modules/android/libs/fbjni' 2025-07-17T06:36:42.8372772Z removed directory 'pytorch-main/.git/modules/android/libs' 2025-07-17T06:36:42.8372897Z removed directory 'pytorch-main/.git/modules/android' 2025-07-17T06:36:42.8373002Z removed directory 'pytorch-main/.git/modules' 2025-07-17T06:36:42.8373107Z removed directory 'pytorch-main/.git/refs/tags' 2025-07-17T06:36:42.8373210Z removed directory 'pytorch-main/.git/refs/heads' 2025-07-17T06:36:42.8373309Z removed directory 'pytorch-main/.git/refs' 2025-07-17T06:36:42.8373403Z removed 'pytorch-main/.git/config.worktree' 2025-07-17T06:36:42.8373490Z removed 'pytorch-main/.git/info/exclude' 2025-07-17T06:36:42.8373583Z removed directory 'pytorch-main/.git/info' 2025-07-17T06:36:42.8373814Z removed 'pytorch-main/.git/objects/pack/pack-e5f12a87587e5212057d1857f26556358301de71.rev' 2025-07-17T06:36:42.8374046Z removed 'pytorch-main/.git/objects/pack/pack-e5f12a87587e5212057d1857f26556358301de71.pack' 2025-07-17T06:36:42.8374279Z removed 'pytorch-main/.git/objects/pack/pack-e5f12a87587e5212057d1857f26556358301de71.idx' 2025-07-17T06:36:42.8374391Z removed directory 'pytorch-main/.git/objects/pack' 2025-07-17T06:36:42.8374497Z removed directory 'pytorch-main/.git/objects/info' 2025-07-17T06:36:42.8374597Z removed directory 'pytorch-main/.git/objects' 2025-07-17T06:36:42.8374693Z removed directory 'pytorch-main/.git' 2025-07-17T06:36:42.8374880Z removed 'pytorch-main/android/libs/fbjni/.github/PULL_REQUEST_TEMPLATE.md' 2025-07-17T06:36:42.8375042Z removed 'pytorch-main/android/libs/fbjni/.github/ISSUE_TEMPLATE.md' 2025-07-17T06:36:42.8375218Z removed 'pytorch-main/android/libs/fbjni/.github/workflows/android.yml' 2025-07-17T06:36:42.8375387Z removed 'pytorch-main/android/libs/fbjni/.github/workflows/release.yml' 2025-07-17T06:36:42.8375550Z removed directory 'pytorch-main/android/libs/fbjni/.github/workflows' 2025-07-17T06:36:42.8375689Z removed directory 'pytorch-main/android/libs/fbjni/.github' 2025-07-17T06:36:42.8375792Z removed 'pytorch-main/android/libs/fbjni/.git' 2025-07-17T06:36:42.8375904Z removed 'pytorch-main/android/libs/fbjni/.gitignore' 2025-07-17T06:36:42.8375995Z removed 'pytorch-main/android/.gitignore' 2025-07-17T06:36:42.8376084Z removed 'pytorch-main/.gitmodules' 2025-07-17T06:36:42.8376281Z removed 'pytorch-main/.gitattributes' 2025-07-17T06:36:42.8438935Z removed 'pytorch-main/scripts/release_notes/.gitignore' 2025-07-17T06:36:42.8452830Z removed 'pytorch-main/functorch/docs/.gitignore' 2025-07-17T06:36:42.8465064Z removed 'pytorch-main/functorch/examples/maml_omniglot/.gitignore' 2025-07-17T06:36:42.8475891Z removed 'pytorch-main/functorch/examples/.gitignore' 2025-07-17T06:36:42.8488601Z removed 'pytorch-main/functorch/.gitignore' 2025-07-17T06:36:42.8499243Z removed 'pytorch-main/.git-blame-ignore-revs' 2025-07-17T06:36:42.8509496Z removed 'pytorch-main/.gitignore' 2025-07-17T06:37:15.0395417Z Created source archive pytorch-main.tar.gz with content: . 2025-07-17T06:37:15.0397974Z .. 2025-07-17T06:37:15.0398288Z .bazelignore 2025-07-17T06:37:15.0398578Z .bazelrc 2025-07-17T06:37:15.0398841Z .bazelversion 2025-07-17T06:37:15.0399126Z .clang-format 2025-07-17T06:37:15.0399395Z .clang-tidy 2025-07-17T06:37:15.0399661Z .cmakelintrc 2025-07-17T06:37:15.0400168Z .coveragerc 2025-07-17T06:37:15.0400459Z .ctags.d 2025-07-17T06:37:15.0400717Z .devcontainer 2025-07-17T06:37:15.0400989Z .dockerignore 2025-07-17T06:37:15.0401270Z .editorconfig 2025-07-17T06:37:15.0401528Z .flake8 2025-07-17T06:37:15.0401790Z .gdbinit 2025-07-17T06:37:15.0402045Z .lintrunner.toml 2025-07-17T06:37:15.0402326Z .lldbinit 2025-07-17T06:37:15.0402581Z .vscode 2025-07-17T06:37:15.0402848Z AGENTS.md 2025-07-17T06:37:15.0403094Z BUCK.oss 2025-07-17T06:37:15.0403343Z BUILD.bazel 2025-07-17T06:37:15.0403588Z CITATION.cff 2025-07-17T06:37:15.0403872Z CMakeLists.txt 2025-07-17T06:37:15.0404124Z CODEOWNERS 2025-07-17T06:37:15.0404362Z CODE_OF_CONDUCT.md 2025-07-17T06:37:15.0404673Z CONTRIBUTING.md 2025-07-17T06:37:15.0404968Z Dockerfile 2025-07-17T06:37:15.0405488Z GLOSSARY.md 2025-07-17T06:37:15.0405766Z LICENSE 2025-07-17T06:37:15.0406027Z MANIFEST.in 2025-07-17T06:37:15.0406560Z Makefile 2025-07-17T06:37:15.0406836Z NOTICE 2025-07-17T06:37:15.0407097Z README.md 2025-07-17T06:37:15.0407367Z RELEASE.md 2025-07-17T06:37:15.0407632Z SECURITY.md 2025-07-17T06:37:15.0407905Z WORKSPACE 2025-07-17T06:37:15.0408168Z android 2025-07-17T06:37:15.0408422Z aten 2025-07-17T06:37:15.0408671Z aten.bzl 2025-07-17T06:37:15.0408944Z benchmarks 2025-07-17T06:37:15.0409216Z binaries 2025-07-17T06:37:15.0409488Z buckbuild.bzl 2025-07-17T06:37:15.0409793Z build.bzl 2025-07-17T06:37:15.0410083Z build_variables.bzl 2025-07-17T06:37:15.0410391Z c10 2025-07-17T06:37:15.0410642Z caffe2 2025-07-17T06:37:15.0410902Z cmake 2025-07-17T06:37:15.0411158Z defs.bzl 2025-07-17T06:37:15.0411429Z docker.Makefile 2025-07-17T06:37:15.0411716Z docs 2025-07-17T06:37:15.0411979Z functorch 2025-07-17T06:37:15.0412258Z mypy-strict.ini 2025-07-17T06:37:15.0412554Z mypy.ini 2025-07-17T06:37:15.0412821Z mypy_plugins 2025-07-17T06:37:15.0413121Z pt_ops.bzl 2025-07-17T06:37:15.0413428Z pt_template_srcs.bzl 2025-07-17T06:37:15.0413767Z pyproject.toml 2025-07-17T06:37:15.0414077Z pyrefly.toml 2025-07-17T06:37:15.0414352Z pytest.ini 2025-07-17T06:37:15.0414652Z requirements-build.txt 2025-07-17T06:37:15.0414975Z requirements.txt 2025-07-17T06:37:15.0415270Z scripts 2025-07-17T06:37:15.0415435Z setup.py 2025-07-17T06:37:15.0415583Z test 2025-07-17T06:37:15.0415725Z third_party 2025-07-17T06:37:15.0415875Z tools 2025-07-17T06:37:15.0416011Z torch 2025-07-17T06:37:15.0416360Z torchgen 2025-07-17T06:37:15.0416531Z ubsan.supp 2025-07-17T06:37:15.0416700Z ufunc_defs.bzl 2025-07-17T06:37:15.0416869Z version.txt 2025-07-17T06:37:15.1015044Z ##[group]Run echo "pt_release_name=pytorch-main.tar.gz" >> "${GITHUB_OUTPUT}" 2025-07-17T06:37:15.1015805Z echo "pt_release_name=pytorch-main.tar.gz" >> "${GITHUB_OUTPUT}" 2025-07-17T06:37:15.1053664Z shell: /usr/bin/bash -e {0} 2025-07-17T06:37:15.1054021Z env: 2025-07-17T06:37:15.1054302Z PT_GITHUB_REF: refs/heads/main 2025-07-17T06:37:15.1054695Z PT_RELEASE_NAME: pytorch-main 2025-07-17T06:37:15.1055090Z PT_RELEASE_FILE: pytorch-main.tar.gz 2025-07-17T06:37:15.1055484Z ##[endgroup] 2025-07-17T06:37:15.1259468Z Post job cleanup. 2025-07-17T06:37:15.2225241Z [command]/usr/bin/git version 2025-07-17T06:37:15.2260655Z git version 2.50.1 2025-07-17T06:37:15.2303223Z Temporarily overriding HOME='/home/runner/work/_temp/7fc3829b-7918-482c-bc9f-fc7d365c392a' before making global git config changes 2025-07-17T06:37:15.2304167Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:37:15.2316033Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:37:15.2970736Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:37:15.3011481Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-07-17T06:37:15.3249951Z Entering 'android/libs/fbjni' 2025-07-17T06:37:15.3293101Z Entering 'third_party/FP16' 2025-07-17T06:37:15.3335476Z Entering 'third_party/FXdiv' 2025-07-17T06:37:15.3378368Z Entering 'third_party/NNPACK' 2025-07-17T06:37:15.3422633Z Entering 'third_party/NVTX' 2025-07-17T06:37:15.3466862Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:37:15.3510144Z Entering 'third_party/XNNPACK' 2025-07-17T06:37:15.3565681Z Entering 'third_party/aiter' 2025-07-17T06:37:15.3609438Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:37:15.3660747Z Entering 'third_party/benchmark' 2025-07-17T06:37:15.3704483Z Entering 'third_party/composable_kernel' 2025-07-17T06:37:15.3754313Z Entering 'third_party/cpp-httplib' 2025-07-17T06:37:15.3797285Z Entering 'third_party/cpuinfo' 2025-07-17T06:37:15.3840326Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:37:15.3883111Z Entering 'third_party/cutlass' 2025-07-17T06:37:15.3934114Z Entering 'third_party/fbgemm' 2025-07-17T06:37:15.3977171Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:37:15.4020603Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:37:15.4068919Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:37:15.4112262Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:37:15.4166363Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:37:15.4209789Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:37:15.4252148Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:37:15.4298224Z Entering 'third_party/flash-attention' 2025-07-17T06:37:15.4341199Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:37:15.4392525Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:37:15.4445229Z Entering 'third_party/flatbuffers' 2025-07-17T06:37:15.4493009Z Entering 'third_party/fmt' 2025-07-17T06:37:15.4544951Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:37:15.4589858Z Entering 'third_party/gloo' 2025-07-17T06:37:15.4636614Z Entering 'third_party/googletest' 2025-07-17T06:37:15.4682045Z Entering 'third_party/ideep' 2025-07-17T06:37:15.4724217Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:37:15.4775185Z Entering 'third_party/ittapi' 2025-07-17T06:37:15.4818712Z Entering 'third_party/kineto' 2025-07-17T06:37:15.4861262Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:37:15.4905147Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:37:15.4961528Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:37:15.5007777Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:37:15.5054442Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:37:15.5096630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:37:15.5150342Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:37:15.5204272Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:37:15.5248644Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:37:15.5293325Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:37:15.5340143Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:37:15.5383761Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:37:15.5429732Z Entering 'third_party/kleidiai' 2025-07-17T06:37:15.5473879Z Entering 'third_party/mimalloc' 2025-07-17T06:37:15.5528147Z Entering 'third_party/nlohmann' 2025-07-17T06:37:15.5574410Z Entering 'third_party/onnx' 2025-07-17T06:37:15.5633520Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:37:15.5685427Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:37:15.5729656Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:37:15.5772800Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:37:15.5817262Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:37:15.5862948Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:37:15.5908899Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:37:15.5953858Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:37:15.6001029Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:37:15.6042782Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:37:15.6087938Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:37:15.6133168Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:37:15.6193577Z Entering 'third_party/pocketfft' 2025-07-17T06:37:15.6239065Z Entering 'third_party/protobuf' 2025-07-17T06:37:15.6284424Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:37:15.6328499Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:37:15.6373892Z Entering 'third_party/psimd' 2025-07-17T06:37:15.6416895Z Entering 'third_party/pthreadpool' 2025-07-17T06:37:15.6462392Z Entering 'third_party/pybind11' 2025-07-17T06:37:15.6507066Z Entering 'third_party/python-peachpy' 2025-07-17T06:37:15.6550860Z Entering 'third_party/sleef' 2025-07-17T06:37:15.6593724Z Entering 'third_party/tensorpipe' 2025-07-17T06:37:15.6636373Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:37:15.6679356Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:37:15.6721512Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:37:15.6763505Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:37:15.6804315Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:37:15.6869490Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:37:15.6891835Z http.https://github.com/.extraheader 2025-07-17T06:37:15.6903223Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-17T06:37:15.6935791Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-07-17T06:37:15.7175337Z Entering 'android/libs/fbjni' 2025-07-17T06:37:15.7199352Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7232759Z Entering 'third_party/FP16' 2025-07-17T06:37:15.7257782Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7290526Z Entering 'third_party/FXdiv' 2025-07-17T06:37:15.7314961Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7347758Z Entering 'third_party/NNPACK' 2025-07-17T06:37:15.7371949Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7404867Z Entering 'third_party/NVTX' 2025-07-17T06:37:15.7429176Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7464019Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:37:15.7491839Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7527256Z Entering 'third_party/XNNPACK' 2025-07-17T06:37:15.7551991Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7599832Z Entering 'third_party/aiter' 2025-07-17T06:37:15.7625022Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7660381Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:37:15.7684862Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7728972Z Entering 'third_party/benchmark' 2025-07-17T06:37:15.7753324Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7788392Z Entering 'third_party/composable_kernel' 2025-07-17T06:37:15.7813691Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7857390Z Entering 'third_party/cpp-httplib' 2025-07-17T06:37:15.7882826Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7916534Z Entering 'third_party/cpuinfo' 2025-07-17T06:37:15.7940791Z http.https://github.com/.extraheader 2025-07-17T06:37:15.7976072Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:37:15.8001002Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8034645Z Entering 'third_party/cutlass' 2025-07-17T06:37:15.8059628Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8100031Z Entering 'third_party/fbgemm' 2025-07-17T06:37:15.8126042Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8162148Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:37:15.8186924Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8220139Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:37:15.8243670Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8282499Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:37:15.8306616Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8342562Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:37:15.8366091Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8407362Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:37:15.8430912Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8464090Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:37:15.8487369Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8521443Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:37:15.8545230Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8583673Z Entering 'third_party/flash-attention' 2025-07-17T06:37:15.8609001Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8642938Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:37:15.8667445Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8706048Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:37:15.8729645Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8772216Z Entering 'third_party/flatbuffers' 2025-07-17T06:37:15.8796565Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8832025Z Entering 'third_party/fmt' 2025-07-17T06:37:15.8857370Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8890362Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:37:15.8914549Z http.https://github.com/.extraheader 2025-07-17T06:37:15.8948081Z Entering 'third_party/gloo' 2025-07-17T06:37:15.8971959Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9005409Z Entering 'third_party/googletest' 2025-07-17T06:37:15.9029556Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9063141Z Entering 'third_party/ideep' 2025-07-17T06:37:15.9087063Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9118494Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:37:15.9143010Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9185203Z Entering 'third_party/ittapi' 2025-07-17T06:37:15.9209734Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9242793Z Entering 'third_party/kineto' 2025-07-17T06:37:15.9267770Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9300153Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:37:15.9324163Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9357113Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:37:15.9380091Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9415494Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:37:15.9439323Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9473505Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:37:15.9497489Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9531658Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:37:15.9555532Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9587343Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:37:15.9612059Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9649249Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:37:15.9673423Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9707250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:37:15.9730591Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9764949Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:37:15.9788990Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9823339Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:37:15.9847178Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9883922Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:37:15.9907128Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9940897Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:37:15.9964377Z http.https://github.com/.extraheader 2025-07-17T06:37:15.9999940Z Entering 'third_party/kleidiai' 2025-07-17T06:37:16.0024537Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0058534Z Entering 'third_party/mimalloc' 2025-07-17T06:37:16.0082416Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0115610Z Entering 'third_party/nlohmann' 2025-07-17T06:37:16.0140174Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0175174Z Entering 'third_party/onnx' 2025-07-17T06:37:16.0200398Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0246700Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:37:16.0270848Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0307913Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:37:16.0332140Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0365266Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:37:16.0389180Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0423160Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:37:16.0446787Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0480385Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:37:16.0504047Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0536764Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:37:16.0560053Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0594607Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:37:16.0617974Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0652154Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:37:16.0676562Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0709929Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:37:16.0734472Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0766052Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:37:16.0790921Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0826538Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:37:16.0850758Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0886746Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:37:16.0910299Z http.https://github.com/.extraheader 2025-07-17T06:37:16.0962082Z Entering 'third_party/pocketfft' 2025-07-17T06:37:16.0987563Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1020271Z Entering 'third_party/protobuf' 2025-07-17T06:37:16.1044216Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1079189Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:37:16.1103541Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1138378Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:37:16.1162254Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1198538Z Entering 'third_party/psimd' 2025-07-17T06:37:16.1223381Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1256555Z Entering 'third_party/pthreadpool' 2025-07-17T06:37:16.1280688Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1314237Z Entering 'third_party/pybind11' 2025-07-17T06:37:16.1338443Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1372537Z Entering 'third_party/python-peachpy' 2025-07-17T06:37:16.1396286Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1429711Z Entering 'third_party/sleef' 2025-07-17T06:37:16.1453274Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1486620Z Entering 'third_party/tensorpipe' 2025-07-17T06:37:16.1510820Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1542991Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:37:16.1566577Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1600071Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:37:16.1623365Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1656559Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:37:16.1680432Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1713699Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:37:16.1737219Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1768900Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:37:16.1792419Z http.https://github.com/.extraheader 2025-07-17T06:37:16.1957945Z Evaluate and set job outputs 2025-07-17T06:37:16.1964026Z Set output 'pt_release_name' 2025-07-17T06:37:16.1966006Z Cleaning up orphan processes